primary device changing from boot to boot
Paul Bartell
paul.bartell at gmail.com
Fri Sep 1 21:17:56 UTC 2017
Check out the paul/Infineon branch for some udev rules that should work in
your case.
You should be able to blacklist the offending ACM interface using a simile
udev rule.
Alternatively, also on that branch is a work in progress plugin for the
HL75xx series that uses the NCM interfaces. There are some firmware quirks
that make it tough to use the NCM ports on the "A" series firmware as-is,
but changing the pdp_unlock parameter (via AT+HBHV) makes this plugin work.
On Fri, Sep 1, 2017 at 1:26 PM Dan Williams <dcbw at redhat.com> wrote:
> On Fri, 2017-09-01 at 13:01 -0700, Tim Harvey wrote:
> > Greetings,
> >
> > I've got a Sierra Wireless HL7588 modem which exposes three ttyACM
> > devs via the cdc_acm driver. The device appears to work fine with
> > ModemManager (1.6.8) but occasionally mm detects the primary device
> > as
> > ttyACM2 instead of the usuall ttyACM0. In this case (detected primary
> > AT interface of ttyACM2), if I've already configured NetworkManager
> > to
> > use /dev/ttyACM0 I can't bring up the modem.
>
> NM has a "DeviceIdentifier" property on GSM connections partly for this
> reason. You cannot always guarantee that even if MM *did* detect the
> first exposed TTY as primary, that it's going to be called ttyACM0.
> The kernel is free to name these things whatever it wants, and if
> ttyACM0 is already used it'll pick another one. I've had this happen
> when some program holds the TTY open and the modem reboots.
>
> So moral of the story is, don't depend on device names.
>
> Get the MM device identifier from the modem:
>
> dbus-send --print-reply --system --dest=org.freedesktop.ModemManager1
> /org/freedesktop/ModemManager1/Modem/0
> org.freedesktop.DBus.Properties.Get
> string:org.freedesktop.ModemManager1.Modem string:DeviceIdentifier
>
> and then set that string as the DeviceIdentifier in the NetworkManager
> connection for the modem. That connection will then only ever apply to
> that specific modem. You can then do things liek "nmcli con up
> <connection mame>" and NM will figure out what device it should use.
>
> Dan
>
> > What causes the primary interface to change and how am I supposed to
> > deal with it not being consistent with respect to NetworkManager
> > configuration?
> >
> > Regards,
> >
> > Tim
> > _______________________________________________
> > ModemManager-devel mailing list
> > ModemManager-devel at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
> _______________________________________________
> ModemManager-devel mailing list
> ModemManager-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/modemmanager-devel/attachments/20170901/6dfac18e/attachment-0001.html>
More information about the ModemManager-devel
mailing list