Re: Can't connect using ModemManager when modem is in QMI mode

2022-01-19 Thread Bushman, Jeff
Dan, Yeah, I don't understand that output, because right above it the output is > > [/dev/cdc-wdm0] Client ID not released: > > Service: 'wds' > > CID: '36' And in fact, the connection does stay up, and I can query it and get the current settings (--wds-get-current-settings

Re: Can't connect using ModemManager when modem is in QMI mode

2022-01-19 Thread Dan Williams
On Wed, 2022-01-19 at 17:25 +, Bushman, Jeff wrote: > Hi Aleksander, > > I am revisiting this with a little more information, and a better > understanding of what you wrote. > > A simple-connect from ModemManager always fails. I can always connect > from qmicli (Abbreviated log below; strippe

Re: Can't connect using ModemManager when modem is in QMI mode

2022-01-19 Thread Bushman, Jeff
Hi Aleksander, I am revisiting this with a little more information, and a better understanding of what you wrote. A simple-connect from ModemManager always fails. I can always connect from qmicli (Abbreviated log below; stripped out raw data in this trace) But as you say, when connecting via M

Re: H5321gw udev rule

2022-01-19 Thread Bjørn Mork
Anton Maier writes: > Many people who use H5321gw have to adjust the udev rule to: > https://forums.linuxmint.com/viewtopic.php?t=130708 > > maybe this should be done on default? > > Secondly i have very low connection speed and i tried all kinds of things. > Is there maybe anything else i can do

H5321gw udev rule

2022-01-19 Thread Anton Maier
Many people who use H5321gw have to adjust the udev rule to: https://forums.linuxmint.com/viewtopic.php?t=130708 maybe this should be done on default? Secondly i have very low connection speed and i tried all kinds of things. Is there maybe anything else i can do? options cdc_ncm prefer_mbim=N

Re: ANN: ModemManager 1.18.4 released / Avoiding PPP

2022-01-19 Thread Aleksander Morgado
Hey, > > But there is no 100% fix. Certainly we can and should improve the > probing and I'm happy to test that. But with the PPP code in place, > there's always going to be a code path where things didn't work > out quite right with timing, or some error condition was triggered > or whatever tha

Re: No PPP / limit plugins first draft patch

2022-01-19 Thread Peter Naulls
On 1/17/22 12:21 PM, Peter Naulls wrote: This removes PPP entirely from consideration in ModemManager. This has 2 patches - one for the OpenWrt build (against the 21.02 release(ish)) and MM itself (against 1.18.4). This is definitely incomplete. In particular, the MM scripts still reference

Re: ANN: ModemManager 1.18.4 released / Avoiding PPP

2022-01-19 Thread Peter Naulls
On 1/18/22 11:04 AM, Dan Williams wrote: What's your desired error state when detection fails? Just mark the whole modem as failed, and you'd have some custom logic to twiddle modem power and/or reboot the machine? I don't know the ins and outs of the error mechanism, so you tell me - but wha