1

My modem isn't in the device list of usb_modeswitch so I cannot automatically use the modem in Ubuntu.

I found the way to change the modem from USB Storage Mode to Modem Mode and I can use my modem. But I forgot the instructions.

My modem information:

vendor/product id: 05 Qualcomm, Inc. Mass Storage Device

Braiam
  • 67,791
  • 32
  • 179
  • 269

1 Answers1

0

I don't have much experience with those 3g modems, I've set mine up a while ago and forgot about it as well. I do remember however that in some cases all I needed was ejecting the virtual CD device provided by the dongle using the eject -r /dev/<device> command.

If you don't know your CDROM device's name you could try finding it by plugging in your modem and running:

dmesg | egrep -i 'dvd|cd'