Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Where's my wireless AP?
Date: Tue, 20 Apr 2010 21:56:06
Message-Id: 201004202255.34767.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Re: Where's my wireless AP? by Mick
1 On Tuesday 20 April 2010 22:24:41 Mick wrote:
2 > On Tuesday 20 April 2010 15:25:14 Paul Hartman wrote:
3 > > On Tue, Apr 20, 2010 at 5:21 AM, Mick <michaelkintzios@×××××.com> wrote:
4 > > > Hmm, it's stuck in US mode for some reason. Firmware?
5 > >
6 > > Maybe you're right, I googled and found some info that the old
7 > > broadcom driver didn't support channels 12 and 13 for some reason with
8 > > certain hardware. However, it appears b43 is the "old" driver, and the
9 > > new one which should support those channels and setting regulatory
10 > > domain is the Broadcom STA driver, which is in portage for ~x86 and
11 > > ~amd64 (net-wireless/broadcom-sta). Try to emerge it, blacklist your
12 > > old b43 driver and hope it works. :)
13 >
14 > Thanks Paul. This is confusing me ... I thought that the b43 (as opposed
15 > to the legacy bcm43xx) is the latest in kernel driver and that's why I
16 > chose it. It is probably still under development.
17 >
18 > I am just emerging gentoo-sources-2.6.33-r1 and I'll see if the situation
19 > improves. Otherwise I will have to remove it and emerge the proprietary
20 > drivers instead, until the b43 matures a bit more.
21
22 OK, the 2.6.33-r1 seems better so far:
23
24 # iwlist wlan0 freq
25 wlan0 14 channels in total; available frequencies :
26 Channel 01 : 2.412 GHz
27 Channel 02 : 2.417 GHz
28 Channel 03 : 2.422 GHz
29 Channel 04 : 2.427 GHz
30 Channel 05 : 2.432 GHz
31 Channel 06 : 2.437 GHz
32 Channel 07 : 2.442 GHz
33 Channel 08 : 2.447 GHz
34 Channel 09 : 2.452 GHz
35 Channel 10 : 2.457 GHz
36 Channel 11 : 2.462 GHz
37 Channel 12 : 2.467 GHz
38 Channel 13 : 2.472 GHz
39 Channel 14 : 2.484 GHz
40 Current Frequency:2.412 GHz (Channel 1)
41
42 and
43
44 # iw list
45 Wiphy phy0
46 Band 1:
47 Frequencies:
48 * 2412 MHz [1] (20.0 dBm)
49 * 2417 MHz [2] (20.0 dBm)
50 * 2422 MHz [3] (20.0 dBm)
51 * 2427 MHz [4] (20.0 dBm)
52 * 2432 MHz [5] (20.0 dBm)
53 * 2437 MHz [6] (20.0 dBm)
54 * 2442 MHz [7] (20.0 dBm)
55 * 2447 MHz [8] (20.0 dBm)
56 * 2452 MHz [9] (20.0 dBm)
57 * 2457 MHz [10] (20.0 dBm)
58 * 2462 MHz [11] (20.0 dBm)
59 * 2467 MHz [12] (20.0 dBm) (passive scanning, no IBSS)
60 * 2472 MHz [13] (20.0 dBm) (passive scanning, no IBSS)
61 * 2484 MHz [14] (20.0 dBm) (passive scanning, no IBSS)
62
63 # iw reg get
64 country 00:
65 (2402 - 2472 @ 40), (6, 20)
66 (2457 - 2482 @ 20), (6, 20), PASSIVE-SCAN, NO-IBSS
67 (2474 - 2494 @ 20), (6, 20), NO-OFDM, PASSIVE-SCAN, NO-IBSS
68 (5170 - 5250 @ 40), (6, 20), PASSIVE-SCAN, NO-IBSS
69 (5735 - 5835 @ 40), (6, 20), PASSIVE-SCAN, NO-IBSS
70
71 I guess country 00 means no country code?
72 --
73 Regards,
74 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Re: Where's my wireless AP? Steffen Loos <fenlo@×××.net>