We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running hdapsd on ubuntu 17.04, version 1:20141203-1.
sudo strace hdapsd shows this error:
sudo strace hdapsd
open("/dev/input/event8", O_RDONLY) = -1 EPERM (Operation not permitted)
cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0000 Version=0000 N: Name="Acer BMA150 accelerometer" P: Phys=wmi/input1 S: Sysfs=/devices/virtual/input/input11 U: Uniq= H: Handlers=event8 js0 B: PROP=0 B: EV=9 B: ABS=7
Tried sudo rmmod joydev but nothing changed except no "js0" in Handlers list Any idea?
sudo rmmod joydev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running hdapsd on ubuntu 17.04, version 1:20141203-1.
sudo strace hdapsd
shows this error:
cat /proc/bus/input/devices
Tried
sudo rmmod joydev
but nothing changed except no "js0" in Handlers listAny idea?
The text was updated successfully, but these errors were encountered: