Hi guys:

Okay I found out what the issue is.  The USB modules are named:

uhci_hcd
ohci_hcd
ehci_hcd

etc.

But the .ko files are named with dash instead of underscore:

uhci-hcd.ko
ohci-hcd.ko
ehci-hcd.ko

The function autodetect_hardware_and_load_modules will try to load the
module with underscore but you should actually use the name with the
dash.

I guess we have two ways of fixing things - one is a hackish way and
the other is the correct way.

The hackish way is just to modprobe both underscore and dash names (I
think some modules cannot make up their mind with the naming
convention...)

The proper way is to upgrade to busybox 1.4.1 which has the
CONFIG_FEATURE_MODPROBE_FANCY_ALIAS config options.

BTW - are we in some sort of code freeze for SystemImager 3.8.0 ?

Cheers,

Bernard

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to