[ltp] please help debugging a non functional cardbus modem

Bob Alexander linux-thinkpad@linux-thinkpad.org
Fri, 17 Dec 2004 01:03:09 +0100


Sony Ericcson GC85 - Debian unstable with 2.6.9 kernel.

Cardbus insertion:

Dec 16 18:02:12 localhost cardmgr[4525]: socket 1: Serial or Modem
Dec 16 18:02:12 localhost cardmgr[4525]: executing: 'modprobe serial_cs'
Dec 16 18:02:12 localhost cardmgr[4525]: executing: './serial start ttyS2'
Dec 16 18:02:12 localhost kernel: ttyS2 at I/O 0x3e8 (irq = 3) is a 16550A

here is my wvdial file

[Dialer Gprs]
Modem = /dev/ttyS2
Baud  = 115200
Init1 = AT+CFUN=0,0
Init2 = AT+CFUN=1,1
Init2 = AT&F
Init3 = AT+CPIN=xxxx
Init4 = AT+CGDCONT=1,"IP","UNI.TIM.IT","",0,0
Dial Command = ATD
Phone = *99***2#
Username = 335xxxxxxx
Password = xxxx

bob@t40:~/configs$  wvdial --config wvdial.conf Gprs
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: AT+CFUN=0,0
--> Sending: ATQ0
[1b] [1f]
--> Re-Sending: AT+CFUN=0,0
[0b]
[0c]
--> Modem not responding.

Doing it as root or bob is the same (Bob is a member of the dialout 
group which is co-owner of the /dev/ttyS2 device file root.dialout)

Thank you for any help
Bob