Hi
I have tried many Linux distros too see if I can get my wireless (internal) card too work. It works when I boot into Windows XP, but in Linux it seems impossible to activate the interface.
Now I am trying with Kubuntu 8.10 beta, but still no luck.
lshw -C network shows:
*-network:0
description: Network controller
product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
vendor: Broadcom Corporation
physical id: 5
bus info: pci@0000:02:05.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: bus_master
configuration: driver=b43-pci-bridge latency=64 module=ssb
dmesg | grep b43 in a terminal gives this result:
[ 9.150737] b43-pci-bridge 0000:02:05.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 1238.898644] b43-phy1: Broadcom 4318 WLAN found
[ 1239.053147] b43-phy2: Broadcom 4318 WLAN found
[ 1245.439304] input: b43-phy2 as /class/input/input9
[ 1245.536126] firmware: requesting b43/ucode5.fw
[ 1245.745229] firmware: requesting b43/pcm5.fw
[ 1245.784810] firmware: requesting b43/b0g0initvals5.fw
[ 1245.836922] firmware: requesting b43/b0g0bsinitvals5.fw
[ 1246.002301] b43-phy2: Loading firmware version 410.2160 (2007-05-26 15:32:10)
[ 1246.210436] Registered led device: b43-phy2::tx
[ 1246.211061] Registered led device: b43-phy2::rx
[ 1246.212251] Registered led device: b43-phy2::radio
[ 1246.460154] b43-phy2: Radio hardware status changed to DISABLED
[ 1246.532081] b43-phy2: Radio turned on by software
[ 1246.532097] b43-phy2: The hardware RF-kill button still turns the radio physically off. Press the button to turn it on.
In the BIOS the wireless is set to ENABLED, so this is a bit strange. However, pressing the RF-button is useless - nothing happens.
Well, I also have the windows driver (.inf), so I thought I should try the ndiswrapper way.
I have installed the ndiswrapper tool, but how can I configure the card with this driver?
regards
Rune
I have tried many Linux distros too see if I can get my wireless (internal) card too work. It works when I boot into Windows XP, but in Linux it seems impossible to activate the interface.
Now I am trying with Kubuntu 8.10 beta, but still no luck.
lshw -C network shows:
*-network:0
description: Network controller
product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
vendor: Broadcom Corporation
physical id: 5
bus info: pci@0000:02:05.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: bus_master
configuration: driver=b43-pci-bridge latency=64 module=ssb
dmesg | grep b43 in a terminal gives this result:
[ 9.150737] b43-pci-bridge 0000:02:05.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 1238.898644] b43-phy1: Broadcom 4318 WLAN found
[ 1239.053147] b43-phy2: Broadcom 4318 WLAN found
[ 1245.439304] input: b43-phy2 as /class/input/input9
[ 1245.536126] firmware: requesting b43/ucode5.fw
[ 1245.745229] firmware: requesting b43/pcm5.fw
[ 1245.784810] firmware: requesting b43/b0g0initvals5.fw
[ 1245.836922] firmware: requesting b43/b0g0bsinitvals5.fw
[ 1246.002301] b43-phy2: Loading firmware version 410.2160 (2007-05-26 15:32:10)
[ 1246.210436] Registered led device: b43-phy2::tx
[ 1246.211061] Registered led device: b43-phy2::rx
[ 1246.212251] Registered led device: b43-phy2::radio
[ 1246.460154] b43-phy2: Radio hardware status changed to DISABLED
[ 1246.532081] b43-phy2: Radio turned on by software
[ 1246.532097] b43-phy2: The hardware RF-kill button still turns the radio physically off. Press the button to turn it on.
In the BIOS the wireless is set to ENABLED, so this is a bit strange. However, pressing the RF-button is useless - nothing happens.
Well, I also have the windows driver (.inf), so I thought I should try the ndiswrapper way.
I have installed the ndiswrapper tool, but how can I configure the card with this driver?
regards
Rune
Comment