LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   3G modem detection (https://www.linuxquestions.org/questions/linux-networking-3/3g-modem-detection-763350/)

jalnews 10-20-2009 11:41 PM

3G modem detection
 
I am unable to detect my Micromax 3G USB modem I bought for MTNL connection in Ubuntu 9.04, though it automatically loads software already on the modem and works fine in Windows XP. Any guide on how to connect Internet using this modem?

Jal Khambata

hurry_hui 10-20-2009 11:49 PM

Please post 'lsusb' ouput and 'dmesg | tail'

anyway, do you install wvdial? try 'wvdialconf' first

(you might need to use sudo for command)

cmiiw

Larry Webb 10-21-2009 06:37 AM

Here is the only piece I could find on it.

Linux support for BSNL 3g modem MMX300G
Posted 07-12-09 at 11:37 AM by wprayalu
Updated 07-16-09 at 01:01 AM by Admin
Today I have successfully connected my BSNL 3g Modem (micromax -mmx300G) in Ubuntu linux. Actually the modem when connected will be detected as Virtual CD ROM. To use the modem u need to switch the device to usb-serial mode. The product ID will be different after switching mode. Just use the ID with modprobe command. Then u are done. Sure you will get the connection and u will be able do all that u can do with internet.
If want any switching between GSM network and HSPA network, do the following:
At extra initialisation comands just add the entry
AT+COPS = 0,0,"cellone",0 ---- for GSM mode
or
AT+COPS = 0,0,"cellone",2 ---- for UMTS mode.

Shortly I'm going to post complete set of details.

jalnews 10-21-2009 12:03 PM

Quote:

Originally Posted by hurry_hui (Post 3726760)
Please post 'lsusb' ouput and 'dmesg | tail'

anyway, do you install wvdial? try 'wvdialconf' first

(you might need to use sudo for command)

cmiiw

Yes, I tried to use wvdialconf, but it says no modem. Whenever I connect the 3G modem, it shows up as a CD type icon as Modem. I got following after unmounting it:

lsusb gives this output

Bus 001 Device 004: ID 1c9e:f000
Bus 001 Device 003: ID 0ac8:c326 Z-Star Microelectronics Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0a5c:2101 Broadcom Corp. A-Link BlueUsbA2 Bluetooth
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

And, dmesg gives the following

[ 247.247814] sr0: scsi-1 drive
[ 247.247825] Uniform CD-ROM driver Revision: 3.20
[ 247.248666] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 247.248880] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 250.638216] UDF-fs: No VRS found
[ 250.646740] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 250.649138] ISOFS: changing to secondary root
[ 257.977067] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[ 288.976109] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
[ 319.972126] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)

jalnews 10-21-2009 12:04 PM

Quote:

Originally Posted by Larry Webb (Post 3727136)
Here is the only piece I could find on it.

Linux support for BSNL 3g modem MMX300G
Posted 07-12-09 at 11:37 AM by wprayalu
Updated 07-16-09 at 01:01 AM by Admin
Today I have successfully connected my BSNL 3g Modem (micromax -mmx300G) in Ubuntu linux. Actually the modem when connected will be detected as Virtual CD ROM. To use the modem u need to switch the device to usb-serial mode. The product ID will be different after switching mode. Just use the ID with modprobe command. Then u are done. Sure you will get the connection and u will be able do all that u can do with internet.
If want any switching between GSM network and HSPA network, do the following:
At extra initialisation comands just add the entry
AT+COPS = 0,0,"cellone",0 ---- for GSM mode
or
AT+COPS = 0,0,"cellone",2 ---- for UMTS mode.

Shortly I'm going to post complete set of details.

How to switch the device to USB-serial mode? Tried to eject as well as uninstall it, but no success.

Larry Webb 10-21-2009 12:16 PM

Sorry I can not answer your question, hope someone will post with experience with this modem.

hurry_hui 10-21-2009 12:39 PM

You can use USB_modeswitch to change it back to modem. Your modem now functions as ZeroCD.

Adding some info from usb_modeswitch.conf as to your lsusb output
Code:


########################################################
# MobiData MBD-100HU
#
# Unconfirmed. Please report!
#
# Contributor: Chris ?

;DefaultVendor=  0x1c9e
;DefaultProduct= 0xf000

;TargetVendor=  0x1c9e
;TargetProduct=  0x9603

;MessageContent="55534243123456788000000080000606f50402527000000000000000000000"



All times are GMT -5. The time now is 12:21 PM.