16.04 - Bluetooth keyboard disabled after logging in - Ask Ubuntu


i paired bluetooth keyboard ubuntu 16.04. @ first, seemed work. opened "keyboard settings", , keyboard not work anymore.

the funny thing is, if logout, can type login password keyboard. when log in, keyboard not work anymore.

how can make keyboard work when logged in?

note: keyboard not have receiver.

the problem numlock turn on default. solve it:

  • install numlockx:

    sudo apt-get install numlockx

  • turn off numlock:

    numlockx off

personally, add command autostart, numlock disable @ login.

related documentation: numlockapplekeyboard. note method disable numlock in documentation outdated (16.04), setting entry not available anymore.


Comments

Popular posts from this blog

crash - Windows Rundll32 (child process of DllHost) is crashing. How can I even identify it? - Super User

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User

networking - Slave steals IP meant for bonded interface - Ask Ubuntu