PDA

View Full Version : USB Wireless Modem HUAWEI E220


kraseef
2008-06-09, 01:48 PM CDT
Hi all,
I Had the E220 wireless modem working perfectly ok with F8. However, with F9 the device is detected as /dev/ttyUSB0 and /dev/ttyUSB1 which is identical to F8.

The problem is it comes and goes by itself. In other words, it is detected for about 19 seconds and it then disappears for about 10 seconds. It is then detected and the cycle continues.

I am not sue what is going on or how to solve this problem!

HELP

hyperspace
2008-06-09, 02:16 PM CDT
Not sure if this is a good work around for you but try disabling the NetworkManager service and enable the network service. See if that stops the "cycle".

kraseef
2008-06-10, 02:20 PM CDT
hyperspace, done your suggestion but no luck.
thanks anyway.

But the problem is still on. ANY HELP!!!

kraseef
2008-06-13, 06:44 PM CDT
solved by myself.

thanks to all.

hyperspace
2008-06-13, 07:56 PM CDT
solved by myself.

thanks to all.Please tell us what you did. It will benefit more many.

The only way to keep it, is to give it away.

kraseef
2008-06-15, 11:08 AM CDT
Sure why not!

I have edited "/usr/share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi" to add the following:

<match key="@storage.originating_device:usb.vendor_id" int="0x12d1">
<match key="@storage.originating_device:usb.product_id" int="0x1003">
<merge key="info.ignore" type="bool">true</merge>
</match>
</match>

For more info please check http://www.betavine.net/web/guest/forums/message_boards/message/1353#1353

Thanks to all.

hyperspace
2008-06-16, 11:01 AM CDT
Thank You, kraseef!