2003-07-20 20:56:28

by Ronald Jerome

[permalink] [raw]
Subject: INIT: USB FATAL in for Kernel 2.5.xx and 2.6.xx in Redhat v9.0 PLease Read.

After installing RH 9.0 and installing rawhide's
mkinitrd and moduitls rpm's as well as non kernel
updates from "http://people.redhat.com/arjanv/2.5/",
I still have a problem with USB.

Note: after updating the mkinitrd and modutils, the
generate-modprobe.conf must automatically run and did
run because it was created in /etc/modprobe.conf. I
did not have to generate it manually.

I have 2.4.20-8, 2.4.20-18.9 boot jsut fine with the
updated mkinitrd and modutils but I still have
problems with kernel 2.5.75-mm1 and 2.6.0-test1-mm2.

I have also attached my modules.conf and modprobe,conf
and my rc.sysinit, so maybe you can tell me what I
need to do to fix this
issue for 2.5.xx and 2.6.xx kernels.

One thing I knwo for sure is that in 2.5.xx and 2.6.xx
kernels there is no usb-uhci.o driver. I believe they
changes the name and I wonder if this is why I am
having problems booting the 2.5.xx and 2.6.xx serieis
kernels?




During the INIT:

Initializing USB Controller (usb_uhci): FATAL: Module
usb_uhci not found [Failed]

Mounting USB filesystem: [ok]
grep: /proc/bus/usb/drivers: no such file or directory

Initializing USB HID interface: [ok]

Initializing USB keybaord: FATAL: module keybdev not
found. [Failed]

Initializing USB mouse: FATAL: module mousdev not
found. [Failed]

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


Attachments:
modprobe.conf (411.00 B)
modprobe.conf
modules.conf (282.00 B)
modules.conf
rc.sysinit (23.02 kB)
rc.sysinit
Download all attachments

2003-07-21 14:17:50

by Greg KH

[permalink] [raw]
Subject: Re: INIT: USB FATAL in for Kernel 2.5.xx and 2.6.xx in Redhat v9.0 PLease Read.

On Sun, Jul 20, 2003 at 02:10:48PM -0700, Ronald Jerome wrote:
>
> One thing I knwo for sure is that in 2.5.xx and 2.6.xx
> kernels there is no usb-uhci.o driver. I believe they
> changes the name and I wonder if this is why I am
> having problems booting the 2.5.xx and 2.6.xx serieis
> kernels?

That is probably your problem :)

Try loading the uhci-hcd module and see if your usb devices now work.

thanks,

greg k-h