xmm7360 / xmm7360-pci

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

works on hp zbook gen8, debian 12, mate desktop #184

Open atilakoc opened 2 years ago

atilakoc commented 2 years ago

Worked on HP ZBook Gen8, Debian 12 (bookworm) with MATE desktop. Kernel version is 5.17.0-1

I needed to sign the module for secure boot and install python3-dbus for the python script. I copied the ini file to /etc directory as xmm7360.ini and edited apn as apn=internet for the local provider Turkcell in Turkiye.

To connect after startup, I install the module with insmod command and run the python script as root from command line.

Thank you very much.

atilakoc commented 2 years ago

Realized that the ini file is not needed to be copied to /etc directory, but should stay in the project directory.

xmm7360.c file should be edited as described in issue #179 by JoelLinn, to work in kernel version 5.18. Thanks to him.