[don@localhost ~]$
[don@localhost ~]$ cat /etc/modprobe.conf
install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe uhci_hcd; /bin/true
alias wlan0 iwl3945
alias eth0 8139too
alias sound-slot-0 snd_hda_intel
options snd-ac97-codec power_save=1
alias pci:v00008086d00004222sv00008086sd00001001bc02sc80i00 iwl3945
[don@localhost ~]$
[don@localhost ~]$ cat /etc/modprobe.conf
you need to change the above as follow:
install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/true
install ide-controller /sbin/modprobe ide_generic; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe uhci_hcd; /bin/true
alias wlan0 iwl3945
alias eth0 8139too
options iwl3945 fw_restart3945=1
options mac80211 ieee80211_default_rc_algo=pid
alias sound-slot-0 snd_hda_intel
options snd-ac97-codec power_save=1
alias pci:v00008086d00004222sv00008086sd00001001bc02sc80i00 iwl3945
How to edit the file: you need to open a terminal type
su, type in the root password when requested, if OK you will get a prompt like this: '#'.
then type:
kwrite /etc/modprobe.confcopy and paste the two lines highlighted in red into that file, save, reboot.
If something is not clear, please ask, this forum is open 24/7

AS