Isn't your 3G USB Dongle/Modem is not working on Fedora Linux? Don't worry there is a simple solution for this. But remember BandLuxe is supported by Fedora 13 onwards. Issue is sometimes it can't identify the proper mode for your dongle.
Your dongle has 2 interfaces.
Your dongle has 2 interfaces.
- CD-ROM
- 3G Modem
On a windows operating system these modes are switched easily with the shipped driver.
Early days on Fedora 13 it perfectly identified my USB dongle as a 3G Modem. Right after I plugged in the device the NetworkManger Applet started showing the 3G network. For some reason this functionality isn't there now.
The usb_modswitch (for those who don't know about this. This is the tool that do the mode switch for your device. Apparently this works as the driver) is still there though, and all the configurations are seems to be ok. Somehow its not doing what its expected to do anymore.
So I had to find a solution for this. Finally I've found one. The trick is done using sdparm tool. You can easily install it with yum.
The usb_modswitch (for those who don't know about this. This is the tool that do the mode switch for your device. Apparently this works as the driver) is still there though, and all the configurations are seems to be ok. Somehow its not doing what its expected to do anymore.
So I had to find a solution for this. Finally I've found one. The trick is done using sdparm tool. You can easily install it with yum.
Follow the bellow steps to get it done.
- yum install sdparm
- sdparm -C eject
- ex: sdparm -C eject /dev/sg2
- sdparm
- This will give some brief information about the device on the given path. This might help you to identify whether you are about to eject the correct device. :-)
Comments
Now I don't have to keep doing this on Fedora 15. It automatically switches the USB mode. :)
Doesn't seem to work