Open spikespaz opened 2 years ago
I get the exact same error on just arch linux on a lenovo x1 yoga (gen 3). I tried it on the lates kernel (5.17) as well as on the lts kernel (5.15). /dev/ttyXMM1 does not show up either.
I get the exact same error on just arch linux on a lenovo x1 yoga (gen 3). I tried it on the lates kernel (5.17) as well as on the lts kernel (5.15). /dev/ttyXMM1 does not show up either.
Tried compiling with 5.15 kernel. Incompatible pointer type
This interface is there only when iosm
driver is loaded. /dev/ttyXMM*
devices get created when switching the modem to USB mode via: https://github.com/xmm7360/xmm7360-usb-modeswitch
Maybe the trick is to load iosm
first and run the lte.up
script so that it changes the module itself?
When I run
lte up
I see the following output.I am running Manjaro KDE on 5.17. I don't know if the kernel is too recent. I have headers and DKMS installed.