Hallo DonKult:
Thanks a lot for your systematik answer.
After googling this:
http://www.telespiegel.de/handy/gprs-um ... sdaten.php
I changed my wvdial.conf like this (and after the guidline in the aptosidWiki):
Quote:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
;Phone = <Phonenumber>
;Password = <Your Password>
;Username = <Your Login Name>
[Dialer pin]
Init3 = AT+CPIN=####
[Dialer umts]
Carrier Check = no
Init4 = AT+CGDCONT=1,"IP","pinternet.interkom.de"
Stupid Mode = 1
Phone = *99#
Dialer Command = ATD
Dial Attemps = 2
Username = nowhere
Password = 112233
In between, I chanched the position of [Dialer pin] to init 4/[Dialer umts] to init3.
Always the same:
Quote:
root@aptosidbox:/# wvdial umts
--> WvDial: Internet dialer version 1.61
--> Cannot set information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=1,"IP","pinternet.interkom.de"
AT+CGDCONT=1,"IP","pinternet.interkom.de"
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
CONNECT
~[7f]}#@!}!}!} }=}#}%B#}%}(}"}'}"}!}$}%\}"}&} } } } }%}&&[0f]}>}2PI~
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Jan 12 20:00:10 2013
--> Pid of pppd: 4770
--> Using interface ppp0
--> Disconnecting at Sat Jan 12 20:00:11 2013
--> The PPP daemon has died: A modem hung up the phone (exit code = 16)
--> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.
--> Auto Reconnect will be attempted in 5 seconds
During my first experiments and now, allways in /var/log/messages and ~syslog the same quotes:
messages quote:
Quote:
Jan 12 18:32:03 aptosidbox kernel: [ 315.505992] usb 2-1.4: Product: F5521gw
Jan 12 18:32:03 aptosidbox kernel: [ 315.505997] usb 2-1.4: Manufacturer: Lenovo
Jan 12 18:32:03 aptosidbox kernel: [ 315.506002] usb 2-1.4: SerialNumber: 25CBE64DFCAE5820
Jan 12 18:32:03 aptosidbox kernel: [ 315.537906] cdc_acm 2-1.4:1.1: ttyACM0: USB ACM device
Jan 12 18:32:03 aptosidbox kernel: [ 315.541026] cdc_acm 2-1.4:1.3: ttyACM1: USB ACM device
Jan 12 18:32:03 aptosidbox kernel: [ 315.548909] cdc_wdm 2-1.4:1.5: cdc-wdm0: USB WDM device
Jan 12 18:32:03 aptosidbox kernel: [ 315.564579] usb 2-1.4: MAC-Address: 02:80:37:ec:02:00
Jan 12 18:32:03 aptosidbox kernel: [ 315.564746] cdc_ncm 2-1.4:1.6: wwan0: register 'cdc_ncm' at usb-0000:00:1d.0-1.4, Mobile Broadband Network Device, 02:80:37:ec:02:00
Jan 12 18:32:03 aptosidbox kernel: [ 315.565260] cdc_wdm 2-1.4:1.8: cdc-wdm1: USB WDM device
Jan 12 18:32:03 aptosidbox kernel: [ 315.565522] cdc_acm 2-1.4:1.9: ttyACM2: USB ACM device
Jan 12 18:32:03 aptosidbox kernel: [ 315.685242] IPv6: ADDRCONF(NETDEV_UP): wwan0: link is not ready
Jan 12 18:32:03 aptosidbox kernel: [ 315.690434] cdc_ncm: wwan0: network connection: disconnected
and
Quote:
Jan 12 19:31:48 aptosidbox pppd[4502]: pppd 2.4.5 started by root, uid 0
Jan 12 19:31:48 aptosidbox kernel: [ 3899.799008] PPP generic driver version 2.4.2
Jan 12 19:31:48 aptosidbox pppd[4502]: Using interface ppp0
Jan 12 19:31:48 aptosidbox pppd[4502]: Connect: ppp0 <--> /dev/ttyACM0
Jan 12 19:31:48 aptosidbox pppd[4502]: CHAP authentication succeeded: Congratulations!
Jan 12 19:31:48 aptosidbox pppd[4502]: CHAP authentication succeeded
Jan 12 19:31:48 aptosidbox kernel: [ 3899.844511] PPP BSD Compression module registered
Jan 12 19:31:48 aptosidbox kernel: [ 3899.876018] PPP Deflate Compression module registered
Jan 12 19:31:48 aptosidbox pppd[4502]: LCP terminated by peer
Jan 12 19:31:48 aptosidbox pppd[4502]: Modem hangup
Jan 12 19:31:48 aptosidbox pppd[4502]: Connection terminated.
Jan 12 19:31:48 aptosidbox pppd[4502]: Exit.
I understood „LCP terminated by peer“ means a disconnect by provider?
syslog quote:
Quote:
Jan 12 18:32:03 aptosidbox kernel: [ 315.232123] usb 2-1.4: USB disconnect, device number 3
Jan 12 18:32:03 aptosidbox kernel: [ 315.232525] cdc_ncm 2-1.4:1.6: wwan0: unregister 'cdc_ncm' usb-0000:00:1d.0-1.4, Mobile Broadband Network Device
and
Quote:
Jan 12 18:32:03 aptosidbox kernel: [ 315.564746] cdc_ncm 2-1.4:1.6: wwan0: register 'cdc_ncm' at usb-0000:00:1d.0-1.4, Mobile Broadband Network Device, 02:80:37:ec:02:00
Jan 12 18:32:03 aptosidbox kernel: [ 315.565260] cdc_wdm 2-1.4:1.8: cdc-wdm1: USB WDM device
First it is „unregister“ then „register“.
It's not the first time, I am configureted an umts-connection on a laptop,but always mit umts-sticks; but now I've got not more ideas.
The first time after nearly 6 years Sidux/Aptosid
Can it be a hardware-conflikt?
Thanks
wkauz |