aTc
Very Active Member
- Joined
- Apr 25, 2009
- Messages
- 253
Modemmanager should do everything automatically, but it only works if the modem device shows up, which it sometimes doesn't do for some reason.
It might be it's beeing blocked by rfkill, so check "sudo rfkill" and check if wwan is unblocked there ("sudo rfkill unblock wwan" should make the device appear again).
Uncommenting the "rfkill block wwan" on line 11 in /usr/share/pyra/scripts/wwan-off might help too. (put a # in front of it).
The problem is that it very rarely fails on my unit, which makes it really hard to debug.
It might be it's beeing blocked by rfkill, so check "sudo rfkill" and check if wwan is unblocked there ("sudo rfkill unblock wwan" should make the device appear again).
Uncommenting the "rfkill block wwan" on line 11 in /usr/share/pyra/scripts/wwan-off might help too. (put a # in front of it).
The problem is that it very rarely fails on my unit, which makes it really hard to debug.