Gentoo Archives: gentoo-user

From: Per-Erik Westerberg <per-erik.westerberg@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wireless newbee needs help
Date: Thu, 09 Feb 2012 20:37:09
Message-Id: 1328819492.29060.8.camel@tux.homenetwork
In Reply to: [gentoo-user] wireless newbee needs help by Helmut Jarausch
1 tor 2012-02-09 klockan 18:00 +0100 skrev Helmut Jarausch:
2 > Hi,
3 >
4 > it's the first time I have to set up a wireless network on a notebook.
5 >
6 > How can I find out whether the connection is encrypted or not.
7 >
8 > wpa_gui tells me
9 > Authentication WPA2-PSK
10 > Encryption TKIP
11 >
12 > but
13 >
14 > iwconfig wlan0
15 > says
16 >
17 > Encryption key:off
18 >
19 > and on the server (hot spot) I have configure WPA2 personal, encryption
20 > TKIP and an (ascii) password.
21 >
22 > Many thanks for your help,
23 > Helmut.
24 >
25
26 Hi,
27
28 I have installed wpa_supplicant and changed the "country" entry
29 in /etc/wpa_supplicant/wpa_supplicant.conf and also added a few lines at
30 the end of the file:
31
32 network={
33 ssid="my_essid"
34 psk="my_ascii_password"
35 priority=5
36 }
37
38 Then I created a symbolic link to "/etc/init.d/net.lo" called
39 "/etc/init.d/net.wlan0" and that was it I think ... also set
40 "rc_hotplug" to "net.wlan0 !net.*" in "/etc/rc.conf".
41
42 That should be all to get wireless networking going if the kernel module
43 for your network card is loaded and you have the firmware for it in
44 "/lib/firmware".
45
46 Using kernel 3.1.5 at the moment and the carl9170 driver.
47
48 BR / Per-Erik