On Fri, Aug 14, 2009 at 2:25 PM, Mark Huijgen<[email protected]> wrote:
> After some minor snags with the mac address and firmware loading, the 
> interface comes up. Well, sort of.
>
> # ifconfig wlan0 up
> # dmesg
> [ 2744.696108] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x16, vendor 
> 0x4243)
> [ 2744.696120] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0F, vendor 
> 0x4243)
> [ 2744.696130] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x0A, vendor 0x4243)
> [ 2744.696140] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x09, vendor 0x4243)
> [ 2744.716051] ssb: Found rev 1 PMU (capabilities 0x02A62F01)
> [ 2744.724785] ssb: SPROM revision 8 detected.
> [ 2744.724790] ssb: MAC 00:1a:73:e4:f6:89
> [ 2744.746474] ssb: Sonics Silicon Backplane found on PCI device 0000:10:00.0
> [ 2744.751576] b43-phy5: Broadcom 4312 WLAN found (core revision 15)
> [ 2744.792046] b43-phy5 debug: Found PHY: Analog 6, Type 5, Revision 1
> [ 2744.792059] b43-phy5 debug: Found Radio: Manuf 0x17F, Version 0x2062, 
> Revision 2
> [ 2744.816245] phy5: Selected rate control algorithm 'minstrel'
> [ 2744.816394] Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
> [ 2751.196057] b43 ssb0:0: firmware: requesting b43/ucode15.fw
> [ 2751.200562] b43 ssb0:0: firmware: requesting b43/lp0initvals15.fw
> [ 2751.207095] b43 ssb0:0: firmware: requesting b43/lp0bsinitvals15.fw
> [ 2751.348058] b43-phy5: Loading firmware version 410.2160 (2007-05-26 
> 15:32:10)
> [ 2751.360071] ------------[ cut here ]------------
> [ 2751.360088] WARNING: at drivers/net/wireless/b43/phy_lp.c:983 
> lpphy_set_tx_power_control+0x85/0x100 [b43]()

Could you please printk out (ctl & B43_LPPHY_TX_PWR_CTL_CMD_MODE)?

> [ 2751.360091] Hardware name: HP 530 Notebook PC(KQ630AA#ABH)
> [ 2751.360094] Modules linked in: b43 ssb snd_pcm_oss snd_mixer_oss 
> snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_hda_codec_conexant 
> snd_hda_intel snd_hda_codec snd_pcm snd_timer snd snd_page_alloc [last 
> unloaded: ssb]
> [ 2751.360112] Pid: 17050, comm: ifconfig Not tainted 
> 2.6.31-rc5-wl-simPC-30271-gb2004c4-dirty #1
> [ 2751.360115] Call Trace:
> [ 2751.360129]  [<f93200d5>] ? lpphy_set_tx_power_control+0x85/0x100 [b43]
> [ 2751.360136]  [<c102d83c>] warn_slowpath_common+0x7c/0xa0
> [ 2751.360148]  [<f93200d5>] ? lpphy_set_tx_power_control+0x85/0x100 [b43]
> [ 2751.360152]  [<c102d875>] warn_slowpath_null+0x15/0x20
> [ 2751.360164]  [<f93200d5>] lpphy_set_tx_power_control+0x85/0x100 [b43]
> [ 2751.360177]  [<f931829c>] ? b43_phy_read+0x2c/0x60 [b43]
> [ 2751.360189]  [<f9320c7b>] lpphy_calibrate_rc+0x30b/0xa30 [b43]
> [ 2751.360202]  [<f9320553>] ? lpphy_radio_init+0x393/0x420 [b43]
> [ 2751.360214]  [<f9318248>] ? b43_phy_write+0x38/0x60 [b43]
> [ 2751.360226]  [<f9321a11>] b43_lpphy_op_init+0x651/0x1130 [b43]
> [ 2751.360231]  [<c102e64b>] ? printk+0x1b/0x20
> [ 2751.360243]  [<f931861d>] b43_phy_init+0x3d/0xb0 [b43]
> [ 2751.360254]  [<f9314ae7>] b43_chip_init+0x547/0x950 [b43]
> [ 2751.360266]  [<f9315077>] b43_wireless_core_init+0x187/0x760 [b43]
> [ 2751.360272]  [<c130b52d>] ? nlmsg_notify+0x3d/0xa0
> [ 2751.360283]  [<f931287d>] ? b43dbg+0x4d/0x60 [b43]
> [ 2751.360294]  [<f93167dc>] b43_op_start+0x19c/0x1c0 [b43]
> [ 2751.360300]  [<c137bb37>] ieee80211_open+0x427/0x700
> [ 2751.360305]  [<c12fcfe2>] dev_open+0xb2/0xe0
> [ 2751.360310]  [<c13a6ef7>] ? _spin_unlock_bh+0x17/0x20
> [ 2751.360314]  [<c12f84ca>] ? dev_set_rx_mode+0x2a/0x40
> [ 2751.360317]  [<c12fab07>] dev_change_flags+0x77/0x190
> [ 2751.360323]  [<c1344ee6>] devinet_ioctl+0x506/0x630
> [ 2751.360328]  [<c1145f75>] ? copy_to_user+0x35/0x50
> [ 2751.360333]  [<c1345b61>] inet_ioctl+0x61/0x80
> [ 2751.360336]  [<c12ed4e1>] sock_ioctl+0xd1/0x240
> [ 2751.360341]  [<c106bc68>] ? __do_fault+0x2e8/0x410
> [ 2751.360345]  [<c12ed410>] ? sock_ioctl+0x0/0x240
> [ 2751.360349]  [<c108ba08>] vfs_ioctl+0x28/0x80
> [ 2751.360353]  [<c108bbca>] do_vfs_ioctl+0x9a/0x570
> [ 2751.360357]  [<c106d46e>] ? handle_mm_fault+0xfe/0x5b0
> [ 2751.360362]  [<c107e701>] ? sys_faccessat+0x141/0x170
> [ 2751.360366]  [<c108c0d9>] sys_ioctl+0x39/0x60
> [ 2751.360370]  [<c1002d84>] sysenter_do_call+0x12/0x26
> [ 2751.360373] ---[ end trace 8d37a8f891044e50 ]---
> [ 2751.364468] ------------[ cut here ]------------
> [ 2751.364482] WARNING: at drivers/net/wireless/b43/phy_lp.c:983 
> lpphy_set_tx_power_control+0x85/0x100 [b43]()
Same here.
> [ 2751.364485] Hardware name: HP 530 Notebook PC(KQ630AA#ABH)
> [ 2751.364487] Modules linked in: b43 ssb snd_pcm_oss snd_mixer_oss 
> snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_hda_codec_conexant 
> snd_hda_intel snd_hda_codec snd_pcm snd_timer snd snd_page_alloc [last 
> unloaded: ssb]
> [ 2751.364502] Pid: 17050, comm: ifconfig Tainted: G        W  
> 2.6.31-rc5-wl-simPC-30271-gb2004c4-dirty #1
> [ 2751.364505] Call Trace:
> [ 2751.364517]  [<f93200d5>] ? lpphy_set_tx_power_control+0x85/0x100 [b43]
> [ 2751.364521]  [<c102d83c>] warn_slowpath_common+0x7c/0xa0
> [ 2751.364533]  [<f93200d5>] ? lpphy_set_tx_power_control+0x85/0x100 [b43]
> [ 2751.364538]  [<c102d875>] warn_slowpath_null+0x15/0x20
> [ 2751.364549]  [<f93200d5>] lpphy_set_tx_power_control+0x85/0x100 [b43]
> [ 2751.364562]  [<f932270a>] ? b43_lptab_write+0x8a/0x100 [b43]
> [ 2751.364574]  [<f932115c>] lpphy_calibrate_rc+0x7ec/0xa30 [b43]
> [ 2751.364587]  [<f9320553>] ? lpphy_radio_init+0x393/0x420 [b43]
> [ 2751.364599]  [<f9321a11>] b43_lpphy_op_init+0x651/0x1130 [b43]
> [ 2751.364603]  [<c102e64b>] ? printk+0x1b/0x20
> [ 2751.364615]  [<f931861d>] b43_phy_init+0x3d/0xb0 [b43]
> [ 2751.364626]  [<f9314ae7>] b43_chip_init+0x547/0x950 [b43]
> [ 2751.364638]  [<f9315077>] b43_wireless_core_init+0x187/0x760 [b43]
> [ 2751.364642]  [<c130b52d>] ? nlmsg_notify+0x3d/0xa0
> [ 2751.364653]  [<f931287d>] ? b43dbg+0x4d/0x60 [b43]
> [ 2751.364664]  [<f93167dc>] b43_op_start+0x19c/0x1c0 [b43]
> [ 2751.364669]  [<c137bb37>] ieee80211_open+0x427/0x700
> [ 2751.364674]  [<c12fcfe2>] dev_open+0xb2/0xe0
> [ 2751.364678]  [<c13a6ef7>] ? _spin_unlock_bh+0x17/0x20
> [ 2751.364682]  [<c12f84ca>] ? dev_set_rx_mode+0x2a/0x40
> [ 2751.364685]  [<c12fab07>] dev_change_flags+0x77/0x190
> [ 2751.364690]  [<c1344ee6>] devinet_ioctl+0x506/0x630
> [ 2751.364693]  [<c1145f75>] ? copy_to_user+0x35/0x50
> [ 2751.364698]  [<c1345b61>] inet_ioctl+0x61/0x80
> [ 2751.364702]  [<c12ed4e1>] sock_ioctl+0xd1/0x240
> [ 2751.364706]  [<c106bc68>] ? __do_fault+0x2e8/0x410
> [ 2751.364709]  [<c12ed410>] ? sock_ioctl+0x0/0x240
> [ 2751.364713]  [<c108ba08>] vfs_ioctl+0x28/0x80
> [ 2751.364717]  [<c108bbca>] do_vfs_ioctl+0x9a/0x570
> [ 2751.364721]  [<c106d46e>] ? handle_mm_fault+0xfe/0x5b0
> [ 2751.364725]  [<c107e701>] ? sys_faccessat+0x141/0x170
> [ 2751.364729]  [<c108c0d9>] sys_ioctl+0x39/0x60
> [ 2751.364733]  [<c1002d84>] sysenter_do_call+0x12/0x26
> [ 2751.364736] ---[ end trace 8d37a8f891044e51 ]---
> [ 2751.376061] b43-phy5 debug: Chip initialized
> [ 2751.376077] ------------[ cut here ]------------
> [ 2751.376089] WARNING: at drivers/net/wireless/b43/main.c:2603 
> b43_wireless_core_init+0x5a9/0x760 [b43]()

This should be fixed by the "make testable" patch.

Also, please test if the device actually works despite the warnings.

> [ 2751.376092] Hardware name: HP 530 Notebook PC(KQ630AA#ABH)
> [ 2751.376094] Modules linked in: b43 ssb snd_pcm_oss snd_mixer_oss 
> snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_hda_codec_conexant 
> snd_hda_intel snd_hda_codec snd_pcm snd_timer snd snd_page_alloc [last 
> unloaded: ssb]
> [ 2751.376109] Pid: 17050, comm: ifconfig Tainted: G        W  
> 2.6.31-rc5-wl-simPC-30271-gb2004c4-dirty #1
> [ 2751.376112] Call Trace:
> [ 2751.376123]  [<f9315499>] ? b43_wireless_core_init+0x5a9/0x760 [b43]
> [ 2751.376127]  [<c102d83c>] warn_slowpath_common+0x7c/0xa0
> [ 2751.376138]  [<f9315499>] ? b43_wireless_core_init+0x5a9/0x760 [b43]
> [ 2751.376142]  [<c102d875>] warn_slowpath_null+0x15/0x20
> [ 2751.376153]  [<f9315499>] b43_wireless_core_init+0x5a9/0x760 [b43]
> [ 2751.376158]  [<c130b52d>] ? nlmsg_notify+0x3d/0xa0
> [ 2751.376168]  [<f931287d>] ? b43dbg+0x4d/0x60 [b43]
> [ 2751.376179]  [<f93167dc>] b43_op_start+0x19c/0x1c0 [b43]
> [ 2751.376184]  [<c137bb37>] ieee80211_open+0x427/0x700
> [ 2751.376189]  [<c12fcfe2>] dev_open+0xb2/0xe0
> [ 2751.376193]  [<c13a6ef7>] ? _spin_unlock_bh+0x17/0x20
> [ 2751.376196]  [<c12f84ca>] ? dev_set_rx_mode+0x2a/0x40
> [ 2751.376200]  [<c12fab07>] dev_change_flags+0x77/0x190
> [ 2751.376205]  [<c1344ee6>] devinet_ioctl+0x506/0x630
> [ 2751.376208]  [<c1145f75>] ? copy_to_user+0x35/0x50
> [ 2751.376213]  [<c1345b61>] inet_ioctl+0x61/0x80
> [ 2751.376217]  [<c12ed4e1>] sock_ioctl+0xd1/0x240
> [ 2751.376221]  [<c106bc68>] ? __do_fault+0x2e8/0x410
> [ 2751.376224]  [<c12ed410>] ? sock_ioctl+0x0/0x240
> [ 2751.376228]  [<c108ba08>] vfs_ioctl+0x28/0x80
> [ 2751.376232]  [<c108bbca>] do_vfs_ioctl+0x9a/0x570
> [ 2751.376236]  [<c106d46e>] ? handle_mm_fault+0xfe/0x5b0
> [ 2751.376240]  [<c107e701>] ? sys_faccessat+0x141/0x170
> [ 2751.376244]  [<c108c0d9>] sys_ioctl+0x39/0x60
> [ 2751.376248]  [<c1002d84>] sysenter_do_call+0x12/0x26
> [ 2751.376251] ---[ end trace 8d37a8f891044e52 ]---
> [ 2751.376402] b43-phy5 debug: 64-bit DMA initialized
> [ 2751.397560] Registered led device: b43-phy5::tx
> [ 2751.397583] Registered led device: b43-phy5::rx
> [ 2751.397606] Registered led device: b43-phy5::radio
> [ 2751.397673] b43-phy5 debug: Wireless interface started
> [ 2751.397693] b43-phy5 debug: Adding Interface type 2
>
>
> _______________________________________________
> Bcm43xx-dev mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
>



-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to