On Fri, 2006-08-25 at 10:00 +0200, Hans van der Merwe wrote:
Only thing I had to do by hand was add the phones bluetooth address to /etc/bluetooth/rfcomm.conf to have it bind automagically. The rest you can do in YaST:
Modem: Baud Rate: 115200 Init1: ATH Init2: ATE1 Init3: AT+CGDCONT=1,"IP","internet","0.0.0.0",0,0 {this seems to differ from phone to phone, I got it from some forum for my Moto}
Provider: PhoneNum: *99***1# username: none/or internet or something (think its not used for my provider) NB: works faster if you tick "Stupid Mode" Increase your "Idle Time-out" (that took 2days of my life debugging)
Hi Hans, I'm trying to get my globetrotter (MTN) card working through YaST/knetworkmanager/kinternet based on the stuff you did. Relevant files look like this. Chatscript: ABORT BUSY ABORT 'NO CARRIER' ABORT ERROR REPORT CONNECT TIMEOUT 10 "" "AT&F" OK "ATE1" OK "AT+CGDCONT=1,\042IP\042,\042internet\042" SAY "Calling MTN GPRS\n" TIMEOUT 60 OK "ATD*99***1#" CONNECT \c peers/globetrotter: /dev/noz0 115200 idle 7200 lock crtscts modem noauth replacedefaultroute defaultroute user Anyname password Anypassword connect "/usr/sbin/chat -V -f /etc/ppp/globetrotter-chat" noipdefault usepeerdns novj When I try to connect through knetworkmanager/kinternet, I get this: Oct 6 13:54:46 theluggage wvdial[10811]: WvDial: Internet dialer version 1.54.0 Oct 6 13:54:46 theluggage wvdial[10811]: Initializing modem. Oct 6 13:54:46 theluggage wvdial[10811]: Sending: AT&F Oct 6 13:54:46 theluggage wvdial[10811]: AT&F Oct 6 13:54:46 theluggage wvdial[10811]: OK Oct 6 13:54:46 theluggage wvdial[10811]: Sending: ATE1 Oct 6 13:54:46 theluggage wvdial[10811]: ATE1 Oct 6 13:54:46 theluggage wvdial[10811]: OK Oct 6 13:54:46 theluggage wvdial[10811]: Sending: AT +CGDCONT=1,"IP","internet" Oct 6 13:54:46 theluggage wvdial[10811]: AT+CGDCONT=1,"IP","internet" Oct 6 13:54:46 theluggage wvdial[10811]: OK Oct 6 13:54:46 theluggage wvdial[10811]: Sending: ATM1 Oct 6 13:54:47 theluggage wvdial[10811]: ATM1 Oct 6 13:54:47 theluggage wvdial[10811]: OK Oct 6 13:54:47 theluggage wvdial[10811]: Modem initialized. Oct 6 13:54:47 theluggage wvdial[10811]: Sending: ATDTATD*99***1# Oct 6 13:54:47 theluggage wvdial[10811]: Waiting for carrier. Oct 6 13:54:47 theluggage wvdial[10811]: ATDTATD*99***1# Oct 6 13:54:47 theluggage wvdial[10811]: ERROR Oct 6 13:54:47 theluggage wvdial[10811]: Voice line detected. Trying again. Oct 6 13:54:47 theluggage wvdial[10811]: Sending: ATDTATD*99***1# Oct 6 13:54:47 theluggage wvdial[10811]: Waiting for carrier. Oct 6 13:54:47 theluggage wvdial[10811]: ATDTATD*99***1# Oct 6 13:54:47 theluggage wvdial[10811]: ERROR the last four lines repeat forever. Have you seen this with yours by any chance? I tried stupid mode, and disabling dial tone detect - made no difference. Thanks Hans