← All posts tagged Gentoo
Linux Gentoo keyboard MSNEK4000
Create a new file by running sudo nano /etc/udev/hwdb.d/61-keyboard-local.hwdb. Paste the following lines to the file (for the 4000 model):
keyboard:usb:v045Ep00DB*
KEYBOARD_KEY_c022d=pageup
KEYBOARD_KEY_c022e=pagedown
After editing the file, recompile the hwdb that udev uses:
sudo udevadm hwdb --update
Then replug the keyboard.
Recommend
Recommend
Recommend
Gentoo tc4400
emerge -av libfprint pam_fprint fprint_demo
edit /etc/pam.d/system-auth
auth required pam_env.so
auth sufficient pam_fprint.so
auth sufficient pam_unix.so try_first_pass likeauth nullok
auth required pam_deny.so
Recommend
Recommend
Recommend