Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malaterre/pbbuttonsd
https://github.com/malaterre/pbbuttonsd
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malaterre/pbbuttonsd
- Owner: malaterre
- License: other
- Created: 2015-01-05T12:58:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T15:49:38.000Z (about 10 years ago)
- Last Synced: 2024-10-29T09:19:19.528Z (2 months ago)
- Language: Shell
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Debian
- Changelog: changelog
Awesome Lists containing this project
README
pbbuttonsd for Debian
=====================my usb/external events are ignored (i.e. the screens stays dark if I move the external mouse)
---------------------------------------------------------------------------------------------
pbbuttons scans event input devices only at startup, you can force it to do
automatic rescan by setting:autorescan = yes
in /etc/pbbuttonsd.conf. See also http://bugs.debian.org/324604 for further
discussion.but it still doesn't work!
--------------------------
probably you are running a static /dev (commonly found with linux 2.4 kernels)
and you have a lot of input devices. You need to create more, you can do so by
running:mknod /dev/input/event1 c 13 65
mknod /dev/input/event2 c 13 66
...
mknod /dev/input/event7 c 13 71this problem won't occur if you are using udev (only on 2.6 kernels) for
example.