jcunningham63 wrote:
> I have a TS7200 board with a CFlash card. I'm working with the
> tskernel-2.4.26-ts11-src distribution and Debian Sarge from the
> development CD.
[snip]
> I have successfully built this kernel and booted from it off the
> CFlash card. But what hasn't worked is USB support.
I'm using a TS-7250 and the stock tskernel-2.4.26-ts11 kernel. I did not need
to do a kernel recompile in order to get USB support working. It was just a
matter of doing an insmod of the right kernel modules. You also mentioned you
didn't know how to automate the process of loading the kernels.
What I have done is create a file /etc/rc.d/rc.local with the following
contents:
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
#Install USB-related kernel modules
insmod usbcore
insmod pcipool
insmod usb-ohci
insmod usb-ohci-ep93xx
#Install module for USB printer support
insmod printer
#Install modules needed to support USB memory devices
insmod scsi_mod
insmod sd_mod
insmod usb-storage
#Mount the USB memory device
#mount /dev/scsi/host0/bus0/target0/lun0/part1 /mnt
--- end of pasted script
Near the end of /etc/rc.d/rcS.sysinit I added a line that runs the rc.local
script. After I have done the above, I can insert a USB memory device in to
one of the USB ports and confirm it is detected from the messages I get when I
type the 'dmesg' command.
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172 |"Same thing we always do, Pinkutus:
| Try to assimilate the world!"
#include <disclaimer/favourite> | -Pinkutus & the Borg
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/
|