xmm7360 / xmm7360-pci

PCI driver for Fibocom L850-GL modem based on Intel XMM7360 modem
424 stars 82 forks source link

Reconnect not working #134

Open areian opened 3 years ago

areian commented 3 years ago

Hi,

I'm using this on a Lenovo X395 running Arch Linux. Using the lte script, I easily get the module up and running, but if I for any reason get disconnected, I can't reconnect to the network without having to reboot my laptop.

When running the lte up command, everything looks good, but I cannot connect to anything.

I can also see that running the lte down command does not actually detach me from the network (the modem does not tell the network to tear down the session, and the network still sees the device as being online). I wonder if this is part of the issue?

I have also tried to fully unload the module (rmmod) and removing the interface (ip ling delete wwan0) before before re-running the lte setup, but it doesn't make any difference.

tgxn commented 3 years ago

I'd say this is likely also related to #1 ; though there may be room to improve the lte.sh script.