Gentoo Archives: gentoo-user

From: Florian Philipp <lists@××××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel 2.6.27 and iwl3945-ucode
Date: Wed, 22 Apr 2009 13:22:20
Message-Id: 49EF1A00.70107@f_philipp.fastmail.net
In Reply to: Re: [gentoo-user] Kernel 2.6.27 and iwl3945-ucode by Marco
1 Marco schrieb:
2 > On Wed, Apr 22, 2009 at 12:28 PM, Florian Philipp
3 > <lists@f_philipp.fastmail.net> wrote:
4 >> Marco schrieb:
5 > [...]
6 >> You somehow mixed iwl4965 and iwl3945. Version 228.57.2.21 belongs to
7 >> iwl4965.
8 >>
9 >> If you really want iwl3945, you don't need to unmask/keyword anything.
10 >> I'm on 2.6.28 with version 15.28.1.6.
11 >>
12 >> For iwl4965, I don't see any versions which are not marked stable (I'm
13 >> on AMD64).
14 >
15 > I see. It was not really clear to me if it is only related to 4965 or
16 > if it also is true for the 3945. Thanks for pointing out!
17 >
18 > One more question: I followed the howto for Intel 3945 and also the
19 > handbook ( http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&chap=4
20 > ). I am using wpa_supplicant. But I think I am missing now a
21 > configuration for /etc/init.d/net. What information do I have to
22 > provide there?
23 >
24
25 modules_wlan0=( "wpa_supplicant" )
26 where wlan0 is your wlan interface.
27
28 If you want different settings for different nets, you can do things
29 like this:
30
31 config_ESSID1=( "192.168.2.2 netmask 255.255.255.0" )
32 routes_ESSID1=( "default via 192.168.2.1" )
33 dns_servers_ESSID1=( "192.168.4.1" )
34 config_ESSID2=( "dhcp" )
35
36 Otherwise, dhcp is assumed.

Attachments

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

Replies

Subject Author
Re: [gentoo-user] Kernel 2.6.27 and iwl3945-ucode Alejandro <elcorreodeale@×××××.com>