Gentoo Archives: gentoo-amd64

From: Mark Haney <mhaney@××××××××××××.org>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] bcm43xx setup
Date: Thu, 11 Oct 2007 13:19:45
Message-Id: 470E2003.9000303@ercbroadband.org
In Reply to: Re: [gentoo-amd64] bcm43xx setup by Beso
1 Beso wrote:
2 > i think that you've forgottonen to install the firmware.... remember that
3 > you have to download the firmware (i've appended it to this email), then
4 > install bcm43xx-fwcutter from portage, cut the firmware with the command:
5 > bcm43xx-fwcutter wl_apsta.o and then copy the files with the extension .fw
6 > that you can you'll have in the directory that contains wl_apsta.o into the
7 > /lib/firmware directory. this directory is protected so you'll need root
8 > priviledges to copy the files in there. after you've copied the .fw files
9 > into the directory do this:
10 >
11 >> chmod +r+x /lib/firmware/*.fw
12
13 I did have the firmware included I just neglected to mention it. Sorry
14 about that.
15 >
16 >
17 > do a dmesg | grep bcm43xx and see if it gives you errors or similar things
18 > and then do a iwconfig that will list all your network interfaces. now
19 > search for wlan or eth interfaces and see which one of them has wireless
20 > extensions. the interface that has wireless extensions is the one you're
21 > searching for.
22 > broadcom module uses the wext (linux wireless extensions) so if you need to
23 > configure the wireless you'll do it through the wext module.
24 >
25 >
26 When I look at dmesg I get this:
27
28 octavian Mark # dmesg | grep bcm43xx
29 bcm43xx driver
30 bcm43xx: Chip ID 0x4306, rev 0x3
31 bcm43xx: Number of cores: 5
32 bcm43xx: Core 0: ID 0x800, rev 0x4, vendor 0x4243
33 bcm43xx: Core 1: ID 0x812, rev 0x5, vendor 0x4243
34 bcm43xx: Core 2: ID 0x80d, rev 0x2, vendor 0x4243
35 bcm43xx: Core 3: ID 0x807, rev 0x2, vendor 0x4243
36 bcm43xx: Core 4: ID 0x804, rev 0x9, vendor 0x4243
37 bcm43xx: PHY connected
38 bcm43xx: Detected PHY: Analog: 2, Type 2, Revision 2
39 bcm43xx: Detected Radio: ID: 2205017f (Manuf: 17f Ver: 2050 Rev: 2)
40 bcm43xx: Radio turned off
41 bcm43xx: Radio turned off
42 bcm43xx driver
43 bcm43xx: Chip ID 0x4306, rev 0x3
44 bcm43xx: Number of cores: 5
45 bcm43xx: Core 0: ID 0x800, rev 0x4, vendor 0x4243
46 bcm43xx: Core 1: ID 0x812, rev 0x5, vendor 0x4243
47 bcm43xx: Core 2: ID 0x80d, rev 0x2, vendor 0x4243
48 bcm43xx: Core 3: ID 0x807, rev 0x2, vendor 0x4243
49 bcm43xx: Core 4: ID 0x804, rev 0x9, vendor 0x4243
50 bcm43xx: PHY connected
51 bcm43xx: Detected PHY: Analog: 2, Type 2, Revision 2
52 bcm43xx: Detected Radio: ID: 2205017f (Manuf: 17f Ver: 2050 Rev: 2)
53 bcm43xx: Radio turned off
54 bcm43xx: Radio turned off
55
56
57 And when I do iwconfig I get this:
58
59 octavian Mark # iwconfig
60 lo no wireless extensions.
61
62 eth0 no wireless extensions.
63
64 sit0 no wireless extensions.
65
66 wlan0 IEEE 802.11b/g ESSID:off/any Nickname:"Broadcom 4306"
67 Mode:Managed Access Point: Invalid
68 RTS thr:off Fragment thr:off
69 Encryption key:off
70 Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
71 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
72 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
73
74 But when I do 'iwlist wlan0 scanning' I get:
75
76 wlan0 Interface doesn't support scanning : No such device
77
78 Now, you meantion the wext module, that isn't one I"m familiar with and
79 one I don't have loaded. These are the ones I /do/ have loaded relevant
80 to this:
81
82 bcm43xx 441888 0
83 ieee80211softmac 35328 1 bcm43xx
84 ieee80211 51188 2 bcm43xx,ieee80211softmac
85 ieee80211_crypt 7680 1 ieee80211
86
87
88 I'm obviously close, but not close enough. Thoughts?
89
90
91
92 --
93 Recedite, plebes! Gero rem imperialem!
94
95
96 Mark Haney
97 Sr. Systems Administrator
98 ERC Broadband
99 (828) 350-2415
100
101 Call (866) ERC-7110 for after hours support
102 --
103 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] bcm43xx setup Beso <givemesugarr@×××××.com>