Zdravim, resim nasledujici problem:
Pripojuji se k internetu pomoci mobilu Nokia 6233 pres bluetooth (poskytovatel O2). Pouzivam Ubuntu 7.04 - Feisty Fawn. K pripojovani pouzivam NetworkManager applet -> Vytacena pripojeni -> Pripojit se k ppp0 pres Modem.
Toto vytvoreni jsem neprve vytvoril v nastaveni site (System -> Sprava -> Sit), pok jsem dle nejakeho navodu na internetu upravil /etc/chatscripts/ppp0
TIMEOUT 5
ECHO ON
ABORT '\nBUSY\r'
ABORT '\nERROR\r'
ABORT '\nNO ANSWER\r'
ABORT '\nNO CARRIER\r'
ABORT '\nNO DIALTONE\r'
ABORT '\nRINGING\r\n\r\nRINGING\r'
'' \rAT
TIMEOUT 12
SAY "Press CTRL-C to close the connection at any stage!"
SAY "\ndefining PDP context...\n"
OK ATH
OK ATE1L3
OK ATD*99#
TIMEOUT 22
SAY "\nwaiting for connect...\n"
CONNECT ""
SAY "\nConnected."
SAY "\nIf the following ppp negotiations fail,\n"
SAY "try restarting the phone.\n"
Zajimave je, spojeni se vytvori a funguje, ale NetworkManager tvrdi, ze nikoliv. V /var/log/syslog je toto:
Apr 20 11:01:43 p12-voty-laptop NetworkManager: ^IActivating dialup device ppp0 via Modem (ppp0) ...
Apr 20 11:01:43 p12-voty-laptop pppd[21550]: pppd 2.4.4 started by root, uid 0
Apr 20 11:01:44 p12-voty-laptop hcid[5226]: link_key_request (sba=00:02:C7:14:0B:32, dba=00:17:B0:A6:04:3A)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: timeout set to 5 seconds
Apr 20 11:01:45 p12-voty-laptop chat[21565]: abort on (\nBUSY\r)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: abort on (\nERROR\r)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: abort on (\nNO ANSWER\r)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: abort on (\nNO CARRIER\r)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: abort on (\nNO DIALTONE\r)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: abort on (\nRINGING\r\n\r\nRINGING\r)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: send (^MAT^M)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: timeout set to 12 seconds
Apr 20 11:01:45 p12-voty-laptop chat[21565]: expect (OK)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: ^MAT^M^M
Apr 20 11:01:45 p12-voty-laptop chat[21565]: OK
Apr 20 11:01:45 p12-voty-laptop chat[21565]: -- got it
Apr 20 11:01:45 p12-voty-laptop chat[21565]: send (ATH^M)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: expect (OK)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: ^M
Apr 20 11:01:45 p12-voty-laptop chat[21565]: ATH^M^M
Apr 20 11:01:45 p12-voty-laptop chat[21565]: OK
Apr 20 11:01:45 p12-voty-laptop chat[21565]: -- got it
Apr 20 11:01:45 p12-voty-laptop chat[21565]: send (ATE1^M)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: expect (OK)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: ^M
Apr 20 11:01:45 p12-voty-laptop chat[21565]: ATE1^M^M
Apr 20 11:01:45 p12-voty-laptop chat[21565]: OK
Apr 20 11:01:45 p12-voty-laptop chat[21565]: -- got it
Apr 20 11:01:45 p12-voty-laptop chat[21565]: send (ATD*99#^M)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: timeout set to 22 seconds
Apr 20 11:01:45 p12-voty-laptop chat[21565]: expect (CONNECT)
Apr 20 11:01:45 p12-voty-laptop chat[21565]: ^M
Apr 20 11:01:48 p12-voty-laptop chat[21565]: ATD*99#^M^M
Apr 20 11:01:48 p12-voty-laptop chat[21565]: CONNECT
Apr 20 11:01:48 p12-voty-laptop chat[21565]: -- got it
Apr 20 11:01:48 p12-voty-laptop chat[21565]: send (^M)
Apr 20 11:01:48 p12-voty-laptop pppd[21550]: Serial connection established.
Apr 20 11:01:48 p12-voty-laptop pppd[21550]: Using interface ppp0
Apr 20 11:01:48 p12-voty-laptop pppd[21550]: Connect: ppp0 <--> /dev/rfcomm0
Apr 20 11:01:51 p12-voty-laptop pppd[21550]: PAP authentication succeeded
Apr 20 11:01:52 p12-voty-laptop pppd[21550]: Cannot determine ethernet address for proxy ARP
Apr 20 11:01:52 p12-voty-laptop pppd[21550]: local IP address 10.172.132.71
Apr 20 11:01:52 p12-voty-laptop pppd[21550]: remote IP address 10.6.6.6
Apr 20 11:01:52 p12-voty-laptop pppd[21550]: primary DNS address 160.218.43.200
Apr 20 11:01:52 p12-voty-laptop pppd[21550]: secondary DNS address 160.218.10.200
Apr 20 11:01:57 p12-voty-laptop ntpdate[21590]: the NTP socket is in use, exiting
Apr 20 11:01:57 p12-voty-laptop NetworkManager: ^I nm_system_activate_dialup (): Couldn't activate dialup device ppp0 via Modem (ppp0) - 134980880
Popis chyby jsem nikde nenasel, netusite nekdo co s tim? Popr. nepouzivate nekdo takove pripojeni bez problemu?