[mythtv] ati rf remote

Neil Trodden mythtv-dev@snowman.net
Sun, 15 Dec 2002 02:17:53 +0000


At 14:20 14/12/2002 -0800, you wrote:
>>Turn on USB and "input" support in the kernel.
>>For Linux 2.4.x you need the following modules: input.o, mousedev.o, 
>>keybdev.o, hid.o. Make sure to compile hid.o with input support enabled - 
>>there is a separate control specifically for hid.o

Well, you could cd into your modules directory at /lib/modules and do a:

ls -lR | grep nameofmodule.o

..and you'll at least know if they are there. Don't forget that stuff can 
sometimes be compiled directly into the kernel and would probably only 
exist somewhere beneath /usr/src unless you did a 'make clean'. As a hunch, 
the stuff you mention looks like it would be compiled directly into the 
kernel by default.

Looking at:
./ati_remote.o: unresolved symbol usb_deregister
./ati_remote.o: unresolved symbol usb_set_idle
./ati_remote.o: unresolved symbol usb_register
./ati_remote.o: unresolved symbol usb_string
./ati_remote.o: unresolved symbol usb_submit_urb
./ati_remote.o: unresolved symbol usb_unlink_urb

I would say you just need usb support compiling in!!!


Neil Trodden