Get FC2 to load 1394 drivers automatically

Mark Knecht markknecht at gmail.com
Tue Dec 7 18:44:27 UTC 2004


Hi,
   I haven't figured out how to make FC2 load these drivers everytime
I boot. My simplistic attempt was this 2 line addition to
/etc/modprobe.conf, but it doesn't work.

alias eth0 e100
alias snd-card-0 snd-hdsp
install snd-hdsp /sbin/modprobe --ignore-install snd-hdsp &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-hdsp { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-hdsp
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
alias usb-controller2 uhci-hcd
# Added to force FC2 to modprobe 1394 stuff
alias 1394 ohci1394
alias firewire1 sbp2
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.5 ---
alias snd-card-0 snd-hdsp
alias sound-slot-0 snd-hdsp
# --- END: Generated by ALSACONF, do not edit. ---

What's the right way to do this? I need to load ieee1394, ohci1394 and
sbp2 to get hard drive support. Loading ohci1394 will always load
ieee1394. Loading spb2 will not load either of the other two.

Cheers,
Mark




More information about the Redhat-install-list mailing list