pobrn / qc71_laptop

Linux kernel platform driver for QC71 based laptops.
GNU General Public License v2.0
31 stars 11 forks source link

sudo insmod qc71_laptop.ko insmod: ERROR: could not insert module qc71_laptop.ko: File exists #8

Closed CuriousxOctopus closed 3 years ago

CuriousxOctopus commented 3 years ago

sudo insmod qc71_laptop.ko insmod: ERROR: could not insert module qc71_laptop.ko: File exists

I get this error. I am not sure what I did wrong. Any help is appreciated it. I installed using dkms

pobrn commented 3 years ago

That means the module is already loaded (you can confirm that by running lsmod | grep qc71). If you use dkms, you don't need to do anything else, no insmod, etc.

CuriousxOctopus commented 3 years ago

My bad. I appreciate it friend. Let me know if there is a way I can donate some money for these projects.

pobrn commented 3 years ago

This seems to be solved, so I will close it, please reopen it if you still have problems with this.