Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trouble with bcm43xx
Date: Wed, 26 Jul 2006 14:53:26
Message-Id: yu9lkqgv314.fsf@nyu.edu
In Reply to: Re: [gentoo-user] trouble with bcm43xx by Neil Bothwick
1 At Wed, 26 Jul 2006 08:36:16 +0100 Neil Bothwick <neil@××××××××××.uk> wrote:
2
3 > On Tue, 25 Jul 2006 22:00:11 -0400, Allan Gottlieb wrote:
4 >
5 >> The guide recommended wl_apsta.o for firmware, but that failed the
6 >> bcm43xx-fwcutter command so I then tried wl.o, which bcm43xx was happy
7 >> with.
8 >
9 > It seems that some cards can be fussy about firmware, so try some
10 > different ones. I have the following installed and my card works OK,
11 > although it sometimes takes a couple of attempts to get a good
12 > connection.
13 >
14 > bcm43xx_initval01.fw bcm43xx_initval07.fw bcm43xx_microcode4.fw
15 > bcm43xx_initval02.fw bcm43xx_initval08.fw bcm43xx_microcode5.fw
16 > bcm43xx_initval03.fw bcm43xx_initval09.fw bcm43xx_pcm4.fw
17 > bcm43xx_initval04.fw bcm43xx_initval10.fw bcm43xx_pcm5.fw
18 > bcm43xx_initval05.fw bcm43xx_microcode11.fw
19 > bcm43xx_initval06.fw bcm43xx_microcode2.fw
20 >
21 > You don't say which card you are using, some are more problematic than
22 > others, the gentoo-sources Changleog shows that support for some versions
23 > is still being added. "lspci | grep BCM" will show you the exact model.
24
25 Sorry for forgetting to include the lspci output
26
27 02:01.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
28 Subsystem: Dell Unknown device 015f
29 Flags: bus master, fast devsel, latency 32, IRQ 17
30 Memory at faffe000 (32-bit, non-prefetchable) [size=8K]
31 Capabilities: [40] Power Management version 2
32
33 I will load more firmware and try again. Here is the message I get
34 when trying to use fwcutter for some of the firmware listed in
35 /usr/doc/bcm43xx-fwcutter-004/README.gz
36
37 Sorry, the input file is either wrong or not supported by
38 bcm43xx-fwcutter. I can't find the MD5sum
39 1c104a2604fe0cef8c8ea187dc752e43 :(
40
41 So far I have
42
43 bcm43xx_initval01.fw bcm43xx_initval06.fw bcm43xx_microcode2.fw
44 bcm43xx_initval02.fw bcm43xx_initval07.fw bcm43xx_microcode4.fw
45 bcm43xx_initval03.fw bcm43xx_initval08.fw bcm43xx_microcode5.fw
46 bcm43xx_initval04.fw bcm43xx_initval09.fw bcm43xx_pcm4.fw
47 bcm43xx_initval05.fw bcm43xx_initval10.fw bcm43xx_pcm5.fw
48
49 and still /etc/init.d/net.eth1 fails. The end of dmesg is
50
51 bcm43xx: set security called
52 bcm43xx: .level = 0
53 bcm43xx: .enabled = 0
54 bcm43xx: .encrypt = 0
55 SoftMAC: Associate: Scanning for networks first.
56 SoftMAC: Start scanning with channel: 1
57 SoftMAC: Scanning 14 channels
58 SoftMAC: Scanning finished
59 SoftMAC: Associate: Scanning for networks first.
60 SoftMAC: Start scanning with channel: 1
61 SoftMAC: Scanning 14 channels
62 SoftMAC: Scanning finished
63 SoftMAC: Associate: Scanning for networks first.
64 SoftMAC: Start scanning with channel: 1
65 SoftMAC: Scanning 14 channels
66 SoftMAC: Scanning finished
67 SoftMAC: Unable to find matching network after scan!
68 bcm43xx: Radio turned off
69 bcm43xx: DMA 0x0260 (RX) max used slots: 1/64
70 bcm43xx: DMA 0x0200 (RX) max used slots: 1/64
71 bcm43xx: DMA 0x0260 (TX) max used slots: 0/512
72 bcm43xx: DMA 0x0240 (TX) max used slots: 0/512
73 bcm43xx: DMA 0x0220 (TX) max used slots: 2/512
74 bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
75 bcm43xx: Radio turned off
76 bcm43xx: DMA 0x0260 (RX) max used slots: 0/64
77 bcm43xx: DMA 0x0200 (RX) max used slots: 0/64
78 bcm43xx: DMA 0x0260 (TX) max used slots: 0/512
79 bcm43xx: DMA 0x0240 (TX) max used slots: 0/512
80 bcm43xx: DMA 0x0220 (TX) max used slots: 0/512
81 bcm43xx: DMA 0x0200 (TX) max used slots: 0/512
82
83 I assume I have some config wrong or forgot to do something, but I
84 don't know what it is. I guess I will grab some more firmware since
85 you have more that I do :-).
86
87 Thanks for your help,
88 allan
89
90 --
91 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] trouble with bcm43xx Neil Bothwick <neil@××××××××××.uk>