HI
Ran
sudo /sbin/modprobe uinput
sudo /usr/sbin/hwinfo --usb | grep eGalax
Model: "D-WAV Scientific eGalaxTouch EXC3188-2414-08.00.00.00"
Device: usb 0xc000 "eGalaxTouch EXC3188-2414-08.00.00.00"
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event10, /dev/char/13:74, /dev/input/by-id/usb-eGalax_Inc._eGalaxTouch_EXC3188-2414-08.00.00.00-event-mouse, /dev/input/by-path/pci-0000:00:14.0-usb-0:10:1.0-event-mouse, /dev/char/13:33, /dev/input/by-id/usb-eGalax_Inc._eGalaxTouch_EXC3188-2414-08.00.00.00-mouse, /dev/input/by-path/pci-0000:00:14.0-usb-0:10:1.0-mouse, /dev/char/13:63
Model: "D-WAV Scientific eGalaxTouch EXC3188-2414-08.00.00.00"
Device: usb 0xc000 "eGalaxTouch EXC3188-2414-08.00.00.00"
Device Files: /dev/input/mice, /dev/input/mouse2, /dev/input/event11, /dev/char/13:75, /dev/input/by-id/usb-eGalax_Inc._eGalaxTouch_EXC3188-2414-08.00.00.00-event-mouse, /dev/input/by-path/pci-0000:00:14.0-usb-0:13.2.3.3:1.0-event-mouse, /dev/char/13:34, /dev/input/by-id/usb-eGalax_Inc._eGalaxTouch_EXC3188-2414-08.00.00.00-mouse, /dev/input/by-path/pci-0000:00:14.0-usb-0:13.2.3.3:1.0-mouse, /dev/char/13:63
thats the output.
mind you that right now i have a clean install, i havent installed anyting from the egalax package.
if i check the guide and check the uinput:
ls uinput -al
crw-r----- 1 root root 10, 223 Oct 11 14:46 uinput
ls hidraw* -al
crw-rw---- 1 root root 249, 0 Oct 11 12:52 hidraw0
crw-rw---- 1 root root 249, 1 Oct 11 12:52 hidraw1
crw-rw---- 1 root root 249, 2 Oct 11 12:52 hidraw2
crw-rw---- 1 root root 249, 3 Oct 11 12:52 hidraw3
crw-rw---- 1 root root 249, 4 Oct 11 12:52 hidraw4
according to the guide, the handlers on this output should be blank if i compile the kernel with the options requested:
I: Bus=0003 Vendor=0eef Product=c000 Version=0111
N: Name="eGalax Inc. eGalaxTouch EXC3188-2414-08.00.00.00"
P: Phys=usb-0000:00:14.0-10/input0
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/input/input10
U: Uniq=
H: Handlers=mouse1 event10 ------>>>> should be blank
B: PROP=0
B: EV=1b
B: KEY=c03 0 30001 0 0 0 0 0 0 0 0
B: ABS=1ff00 1003fff
B: MSC=10
I: Bus=0003 Vendor=0eef Product=c000 Version=0111
N: Name="eGalax Inc. eGalaxTouch EXC3188-2414-08.00.00.00"
P: Phys=usb-0000:00:14.0-13.2.3.3/input0
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13.2/1-13.2.3/1-13.2.3.3/1-13.2.3.3:1.0/input/input11
U: Uniq=
H: Handlers=mouse2 event11 --_>>>>> this one too
B: PROP=0
B: EV=1b
B: KEY=c03 0 30001 0 0 0 0 0 0 0 0
B: ABS=1ff00 1003fff
B: MSC=10
i will upload the guide as soon i find a upload button.
let me know if you need anything else
regards