You probably have an Fn lock somewhere, perhaps on Esc?
linux4noobs
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
Yes... But the funktions dont Work No Matter ig i press the FN Button or Not
Did you try Fn + Esc (assuming your Fn lock on Esc) to release the Fn lock?
If that doesn't work, maybe something changed in your BIOS setup related to Fn keys. It's most likely the first one though.
Tried that. It is not working. I assumed that this was not the problem in the First place because the function keys do not work whether i press FN or not.
It seems like it does not work at all
Edit. Sorry for the random Capitalisation. My phone ist still strange with english in my Lemmy App.
It's okay.
Can you see Fn Lock status with this command?
xset q | grep "Lock"
This command is usually useful for checking Caps Lock, Num Lock etc. but not sure if it would also check Fn Lock.
Also can you check if your laptop has a led light next to Fn Lock on ESC button? If so, is it lit?
There is a light IT does not light Up. It Lights Up in the BIOS. After that IT Turns Off. I checked in the BIOS . There the num lock ist Set to "keep as before".
Your command retuns an Error Message. Sais "xset : command Not found"
Hmm, xset
is not installed on Bazzite and it doesn't exist on homebrew and flathub either. Using Distrobox for this command is overkill but I don't see another way. So, can you install Debian on Distrobox (it might take a while) and then run that command? If xset still doesn't come pre-installed on Debian, you can install it via sudo apt install xset
(hopefully that's also the package name).
By the way, do function keys at least work as F-keys? For example, can you open file manager and select a file, then press F2. Does it open rename the file?
Weeeell
I updated and the Keys Work now...
Function lock also works....
The Update seems to have fixed it somehow. Thanks for the Help tough.
You're welcome! To be fair, we couldn't even pass the diagnosing stage. However I'm glad it's fixed with an update.