Re: [DIGImend-users] Tablet diagnostics
Brought to you by:
spb_nick
|
From: Javier G. <gal...@gm...> - 2012-06-04 19:43:44
|
Hi Nick: > This version should enable the proprietary mode. If you still see 5 pointer > devices, instead of one keyboard and one pointer, could you please mount > debugfs with "sudo mount -t debugfs debugfs /sys/kernel/debug" and send me > the output of "sudo cat /sys/kernel/debug/hid/0003\:0458\:500f.*/rdesc"? > Tested again with the same programs. Got the same results, no frame buttons working and no pressure. As I still see 5 pointer devices, I ran what you said: anton@tiefblau ~ $ sudo mount -t debugfs debugfs /sys/kernel/debug mount: debugfs ya está montado o /sys/kernel/debug está ocupado mount: según mtab, none ya está montado en /sys/kernel/debug The first line roughly says "debugfs is already mounted or /sys/kernel/debug is occupied" And the second one "according to mtab, none is already mounted in /sys/kernel/debug" I'm no programmer, but I think something's wrong in that, and also, in this: anton@tiefblau ~ $ sudo cat /sys/kernel/debug/hid/0003\:0458\:500f.*/rdesc cat: /sys/kernel/debug/hid/0003:0458:500f.*/rdesc: No existe el archivo o el directorio It says "cat: /sys/kernel/debug/hid/0003:0458:500f.*/rdesc: The file or directory doesn't exist" In case you're wondering if I did boot into the right kernel: anton@tiefblau ~ $ uname -r 3.2.0-24-generic-digimend Should I collect the tablet diagnostics again, this time using the usbhid-dump version that enables kye's propietary tablet mode? |