-
Notifications
You must be signed in to change notification settings - Fork 21
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
How to run? #13
Comments
Hi @jthaman! The driver is designed to start automatically when you plug a supported kinesis keyboard into the computer (or when the computer starts with one already plugged in). It uses |
Here is the output of that command, while the freestyle 2 keyboard is plugged in.
|
@jthaman Huh. So this suggests either that you don't have the Can you share the output of:
|
Sure, cat /etc/modules:
ls -l /dev/uinput
lsmod | grep uinput < no output for this one> |
Okay, so this tells me a few things:
Can you check if the |
Sorry, this got lost in the shuffle a few weeks ago. Here is the output of the requested .rules file. I'm using Arch linux, if that matters.
|
Okay @jthaman, these rules look correct to me. I thought Arch would respect Given that you have the right rules, I wonder whether the If that still doesn't work, I'm quite confused. I'd recommend trying some of the techniques I used here when I was figuring all of this out in the first place. I'm happy to consult as you go, but I don't have a good sense of what's wrong. |
Hello there. Thanks for a driver! I also had some issues with running driver on Arch Linux. Problem 1: Load
|
@tatarianBarbarian Would you be interested in opening a PR to add the extra services to the repo? They ought to be portable. |
@whereswaldon |
There's still a lingering permissions issue on Arch Linux related to ACLs on However, I tried it again just now (after a reboot) and the issue seems to have self-resolved. I am on Arch on this machine, so perhaps it just takes a reboot? |
Maybe I'm missing something, but I downloaded the ZIP, cd'd into it, and gave it a
sudo make install
. I restarted my computer, and can't tell that anything is different. I thought I needed to enable the systemd unit, but I got a message back from systemd saying that this isn't the case. How does one verify if the driver is installed and running?Thanks for any help.
The text was updated successfully, but these errors were encountered: