Saya sudah punya Wacom Bamboo Create Pen Tablet (CTH-670) yang tidak terdeteksi oleh pengaturan sistem, ubuntu 11.10
uname -r 3.0.0-13-generic-pae
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c512 Logitech, Inc. LX-700 Cordless Desktop Receiver
Bus 002 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 003 Device 003: ID 056a:00df Wacom Co., Ltd
Bus 002 Device 004: ID 03f0:0601 Hewlett-Packard ScanJet 6300c
Bus 002 Device 005: ID 067b:2305 Prolific Technology, Inc. PL2305 Parallel Port
Bus 002 Device 006: ID 0409:0056 NEC Corp.
lsmod | grep wacom
mencoba autogen input driver-wacom-0.11.1 dari git, tetapi gagal dengan
configure: WARNING: kernel version 3.0.0-13-generic-pae not supported
Adakah yang punya solusi?
Dilanjutkan dengan folder make berhasil di 2.6.36 dan menyalin wacom.ko ke kernel
$ sudo insmod /lib/modules/3.0.0-13-generic-pae/kernel/drivers/input/tablet/wacom.ko
csschsu@omega:~$ dmesg | tail
[ 191.006084] usbcore: registered new interface driver wacom
[ 191.006091] wacom: v1.52-input-wacom-0.1:USB Wacom tablet driver
Output dari lsusb
:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c512 Logitech, Inc. LX-700 Cordless Desktop Receiver
Bus 002 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 002 Device 003: ID 03f0:0601 Hewlett-Packard ScanJet 6300c
Bus 002 Device 004: ID 067b:2305 Prolific Technology, Inc. PL2305 Parallel Port
Bus 002 Device 005: ID 056a:00df Wacom Co., Ltd
Bus 002 Device 006: ID 0409:0056 NEC Corp.
terlihat baik-baik saja? Tapi layar pengaturan sistem masih kosong (dan wacom.ko tidak dimuat setelah reboot, menjalankan depmod -a, dan modules.dep diperbarui)
Mencoba menggunakan wacom pada 11.10 yang baru diinstal pada komputer lain tetapi masalah yang sama di sana.
Catatan dari syslog saat menghubungkan wacom ke USB (ada indikasi memuat modul lain?)
Nov 22 17:43:09 alfa kernel: [64305.585914] usb 2-1.6: new full speed USB device number 4 using ehci_hcd
Nov 22 17:43:09 alfa mtp-probe: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6"
Nov 22 17:43:09 alfa mtp-probe: bus: 2, device: 4 was not an MTP device
$ lsusb
Bus 002 Device 004: ID 056a:00df Wacom Co., Ltd
MTP adalah penyebab dari deteksi yang hilang, dan jika demikian apa yang harus dilakukan tentang itu.
Papan Wacom adalah Bambu CTH-670 dan berfungsi ok di windows tapi saya tidak: - \
Dihapus libmtp-common dan yang menghapus pesan di syslog tetapi perangkat usb table wacom tidak terdeteksi dan modul kernel wacom.ko tidak dimuat.