Christoph Egger wrote:

>>Well, I never could get /dev/input/event0 to work,
>>
> 
> Haven't you forgotten to
> 
> a) make sure, that you have loaded the event driver (if compiled as a
> module) or that you have it compiled as builtin kernel driver?


% /sbin/lsmod | grep evdev
evdev                   3904   0
input                   3264   0 [evdev]


> b) make sure, the permissions of /dev/input/event0 are correct?


% ls -al /dev/input/
total 24
drwxr-xr-x    2 root     root         4096 Dec  5 20:31 ./
drwxr-xr-x    6 root     root        20480 Dec 12 10:16 ../
crw-rw-rw-    1 root     root      13,  64 Dec  5 20:31 event0
crw-r--r--    1 root     root      13,  65 Dec  5 20:31 event1
crw-r--r--    1 root     root      13,  63 Dec  5 20:26 mice


> 
> c) make use of the libgii's linux-evdev target?
> 


% export GII_INPUT=input-linux-evdev
% mhub -d
mhub: unable to open default GII input



Reply via email to