I had no (real) Problems up to now. But I think this one is easy to solve to even if I have no Idea how. __{{emoticon}}__
Before the last 'apt-get upgrade' umtsmon worked just fine but now I get an error massage as soon as I klick on 'connect with default Profile'. The Profile hasn't changed. Everything looks like it should. If I start 'umtsmon -v4' PPPstoud looks like this:
Code: Select all
pppd options in effect:
debug debug debug # (from command line)
updetach # (from command line)
idle 7200 # (from command line)
dump # (from command line)
noauth # (from command line)
/dev/ttyACM1 # (from command line)
460800 # (from command line)
lock # (from command line)
crtscts # (from command line)
modem # (from command line)
asyncmap 0 # (from command line)
lcp-echo-failure 4 # (from /etc/ppp/options)
lcp-echo-interval 30 # (from /etc/ppp/options)
hide-password # (from /etc/ppp/options)
defaultroute # (from command line)
usepeerdns # (from command line)
noipx # (from command line)
using channel 3
Using interface ppp0
Connect: ppp0 <--> /dev/ttyACM1
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xb5c44fcc> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xb5c44fcc> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x2 <mru 1600> <auth pap> <magic 0x37feb81d> <asyncmap 0x0> <pcomp> <accomp>]
sent [LCP ConfAck id=0x2 <mru 1600> <auth pap> <magic 0x37feb81d> <asyncmap 0x0> <pcomp> <accomp>]
sent [LCP EchoReq id=0x0 magic=0xb5c44fcc]
sent [PAP AuthReq id=0x1 user="antibean" password=<hidden>]
rcvd [LCP EchoRep id=0x0 magic=0x37feb81d]
rcvd [PAP AuthAck id=0x1"TTP Com PPP - Password Verified OK"]
Remote message: TTP Com PPP - Password Verified OK
PAP authentication succeeded
sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f 32]
Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [IPCP ConfReq id=0x1 <addr 10.0.0.1>]
sent [IPCP ConfAck id=0x1 <addr 10.0.0.1>]
rcvd [IPCP ConfNak id=0x2 <addr 10.145.171.161> <ms-dns1 193.189.244.225> <ms-dns2 193.189.244.206>]
sent [IPCP ConfReq id=0x3 <addr 10.145.171.161> <ms-dns1 193.189.244.225> <ms-dns2 193.189.244.206>]
rcvd [IPCP ConfAck id=0x3 <addr 10.145.171.161> <ms-dns1 193.189.244.225> <ms-dns2 193.189.244.206>]
not replacing existing default route via 192.168.2.1
local IP address 10.145.171.161
remote IP address 10.0.0.1
primary DNS address 193.189.244.225
secondary DNS address 193.189.244.206
Code: Select all
##P3 t=394: ConnectionBaseClass::setNewPPPState state 1 to 4
##P2 t=394: UIState::newConnectionState(4) callback called
##P2 t=394:
UIState::setState(6 -> 8)
##P2 t=394: ***UIState::update(void), state=8
##P5 t=394: mainwindow::updateNetworkData()
##P3 t=394: ConnectionBaseClass::setNewPPPState state 4 to 0
##P2 t=394: UIState::newConnectionState(0) callback called
##P2 t=394:
UIState::setState(8 -> 5)
##P5 t=394: The PPPDState is 0
##P5 t=394: ConnectionInfo_ACM::refreshRegistration(void)
##P4 t=394: ConnectionInfo::refreshSignalQuality(void)
##P3 t=394: ConnectionInfo probe inhibited
##P3 t=394: ConnectionInfo probe inhibited
##P3 t=394: ConnectionInfo::refreshPPPStats
##P5 t=394: MonthlyTraffic::update(0, 0)
##P2 t=395: ***UIState::update(void), state=5
##P5 t=395: mainwindow::updateNetworkData()
##P5 t=395: The PPPDState is 0
And if I try to connect again after this error I get this:
Code: Select all
UIState::setState(5 -> 5)
##P3 t=257: thread end - wait and cleanup
##P2 t=257: ~PPPThread()
##P4 t=257: ConnectionInfo:InhibitionCount --, now is 0
##P2 t=257: ***UIState::update(void), state=5
##P4 t=257: ConnectionInfo::refreshSignalQuality(void)
##P4 t=257: Query sends the following mesage: 'AT+CSQ'
' failed for the 1 time, myResult = -1
' failed for the 2 time, myResult = -1
' failed for the 3 time, myResult = -1
' failed for the 4 time, myResult = -1
' failed for the 5 time, myResult = -1
' failed for the 6 time, myResult = -1
' failed for the 7 time, myResult = -1
' failed for the 8 time, myResult = -1
' failed for the 9 time, myResult = -1
' failed for the 10 time, myResult = -1
##P3 t=257: SerialPort::closeDev() for FD 6
Could not write to serial device: Die Ressource ist zur Zeit nicht verfügbar
##P1 t=257: *** CRITICAL ERROR: Could not write to device (anymore)
##P2 t=257: ***UIState::update(void), state=5
mfg Bean