Giter Club home page Giter Club logo

Comments (11)

cromerc avatar cromerc commented on September 25, 2024

Did you disable the original modules? You have to do this like it says in the readme:
Create file /etc/modprobe.d/faustus.conf with following contents
blacklist asus_wmi
blacklist asus_nb_wmi

Make sure to reboot after you make that file for it to take effect.

from faustus.

cromerc avatar cromerc commented on September 25, 2024

Also looking at the commands you ran, you didn't do what it says in the readme either...

You have to do:
make
sudo modprobe sparse-keymap wmi video
sudo insmod src/faustus.ko

Please follow the directions in the readme.

from faustus.

Karan96Kaushik avatar Karan96Kaushik commented on September 25, 2024

Yes, I tried exactly as mentioned in the Readme, I'm getting the same errors. As I mentioned, "sudo modprobe sparse-keymap wmi video" gives error in dmesg

from faustus.

cromerc avatar cromerc commented on September 25, 2024

Are you using a custom kernel? What distro are you on?

from faustus.

Karan96Kaushik avatar Karan96Kaushik commented on September 25, 2024

Are you using a custom kernel? What distro are you on?

Ubunutu 20.04

from faustus.

cromerc avatar cromerc commented on September 25, 2024

Do you have "linux-modules-extra" package installed?

from faustus.

Karan96Kaushik avatar Karan96Kaushik commented on September 25, 2024

Do you have "linux-modules-extra" package installed?

Yes, I have (linux-modules-extra-5.4.0-42-generic)

from faustus.

syfluqs avatar syfluqs commented on September 25, 2024

you can try insmod with the let_it_burn parameter, but no such device means that the hardware device that the driver is looking for does not exist. let_it_burn=1 will bypass the hardware DMI check. I have a FX566IH (bios version 309) and I also am getting the same error without let_it_burn. If I bypass the DMI check, only the features in the mainline kernel (from asus_nb_wmi) work, so only changing brightness of the keyboard leds but not color. Clearly this kernel module needs a patch for the newer ASUS Tuf versions (FX506xx/FX566xx).

from faustus.

cromerc avatar cromerc commented on September 25, 2024

You could try this fork: https://github.com/rublag/faustus

It added support for some more models that this project doesn't yet support. No guarantees it will work for your models though, but worth a shot to try it.

from faustus.

syfluqs avatar syfluqs commented on September 25, 2024

Upon further searching, https://github.com/tromoto/faustus works without a manual DMI check override for me, although I got faustus: Failed to set throttle thermal policy (retval): 0x1 in dmesg. Any idea what this could mean?

from faustus.

hackbnw avatar hackbnw commented on September 25, 2024
[ 1122.173987] sparse_keymap: unknown parameter 'wmi' ignored
[ 1122.173991] sparse_keymap: unknown parameter 'video' ignored

The modprobe syntax was wrong, I've corrected it in README, and added a section about "No such device" error.

from faustus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.