On Sat, 24 Jul 2010, Joel Morgan wrote:
> On my stock 7260s (ts11), TS has 2 scripts:
>
> $ cat /usr/bin/loadUSBModules.sh
> insmod usbcore
> insmod pcipool
> insmod usb-ohci
> insmod usb-ohci-ep93xx
> insmod scsi_mod
> insmod sd_mod
> insmod usb-storage;
>
> $ cat /usr/bin/loadUSB.sh
> mount /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/cf
> mount -t devfs devfs /mnt/cf/dev
> chroot /mnt/cf /etc/init.d/rcS.USB
>
> for I in /proc/[0-9]*; do
> ls -al $I/root;
> done | grep '/mnt/cf' | cut -d'/' -f3 | xargs kill -9
> umount /mnt/cf/proc/bus/usb /mnt/cf/dev/pts /mnt/cf/proc /mnt/cf/dev /mnt/cf
yup, shortly after i asked, i ran across those scripts and all is
well. thanks.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Top-notch, inexpensive online Linux/OSS/kernel courses
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
------------------------------------
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/
|