jcunningham63 wrote:
>
> <snip long-winded stuff>
>
> Since I can't insmod anything I suspect I don't have the modules
> installed properly. Any idea what I'm doing wrong?
>
The solution was to move the module *.o files to the correct location. :-[
But I did find that loading usb drivers can be order sensitive, and this
script (found elsewhere on this list) helped alot after that:
list=usbcore pcipool usb-ohci scsi_mod sd_mod usb-storage
usb-ohci-ep93xx v4l pwc
for i in $list; do
insmod
$i
done
I have no idea how to automate this yet. That would be the next step.
Jeff
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/
|