the...@sys-concept.com:
...
> libinput: Logitech G703 (my mouse) Failed to create a device for 
> /dev/input/event23
> and before that it says xf85OpenSerial: Cannot open device /dev/input/event23 
> Permission denied.
...

You can,
1. run X as root
2. either do
 mknod -m 600 /dev/input/event23 c 13 87
 chown $USER /dev/input/event23
  or
 mknod -m 666 /dev/input/event23 c 13 87
3. fiddle with udev so it does what it should, don't know how

Regards,
/Karl Hammar


Reply via email to