GUG a écrit a écrit :
mkdir /dev/input
mknod /dev/input/mice c 13 63
(c ca que je savais po qu il fallait faire)
[...]
conclusion pour moi : mknod
|
less /usr/src/linux/Documentation/usb/input.txt
" After this, the USB keyboard will work straight away, and the USB mouse
will be available as a character device on major 13, minor 63:
crw-r--r-- 1 root root 13, 63 Mar 28 22:45 mice
This device, has to be created, unless you use devfs, in which case it's
created automatically. The commands to do that are:
cd /dev
mkdir input
mknod input/mice c 13 63"