Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have a USB 3G mobile modem (ZTE MF626) and I'm having trouble to use it on ubuntu (11.10). The device is not recognized when plugged. But the LED light on the modem is on, and, if you insert a memory card on the slot (MSD), the device is recognized. I've checked on Windows, the modem internal storage device is CDFS formatted.

I already searched the web about it, but the most problems are about connection and configuration (the modem is being recognized).

share|improve this question
When posting a question, please make sure you format and construct it properly. Please make sure to write the title as a question - so that means there should be a question mark (?) at the end of the title. This way, it makes it easier to identify what is be asked. Thanks :) – Seth Jan 3 at 4:41

closed as not a real question by Ringtail, Bruno Pereira Jan 3 at 4:41

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

The modem has a memory card slot? That's weird. CDFS is what windows calls the iso9660 cdrom filesystem. You probably see it because the device is using the silly trick of pretending to be a cdrom drive in order to get windows to autoplay an application installer. You may be able to use the usb-modeswitch package to switch the device out of the dummy cdrom mode and into normal mode.

share|improve this answer
yep! there's a MSD Card slot on the modem. On Windows, it's behavior is: when modem is connected it is recognized as a CDFS device and asks to runs the internal software. Once the modem software is running, the CDFS device is "disconnected" and, if you have some car in the slot, this storage device appears. On Ubuntu it goes right to the MSD card (or does nothing, if empty). I'm gonna try usb_modeswitch here. Thanks! – fuadksd Feb 27 '12 at 2:21
I've tried to install here but, tough that I'm a big noob, I couldn't make it. I got problems with the make. Is there some step by step easy to understand so I can follow it? – fuadksd Mar 5 '12 at 1:43
@fuadksd, you tried to build it from source? Just install usb-modeswitch package. – psusi Mar 6 '12 at 0:00

Not the answer you're looking for? Browse other questions tagged or ask your own question.