Ragin,
I was having issues with generic USB disks as well until I did some
modifications on the 2.4.26-ts9 kernel image.
Mount the usb filesystem, via:
mount -t usbdevfs none /proc/bus/usb
Having the usbfs is very necessary for a lot of a 2.4 kernel operations.
It could be entirely plausible that you will need the usbdevfs / usbfs
(same thing) in order to mount a USB disk.
Please check if you have this mounted with a 'mount' command.
Which board are you using?
I am developing on the TS-7260, which is very similar to the 7250
(exactly the same kernel), and I've adjusted it, and the /etc/fstab, so
that the usbdevfs is mounted automatically at boot. Otherwise USB
hotplugging will not work, which may have been overlooked by TS when
they published their kernel.
I've also created /etc/hotplug routines that will mount / unmount your
USB Disk or your USB Wifi card automatically upon insertion. If you need
me to post these somewhere for you to download, it can be arranged.
Actually, I'm fairly certain that the head of software development in my
company (that's you dave... wink) would be entirely willing to post
these on our TRAC page ;-)
Ragin, please get back to me because I think I can help you with your
USB woes.
~/Chris
ragin shah wrote:
> Hi Eddie!
> This is output of 'lsmod' command:
>
> Module Size Used by Not tainted
> usb-storage 55912 0 (unused)
> sd_mod 11100 0 (unused)
> scsi_mod 53704 1 [usb-storage sd_mod]
> usb-ohci-ep93xx 888 0 (unused)
> usb-ohci 15528 0 [usb-ohci-ep93xx]
> pcipool 2072 1 [usb-ohci-ep93xx
> usbcore 55888 0 [usb-storage
> fat 29608 0 [vfat]
>
> After , running loadUSBModules.sh & loadUSB.sh :
> /dev/scsi/ directory remians empty. No other directory
> or file is created in /dev/scsi
>
>
> --- Eddie Dawydiuk <> wrote:
>
>
> ---------------------------------
> Hello,
>
>> I am facing problem when I am trying to mount the
> USB
>> on TS-7250 board.
>> When I load USB Modules using loadUSB &
> loadUSBModules
>> scripts, it gives following errors:
>>
>> mount: Mounting
>> /dev/scsi/host0/bus0/target0/lun0/part1 on /mnt/cf
>> failed: No such file or directory
>
> The script is trying to mount the USB thumb drive to
> /mnt/cf. I'm not sure if /mnt/cf doesn't exist or if
> /dev/scsi/host0/bus0/target0/lun0/part1 doesn't
> exist...
> Could you provide the output of lsmod? Also could you
> provide the output of the following commands.
>
> ls /mnt
> ls /dev/scsi/host0/bus0/target0/lun0
>
> //Eddie
>
>
> ---------------------------------
> YAHOO! GROUPS LINKS
>
>
> Visit your group "ts-7000" on the web.
>
> To unsubscribe from this group, send an email to:
>
>
> Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of Service.
>
>
> ---------------------------------
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
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/
|