I believe thats because its not the right kernel source, or you haven't
compiled the modules.
i had a hell of a time with elotouch, i got it compiling eventually but
couldn't get it to work, the drivers would install but it never made the
/dev/
i installed the cross compiler, the ts11 linux24 version matching my kernel,
ran the make tsxxxxxxx ; make oldconfig ; make dep; make modules etc as
documented in the ts arm linux manual.
for some reason the version i would use would also break the configSTR.h ,
where it'd not include a \n\ so you might come across that, i ended up with
a xenarc 700 that came with a new version of the driver source(k26), that
didn't do that, but still no joy on making it run. It'll complain about that
too.
i also found if i let it run in rc.local the usb subsystem didn't seem to
pick it up, so i loaded it in modules.conf instead.
also in the versions i have, there is a mistake in the source code that
causes the code to lock up when using unsigned char's, the getopts uses a -1
in a for loop, i just changed it to an int to make it easier, there is one
in tpaneld.c and one in another app, i forget which.
tpaneld also doesn't ever exit, though it seems to be expected too, the
first problem was the one i just mentioned, but there is a loop for ever at
the end of it, so when its executed by rc.local it'll halt the system so it
needs a &to the command, usbpnpd runs it too, now that i think about it, i
never checked to see how usbpnpd spawned it and if it suffered from the same
problem.
lastly the last version i got wanted to cd to the kernelsource/modules/build
folder which is a soft link in the TS11 kernel code so that has to be fixed
too.
if you or anyone else gets it working , let me know.
charlie
> HI:
>
> i try to compile elotouch driver and showme this:
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|