public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Kernel 2.6.27 and iwl3945-ucode
@ 2009-04-22 12:11 Marco
  2009-04-22 12:28 ` Florian Philipp
  0 siblings, 1 reply; 6+ messages in thread
From: Marco @ 2009-04-22 12:11 UTC (permalink / raw
  To: gentoo-user

Hi all,

I am trying to get my wireless adapter (Intel 3945ABG) running.
following the instructions on http://en.gentoo-wiki.com/wiki/Iwlwifi I
compiled the kernel accordingly. Now the howto states:

 For kernel 2.6.27 and later, use the second slot(version 228.57.2.21)
which needs to be unmasked in package.keywords.

Since I am rather new to gentoo, I am not really sure what to do. I added

=net-wireless/iwl3945-ucode-228.57.2.21 ~amd64

to /etc/portage/package.keywords to use the version mentioned. Testing
what would be installed:

emerge net-wireless/iwl3945-ucode --pretend --verbose

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] net-wireless/iwl3945-ucode-15.28.1.6  66 kB

Total: 1 package (1 new), Size of downloads: 66 kB

So version 15.28.1.6 would be used... What am I missing?

Thanks for your help!

--
Best regards,
 Marco



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

* Re: [gentoo-user] Kernel 2.6.27 and iwl3945-ucode
  2009-04-22 12:11 [gentoo-user] Kernel 2.6.27 and iwl3945-ucode Marco
@ 2009-04-22 12:28 ` Florian Philipp
  2009-04-22 13:13   ` Marco
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Philipp @ 2009-04-22 12:28 UTC (permalink / raw
  To: gentoo-user

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

Marco schrieb:
> Hi all,
> 
> I am trying to get my wireless adapter (Intel 3945ABG) running.
> following the instructions on http://en.gentoo-wiki.com/wiki/Iwlwifi I
> compiled the kernel accordingly. Now the howto states:
> 
>  For kernel 2.6.27 and later, use the second slot(version 228.57.2.21)
> which needs to be unmasked in package.keywords.
> 

You somehow mixed iwl4965 and iwl3945. Version 228.57.2.21 belongs to
iwl4965.

If you really want iwl3945, you don't need to unmask/keyword anything.
I'm on 2.6.28 with version 15.28.1.6.

For iwl4965, I don't see any versions which are not marked stable (I'm
on AMD64).



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 261 bytes --]

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

* Re: [gentoo-user] Kernel 2.6.27 and iwl3945-ucode
  2009-04-22 12:28 ` Florian Philipp
@ 2009-04-22 13:13   ` Marco
  2009-04-22 13:22     ` Florian Philipp
  0 siblings, 1 reply; 6+ messages in thread
From: Marco @ 2009-04-22 13:13 UTC (permalink / raw
  To: gentoo-user

On Wed, Apr 22, 2009 at 12:28 PM, Florian Philipp
<lists@f_philipp.fastmail.net> wrote:
> Marco schrieb:
[...]
> You somehow mixed iwl4965 and iwl3945. Version 228.57.2.21 belongs to
> iwl4965.
>
> If you really want iwl3945, you don't need to unmask/keyword anything.
> I'm on 2.6.28 with version 15.28.1.6.
>
> For iwl4965, I don't see any versions which are not marked stable (I'm
> on AMD64).

I see. It was not really clear to me if it is only related to 4965 or
if it also is true for the 3945. Thanks for pointing out!

One more question: I followed the howto for Intel 3945 and also the
handbook ( http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&chap=4
). I am using wpa_supplicant. But I think I am missing now a
configuration for /etc/init.d/net. What information do I have to
provide there?



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

* Re: [gentoo-user] Kernel 2.6.27 and iwl3945-ucode
  2009-04-22 13:13   ` Marco
@ 2009-04-22 13:22     ` Florian Philipp
  2009-04-22 13:27       ` Alejandro
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Philipp @ 2009-04-22 13:22 UTC (permalink / raw
  To: gentoo-user

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

Marco schrieb:
> On Wed, Apr 22, 2009 at 12:28 PM, Florian Philipp
> <lists@f_philipp.fastmail.net> wrote:
>> Marco schrieb:
> [...]
>> You somehow mixed iwl4965 and iwl3945. Version 228.57.2.21 belongs to
>> iwl4965.
>>
>> If you really want iwl3945, you don't need to unmask/keyword anything.
>> I'm on 2.6.28 with version 15.28.1.6.
>>
>> For iwl4965, I don't see any versions which are not marked stable (I'm
>> on AMD64).
> 
> I see. It was not really clear to me if it is only related to 4965 or
> if it also is true for the 3945. Thanks for pointing out!
> 
> One more question: I followed the howto for Intel 3945 and also the
> handbook ( http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&chap=4
> ). I am using wpa_supplicant. But I think I am missing now a
> configuration for /etc/init.d/net. What information do I have to
> provide there?
> 

modules_wlan0=( "wpa_supplicant" )
where wlan0 is your wlan interface.

If you want different settings for different nets, you can do things
like this:

config_ESSID1=( "192.168.2.2 netmask 255.255.255.0" )
routes_ESSID1=( "default via 192.168.2.1" )
dns_servers_ESSID1=( "192.168.4.1" )
config_ESSID2=( "dhcp" )

Otherwise, dhcp is assumed.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 261 bytes --]

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

* Re: [gentoo-user] Kernel 2.6.27 and iwl3945-ucode
  2009-04-22 13:22     ` Florian Philipp
@ 2009-04-22 13:27       ` Alejandro
  2009-04-23 12:04         ` Marco
  0 siblings, 1 reply; 6+ messages in thread
From: Alejandro @ 2009-04-22 13:27 UTC (permalink / raw
  To: gentoo-user

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

2009/4/22 Florian Philipp <lists@f_philipp.fastmail.net>

> Marco schrieb:
> > On Wed, Apr 22, 2009 at 12:28 PM, Florian Philipp
> > <lists@f_philipp.fastmail.net> wrote:
> >> Marco schrieb:
> > [...]
> >> You somehow mixed iwl4965 and iwl3945. Version 228.57.2.21 belongs to
> >> iwl4965.
> >>
> >> If you really want iwl3945, you don't need to unmask/keyword anything.
> >> I'm on 2.6.28 with version 15.28.1.6.
> >>
> >> For iwl4965, I don't see any versions which are not marked stable (I'm
> >> on AMD64).
> >
> > I see. It was not really clear to me if it is only related to 4965 or
> > if it also is true for the 3945. Thanks for pointing out!
> >
> > One more question: I followed the howto for Intel 3945 and also the
> > handbook (
> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&chap=4
> > ). I am using wpa_supplicant. But I think I am missing now a
> > configuration for /etc/init.d/net. What information do I have to
> > provide there?
> >
>
> modules_wlan0=( "wpa_supplicant" )
> where wlan0 is your wlan interface.
>
> If you want different settings for different nets, you can do things
> like this:
>
> config_ESSID1=( "192.168.2.2 netmask 255.255.255.0" )
> routes_ESSID1=( "default via 192.168.2.1" )
> dns_servers_ESSID1=( "192.168.4.1" )
> config_ESSID2=( "dhcp" )
>
> Otherwise, dhcp is assumed.
>
>
 You can try Wicd which is  a great network manager, until you are more
familiar with gentoo/wifi configuration.
 I have the same chip, with wpa2, wicd handless this without problems.

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

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

* Re: [gentoo-user] Kernel 2.6.27 and iwl3945-ucode
  2009-04-22 13:27       ` Alejandro
@ 2009-04-23 12:04         ` Marco
  0 siblings, 0 replies; 6+ messages in thread
From: Marco @ 2009-04-23 12:04 UTC (permalink / raw
  To: gentoo-user

[...]
>  You can try Wicd which is  a great network manager, until you are more
> familiar with gentoo/wifi configuration.
>  I have the same chip, with wpa2, wicd handless this without problems.
>

This is cool! For the moment this is perfectly ok for me!

Thanks for the tips!



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

end of thread, other threads:[~2009-04-23 12:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-22 12:11 [gentoo-user] Kernel 2.6.27 and iwl3945-ucode Marco
2009-04-22 12:28 ` Florian Philipp
2009-04-22 13:13   ` Marco
2009-04-22 13:22     ` Florian Philipp
2009-04-22 13:27       ` Alejandro
2009-04-23 12:04         ` Marco

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