Re: Unable to use Huawaii LTE Stick with Ubuntu Lucid



On Thu, 2011-08-11 at 21:25 +0200, wp1191918-hgvs wrote:
>  
> > Hi Dan,
> >
> > > > > I have a problem with a Huawaii LTE Stick which comes from German
> > > > > Telekom:
> > > > > 
> > > > > Bus 001 Device 006: ID 12d1:1506 Huawei Technologies Co., Ltd.
> > > > > 
> > > > > For an important LTE test project I need to have this stick working
> > > > > under Ubuntu
> > > > > Lucid where all our apllications are running on.
> > > > > We have some newer versions for modemmanager and network-manager under
> > > > > Lucid:
> > > >
> > > > check with usb-devices or /proc/bus/usb/devices if the option driver is
> > > > properly bound. Older kernels have a problem here binding the right
> > > > ports. I saw that even with Fedora 15 kernels.
> > > >
> > > > And that dongle is still a piece of work. Still trying to figure out on
> > > > how it does the LTE switching to UMTS or GSM. Since LTE is a pure IP
> > > > only connection, hiding it behind CGREG is wrong.
> > >
> > > Ouch, does it support normal CE* EPS commands?  Is it based on a
> > > Qualcomm chipset?  In which case we'd have half a chance as all the QC
> > > LTE dongles I've seen so far do support the EPS AT commands.
> >
> > to some level it does, but this is not like the Verizon hardware where
> > you have dedicated chips for CDMA and LTE, this seems to have one chip
> > that can operate in GSM/UMTS and LTE.
> >
> > So from a pure AT command level interface all EPS commands are there,
> > but I have not yet been able to make them work properly. In theory this
> > hardware should also support IPV4V6 dual stack contexts, but it is still
> > behaving funny when trying.
> >
>  
> Ok, I found the following link:
> http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=706
>  
> So I have created the following usb_modeset config:
>  
>  
> cat /etc/usb_modeswitch.d/12d1:1505
> ########################################################
> # Huawei E398
> 
> DefaultVendor= 0x12d1
> DefaultProduct=0x1505
> 
> TargetVendor=  0x12d1
> TargetProduct= 0x1506
> 
> CheckSuccess=20
> 
> # Standard profile
> ;MessageEndpoint= 0x0f
> MessageContent="55534243123456780000000000000011062000000100000000000000000000"
>  
> and the matching udev rule in /lib/udev/rules.d/
>  
> Now I have a ttyUSB0 and NetworkManager asks me for the PIN.
>  
> I am able to bring up the connection.
>  
> The Problem I still have is that when I disconnect and connect again
> I need to kill modem-manager first or unplug / plugin the SpeedStick
> again.

Does the modem expose a network device port?  Can you send along the
lsusb -v output for it?  If so, we should first try to use the network
port instead.  If you can get the response, what does the modem say when
you send it:

AT^GETPORTMODE

Second, it might be worth modifying the Huawei plugin to send &D1 along
with the X4 &C1 just to see if the modem actually bothers to update the
serial port control signals, which could be causing the hangup.

Dan

> It looks like the modem hangup too fast:
>  
> Aug 11 21:07:20 c457826 modem-manager[16592]: <info>  [1313089640.004514]
> [mm-serial-port.c:741] mm_serial_port_open(): (ttyUSB0) opening serial port...
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.006321]
> [mm-serial-port.c:810] mm_serial_port_open(): (ttyUSB0) device open count is 1
> (open)
> Aug 11 21:07:20 c457826 modem-manager[16592]: <info>  [1313089640.006404]
> [mm-modem.c:742] mm_modem_set_state(): Modem
> /org/freedesktop/ModemManager/Modems/1: state changed (disabled -> enabling)
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.106662]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'ATZ E0 V1<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.119063]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.119289]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'ATZ E0 V1<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.127044]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.127314]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'ATE0<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.131100]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.131370]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CMEE=1<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.135048]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.135225]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'ATX4 &C1<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.139011]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.139183]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CFUN=1<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.142967]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.143261]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT^CURC=1<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.147038]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.147235]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+IFC=1,1<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.151104]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.151256]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): -->
> 'AT+CPMS="ME","ME","ME"<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.154973]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CPMS:
> 0,50,0,50,0,50<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.155142]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CNMI=2,1,2,1,0<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.159089]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CMS ERROR:
> 303<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: Invalid error code: 303
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.159377]
> [mm-serial-parsers.c:412] mm_serial_parser_v1_parse(): Got failure code 100:
> Unknown error
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.159547]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CUSD=1<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.167043]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.167234]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CIND=?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.171060]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CIND:
> ("battchg",(0-5)),("signal",(0-5)),("service",(0-1)),("call",(0-1)),("roam",(0-1)),("smsfull",(0-1)),("GPRS
> coverage",(0-1)),("callsetup",(0-3))<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.171450]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT^SYSCFG?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.174967]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>COMMAND NOT
> SUPPORT<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.175092]
> [mm-serial-parsers.c:412] mm_serial_parser_v1_parse(): Got failure code 100:
> Unknown error
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.175218]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CSCS=?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.179003]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CSCS:
> ("IRA","GSM","UCS2")<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.179309]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CMER=3,0,0,1<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.182997]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.183173]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CSCS="UCS2"<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.189232]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.189423]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CSCS?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.190972]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CSCS:
> "UCS2"<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <info>  [1313089640.191455]
> [mm-modem.c:742] mm_modem_set_state(): Modem
> /org/freedesktop/ModemManager/Modems/1: state changed (enabling -> enabled)
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.192041]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CREG=2<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.193966]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.194830]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CREG?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.198975]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CREG: 2,1, 16CA,
> 7F6FA7, 2<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.199125]
> [mm-generic-gsm.c:2655] mm_generic_gsm_set_reg_status(): CS registration state
> changed: 1
> Aug 11 21:07:20 c457826 modem-manager[16592]: <info>  [1313089640.199404]
> [mm-modem.c:742] mm_modem_set_state(): Modem
> /org/freedesktop/ModemManager/Modems/1: state changed (enabled -> registered)
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.200236]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CGREG=2<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.202981]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.203205]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CIND?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.206493]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CIND:
> 5,0,1,0,0,0,1,0<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.206901]
> [mm-generic-gsm.c:5099] simple_connect(): (ttyUSB0): network_mode => 0
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.206970]
> [mm-generic-gsm.c:5099] simple_connect(): (ttyUSB0): allowed_mode => 0
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.207013]
> [mm-generic-gsm.c:5099] simple_connect(): (ttyUSB0): number => "*99#"
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.207039]
> [mm-generic-gsm.c:5099] simple_connect(): (ttyUSB0): apn => "internet.telekom"
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.207082]
> [mm-generic-gsm.c:4988] simple_state_machine(): (ttyUSB0): simple connect state
> 0
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.207245]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+COPS=3,2;+COPS?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.207340]
> [mm-generic-gsm.c:4988] simple_state_machine(): (ttyUSB0): simple connect state
> 2
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.210966]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+COPS:
> 0,2,"26201",2<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.211361]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+COPS=3,0;+COPS?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.215060]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+COPS:
> 0,0,"T-Mobile D",2<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.215469]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CIND?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.218985]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CIND:
> 5,0,1,0,0,0,1,0<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.219207]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT^SYSINFO<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.222958]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <--
> '<CR><LF>^SYSINFO:2,3,0,5,1,,4<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.223191]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CGREG?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.226964]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CGREG: 2,1,
> 16CA, 7F6FA7, 2<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.227089]
> [mm-generic-gsm.c:2655] mm_generic_gsm_set_reg_status(): PS registration state
> changed: 1
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.227283]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CREG?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.230959]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CREG: 2,1, 16CA,
> 7F6FA7, 2<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.231171]
> [mm-generic-gsm.c:4988] simple_state_machine(): (ttyUSB0): simple connect state
> 4
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.231254]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+COPS=3,2;+COPS?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.234960]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+COPS:
> 0,2,"26201",2<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.235141]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+COPS=3,0;+COPS?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.239146]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+COPS:
> 0,0,"T-Mobile D",2<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.239377]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CIND?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.242970]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CIND:
> 5,0,1,0,0,0,1,0<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.243187]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT^SYSINFO<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.246958]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <--
> '<CR><LF>^SYSINFO:2,3,0,5,1,,4<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.247166]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'AT+CGDCONT?<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.250968]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>+CGDCONT:
> 1,"IP","internet.telekom","0.0.0.0",0,0<CR><LF><CR><LF>OK<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.251181]
> [mm-generic-gsm.c:4988] simple_state_machine(): (ttyUSB0): simple connect state
> 5
> Aug 11 21:07:20 c457826 modem-manager[16592]: <info>  [1313089640.251469]
> [mm-modem.c:742] mm_modem_set_state(): Modem
> /org/freedesktop/ModemManager/Modems/1: state changed (registered -> connecting)
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.251681]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): --> 'ATD*99***1#<CR>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.254955]
> [mm-at-serial-port.c:298] debug_log(): (ttyUSB0): <-- '<CR><LF>CONNECT
> 43200000<CR><LF>'
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.255103]
> [mm-port.c:181] mm_port_set_connected(): (ttyUSB0): port now connected
> Aug 11 21:07:20 c457826 modem-manager[16592]: <info>  [1313089640.255332]
> [mm-modem.c:742] mm_modem_set_state(): Modem
> /org/freedesktop/ModemManager/Modems/1: state changed (connecting -> connected)
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.255529]
> [mm-generic-gsm.c:4988] simple_state_machine(): (ttyUSB0): simple connect state
> 6
> Aug 11 21:07:20 c457826 modem-manager[16592]: <debug> [1313089640.282612]
> [mm-manager.c:793] device_added(): (net/ppp0): could not get port's parent
> device
> Aug 11 21:07:50 c457826 modem-manager[16592]: <debug> [1313089670.689379]
> [mm-serial-port.c:636] data_available(): (ttyUSB0) unexpected port hangup!
> Aug 11 21:07:50 c457826 modem-manager[16592]: <debug> [1313089670.689453]
> [mm-serial-port.c:844] mm_serial_port_close(): (ttyUSB0) device open count is 0
> (close)
> Aug 11 21:07:50 c457826 modem-manager[16592]: <info>  [1313089670.689486]
> [mm-serial-port.c:859] mm_serial_port_close(): (ttyUSB0) closing serial port...
> Aug 11 21:07:50 c457826 modem-manager[16592]: <debug> [1313089670.689530]
> [mm-port.c:181] mm_port_set_connected(): (ttyUSB0): port now disconnected
> Aug 11 21:07:50 c457826 modem-manager[16592]: <info>  [1313089670.690102]
> [mm-serial-port.c:880] mm_serial_port_close(): (ttyUSB0) serial port closed
> Aug 11 21:07:50 c457826 modem-manager[16592]: <info>  [1313089670.741807]
> [mm-modem.c:742] mm_modem_set_state(): Modem
> /org/freedesktop/ModemManager/Modems/1: state changed (connected ->
> disconnecting)
> Aug 11 21:07:50 c457826 modem-manager[16592]: <info>  [1313089670.742196]
> [mm-modem.c:742] mm_modem_set_state(): Modem
> /org/freedesktop/ModemManager/Modems/1: state changed (disconnecting ->
> connected)
> 
> ------ >>>> Now I'm trying to reconnect: <<<< ---------
> 
> Aug 11 21:07:57 c457826 modem-manager[16592]: <debug> [1313089677.244027]
> [mm-generic-gsm.c:5099] simple_connect(): (ttyUSB0): network_mode => 0
> Aug 11 21:07:57 c457826 modem-manager[16592]: <debug> [1313089677.244052]
> [mm-generic-gsm.c:5099] simple_connect(): (ttyUSB0): allowed_mode => 0
> Aug 11 21:07:57 c457826 modem-manager[16592]: <debug> [1313089677.244064]
> [mm-generic-gsm.c:5099] simple_connect(): (ttyUSB0): number => "*99#"
> Aug 11 21:07:57 c457826 modem-manager[16592]: <debug> [1313089677.244075]
> [mm-generic-gsm.c:5099] simple_connect(): (ttyUSB0): apn => "internet.telekom"
> Aug 11 21:07:57 c457826 modem-manager[16592]: <debug> [1313089677.244094]
> [mm-generic-gsm.c:4988] simple_state_machine(): (ttyUSB0): simple connect state
> 0
> Aug 11 21:07:57 c457826 modem-manager[16592]: <debug> [1313089677.244129]
> [mm-generic-gsm.c:4988] simple_state_machine(): (ttyUSB0): simple connect state
> 2
> Aug 11 21:07:57 c457826 modem-manager[16592]: <info>  [1313089677.245967]
> [mm-modem.c:742] mm_modem_set_state(): Modem
> /org/freedesktop/ModemManager/Modems/1: state changed (connected ->
> disconnecting)
> Aug 11 21:07:57 c457826 modem-manager[16592]: <info>  [1313089677.246058]
> [mm-modem.c:742] mm_modem_set_state(): Modem
> /org/freedesktop/ModemManager/Modems/1: state changed (disconnecting ->
> connected)
>  
> HG 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]