Have you got a problems to GPRS / GSM / CDMA modem installation? And you will use it to Internet broadband connection or SMS Center. So you can try this way
- Plug the USB Modem in
- Detect it. See in /var/log/message. Are there usb log detected?
- Find the Bus Device
with root mode, please type:lsusb
root@bimosaurus:~# lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 003 Device 001: ID 12d1:1003
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
You can see the different ID, and you has detect it
- Load the Module
root@bimosaurus:~#modprobe usbserial vendor=0x12d1 product=0x1003
Dont forget to include the hexa what you get from lsusb - Check it from dmesg. If you can see the attach device as ttyUSB0 ttyUSB1, you have success to detect device
root@sms:~# dmesg |tail
usb.c: registered new driver serial
usbserial.c: USB Serial support registered for Generic
usbserial.c: Generic converter detected
usbserial.c: Generic converter now attached to ttyUSB0 (or usb/tts/0 for devfs)
usbserial.c: Generic converter detected
usbserial.c: Generic converter now attached to ttyUSB1 (or usb/tts/1 for devfs)
usbserial.c: USB Serial Driver core v1.4
usb.c: USB disconnect on device 00:03.1-1 address 2
usbserial.c: Generic converter now disconnected from ttyUSB0
usbserial.c: Generic converter now disconnected from ttyUSB1
You can use this way in : Billionton, Wavecom, Vodafone, ZTE, Huawei etc. Telkomsel Flash, IM2 modem include product also can use this way.
April 28, 2009 at 7:39 am
Gimana caranya supaya tetep auto connect ketika linuxnya restart, karena dari pengalaman kudu ngulang-ngulang setup lagi :-s
April 28, 2009 at 7:43 am
kemarin saya coba juga seperti itu. Tetapi memang di lsusb , product id dan vendor id tetep kok , pasang saja modprobe nya itu tadi sebagai startup di rc.local
April 28, 2009 at 8:47 am
[...] Modem GPRS/GSM/CDMA di Linux Posted by bimosaurus under IT No Comments Terjemahan dari http://bimosaurus.wordpress.com/2009/04/28/gsm-gprs-cdma-modem-connection-without-driver-linux/ Melakukan installasi pada sistem Operasi Linux dengan melibatkan banyak device memang agak [...]
November 29, 2009 at 7:34 am
thanks buat infonya