im the most tech savvy in my household. compared to general people, im still a normie.
my personal pc is linux based and whenever someone asked to use my pc for general purpose i have to do the terminal dance. now for some of you that may be easy but for me it’s annoying. not to mention that i have goldfish memory so i have to duckduckgo which dependancy i need, troubleshooting and look for dependancy just to make my vlc support certain kind of media or connecting apple device to the pc.
im planning to distro hop to an easier one but im dreading to do the terminal dance all over again.
worth mentioning, my kb Fx keys are unusable for almost a year now and i exhausted all possible way to fix it. my steam streaming also outputting blank screen. i just dont have the urge and will to fix it
Don’t feel bad. I’ve been running some distro since Y2K was a fear. And I still often need to search commands. (Shhhhh! Don’t tell anyone but I have even used ChatGPT a few times also. To my secret shame). But I am wary of what I see and while I don’t always remember the proper syntax all the the time, I do know when the answer is right when I see it.
If anything, it shows that you are a person that is willing to get your hands dirty to fix your own problems before you start asking random people to solve your problem for you. You will become the master yet.
And Kudos to Ephera for stepping up and helping a fellow user!
my kb Fx keys are unusable for almost a year now and i exhausted all possible way to fix it.
Unusable as in nothing at all happens, or do they do things like volume up/down when you press them?
If the latter, there may be an “FnLock” key combination you have to press. Usually, it’s something like Fn+Esc. Or Fn + whatever key has a lock symbol or “FnLock” written on it…
its the latter. the fn thing doesnt work as the fn key doesnt register input. my initial asumption is that because my kb is on apple format and i couldnt change it to windows because it requires me to press the fn key (iqunix f96)
It’s quite a lot of detailed technology talk, which I don’t expect you to understand. The main takeaway should be this:
So the problem is [temporarily] solved by running: rmmod hid_apple
This command unloads a driver that’s potentially interfering here. The driver will be loaded again on next reboot.
Which is useful, because you can just try it out and if it doesn’t work (or if it breaks something), you can just do a reboot and everything is back to normal.
You will need admin/root permissions to run this command, so the real command you need to run is: sudo rmmod hid_apple
It will ask you for your login password to confirm running the command.
If that does fix it, then we can look into making it permanent.
im the most tech savvy in my household. compared to general people, im still a normie.
my personal pc is linux based and whenever someone asked to use my pc for general purpose i have to do the terminal dance. now for some of you that may be easy but for me it’s annoying. not to mention that i have goldfish memory so i have to duckduckgo which dependancy i need, troubleshooting and look for dependancy just to make my vlc support certain kind of media or connecting apple device to the pc.
im planning to distro hop to an easier one but im dreading to do the terminal dance all over again.
worth mentioning, my kb Fx keys are unusable for almost a year now and i exhausted all possible way to fix it. my steam streaming also outputting blank screen. i just dont have the urge and will to fix it
Don’t feel bad. I’ve been running some distro since Y2K was a fear. And I still often need to search commands. (Shhhhh! Don’t tell anyone but I have even used ChatGPT a few times also. To my secret shame). But I am wary of what I see and while I don’t always remember the proper syntax all the the time, I do know when the answer is right when I see it.
If anything, it shows that you are a person that is willing to get your hands dirty to fix your own problems before you start asking random people to solve your problem for you. You will become the master yet.
And Kudos to Ephera for stepping up and helping a fellow user!
Unusable as in nothing at all happens, or do they do things like volume up/down when you press them?
If the latter, there may be an “FnLock” key combination you have to press. Usually, it’s something like Fn+Esc. Or Fn + whatever key has a lock symbol or “FnLock” written on it…
its the latter. the fn thing doesnt work as the fn key doesnt register input. my initial asumption is that because my kb is on apple format and i couldnt change it to windows because it requires me to press the fn key (iqunix f96)
This sounds exactly like your problem: https://bbs.archlinux.org/viewtopic.php?id=269796
It’s quite a lot of detailed technology talk, which I don’t expect you to understand. The main takeaway should be this:
This command unloads a driver that’s potentially interfering here. The driver will be loaded again on next reboot.
Which is useful, because you can just try it out and if it doesn’t work (or if it breaks something), you can just do a reboot and everything is back to normal.
You will need admin/root permissions to run this command, so the real command you need to run is:
sudo rmmod hid_appleIt will ask you for your login password to confirm running the command.
If that does fix it, then we can look into making it permanent.
thank you, ill try it asap
That just sounds like your keyboard is broken. Your keyboard switching its own functions does not involve the OS
That would have also been my intuition, but apparently the driver is involved. At least, unloading the driver solved it in this case: https://bbs.archlinux.org/viewtopic.php?id=269796