Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] iwlwifi & psk auth
Date: Tue, 11 Mar 2008 11:44:12
Message-Id: 200803111132.48887.peter@humphrey.ukfsn.org
In Reply to: Re: [gentoo-user] iwlwifi & psk auth by Jan Seeger
1 On Monday 10 March 2008 20:33:32 Jan Seeger wrote:
2
3 > Yes, with 2.6.24, iwlwifi is not required anymore.
4
5 In fact you can't emerge it at all with kernel 2.6.24.
6
7 > Here's my wpa_supplicant.conf and my /etc/conf.d/net
8
9 Heartfelt thanks from me! Your config has got my wifi working; now I'll have
10 to find out what difference in particular between yours and mine caused it
11 to spring into life.
12
13 > network={
14 > ssid="WLAN1"
15 > psk="<key>"
16 > pairwise=TKIP
17 > group=TKIP
18 > priority=5
19 > }
20 [...]
21 > /etc/conf.d/net:
22 >
23 > modules=("wpa_supplicant")
24 > wpa_supplicant_wlan0="-Dwext" # This you need
25
26 I thought wext was the default device, no?
27
28 > #Network configuration
29 > config_WLAN1=( "192.168.178.25 netmask 255.255.255.0 broadcast
30 192.168.178.255" )
31 > routes_WLAN1=( "default via 192.168.178.1" )
32 > dns_servers_WLAN1=( "192.168.178.1" )
33 > gateways_WLAN1=( "192.168.178.1" )
34
35 The key difference here is that you've defined variables for the SSID of the
36 network link, where I would have used (was using) the interface to which
37 that link is attached. /etc/conf.d/*.example don't make this clear at all.
38
39 > Also, I have a handy little script which ... stops the net.wlan0
40 > initscript, unloads the iwl module and reloads the module. The initscript
41 > automatically restarts.
42
43 It doesn't restart automatically here.
44
45 I submitted a bug report: https://bugs.gentoo.org/show_bug.cgi?id=212383.
46 The silence is deafening :-)
47
48 --
49 Rgds
50 Peter
51 --
52 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] iwlwifi & psk auth Jan Seeger <jan.seeger@×××××××××.de>