FC2 T2 -> T3 upgrade hoses your modprobe.conf - Alan

RaXeT maxer1 at xmission.com
Thu Apr 29 13:35:21 UTC 2004


Found the reason for my network suddenly getting hosed after using the 
iso upgrade install from FC2 T2 to FC2 T3:
The upgrade process deletes original entries and recreates the following 
single entry in modprobe.conf:

options tg3 irq=9

So I found a copy of my original FC2 T2 and replaced it and now I'm a 
happy guy!

Here is what my modprobe.conf has been all along:

include /etc/modprobe.conf.dist
alias eth0 tg3
alias usb-controller ehci-hcd
alias usb-controller1 uhci_hcd
alias scsi_hostadapter sata_promise
alias scsi_hostadapter1 sbp2
alias scsi_hostadapter2 sata_promise
alias sound-slot-0 snd-emu10k1
alias sound-slot-1 snd-intel8x0
                                                                                

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-emu10k1
alias snd-card-1 snd-intel8x0
# OSS/Free portion
alias char-major-14* soundcore
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
# 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
install fglrx /sbin/modprobe --ignore-install fglrx
install snd-card-0 /sbin/modprobe --ignore-install snd-card-0 && { 
/usr/sbin/alsactl restore >/dev/null 2>&1 || :; }
remove snd-card-0 { /usr/sbin/alsactl store >/dev/null 2>&1 || :; }; 
/sbin/modprobe -r --ignore-remove
install sound-slot-0 /sbin/modprobe --ignore-install sound-slot-0 && { 
/bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; }
remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >>/dev/null 
2>&1 || :; }; /sbin/modprobe -r --ignore-remove
install snd-card-1 /sbin/modprobe --ignore-install snd-card-1 && { 
/usr/sbin/alsactl restore >/dev/null 2>&1 || :; }
remove snd-card-1 { /usr/sbin/alsactl store >/dev/null 2>&1 || :; }; 
/sbin/modprobe -r --ignore-remove
install sound-slot-1 /sbin/modprobe --ignore-install sound-slot-1 && { 
/bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; }
remove sound-slot-1 { /bin/aumix-minimal -f /etc/.aumixrc -S >>/dev/null 
2>&1 || :; }; /sbin/modprobe -r --ignore-remove
#FIX for borked Alsa
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && 
/usr/sbin/alsactl restore
remove snd-emu10k1 /usr/sbin/alsactl store && /sbin/modprobe -r 
--ignore-remove snd-emu10k1
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && 
/usr/sbin/alsactl restore
remove snd-intel8x0 /usr/sbin/alsactl store && /sbin/modprobe -r 
--ignore-remove snd-intel8x0






More information about the fedora-test-list mailing list