public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Can't find b43 in kernel config
@ 2011-06-09 17:10 Grant
  2011-06-09 17:24 ` Mark Knecht
  2011-06-09 18:14 ` [gentoo-user] " Alan McKinnon
  0 siblings, 2 replies; 9+ messages in thread
From: Grant @ 2011-06-09 17:10 UTC (permalink / raw
  To: Gentoo mailing list

I've satisfied these requirements:

Depends on: NETDEVICES [=y] && WLAN [=y] && SSB_POSSIBLE [=y] &&
MAC80211 [=n] && HAS_DMA [=y]

but I don't see the option here:

Location:
-> Device Drivers
-> Network device support (NETDEVICES [=y])
-> Wireless LAN (WLAN [=y])

Does anyone know how to make it appear?

- Grant



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Can't find b43 in kernel config
  2011-06-09 17:10 [gentoo-user] Can't find b43 in kernel config Grant
@ 2011-06-09 17:24 ` Mark Knecht
  2011-06-09 17:41   ` Grant
  2011-06-09 18:07   ` [gentoo-user] " Francesco Talamona
  2011-06-09 18:14 ` [gentoo-user] " Alan McKinnon
  1 sibling, 2 replies; 9+ messages in thread
From: Mark Knecht @ 2011-06-09 17:24 UTC (permalink / raw
  To: gentoo-user

On Thu, Jun 9, 2011 at 10:10 AM, Grant <emailgrant@gmail.com> wrote:
> I've satisfied these requirements:
>
> Depends on: NETDEVICES [=y] && WLAN [=y] && SSB_POSSIBLE [=y] &&
> MAC80211 [=n] && HAS_DMA [=y]
>
> but I don't see the option here:
>
> Location:
> -> Device Drivers
> -> Network device support (NETDEVICES [=y])
> -> Wireless LAN (WLAN [=y])
>
> Does anyone know how to make it appear?
>
> - Grant

What is 'b43'?

When I have that problem I typically start with

cat /usr/src/.config | grep b43

which returns nothing implying to me that b43 doesn't exist at all.

- Mark



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Can't find b43 in kernel config
  2011-06-09 17:24 ` Mark Knecht
@ 2011-06-09 17:41   ` Grant
  2011-06-09 18:07   ` [gentoo-user] " Francesco Talamona
  1 sibling, 0 replies; 9+ messages in thread
From: Grant @ 2011-06-09 17:41 UTC (permalink / raw
  To: gentoo-user

>> I've satisfied these requirements:
>>
>> Depends on: NETDEVICES [=y] && WLAN [=y] && SSB_POSSIBLE [=y] &&
>> MAC80211 [=n] && HAS_DMA [=y]
>>
>> but I don't see the option here:
>>
>> Location:
>> -> Device Drivers
>> -> Network device support (NETDEVICES [=y])
>> -> Wireless LAN (WLAN [=y])
>>
>> Does anyone know how to make it appear?
>>
>> - Grant
>
> What is 'b43'?
>
> When I have that problem I typically start with
>
> cat /usr/src/.config | grep b43
>
> which returns nothing implying to me that b43 doesn't exist at all.
>
> - Mark

If you do a make menuconfig and search for b43, lots of stuff comes up
including "B43".

- Grant



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-user] Re: Can't find b43 in kernel config
  2011-06-09 17:24 ` Mark Knecht
  2011-06-09 17:41   ` Grant
@ 2011-06-09 18:07   ` Francesco Talamona
  2011-06-09 18:13     ` Mark Knecht
  2011-06-09 18:14     ` Grant
  1 sibling, 2 replies; 9+ messages in thread
From: Francesco Talamona @ 2011-06-09 18:07 UTC (permalink / raw
  To: gentoo-user; +Cc: Mark Knecht

[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]

On Thursday 09 June 2011, Mark Knecht wrote:
> On Thu, Jun 9, 2011 at 10:10 AM, Grant <emailgrant@gmail.com> wrote:
> > I've satisfied these requirements:
> > 
> > Depends on: NETDEVICES [=y] && WLAN [=y] && SSB_POSSIBLE [=y] &&
> > MAC80211 [=n] && HAS_DMA [=y]
> > 
> > but I don't see the option here:
> > 
> > Location:
> > -> Device Drivers
> > -> Network device support (NETDEVICES [=y])
> > -> Wireless LAN (WLAN [=y])
> > 
> > Does anyone know how to make it appear?
> > 
> > - Grant
> 
> What is 'b43'?
> 
> When I have that problem I typically start with
> 
> cat /usr/src/.config | grep b43
> 
> which returns nothing implying to me that b43 doesn't exist at all.
> 
> - Mark

Mark this isn't a good test. It only says that your config doesn't 
contain references to b43.

If you do "make menuconfig" and then search for b43 (type slash to reach 
the search functionality) many entries will show up: I count 23 hits in 
2.6.39-gentoo-r1 kernel.

Grant: you say that the requirements are satisfied, yet I see "MAC80211 
[=n]", could be it? Same way as above to see where the option you lack 
can be activated

HTH
	Francesco

-- 
Linux Version 2.6.39-gentoo, Compiled #1 SMP PREEMPT Thu May 26 20:13:26 
CEST 2011
Two 2GHz AMD Athlon 64 X2 Processors, 4GB RAM, 8041.06 Bogomips Total
aemaeth

[-- Attachment #2: Type: text/html, Size: 7922 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-user] Re: Can't find b43 in kernel config
  2011-06-09 18:07   ` [gentoo-user] " Francesco Talamona
@ 2011-06-09 18:13     ` Mark Knecht
  2011-06-09 18:14     ` Grant
  1 sibling, 0 replies; 9+ messages in thread
From: Mark Knecht @ 2011-06-09 18:13 UTC (permalink / raw
  To: francesco.talamona; +Cc: gentoo-user

On Thu, Jun 9, 2011 at 11:07 AM, Francesco Talamona
<francesco.talamona@know.eu> wrote:
<SNIP>
>> What is 'b43'?
>
>>
>
>> When I have that problem I typically start with
>
>>
>
>> cat /usr/src/.config | grep b43
>
>>
>
>> which returns nothing implying to me that b43 doesn't exist at all.
>
>>
>
>> - Mark
>
> Mark this isn't a good test. It only says that your config doesn't contain
> references to b43.
>
> If you do "make menuconfig" and then search for b43 (type slash to reach the
> search functionality) many entries will show up: I count 23 hits in
> 2.6.39-gentoo-r1 kernel.
>
> Grant: you say that the requirements are satisfied, yet I see "MAC80211
> [=n]", could be it? Same way as above to see where the option you lack can
> be activated
>
> HTH
>
> Francesco
>

Thanks Francesco. I didn't know that the config would eliminate
options. My experience in the past had been that it would be in the
config but commented out and saying 'not set'.

Good to know this if I have a problem like this again in the future.

Cheers,
Mark



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Can't find b43 in kernel config
  2011-06-09 17:10 [gentoo-user] Can't find b43 in kernel config Grant
  2011-06-09 17:24 ` Mark Knecht
@ 2011-06-09 18:14 ` Alan McKinnon
  2011-06-09 18:50   ` Grant
  1 sibling, 1 reply; 9+ messages in thread
From: Alan McKinnon @ 2011-06-09 18:14 UTC (permalink / raw
  To: gentoo-user

Apparently, though unproven, at 19:10 on Thursday 09 June 2011, Grant did 
opine thusly:

> I've satisfied these requirements:
> 
> Depends on: NETDEVICES [=y] && WLAN [=y] && SSB_POSSIBLE [=y] &&
> MAC80211 [=n] && HAS_DMA [=y] 

It looks like you did not satisfy MAC80211.

Where did copy that Depends from? When I use 'h' in menuconfig mine shows up 
as [=m]

> 
> but I don't see the option here:
> 
> Location:
> -> Device Drivers
> -> Network device support (NETDEVICES [=y])
> -> Wireless LAN (WLAN [=y])

It's very close to the middle item in the list (so you know where it goes once 
it's visible)


> 
> Does anyone know how to make it appear?
> 
> - Grant

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Re: Can't find b43 in kernel config
  2011-06-09 18:07   ` [gentoo-user] " Francesco Talamona
  2011-06-09 18:13     ` Mark Knecht
@ 2011-06-09 18:14     ` Grant
  2011-06-09 20:50       ` Mick
  1 sibling, 1 reply; 9+ messages in thread
From: Grant @ 2011-06-09 18:14 UTC (permalink / raw
  To: gentoo-user

>> > I've satisfied these requirements:
>
>> >
>
>> > Depends on: NETDEVICES [=y] && WLAN [=y] && SSB_POSSIBLE [=y] &&
>
>> > MAC80211 [=n] && HAS_DMA [=y]
>
>> >
>
>> > but I don't see the option here:
>
>> >
>
>> > Location:
>
>> > -> Device Drivers
>
>> > -> Network device support (NETDEVICES [=y])
>
>> > -> Wireless LAN (WLAN [=y])
>
>> >
>
>> > Does anyone know how to make it appear?
>
>> >
>
>> > - Grant
>
>>
>
>> What is 'b43'?
>
>>
>
>> When I have that problem I typically start with
>
>>
>
>> cat /usr/src/.config | grep b43
>
>>
>
>> which returns nothing implying to me that b43 doesn't exist at all.
>
>>
>
>> - Mark
>
> Mark this isn't a good test. It only says that your config doesn't contain
> references to b43.
>
> If you do "make menuconfig" and then search for b43 (type slash to reach the
> search functionality) many entries will show up: I count 23 hits in
> 2.6.39-gentoo-r1 kernel.
>
> Grant: you say that the requirements are satisfied, yet I see "MAC80211
> [=n]", could be it? Same way as above to see where the option you lack can
> be activated
>
> HTH
>
> Francesco

Ah, thank you Francesco.  I was reading that to mean that it was
required for MAC80211 to *not* be selected.  Now I've got it.

- Grant



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Can't find b43 in kernel config
  2011-06-09 18:14 ` [gentoo-user] " Alan McKinnon
@ 2011-06-09 18:50   ` Grant
  0 siblings, 0 replies; 9+ messages in thread
From: Grant @ 2011-06-09 18:50 UTC (permalink / raw
  To: gentoo-user

>> I've satisfied these requirements:
>>
>> Depends on: NETDEVICES [=y] && WLAN [=y] && SSB_POSSIBLE [=y] &&
>> MAC80211 [=n] && HAS_DMA [=y]
>
> It looks like you did not satisfy MAC80211.

Yeah, I misunderstood the depends line.

> Where did copy that Depends from? When I use 'h' in menuconfig mine shows up
> as [=m]

I didn't know about that 'h' command.  I got the Depends from
2.6.38-hardened-r6 by using '/'.

>> but I don't see the option here:
>>
>> Location:
>> -> Device Drivers
>> -> Network device support (NETDEVICES [=y])
>> -> Wireless LAN (WLAN [=y])
>
> It's very close to the middle item in the list (so you know where it goes once
> it's visible)

Got it now, thank you.

- Grant


>> Does anyone know how to make it appear?
>>
>> - Grant



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Re: Can't find b43 in kernel config
  2011-06-09 18:14     ` Grant
@ 2011-06-09 20:50       ` Mick
  0 siblings, 0 replies; 9+ messages in thread
From: Mick @ 2011-06-09 20:50 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1831 bytes --]

On Thursday 09 Jun 2011 19:14:38 Grant wrote:
> >> > I've satisfied these requirements:
> >> > 
> >> > 
> >> > 
> >> > Depends on: NETDEVICES [=y] && WLAN [=y] && SSB_POSSIBLE [=y] &&
> >> > 
> >> > MAC80211 [=n] && HAS_DMA [=y]
> >> > 
> >> > 
> >> > 
> >> > but I don't see the option here:
> >> > 
> >> > 
> >> > 
> >> > Location:
> >> > 
> >> > -> Device Drivers
> >> > 
> >> > -> Network device support (NETDEVICES [=y])
> >> > 
> >> > -> Wireless LAN (WLAN [=y])
> >> > 
> >> > 
> >> > 
> >> > Does anyone know how to make it appear?
> >> > 
> >> > 
> >> > 
> >> > - Grant
> >> 
> >> What is 'b43'?
> >> 
> >> 
> >> 
> >> When I have that problem I typically start with
> >> 
> >> 
> >> 
> >> cat /usr/src/.config | grep b43
> >> 
> >> 
> >> 
> >> which returns nothing implying to me that b43 doesn't exist at all.
> >> 
> >> 
> >> 
> >> - Mark
> > 
> > Mark this isn't a good test. It only says that your config doesn't
> > contain references to b43.
> > 
> > If you do "make menuconfig" and then search for b43 (type slash to reach
> > the search functionality) many entries will show up: I count 23 hits in
> > 2.6.39-gentoo-r1 kernel.
> > 
> > Grant: you say that the requirements are satisfied, yet I see "MAC80211
> > [=n]", could be it? Same way as above to see where the option you lack
> > can be activated
> > 
> > HTH
> > 
> > Francesco
> 
> Ah, thank you Francesco.  I was reading that to mean that it was
> required for MAC80211 to *not* be selected.  Now I've got it.
> 
> - Grant

You'll invariably also need the appropriate firmware too.  You'll need to 
emerge net-wireless/b43-fwcutter and have a look at:

http://linuxwireless.org/en/users/Drivers/b43

PS. Ignore the notes for b43legacy and bcm43xx drivers.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-06-09 20:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09 17:10 [gentoo-user] Can't find b43 in kernel config Grant
2011-06-09 17:24 ` Mark Knecht
2011-06-09 17:41   ` Grant
2011-06-09 18:07   ` [gentoo-user] " Francesco Talamona
2011-06-09 18:13     ` Mark Knecht
2011-06-09 18:14     ` Grant
2011-06-09 20:50       ` Mick
2011-06-09 18:14 ` [gentoo-user] " Alan McKinnon
2011-06-09 18:50   ` Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox