Re: [DIGImend-devel] KYE MousePen i608x
Brought to you by:
spb_nick
|
From: Vikko O. <tc...@gm...> - 2015-01-06 04:57:50
|
I moved to the directory where I compile them (using cd) and then excecute the program using sudo (since the system won't allow me to double click or using ./) Did I do something wrong? Here's the history of the commands I did sudo apt-get install autotools-dev autoconf automake libtool pkg-config libxml2-dev ./bootstrap && ./configure && make //this is where I failed to compile sudo apt-get install libusb //I did this few times to find out what's wrong sudo apt-get update //tried to update the archive sudo apt-get install libusb //still not finding the libusb package ./bootstrap //I executed this command one by one to find out which command was messing around ./configure //this command is where it went wrong sudo apt-get install libusb //tried again sudo apt-get install libusb-1.0-0-dev //got it right with this ./configure make >> log.txt usbhid-dump //I executed this from the folder where the src placed using 'open terminal here' sudo usbhid-dump //I used sudo because the reason I explained above lsusb sudo usbhid-dump -m 0458:501a -es //this command gave this output 'Starting dumping interrupt transfer stream with 1 minute timeout.' sudo usbhid-dump -m 0458:501a -es $T | tee pen_coords.txt //I used this next 3 times, each for coordinate, button, and pressure Did I do something wrong? I can redo if I did. On 6 January 2015 at 03:58, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/05/2015 11:13 AM, Vikko Okviandho wrote: > >> Here it is >> > > Hmm, they look the same. Could it be that you still used the original and > not > the specially-built usbhid-dump by accident? Can you recall how your > commands > looked when you recorded these traces? > > Otherwise this would mean that the initialization sequence doesn't work and > we'll need to find a new one, and that won't be easy. > > Thank you. > > Nick > |