Open atilakoc opened 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.
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.