David Grayson
David Grayson
Just a reminder: I think think PR represents a very good improvement to the performance of picotool and should be merged in, even if there are some code style issues...
So far, this library just supports certain AVR microcontrollers, and the Teensy 4.1 is not based on an AVR. You might want to post about your issue on the Teensy...
Thanks. I'd like to switch over to Qt 6 and merge this in eventually, but I'll probably have to update the instructions in BUILDING.md and then test building on all...
Where would the maintenance push be when it is made? I see no tags since 2019. I see three active branches, but those are for NixOps 2, which is still...
You might be able to solve that warning by adding a [platformio.ini](https://docs.platformio.org/en/latest/librarymanager/dependencies.html) to your project that specifies pololu/PushButton as a requirement. Do you know if there's anything we could add...
ambdeep, I have an ASUS G75VW too. You should check out the pull request I just made: https://github.com/guillaumezin/nvidiabl/pull/65 For me, the nvidiablctl script works (and therefore /sys/class/backlight/nvidia_backlight/brightness works), but the...
I have gotten the backlight hotkeys to mostly work on my G75VW-DH72, but I had to make two modifications to the asus-wmi module to do it! A summary of my...
Hello. Could you run dmesg and see if there is a more detailed message about why the module didn't load? It will probably tell you which symbol was unknown, which...
Those symbols are part of the wmi module so you will need to do "modprobe wmi".
Aren't you inserting them in the wrong order? You need to insert asus-wmi first as I wrote in my original directions, because it defines some symbols that asus-nb-wmi depends on....