In my previous post I mentioned that I got the wireless adapter in my Compaq R4100 series laptop working with ndiswrapper. It appears this was a total fluke, others have had to add “noapic” kernel parameters to get it working correctly. I found if I set this kernel parameter the wireless adapter wouldn’t work at all; without it everything works normally.
Tested on Fedora Core 4 x86_64 (2.6.11-1.1369, 2.6.14-1.1656, 2.6.15-1.1830 & 2.6.15-1.1831)
lspci output:
03:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
Subsystem: Hewlett-Packard Company: Unknown device 1356
Flags: bus master, fast devsel, latency 64, IRQ 177
Memory at b0204000 (32-bit, non-prefetchable) [size=8K]
grub.conf:
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.1831_FC4)
root (hd0,1)
kernel /boot/vmlinuz-2.6.15-1.1831_FC4 ro root=LABEL=/ rhgb no_timer_check quiet ignore_ff_buttons=PWRF
initrd /boot/initrd-2.6.15-1.1831_FC4.img
Leave a Reply