Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Wireless Configuration...
Date: Thu, 08 Sep 2011 20:07:26
Message-Id: 201109082104.21587.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Wireless Configuration... by BRM
1 On Thursday 08 Sep 2011 04:52:44 BRM wrote:
2 > ----- Original Message -----
3 >
4 > > From: Mick <michaelkintzios@×××××.com>
5
6 > > Hmm ... what is the error/warning that comes up?
7 >
8 > pneumo-martyr wpa_supplicant # /etc/init.d/net.wlan0 start
9 > * Bringing up interface wlan0
10 > * Starting wpa_supplicant on wlan0 ...
11 > Line 17: WPA-PSK accepted for key management, but no PSK configured.
12 > Line 17: failed to parse network block.
13 > Failed to read or parse configuration
14 > '/etc/wpa_supplicant/wpa_supplicant.conf'. * start-stop-daemon: failed
15 > to start
16 > `/usr/sbin/wpa_supplicant'
17 > [ !! ] * ERROR: net.wlan0 failed to start
18
19 Ah! This shows that your /etc/wpa_supplicant/wpa_supplicant.conf has
20 something wrong with it and it can't be parsed. Please check the file's
21 access rights and its contents. This is what it looks like here:
22
23 $ ls -la /etc/wpa_supplicant/wpa_supplicant.conf
24 -rw-r--r-- 1 root root 33388 Jun 14 15:02
25 /etc/wpa_supplicant/wpa_supplicant.conf
26
27
28 > > # iwlist wlan0 scanning
29 >
30 > Simply returns:
31 >
32 > wlan0 No scan results
33
34 Your device has not been initiated, therefore it would not be able to scan
35 until then.
36
37
38 > It also returns "0". I have wlan0 logs directed to /var/log/net/wireless,
39 > here's the output from the last attempt:
40 >
41 > Sep 7 23:01:43 pneumo-martyr NetworkManager: <info> (wlan0): driver
42 > supports SSID scans (scan_capa 0x01). Sep 7 23:01:43 pneumo-martyr
43 > NetworkManager: <info> (wlan0): new 802.11 WiFi device (driver:
44 > 'b43legacy') Sep 7 23:01:43 pneumo-martyr NetworkManager: <info>
45 > (wlan0): exported as /org/freedesktop/NetworkManager/Devices/1 Sep 7
46 > 23:01:43 pneumo-martyr NetworkManager: <info> (wlan0): now managed Sep 7
47 > 23:01:43 pneumo-martyr NetworkManager: <info> (wlan0): device state
48 > change: 1 -> 2 (reason 2) Sep 7 23:01:43 pneumo-martyr NetworkManager:
49 > <info> (wlan0): bringing up device. Sep 7 23:01:43 pneumo-martyr kernel:
50 > ADDRCONF(NETDEV_UP): wlan0: link is not ready Sep 7 23:01:43
51 > pneumo-martyr NetworkManager: <info> (wlan0): preparing device. Sep 7
52 > 23:01:43 pneumo-martyr NetworkManager: <info> (wlan0): deactivating
53 > device (reason: 2). Sep 7 23:01:43 pneumo-martyr NetworkManager: <info>
54 > (wlan0): supplicant interface state: starting -> ready Sep 7 23:01:43
55 > pneumo-martyr NetworkManager: <info> (wlan0): device state change: 2 -> 3
56 > (reason 42)
57 >
58 > That's about as far as I have been able to get tonight.
59
60 Just in case, can you please check that rfkill lists both soft and hard locks
61 are *not* on?
62
63 Also, what is your wireless NIC? It may be worth checking that you are still
64 using the correct driver for your wireless chipset?
65
66 http://linuxwireless.org/en/users/Drivers/b43
67
68 and that you are using the latest firmware?
69
70 http://linuxwireless.org/en/users/Drivers/b43#Device_firmware_installation
71 --
72 Regards,
73 Mick

Attachments

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

Replies

Subject Author
Re: [gentoo-user] Wireless Configuration... BRM <bm_witness@×××××.com>