Works great on an FX706HE.310 using let_it_burn=1 and using OpenRGB (built from source and make install'd) as the GUI.
I had to do some sausage-making to get it to work on my system, more on that below.
Required Info
OS: Ubuntu 22.04.1 LTS (Jammy)
Output of uname -a:
Linux hal9000 5.15.0-43-generic #46-Ubuntu SMP Tue Jul 12 10:30:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
dmidecode info:
BIOS Information
Vendor: American Megatrends International, LLC.
Version: FX706HE.310
Release Date: 11/25/2021
--
Base Board Information
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: FX706HE
Version: 1.0
Fired up openrgb and was able to change the keyboard backlight color as well as the LED on my Asus Tuf Gaming M3 mouse :)
Please let me know if you need any further info. Looking forward to when the RGB control and fan polling will make it into the mainline asus_wmi kernel source (I am sick of the BIOS default being to cycle the keyboard lighting, it is extremely annoying) and in fact I saw some patches for this dated today, quite coincidentally, so things are progressing nicely, I think!
Works great on an FX706HE.310 using
let_it_burn=1
and using OpenRGB (built from source andmake install
'd) as the GUI.I had to do some sausage-making to get it to work on my system, more on that below.
Required Info
OS: Ubuntu 22.04.1 LTS (Jammy)
Output of
uname -a
:dmidecode
info:DSDT: ASUS_FX706HE-dsdt.aml.tar.gz
Sausage-making
insmod
failed due to the module being unsigned, with the following message in the kernel log:make dkms
.Yes
to thismodprobe faustus
, which failed with theERROR: could not insert 'faustus': No such device
message./etc/modules-load.d/faustus.conf
with the following text:Created
/etc/modprobe.d/faustus.conf
with the following text:modprobe faustus
again. No errors this time.dmesg
, faustus was loaded :)openrgb
and was able to change the keyboard backlight color as well as the LED on my Asus Tuf Gaming M3 mouse :)Please let me know if you need any further info. Looking forward to when the RGB control and fan polling will make it into the mainline
asus_wmi
kernel source (I am sick of the BIOS default being to cycle the keyboard lighting, it is extremely annoying) and in fact I saw some patches for this dated today, quite coincidentally, so things are progressing nicely, I think!