Keyboard function keys not working as intended.

I personally use a nuphy keyboard and by default the function keys are not working. I have found a command "echo -n 0 | sudo tee /sys/module/hid_apple/parameters/fnmode", that fixes the issue but it does not persist between reboots and im wanting to know if there is a way to make this permanent. I found this method "echo 'options hid_apple fnmode=0' | sudo tee -a /etc/modprobe.d/hid_apple.conf" but it requires updating the initramfs but due to it being ostree based I wanted to avoid having to create a new ostree layer if possible if there is a better alternative.
1 Reply
HikariKnight
HikariKnight3w ago
Universal Blue
How to modify initramfs and dracut in Universal Blue
Before doing this, if you just plan to add options to a module, you should consider using a karg instead! Touching the initramfs system and modprobe will slow down your updates so all your updates will take several minutes longer. In most cases what you want to do in modprobe can be done with simple kernel arguments, In this example lets change...
Want results from more Discord servers?
Add your server