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. :-)
3 comments:
Seems Fedora 15 does the trick.....
Now I don't have to keep doing this on Fedora 15. It automatically switches the USB mode. :)
Did you tried it on Fedora 16?
Doesn't seem to work
Yeah. Working perfectly on Fedora 16... :)
Post a Comment