On Thu, Aug 31, 2006 at 01:48:58AM -0000, Arturo Borquez wrote:
> thank's Joe,
> Nothing shown in dmesg I guess ...
<........snip for brevity.......>
> It seems that's something is wrong in the system od my board,
> checking modules with lsmod gives
>
> $ lsmod
> Module Size Used by Not tainted
> vfat 10140 0 (unused)
> fat 29608 0 [vfat]
>
> Now trying to load USB stuff with loadUSBModules.sh , my system
> freezees ...
>
> $ more loadUSBModules.sh
> insmod usbcore
> insmod pcipool
> insmod usb-ohci
> insmod usb-ohci-ep93xx
> insmod scsi_mod
> insmod sd_mod
> insmod usb-storage;
>
> It freezees trying to load the first insmod usbcore,
> it also freezees trying a modprobe usbcore so I can't
> even reach the point needed to mount something
OK. I don't know what to tell you. What I said worked for me. I haven't used
the -ts9 kernel. At any rate, at /lib/modules you should have a structure which
matches your kernel name `uname -r`, and inside that do "find" for all of the
above modules. If they are there, insmod should find them. FWIW, I don't have
good luck mixing and matching versions. I find if I build my own kernel I should
load the modules I generated with that kernel build.
Good luck,
Joe
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/
|