Re: Requirements for u-blox LARA0-R2 (R280)

2019-04-25 Thread Lars Melin
On 4/26/2019 08:00, Brendan Simon (eTRIX) wrote: # nmcli d DEVICE   TYPE  STATE CONNECTION eth0 ethernet  connected wired-connection-1 ttyACM0  gsm   disconnected  -- sit0 iptunnel  unmanaged -- tunl0    iptunnel  unmanaged -- lo   loopback  unmanaged

Re: u-blox LARA0-R2 (R280) not worrking with MM 1.10

2019-04-28 Thread Lars Melin
On 4/29/2019 11:12, Brendan Simon (eTRIX) wrote: I can't get the u-blox LARA R2 device working with ModemManager 1.10. I've tried a Debian Buster (aka Testing) distro that uses ModemManager 1.10 (and kernel 4.19).  The serial devices are present but `mmcli -L` does not show any modems. I've

Re: Modem kernel driver changes from cdc_mbim to qmi_wwan after suspend/resume?

2019-12-19 Thread Lars Melin
On 12/19/2019 17:05, Aleksander Morgado wrote: Hey Bjørn & all, I wonder if you have any idea why this issue is happening? https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues/165#note_368404 We can see how the kernel driver reported as managing the device that owns the cdc-wdm p

Re: Help on an invalid modem case

2020-07-06 Thread Lars Melin
On 7/6/2020 18:10, Aleksander Morgado wrote: Hey! here are the logs you ask: - mmcli and lsusb output logs - the matching Modem Manager debug logs Hope it helps. It does help yes. I can see how we're using the wrong ttyUSB for data, and I believe I know why this happens; we're mixing

Re: RM510Q w/RM500Q Firmware AT trouble

2021-02-04 Thread Lars Melin
On 2/4/2021 04:38, Rusty Nails wrote: im having an issue in windows and linux/modemmanager with this rm510q. It seems to start up then stop allowing at commands.  any tips on how to resolve this? [93736.682684] option1 ttyUSB3: GSM modem (1-port) converter now disconnected from ttyUSB3 [937

Re: Cinterion MV31-W modem support

2021-07-30 Thread Lars Melin
On 7/30/2021 13:54, ROSTANSKI Tomasz wrote: static const gchar *vendor_strings[] = { "cinterion", "siemens", NULL }; -static const guint16 vendor_ids[] = { 0x1e2d, 0x0681, 0 }; +static const guint16 vendor_ids[] = { 0x1e2d, 0x0681, 0x1269, 0 }; Don't you have to add an entry to t

Re: ModemManager - connecting multiple modems simultaneously always fail

2021-09-28 Thread Lars Melin
On 9/28/2021 02:24, Lucas Pelegrino wrote: > This modem works when I connect it by itself. I also tested > different permutations and it seems it’s always the third modem that> can’t get a connection, independently of which one I put on first. > This is the full log with debug on: https://paste

Re: ModemManager - connecting multiple modems simultaneously always fail

2021-09-29 Thread Lars Melin
On 9/28/2021 19:44, Lucas Pelegrino wrote: Thanks, Lars. I looked up and found this https://github.com/raspberrypi/firmware/issues/582 So I should be able to use up to 6 modems before I ran into this issue if I'm not mistaken. You are

Re: Telit LE910 failing to find network

2017-07-19 Thread Lars Melin
On 2017-07-19 16:48, Kelvin wrote: If I'm not wrong qmi_wwan is trying to bind to interface 5, but rmnet is on 2 (that has been wrongly taken by option). Which kernel version are you using? Did you modify the source code of option and qmi_wwan?