Fedora 12, Huawei E220 problems
There are some problems with the 3G modem from Huawei (mine is an E220 modem) on Fedora 12 with 2.6.31.5-127 kernel.
First the modem is not mounted, I've got:
Error mounting: mount: /dev/sr1 is not a valid block device
...or errors like this one.
I've done some research on the web and I found the solution, which works
:
sudo rmmod usb-storage
sudo modprobe usbserial vendor=0x12d1 product=0x1003
where "0x12d1" = Huawei; and "0x1003" is my E220. You can get these from dmesg, look for lines like:
usb 4-2: new full speed USB device using uhci_hcd and address 5
usb 4-2: New USB device found, idVendor=12d1, idProduct=1003
usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 4-2: Product: HUAWEI Mobile
usb 4-2: Manufacturer: HUAWEI Technologies
Now, try reconnecting, if it still does not work then you might not have the DNS configured, so do this:
sudo echo "usepeerdns" >> /etc/ppp/options
(meaning that you have to add "usepeerdns" in the "/etc/ppp/options", this might be skipped).
and reconnect, again.
Cheers to all FEDORA users !
Fedora, the Linux I like ;)