Gentoo Archives: gentoo-user

From: Dani Crisan <danicrisan82@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] wireless problem
Date: Wed, 19 Mar 2008 11:42:09
Message-Id: 560094.59674.qm@web45612.mail.sp1.yahoo.com
1 Please help me in solving this issue.
2
3 So....
4
5
6 iwlist scan
7 eth0 Interface doesn't support scanning.
8
9 lo Interface doesn't support scanning.
10
11 sit0 Interface doesn't support scanning.
12
13 wmaster0 Interface doesn't support scanning.
14
15 wlan0 Scan completed :
16 Cell 01 - Address: 00:1B:11:FB:9D:00
17 ESSID:"dlink"
18 Mode:Master
19 Channel:6
20 Frequency:2.437 GHz (Channel 6)
21 Quality=83/100 Signal level=-51 dBm Noise level=-95 dBm
22 Encryption key:off
23 Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
24 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
25 48 Mb/s; 54 Mb/s
26 Extra:tsf=0000001e7286c097
27 Cell 02 - Address: 00:1D:7E:E3:8C:DD
28 ESSID:"baladei-wifi"
29 Mode:Master
30 Channel:10
31 Frequency:2.457 GHz (Channel 10)
32 Quality=96/100 Signal level=-32 dBm Noise level=-95 dBm
33 Encryption key:on
34 IE: IEEE 802.11i/WPA2 Version 1
35 Group Cipher : TKIP
36 Pairwise Ciphers (1) : TKIP
37 Authentication Suites (1) : PSK
38 Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
39 24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
40 12 Mb/s; 48 Mb/s
41 Extra:tsf=00000000c2357a43
42
43
44 and my wireless is connecting to dlink since it is free. Mine is baladei-wifi.
45
46 Here are the /etc/conf.d/net
47
48
49 modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant")
50 wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf"
51 config_wlan0=("dhcp")
52
53
54 and the wpa_supplicant.conf
55
56
57
58 ctrl_interface=/var/run/wpa_supplicant
59
60 network={
61 ssid="baladei-wifi"
62 proto=WPA
63 key_mgmt=WPA-PSK
64 pairwise=CCMP TKIP
65 group=CCMP TKIP
66 psk=a077c1a5543504137b2a0d42ad045741c6173cb2bb9770a1818e6d661b968d32
67 }
68 How can I make it to authenticate to my "baladei-wifi"?
69
70 Please help because I didn't find anything on the web to solve my issue.
71
72
73
74
75
76 ____________________________________________________________________________________
77 Never miss a thing. Make Yahoo your home page.
78 http://www.yahoo.com/r/hs

Replies

Subject Author
Re: [gentoo-user] wireless problem Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] wireless problem Henry Gebhardt <hsggebhardt@××××××××××.com>