http://qa.mandrakesoft.com/show_bug.cgi?id=4160
------- Additional Comments From [EMAIL PROTECTED] 2003-08-07 10:36 -------
# SCSI
probeall scsi_hostadapter aic7xxx ide-scsi usb-storage
# R�seau
alias eth0 ne2k-pci
alias eth1 tulip
# Sound
above snd-emu10k1 snd-pcm-oss
#alias sound-slot-0 snd-emu10k1
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-emu10k1
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
# PWC
options pwc size=vga fps=25 power_save=1
post-install pwc /sbin/insmod --force /lib/modules/usb/pwcx-2.4.20.o >/dev/null
2>&1 || :
# USB
probeall usb-interface ehci-hcd usb-ohci
# Nvidia
alias /dev/nvidia* nvidia
--
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: NEEDINFO
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