/lib/udev/findkeyboards missing
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'm trying to follow the answer here to set up some key swaps (Capslock as CTRL) on external keyboards (Microsoft Natural Ergonomic 4000).
First step is this. Get the details of your USB keyboard. Run this command with the keyboard plugged in:
$ /lib/udev/findkeyboards | grep USB
USB keyboard: input/event6
This doesn't work for me, as /lib/udev/findkeyboards
doesn't exist on my system - from Googling I can't find anyone else with this issue! Any idea why not - and how I can acquire the right version?
I'm running Xubuntu 16.04 64-bit, using the i3 window manager.
uname -a
gives me this:
Linux will-ThinkPad-X220 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
scripting keyboard udev usb-device
add a comment |Â
up vote
1
down vote
favorite
I'm trying to follow the answer here to set up some key swaps (Capslock as CTRL) on external keyboards (Microsoft Natural Ergonomic 4000).
First step is this. Get the details of your USB keyboard. Run this command with the keyboard plugged in:
$ /lib/udev/findkeyboards | grep USB
USB keyboard: input/event6
This doesn't work for me, as /lib/udev/findkeyboards
doesn't exist on my system - from Googling I can't find anyone else with this issue! Any idea why not - and how I can acquire the right version?
I'm running Xubuntu 16.04 64-bit, using the i3 window manager.
uname -a
gives me this:
Linux will-ThinkPad-X220 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
scripting keyboard udev usb-device
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying to follow the answer here to set up some key swaps (Capslock as CTRL) on external keyboards (Microsoft Natural Ergonomic 4000).
First step is this. Get the details of your USB keyboard. Run this command with the keyboard plugged in:
$ /lib/udev/findkeyboards | grep USB
USB keyboard: input/event6
This doesn't work for me, as /lib/udev/findkeyboards
doesn't exist on my system - from Googling I can't find anyone else with this issue! Any idea why not - and how I can acquire the right version?
I'm running Xubuntu 16.04 64-bit, using the i3 window manager.
uname -a
gives me this:
Linux will-ThinkPad-X220 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
scripting keyboard udev usb-device
I'm trying to follow the answer here to set up some key swaps (Capslock as CTRL) on external keyboards (Microsoft Natural Ergonomic 4000).
First step is this. Get the details of your USB keyboard. Run this command with the keyboard plugged in:
$ /lib/udev/findkeyboards | grep USB
USB keyboard: input/event6
This doesn't work for me, as /lib/udev/findkeyboards
doesn't exist on my system - from Googling I can't find anyone else with this issue! Any idea why not - and how I can acquire the right version?
I'm running Xubuntu 16.04 64-bit, using the i3 window manager.
uname -a
gives me this:
Linux will-ThinkPad-X220 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
scripting keyboard udev usb-device
edited Jul 5 at 20:48
slmâ¦
233k65479651
233k65479651
asked Jul 3 at 11:54
William Osborne
83
83
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
I'm not finding findkeyboards
in any packages on Ubuntu 16.04 either. I did locate it in the Git repo for udev, so perhaps it's no longer being packaged, would be my guess. findkeyboards
is nothing more than a shell script so you can install it where ever you like. It's located here:
- https://github.com/lu-zero/udev/blob/master/src/keymap/findkeyboards
When I downloaded it and installed it, it appears to work fine:
$ ./findkeyboards
USB keyboard: input/event6
USB keyboard: input/event7
Right, that makes sense! Thank you for your help.
â William Osborne
Jul 4 at 14:32
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
I'm not finding findkeyboards
in any packages on Ubuntu 16.04 either. I did locate it in the Git repo for udev, so perhaps it's no longer being packaged, would be my guess. findkeyboards
is nothing more than a shell script so you can install it where ever you like. It's located here:
- https://github.com/lu-zero/udev/blob/master/src/keymap/findkeyboards
When I downloaded it and installed it, it appears to work fine:
$ ./findkeyboards
USB keyboard: input/event6
USB keyboard: input/event7
Right, that makes sense! Thank you for your help.
â William Osborne
Jul 4 at 14:32
add a comment |Â
up vote
0
down vote
accepted
I'm not finding findkeyboards
in any packages on Ubuntu 16.04 either. I did locate it in the Git repo for udev, so perhaps it's no longer being packaged, would be my guess. findkeyboards
is nothing more than a shell script so you can install it where ever you like. It's located here:
- https://github.com/lu-zero/udev/blob/master/src/keymap/findkeyboards
When I downloaded it and installed it, it appears to work fine:
$ ./findkeyboards
USB keyboard: input/event6
USB keyboard: input/event7
Right, that makes sense! Thank you for your help.
â William Osborne
Jul 4 at 14:32
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
I'm not finding findkeyboards
in any packages on Ubuntu 16.04 either. I did locate it in the Git repo for udev, so perhaps it's no longer being packaged, would be my guess. findkeyboards
is nothing more than a shell script so you can install it where ever you like. It's located here:
- https://github.com/lu-zero/udev/blob/master/src/keymap/findkeyboards
When I downloaded it and installed it, it appears to work fine:
$ ./findkeyboards
USB keyboard: input/event6
USB keyboard: input/event7
I'm not finding findkeyboards
in any packages on Ubuntu 16.04 either. I did locate it in the Git repo for udev, so perhaps it's no longer being packaged, would be my guess. findkeyboards
is nothing more than a shell script so you can install it where ever you like. It's located here:
- https://github.com/lu-zero/udev/blob/master/src/keymap/findkeyboards
When I downloaded it and installed it, it appears to work fine:
$ ./findkeyboards
USB keyboard: input/event6
USB keyboard: input/event7
answered Jul 3 at 14:54
slmâ¦
233k65479651
233k65479651
Right, that makes sense! Thank you for your help.
â William Osborne
Jul 4 at 14:32
add a comment |Â
Right, that makes sense! Thank you for your help.
â William Osborne
Jul 4 at 14:32
Right, that makes sense! Thank you for your help.
â William Osborne
Jul 4 at 14:32
Right, that makes sense! Thank you for your help.
â William Osborne
Jul 4 at 14:32
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f453211%2flib-udev-findkeyboards-missing%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password