http://qa.mandrakesoft.com/show_bug.cgi?id=4160


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2003-08-07 12:42 -------
thx, fixing in mkinitrd-3.4.43-5mdk.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
The problem comes from USB init :

# Load usb now to be able to use an usb keyboard to answer questions
if ! LC_ALL=C grep -iq "nousb" /proc/cmdline 2>/dev/null && ! LC_ALL=C grep -iq
"usb" /proc/devices 2>/dev/null ; then
    /etc/init.d/usb start
fi

to load usb, you have to not have "usb" in /proc/devices.
If I use mkinitrd : mkinitrd -v toto.img 2.4.21-0.18mdk
I have these modules loaded :
Using modules:  ./kernel/drivers/scsi/scsi_mod.o
./kernel/drivers/scsi/aic7xxx/aic7xxx.o ./kernel/drivers/usb/usbcore.o
./kernel/drivers/scsi/sd_mod.o ./kernel/fs/jbd/jbd.o ./kernel/fs/ext3/ext3.o

but with this image, usb exists in /proc/devices

now, if I try to remove usbcore :
export IGNOREMODS=usbcore
mkinitrd -v toto.img 2.4.21-0.18mdk
I have the modules loaded :
Using modules:  ./kernel/drivers/scsi/scsi_mod.o
./kernel/drivers/scsi/aic7xxx/aic7xxx.o ./kernel/drivers/scsi/sd_mod.o
./kernel/fs/jbd/jbd.o ./kernel/fs/ext3/ext3.o

and now, it's ok ... usb is initialized in rc.sysinit

Reply via email to