On Wed, 2003-08-13 at 21:01, Andrey Borzenkov wrote:
> I had the same behaviour with the previous
> > modprobe.conf , which was generated by
> > module-init-tools-0.9.13-0.pre.0.3bor on installation, and looked much
> > the same except without the huge string of alias'es at the top.
>
> and USB did not load? I do not believe it sorry :)
Nope, even with the newest, it's not right. History again:
1003 rpm -Uvh module-init-tools-0.9.13-0.pre2.0.3bor.i586.rpm
1004 rm -f module-init-tools-0.9.13-0.pre.0.3bor.i586.rpm
1005 cd /etc
1006 less modprobe.conf
1007 history
Before this I uninstalled module-init-tools-0.9.13-0.pre.0.3bor and
removed /etc/modprobe.* to give it a completely clean shot. This is the
modprobe.conf it generated. Note that usb-uhci is still the name used.
# This file is autogenerated from /etc/modules.conf using
generate-modprobe.conf command
alias char-major-116 snd
alias snd-card-0 snd-ymfpci
alias char-major-14 soundcore
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
alias char-major-81 videodev
alias char-major-81-0 meye
options meye gbuffers=32
alias ieee1394-controller ohci1394
install scsi_hostadapter /sbin/modprobe usb-storage; /bin/true
install snd-ymfpci /sbin/modprobe --ignore-install snd-ymfpci && {
/sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe usb-uhci; /bin/true
remove snd-ymfpci { /sbin/modprobe -r snd-pcm-oss; }; /sbin/modprobe -r
--ignore-remove snd-ymfpci
--
adamw