Hello,
> Forgive me if this is too much of a newbie qs, but...
> I v recently purchased a TS-7200 board. All fine, except that I seem
> unable to mount a USB stick (SanDisk 256MB). Looking at other similar
> postings here, I saw that typically a
> # mount /dev/scsi/... /mnt/<mntpt>
>
> seems to be the way to do it.
> However, after inserting the USB stick, nothing happens. There's no
> new
> entry "scsi" under /dev . In fact I even manually did insmod to load
> up
> the usb-storage.o driver. Even after that, w/ the kernel registering
> support, the /dev/scsi/... device file(s) don't show up.
>
> Incidentally, the manual (Rev 1.3 June 2005) says that we should run
> the script /usr/bin/loadUSBModules.sh . I would, if it were there! It
> isn't.
> So: help!
Load the following modules and you should see your /dev/scsi entry show up
for your USB thumb drive...
insmod usbcore
insmod pcipool
insmod usb-ohci
insmod usb-ohci-ep93xx
insmod scsi_mod
insmod sd_mod
insmod usb-storage;
//Eddie
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a
href="http://us.ard.yahoo.com/SIG=12hm7j7ur/M=362329.6886308.7839368.1510227/D=groups/S=1705005378:TM/Y=YAHOO/EXP=1124493069/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!</a>.</font>
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|