Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thinkpad 2 (Bluetooth) keepboard - FN Lock not working. #60

Open
joergi opened this issue Feb 6, 2024 · 2 comments
Open

Thinkpad 2 (Bluetooth) keepboard - FN Lock not working. #60

joergi opened this issue Feb 6, 2024 · 2 comments

Comments

@joergi
Copy link

joergi commented Feb 6, 2024

I use a Thinkpad compact 2 Bluetooth keyboard.

I added a udev rule:

#ThinkPad TrackPoint Keyboard I & II USB
SUBSYSTEM=="hid", \
DRIVER=="lenovo", \
ATTRS{idVendor}=="17ef", ATTRS{idProduct}=="6047|60ee", \
ATTR{fn_lock}="0"

#ThinkPad TrackPoint Keyboard I & II Bluetooth
SUBSYSTEM=="input", \
ATTRS{id/vendor}=="17ef", ATTRS{id/product}=="6048|60e1", \
TEST=="/sys/$devpath/device/fn_lock", \
RUN+="/bin/sh -c 'echo 0 > \"/sys/$devpath/device/fn_lock\"'"

in a file called /etc/udev/rules.d/99-thinkpad-trackpoint-disable-fn-lock.rules

I also did

sudo su
udevadm control --reload-rules && udevadm trigger

but I still get the error:

./tp-compact-keyboard --fn-lock-enable
No keyboard found!

the keyboard is working super fine, just the FN Lock is not working

uname -r
6.5.0-15-generic

I'm on Ubuntu 22.04 LTS version

@joergi joergi changed the title Thinkpad 2 Bluetooth not working. Thinkpad 2 (Bluetooth) keepboard - FN Lock not working. Feb 6, 2024
@zijian-x
Copy link

Mine too not working since like a month as it's always on and cannot be turned off, what gives? Did you figure out a solution?

@joergi
Copy link
Author

joergi commented Mar 10, 2024

Mine too not working since like a month as it's always on and cannot be turned off, what gives? Did you figure out a solution?

unfortunately not.
I was not able to get it running at all yet.

did you got it running ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants