pobrn / qc71_laptop

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

ERROR: could not insert module qc71_laptop.ko: No such device #2

Closed lucasjome closed 4 years ago

lucasjome commented 4 years ago

image

log: dmesg show: qc71_laptop: no DMI match

info: OS: Arch Linux - 5.9.1 Kernel Bios version: 0122

pobrn commented 4 years ago

Please post the output of cat /sys/devices/virtual/dmi/id/modalias.

lucasjome commented 4 years ago

dmi:bvnIntelCorp.:bvrQCCFL357.0122.2020.0911.1520:bd09/11/2020:br5.13:efr1.25:svnAvellHighPerformance:pnA60MUV:pvr:rvnAvellHighPerformance:rnAvellHighPerformance:rvr:cvnAvellHighPerformance:ct10:cvr1.0:

pobrn commented 4 years ago

The reason why the DMI board name has been changed to "AvellHighPerformance" will elude me for ever... Nonetheless, please pull from the master and try again.

lucasjome commented 4 years ago

It was showing same error on dmesg, so i did a PR for you. I already tested here and it worked. Thank you.