You are not logged in.
I have to connect usb-modem (mobile-broadband -connection).
#lsusb, shows modem-device as storage,
output is 1c9e:f000.
i have installed usb_modeswitch, but it shows still 1c9e:f000.
For connection , switching my device as Modem is necessary. switched modem id is 1c9e:9605.
so please reply, how to switch 1c9e:f000 to 1c9e:9605 for usb-modem mobile broadband connection.
Last edited by real (2012-07-23 14:20:01)
Offline
Solved,
Offline
1. Start terminal & type “lsusb”
real@linux-v50e:~> lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 04f2:b044 Chicony Electronics Co., Ltd
Bus 002 Device 012: ID 1c9e:f000 <—- Modem device
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 08ff:1600 AuthenTec, Inc. AES1600
Bus 003 Device 003: ID 0a5c:2101 Broadcom Corp. A-Link BlueUsbA2
Bluetooth
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Note: – In this example the vendor-id is 1c9e and the product-id is
f000.
2. Download and install latest usb_modeswitch configuration
3. Enter in root and type following:
real@linux-v50e:~ # nano /etc/usb_modeswitch.d/1c9e\:f000
########################################################
# Micromax MMX 300G BSNL 3G Modem
DefaultVendor=0x1c9e
DefaultProduct=0xf000
TargetVendor=0x1c9e
TargetProductList=”9063,9603,9000,9605″
CheckSuccess=20
MessageContent=”55534243123456788000000080000606f50402527000000000000000000000″
Copy, paste & save
ATTENTION: If your modem has a different vendor- or product-id adjust the strings !
Now type ( it will switch your modem )
real@linux-v50e:~ #usb_modeswitch -c /etc/usb_modeswitch.d/1c9e:f000
(Note- "MessageContent " number are different for different /huwai, micromax,zte - modem. find your own.)
Last edited by real (2012-07-24 17:56:24)
Offline