I have been having issues getting my internal wireless card working. I know the wireless card works with Ubuntu 10.04 by testing with the live CD, so I waited for the upgrade until I asked for help. Well...I'm running BT5 now, and the wireless driver is still not loading.
I'm running BT on an IBM R52 with an Intel 2915ABG wireless card.
When I boot the Ubuntu 10.04 Live CD, this is the dmesg output relative to my wireless card (dmesg | grep ipw2200):
Code:
[ 61.469514] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 61.469518] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 61.469605] ipw2200 0000:04:02.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 61.469677] ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
[ 61.469727] ipw2200 0000:04:02.0: firmware: requesting ipw2200-bss.fw
[ 63.241042] ipw2200: Detected geography ZZA (11 802.11bg channels, 13 802.11a channels)
This is the output when I boot BT 5 32-Bit:
Code:
[ 10.860321] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 10.860325] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 10.860440] ipw2200 0000:04:02.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 10.860518] ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
[ 11.280505] ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
[ 11.280543] ipw2200: Unable to load firmware: -2
[ 11.280568] ipw2200: failed to register network device
[ 11.281474] ipw2200 0000:04:02.0: PCI INT A disabled
[ 11.281517] ipw2200: probe of 0000:04:02.0 failed with error -5
Any help would be appreciated.