It hangs on "b43_write16(dev, B43_MMIO_PHY0, on ? 0 : 0xF4);" If I
ignore the case where phy.type is 0, I get a little further, but it
still fails. That output is included too.
The test rig is a bcm5354 in an Asus wl520gu and the b43, cfg, mac
drivers are from a several day old wireless-testing tree. I'm running
openwrt.
The same image on a bcm5352 in a Buffalo whr-hp-g54 insmods, loads
firmware and associates using wpa_supplicant.
I've attached console output w/ printk's for both the 5352 and 5354.
If there's any further information I can provide or testing I can do,
let me know.
Steve
When using the integrated radio on the bcm5354, I get a hang in
b43_switch_analog at the
b43_write16(dev, B43_MMIO_PHY0, on ? 0 : 0xF4);
The failure with some printk's tossed in.
First the core info:
CPU revision is: 00029029 (Broadcom BCM3302)
ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x14, vendor 0x4243)
ssb: Core 1 found: Fast Ethernet (cc 0x806, rev 0x09, vendor 0x4243)
ssb: Core 2 found: MIPS 3302 (cc 0x816, rev 0x08, vendor 0x4243)
ssb: Core 3 found: USB 2.0 Host (cc 0x819, rev 0x02, vendor 0x4243)
ssb: Core 4 found: MEMC SDRAM (cc 0x80F, rev 0x04, vendor 0x4243)
ssb: Core 5 found: IEEE 802.11 (cc 0x812, rev 0x0D, vendor 0x4243)
ssb: Core 6 found: Roboswitch (cc 0x81C, rev 0x02, vendor 0x4243)
[EMAIL PROTECTED]:/lib/modules/2.6.26-rc5-wl# insmod cfg80211
[EMAIL PROTECTED]:/lib/modules/2.6.26-rc5-wl# insmod mac80211
[EMAIL PROTECTED]:/lib/modules/2.6.26-rc5-wl# insmod b43
drivers/net/wireless/b43/main.c:b43_init:4836
drivers/net/wireless/b43/main.c:b43_probe:4670
b43-phy0: Broadcom 5354 WLAN found
drivers/net/wireless/b43/main.c:1035 phy.type:0x0 on:1
==========================
If I ignore the case where phytype is 0,
I get a little further.
drivers/net/wireless/b43/main.c:b43_init:4838
drivers/net/wireless/b43/main.c:b43_probe:4672
b43-phy0: Broadcom 5354 WLAN found
drivers/net/wireless/b43/main.c:1035 phy.type:0x0 on:1
b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 6, Type 5, Revision 0)
b43: probe of ssb0:3 failed with error -122
Broadcom 43xx driver loaded [ Features: PR, Firmware-ID: FW13 ]
[EMAIL PROTECTED]:/lib/modules/2.6.26-rc5-wl#
==================================
However, the same image works w/ bcm5352 integrated radio.
First the core info:
CPU revision is: 00029008 (Broadcom BCM3302)
ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x0E, vendor 0x4243)
ssb: Core 1 found: Fast Ethernet (cc 0x806, rev 0x09, vendor 0x4243)
ssb: Core 2 found: MIPS 3302 (cc 0x816, rev 0x06, vendor 0x4243)
ssb: Core 3 found: USB 1.1 Host (cc 0x817, rev 0x02, vendor 0x4243)
ssb: Core 4 found: MEMC SDRAM (cc 0x80F, rev 0x01, vendor 0x4243)
ssb: Core 5 found: IEEE 802.11 (cc 0x812, rev 0x09, vendor 0x4243)
ssb: Core 6 found: Roboswitch (cc 0x81C, rev 0x02, vendor 0x4243)
[EMAIL PROTECTED]:/lib/modules/2.6.26-rc5-wl# insmod cfg80211
[EMAIL PROTECTED]:/lib/modules/2.6.26-rc5-wl# insmod mac80211
[EMAIL PROTECTED]:/lib/modules/2.6.26-rc5-wl# insmod b43
drivers/net/wireless/b43/main.c:b43_init:4836
drivers/net/wireless/b43/main.c:b43_probe:4670
b43-phy0: Broadcom 5352 WLAN found
drivers/net/wireless/b43/main.c:1035 phy.type:0x0 on:1
drivers/net/wireless/b43/main.c:1048
drivers/net/wireless/b43/main.c:1035 phy.type:0x2 on:1
drivers/net/wireless/b43/main.c:1048
drivers/net/wireless/b43/main.c:1035 phy.type:0x2 on:0
drivers/net/wireless/b43/main.c:1048
Broadcom 43xx driver loaded [ Features: PR, Firmware-ID: FW13 ]
[EMAIL PROTECTED]:/lib/modules/2.6.26-rc5-wl# ifconfig wlan0 up
input: b43-phy0 as /devices/virtual/input/input1
drivers/net/wireless/b43/main.c:1035 phy.type:0x2 on:1
drivers/net/wireless/b43/main.c:1048
firmware: requesting b43/ucode5.fw
firmware: requesting b43/pcm5.fw
firmware: requesting b43/b0g0initvals5.fw
firmware: requesting b43/b0g0bsinitvals5.fw
b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
wlan0 Scan completed :
Cell 01 - Address: 00:16:01:2E:2B:80
ESSID:"WDS"
Mode:Master
Channel:1
Frequency:2.412 GHz (Channel 1
Quality=81/100 Signal level:-49 dBm Noise level=-58 dBm
Encryption key:on
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
12 Mb/s; 48 Mb/s
Extra:tsf=0000011de2c931d0
===========================================
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev