Gentoo Archives: gentoo-user

From: Dan Johansson <Dan.Johansson@×××.nu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] wicd will not connect to wireless network
Date: Sun, 26 Feb 2012 09:22:05
Message-Id: 1756952.SDCPNmk9SO@queen
1 Hi,
2
3 After running an update yesterday (about 50 packages) on my ~x86 laptop, wicd stopped working, and no wicd was not updated neither was any other network related packages.
4 Today after a reboot my wireless network refused to start from wicd, starting it manually works.
5 This is a part of the wicd.log:
6
7 2012/02/26 09:53:51 :: enctype is wpa
8 2012/02/26 09:53:51 :: Generating psk...
9 2012/02/26 09:53:51 :: ['/usr/bin/wpa_passphrase', 'DMJ', 'Do_not_care_about_this']
10 2012/02/26 09:53:51 :: Attempting to authenticate...
11 2012/02/26 09:53:51 :: ['wpa_supplicant', '-B', '-i', 'wlan0', '-c', '/var/lib/wicd/configurations/000f90ac2780', '-D', dbus.String(u'wext', variant_level=1)]
12 2012/02/26 09:53:51 :: ['iwconfig', 'wlan0', 'essid', '--', 'DMJ']
13 2012/02/26 09:53:51 :: iwconfig wlan0 channel 13
14 2012/02/26 09:53:51 :: iwconfig wlan0 ap 00:0F:90:AC:27:80
15 2012/02/26 09:53:51 :: WPA_CLI RESULT IS DISCONNECTED
16 2012/02/26 09:53:52 :: WPA_CLI RESULT IS COMPLETED
17 2012/02/26 09:53:52 :: Running DHCP with hostname mutgdjoda1
18 2012/02/26 09:53:52 :: /sbin/dhcpcd -h mutgdjoda1 --noipv4ll wlan0
19 2012/02/26 09:53:52 :: dhcpcd[12434]: sending commands to master dhcpcd process
20 2012/02/26 09:53:52 ::
21 2012/02/26 09:53:52 ::
22 2012/02/26 09:53:52 :: DHCP connection successful
23 2012/02/26 09:53:52 :: not verifying
24 2012/02/26 09:53:52 :: Connecting thread exiting.
25 2012/02/26 09:53:52 :: ifconfig wlan0
26 2012/02/26 09:53:52 :: IP Address is: None
27 2012/02/26 09:53:52 :: Sending connection attempt result success
28 2012/02/26 09:53:52 :: ifconfig eth0
29 2012/02/26 09:53:52 :: iwconfig wlan0
30 2012/02/26 09:53:52 :: Forced disconnect on
31 2012/02/26 09:53:52 :: /sbin/dhcpcd -k wlan0
32
33
34 Running the commands "by hand" everything works:
35
36 # wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/000f90ac2780 -D wext
37
38 # wpa_cli status
39 Selected interface 'wlan0'
40 bssid=00:0f:90:ac:27:80
41 ssid=DMJ
42 id=0
43 mode=station
44 pairwise_cipher=TKIP
45 group_cipher=TKIP
46 key_mgmt=WPA-PSK
47 wpa_state=COMPLETED
48 ip_address=192.168.1.21
49
50 # /sbin/dhcpcd -h mutgdjoda1 --noipv4ll wlan0
51 dhcpcd[28962]: sending commands to master dhcpcd process
52
53 # ifconfig wlan0
54 wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
55 inet 192.168.1.21 netmask 255.255.255.0 broadcast 192.168.1.255
56 ether 00:18:de:e1:c9:71 txqueuelen 1000 (Ethernet)
57 RX packets 128 bytes 21081 (20.5 KiB)
58 RX errors 0 dropped 20 overruns 0 frame 0
59 TX packets 143 bytes 24546 (23.9 KiB)
60 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
61
62 And my wireless connection works!
63
64 Anny suggestions what's wrong?
65
66 Regards,
67 --
68 Dan Johansson, <http://www.dmj.nu>
69 ***************************************************
70 This message is printed on 100% recycled electrons!
71 ***************************************************

Replies

Subject Author
Re: [gentoo-user] wicd will not connect to wireless network Alan McKinnon <alan.mckinnon@×××××.com>