|
|
发表于 2004-10-29 18:43:39
|
显示全部楼层
我的modprobe.conf,仅供参考:
alias sound-slot-0 snd-intel8x0 ---我的nforce2集成ac97声卡
alias eth0 8139too ---我的Reltek8139网卡
alias ieee1394-controller ohci1394
alias eth1 nvnet ---这个是我的nforce2集成网卡
install scsi_hostadapter /sbin/modprobe DAC960; /bin/true
install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0 && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe usb-ohci; /sbin/modprobe ehci-hcd; /bin/true
remove snd-intel8x0 { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe -r --first-time --ignore-remove snd-intel8x0 |
|