this post was submitted on 20 Apr 2025
5 points (100.0% liked)

linux4noobs

1895 readers
38 users here now

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?

Community Rules

founded 2 years ago
MODERATORS
 

I have Not Made (conciously )Made any Changes. Also the device ist using huge amounts of battery when simply closed.

There IS a Chance, that the Cat changed settings when sitting om the Keyboard -.-

you are viewing a single comment's thread
view the rest of the comments
[–] muhyb 2 points 6 days ago (1 children)

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.

[–] [email protected] 1 points 6 days ago* (last edited 6 days ago) (1 children)

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.

[–] muhyb 1 points 6 days ago (1 children)

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?

[–] [email protected] 1 points 6 days ago (1 children)

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"

[–] muhyb 0 points 6 days ago (1 children)

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?

[–] [email protected] 1 points 6 days ago (1 children)

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.

[–] muhyb 1 points 5 days ago

You're welcome! To be fair, we couldn't even pass the diagnosing stage. However I'm glad it's fixed with an update.