Сорри, что не в Hardware ... но тут народу больше тусуется - быстрее подскажете.
Купил сегодня графический планшет Wacom Bamboo Fun Pen&Touch Medium.
Подключил, лампочка загорелась, dmesg написал:
[15073.320322] usb 5-4: new full speed USB device using xhci_hcd and address 0
[15073.343486] xhci_hcd 0000:02:00.0: WARN: Stalled endpoint
[15073.345486] xhci_hcd 0000:02:00.0: WARN: Stalled endpoint
[15073.347462] xhci_hcd 0000:02:00.0: WARN: Stalled endpoint
[15073.356498] xhci_hcd 0000:02:00.0: WARN: short transfer on control ep
[15073.359497] xhci_hcd 0000:02:00.0: WARN: short transfer on control ep
[15073.362505] xhci_hcd 0000:02:00.0: WARN: short transfer on control ep
[15073.363520] usb 5-4: New USB device found, idVendor=056a, idProduct=00df
[15073.363523] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[15073.363525] usb 5-4: Product: CTH-670
[15073.363527] usb 5-4: Manufacturer: Wacom Co.,Ltd.
[15073.363622] usb 5-4: configuration #1 chosen from 1 choice
В xorg.conf добавил:
Section "ServerLayout"
....
# for Wacom
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "pad"
EndSection
# Wacom Fun
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Type" "stylus"
Option "USB" "on"
Option "Threshold" "10"
Option "Device" "/dev/input/wacom"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Type" "eraser"
Option "USB" "on"
Option "Threshold" "10"
Option "Device" "/dev/input/wacom"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Type" "cursor"
Option "USB" "on"
Option "Threshold" "10"
Option "Device" "/dev/input/wacom"
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection
Но проблема в том, что файл устройства не существует:
# ls -l /dev/input/
итого 0
drwxr-xr-x 2 root root 120 Мар 12 11:34 by-id
drwxr-xr-x 2 root root 160 Мар 12 11:34 by-path
crw------- 1 root root 13, 64 Мар 12 11:34 event0
crw------- 1 root root 13, 65 Мар 12 11:34 event1
crw------- 1 root root 13, 66 Мар 12 11:34 event2
crw------- 1 root root 13, 67 Мар 12 11:34 event3
crw------- 1 root root 13, 68 Мар 12 11:34 event4
crw------- 1 root root 13, 69 Мар 12 11:34 event5
crw------- 1 root root 13, 70 Мар 12 11:34 event6
crw------- 1 root root 13, 71 Мар 12 11:34 event7
crw------- 1 root root 13, 63 Мар 12 11:34 mice
crw------- 1 root root 13, 32 Мар 12 11:34 mouse0
crw------- 1 root root 13, 33 Мар 12 11:34 mouse1
# lsmod | grep -i wacom
hid_wacom 2820 0
wacom 17816 0
hid 63225 2 hid_wacom,usbhid
usbcore 122034 8 wacom,gspca_spca561,gspca_main,usbhid,xhci,ohci_hcd,ehci_hcd
Перемещено JB из talks