FC6 needs only ipw2200-firmware [firmware v3.0], which is not shipped with FC6 because firmware is proprietary.
*** Steps to enable wifi on IBM T43
1. Download ipw2200-fw-3.0.tgz from
http://ipw2200.sourceforge.net/firmware.php
2. Unarchive ipw2200-fw to /lib/firmware
3. reload ipw2200 $/sbin/modprobe -r ipw2200
restart ipw2200 $/sbin/modprobe ipw2200
OR reboot the machine.
Look for the dmesg log as root
$ dmesg | grep ipw2200
Output:
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0dmq$system-config-network and configure the
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
wireless card.
*** Steps to enable wifi on HP nx6110 using ndiswrapper on fedora core 6.
1. Ensure livna repo is added to the yum repos.
2. $yum install ipw2200-firmware
3. $yum install ndiswrapper
4. $yum install cabextract
5. Download HP windows native driver SP30290.exe
6. Unpack the SP30290.exe to some directory. To do so run
$ cabextract SP30290.exe
7. From the directory where the SP30290.exe file is extracted. As super user(root) run
$ /usr/sbin/ndiswrapper -i bcmwl5a.inf
8. $ /usr/sbin/ndiswrapper -m
It will add an alias to /etc/modprobe.conf.
Alias means it will add a line "alias wlan0 ndiswrapper" at the end of /etc/modprobe.conf .
If above command fails, manually add "alias wlan0 ndiswrapper" to /etc/modprobe.conf.
9. Blacklist bcm43xx,
To do this add line blacklist bcm43xx to the end of file /etc/modprobe.d/blacklist .
10. Now you can reboot to have it activated,
or you can run
$ depmod -a
$ modprobe ndiswrapper
Use the System -> Administration -> Network application to create a new device for the wlan0 ndiswrapper device and configure as per the options there.
cheers,
make world open.