Fedora Core 3 on Toshiba Satellite Pro 4600
I recently upgraded my notebook from Fedora Core 1 to Fedora Core 3. It was a smooth install with the exception of two common annoyances: no sound and no wireless network connection. This problem was different from my Fedora Core 2 installation on the notebook in which it did not even see the wireless card, and having no time to fuss with it, I re-installed FC1. In FC3 both the Intel 82801BA/BAM AC'97 audio card and the internal Intersil PRISM2 wireless card were detected, however, I could not activate them.
After searching the Fedora Forum I came across this link in which greeners posted a solution which worked on his 4600. Apparently there is a problem with IRQ 11 being used by the ACPI module and it interferes with both the sound card and the wireless NIC interface. The solution is to add an option to the kernel load statement in the grub loader configuration.
Edit the /etc/grub.conf file and append "pci=noacpi" to the end of the kernel line as illustrated below:
title Fedora Core (2.6.9-1.667)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet pci=noacpi
initrd /initrd-2.6.9-1.667.img
Reboot the notebook and you should have a working sound card now. To enable the wireless card I simply went into the Network Configuration and added a new "Wireless Device" device type as eth1.
