Send connman mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."
Today's Topics:
1. Re: Unsalble cellular connection (Michael Nazzareno Trimarchi)
2. Route created for DHCP DNS server (Nuno Gon?alves)
----------------------------------------------------------------------
Message: 1
Date: Sun, 18 Aug 2019 15:13:15 +0200
From: Michael Nazzareno Trimarchi <[email protected]>
To: JH <[email protected]>
Cc: Jonas Bonn <[email protected]>, connman <[email protected]>,
Giacinto Cifelli <[email protected]>, Daniel Wagner <[email protected]>,
"[email protected]" <[email protected]>
Subject: Re: Unsalble cellular connection
Message-ID:
<CAOf5uw=2u6mkckp8ozwnyzwvxjavyldxudasfvejnwvmq0f...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Hi
On Sun, Aug 18, 2019 at 12:29 AM JH <[email protected]> wrote:
>
> Hi Jonas,
>
> On 8/18/19, Jonas Bonn <[email protected]> wrote:
> >>> OK, all from kernel, what could make the kernel to delete the link?
> >
> > What does the kernel log show?
> .......
> kernel: qmi_wwan 1-1:1.3: nonzero urb status received: -71
> kernel: qmi_wwan 1-1:1.3: wdm_int_callback - 0 bytes
> kernel: qmi_wwan 1-1:1.3: wdm_int_callback - usb_submit_urb failed
> with result -19
> kernel: qmi_wwan 1-1:1.3 wwan0: unregister 'qmi_wwan' usb-ci_hdrc.1-1,
> WWAN/QMI device
> ......
>
> Attached full kernel log file. The test device is currently in link
> down and connected to WiFi.
>
> > It looks like you've multiple instances of connman and ofono running
> > there, that's why you've got nothing in the logs. Give this another try.
>
Aug 17 11:32:44 solar kernel: usb 1-1: new high-speed USB device
number 5 using ci_hdrc
Aug 17 11:32:45 solar kernel: usb 1-1: New USB device found,
idVendor=05c6, idProduct=90b2, bcdDevice= 0.00
Aug 17 11:32:45 solar kernel: usb 1-1: New USB device strings: Mfr=1,
Product=2, SerialNumber=3
Aug 17 11:32:45 solar kernel: usb 1-1: Product: QHSUSB__BULK
Aug 17 11:32:45 solar kernel: usb 1-1: Manufacturer: Qualcomm CDMA
Technologies MSM
Aug 17 11:32:45 solar kernel: usb 1-1: SerialNumber: 5ff10299
Here seems that reboot in bootloader mode. I have couple of disconnect
and reconnect and I don't know if connman
send some power on/off at command and make this strange behavior. The
fact that start in bootloader mode can be a power
issue? can you try to connect using a powered HUB?
Michael
> Hmm, don't think so:
> # ps | grep connman | grep -v grep
> 3465 root 8948 S connmand -d
>
> # ps | grep ofono | grep -v grep
> 319 root 5656 S ofonod -d
>
> # systemctl status connman
> Active: inactive
>
> # systemctl status ofono
> Active: inactive
>
> # kill 3465
> # ps | grep connman | grep -v grep
>
> # kill 319
> # ps | grep ofono | grep -v grep
>
> # OFONO_QMI_DEBUG=1 ofonod -d
> # connmand -d
> # ps | grep connman | grep -v grep
> 4912 root 8944 S connmand -d
> # ps | grep ofono | grep -v grep
> 4910 root 5712 S ofonod -d
>
> # journalctl -u ofono > ofono.log
> # journalctl -u connman > connman.log
>
> same contexts in the log files, what I could be missing?
>
> Thanks Jonas
>
> - jh
> _______________________________________________
> connman mailing list
> [email protected]
> https://lists.01.org/mailman/listinfo/connman
--
| Michael Nazzareno Trimarchi Amarula Solutions BV |
| COO - Founder Cruquiuskade 47 |
| +31(0)851119172 Amsterdam 1018 AM NL |
| [`as] http://www.amarulasolutions.com |
------------------------------
Message: 2
Date: Sun, 18 Aug 2019 18:07:30 +0200
From: Nuno Gon?alves <[email protected]>
To: [email protected]
Subject: Route created for DHCP DNS server
Message-ID:
<CAEXMXLR19U13TPqQ=XyLZMDeMcyQzB1R4e5MJ8HCf3HDcK==0...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Hi,
When a DHCP option_code 6 is received Connman adds a route to the DNS
server address.
connmand[259]: DHCP server: option_code 6 option_value 1.1.1.1
connmand[259]: wlan0 {add} route 1.1.1.1 gw 0.0.0.0 scope 253 <LINK>
The resulting routes:
$ ip route
default via 192.168.73.1 dev wlan0
1.1.1.1 dev wlan0 scope link
Because of this the DNS server is not routed trough the gateway and it
cannot be reached.
Thanks,
Nuno
------------------------------
Subject: Digest Footer
_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman
------------------------------
End of connman Digest, Vol 46, Issue 17
***************************************