3

I have a fresh install of Ubuntu 16.04 LTS and a Cougar 200k keyboard.

As far as I can tell all keys and functions are working, except the two Ctrl keys.

Not having Ctrl keys kinda sucks ;)

Any ideas?

UPDATES:

  1. Both Ctrl keys act like additional Shift keys
  2. Tried this code(https://bitbucket.org/Swoogan/aziokbd), but it didn't solve the problem
  3. -- Did the blacklist as described for aziokbd, but it did not solve the problem.
  4. Tested the keycodes using showkey and xev: Ctrl, Shift, and Alt all have the same keycode. showkey returns 42, and xev returns 50

1 Answers1

0

Just install the aziokbd driver, it worked for me:

sudo apt-get install mercurial build-essential linux-headers-generic dkms
git clone https://github.com/teitss/aziokbd
cd aziokbd
./install.sh

Make sure to plug it out after installing the driver then plug it in again.

AmrAnwar
  • 41
  • 4