You are not logged in.
Hello,
I updated my system some days ago and, after that, I can't connect to wireless networks any more.
My network card is ath9k and I'm currently using wicd.
When I try to connect to my wireless network, I get "Veryfing AP association" message, then it fails to connect.
Here's the dmesg output :
[ 6369.650201] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 6369.824358] r8169 0000:05:00.0 eth0: link down
[ 6369.824375] r8169 0000:05:00.0 eth0: link down
[ 6369.824398] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6369.936721] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 6371.462702] r8169 0000:05:00.0 eth0: link up
[ 6371.462718] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 6373.214209] wlan0: authenticate with 00:1c:10:57:47:17
[ 6373.236813] wlan0: send auth to 00:1c:10:57:47:17 (try 1/3)
[ 6373.248706] wlan0: authenticated
[ 6373.248735] ath9k 0000:09:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[ 6373.248737] ath9k 0000:09:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 6373.248739] ath9k 0000:09:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 6373.250756] wlan0: associate with 00:1c:10:57:47:17 (try 1/3)
[ 6373.253150] wlan0: RX AssocResp from 00:1c:10:57:47:17 (capab=0x411 status=0 aid=3)
[ 6373.253379] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 6373.253418] wlan0: associated
[ 6373.253431] ath9k 0000:09:00.0 wlan0: failed to set key 0
[ 6405.384916] wlan0: deauthenticating from 00:1c:10:57:47:17 by local choice (reason=3)
[ 6405.387398] cfg80211: Calling CRDA to update world regulatory domain
[ 6409.789779] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 6409.890892] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 6410.069734] r8169 0000:05:00.0 eth0: link down
[ 6410.069750] r8169 0000:05:00.0 eth0: link down
[ 6410.069778] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6410.263183] r8169 0000:05:00.0 eth0: link down
[ 6410.263212] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6411.717705] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 6411.898268] r8169 0000:05:00.0 eth0: link down
[ 6411.898297] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6413.630832] r8169 0000:05:00.0 eth0: link up
[ 6413.630848] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 6415.903790] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 6416.089275] r8169 0000:05:00.0 eth0: link down
[ 6416.089302] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6416.089327] r8169 0000:05:00.0 eth0: link down
[ 6416.386308] r8169 0000:05:00.0 eth0: link down
[ 6416.386338] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6418.067675] r8169 0000:05:00.0 eth0: link up
[ 6418.067691] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
This particular line caught my attention: " wlan0: de-authenticating from 00:1c:10:57:47:17 by local choice (reason=3)". So I searched for it (without the MAC address) on the internet and found several solutions for it, involving wpa_supplicant, dhcpcd, IPv6 (disable it on /etc/sysctl.d/40-ipv6.conf) and card power management (operation not supported, don't have option on BIOS), but none of them worked for me.
Here's an excerpt from /var/log/wicd/wicd.log:
2014/03/01 11:48:15 :: Connecting to wireless network Curiosity
2014/03/01 11:48:15 :: Putting interface down
2014/03/01 11:48:15 :: Releasing DHCP leases...
2014/03/01 11:48:15 :: Setting false IP...
2014/03/01 11:48:15 :: Stopping wpa_supplicant
2014/03/01 11:48:15 :: Flushing the routing table...
2014/03/01 11:48:15 :: Putting interface up...
2014/03/01 11:48:17 :: Attempting to authenticate...
2014/03/01 11:48:19 :: Setting static IP : 192.168.2.188
2014/03/01 11:48:19 :: Setting default gateway : 192.168.2.1
2014/03/01 11:48:19 :: Verifying AP association...
2014/03/01 11:48:19 :: Attempt 1 of 10...
2014/03/01 11:48:24 :: Attempt 2 of 10...
2014/03/01 11:48:27 :: Attempt 3 of 10...
2014/03/01 11:48:30 :: Attempt 4 of 10...
2014/03/01 11:48:33 :: Attempt 5 of 10...
2014/03/01 11:48:36 :: Attempt 6 of 10...
2014/03/01 11:48:39 :: Attempt 7 of 10...
2014/03/01 11:48:42 :: Attempt 8 of 10...
2014/03/01 11:48:45 :: Attempt 9 of 10...
2014/03/01 11:48:48 :: Attempt 10 of 10...
2014/03/01 11:48:51 :: Connection Failed: Failed to ping the access point!
2014/03/01 11:48:51 :: exiting connection thread
2014/03/01 11:48:55 :: Sending connection attempt result association_failed
2014/03/01 11:48:55 :: Autoconnecting...
2014/03/01 11:48:55 :: Attempting to autoconnect with wired interface...
2014/03/01 11:48:55 :: Putting interface down
2014/03/01 11:48:55 :: Releasing DHCP leases...
2014/03/01 11:48:55 :: Setting false IP...
2014/03/01 11:48:55 :: Stopping wpa_supplicant
2014/03/01 11:48:55 :: Flushing the routing table...
2014/03/01 11:48:55 :: Putting interface up...
2014/03/01 11:48:58 :: Setting static IP : 192.168.2.188
2014/03/01 11:48:58 :: Setting default gateway : 192.168.2.1
2014/03/01 11:48:58 :: Connecting thread exiting.
2014/03/01 11:49:01 :: Putting interface down
2014/03/01 11:49:01 :: Releasing DHCP leases...
2014/03/01 11:49:01 :: Setting false IP...
2014/03/01 11:49:02 :: Stopping wpa_supplicant
2014/03/01 11:49:02 :: Flushing the routing table...
2014/03/01 11:49:02 :: Putting interface up...
2014/03/01 11:49:04 :: Setting static IP : 192.168.2.188
2014/03/01 11:49:04 :: Setting default gateway : 192.168.2.1
2014/03/01 11:49:04 :: Connecting thread exiting.
2014/03/01 11:49:07 :: Sending connection attempt result success
I've been connecting through wire since then and it's extremely uncomfortable being planted in one place.
Thanks.
Last edited by joaowojwicz (2014-04-03 12:17:53)
Offline
Post the list of packages that were updated.
When posting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
like this
It makes the code more readable and - in case of longer listings - more convenient to scroll through.
Last edited by karol (2014-03-01 16:00:16)
Offline
Well, let's start with a couple sanity checks. Look at the output of uname -a and of pacman -Qi linux and ensure that the running kernel (uname) is the same version that is installed.
Then. please post the output of lspci -nn and of ip link
Then, take a look at the output of sudo iw wlan0 scan
and see if you can see your AP. Also, verify that your wireless is called wlan0 by checking the ouput of ip link
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Well, let's start with a couple sanity checks. Look at the output of uname -a and of pacman -Qi linux and ensure that the running kernel (uname) is the same version that is installed.
Then. please post the output of lspci -nn and of ip link
Then, take a look at the output of sudo iw wlan0 scan
and see if you can see your AP. Also, verify that your wireless is called wlan0 by checking the ouput of ip link
Okay
>>log: uname -a
Linux Canopus 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:10:07 CET 2014 i686 GNU/Linux
>>log: pacman -Qi linux
Name : linux
Version : 3.13.5-1
Description : The Linux kernel and modules
Architecture : i686
URL : http://www.kernel.org/
Licences : GPL2
Groups : base
Provides : kernel26=3.13.5
Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
Optional Deps : crda: to set the correct wireless channels of your country
Required By : None
Optional For : None
Conflicts With : kernel26
Replaces : kernel26
Installed Size : 61687.00 KiB
Packager : Thomas Bächler <thomas@archlinux.org>
Build Date : Sat 22 Feb 2014 20:11:46 BRT
Install Date : Mon 24 Feb 2014 02:50:00 BRT
Install Reason : Explicitly installed
Install Script : Yes
Validated By : SHA256 Sum
>>log: lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
00:1c.4 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 [8086:1c18] (rev b5)
00:1c.7 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 [8086:1c1e] (rev b5)
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation HM67 Express Chipset Family LPC Controller [8086:1c4b] (rev 05)
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
09:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
0b:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 04)
Yes, my wireless is called wlan0. I linked something to /dev/null to get the predictable names
>>log: ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 94:39:e5:f2:17:3f brd ff:ff:ff:ff:ff:ff
3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 18:03:73:93:4d:1b brd ff:ff:ff:ff:ff:ff
I'll just paste my wireless connection here.
>>log: sudo iw wlan0 scan
BSS 00:1c:10:57:47:17(on wlan0)
TSF: 59645240249 usec (0d, 16:34:05)
freq: 2462
beacon interval: 100 TUs
capability: ESS Privacy ShortSlotTime (0x0411)
signal: -31.00 dBm
last seen: 260 ms ago
Information elements from Probe Response frame:
SSID: Curiosity
Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0
DS Parameter set: channel 11
ERP: Barker_Preamble_Mode
ERP D4.0: Barker_Preamble_Mode
Extended supported rates: 6.0 9.0 12.0 48.0
Post the list of packages that were updated.
When posting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
like this
It makes the code more readable and - in case of longer listings - more convenient to scroll through.
Okay, put code tag now. Here's the whole log since Feb, 24th. This was the day I started having problems.
[2014-02-24 02:32] [PACMAN] Running 'pacman -Suy'
[2014-02-24 02:32] [PACMAN] synchronizing package lists
[2014-02-24 02:32] [PACMAN] starting full system upgrade
[2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
[2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: depth: 0 valid: 1 signed: 6 trust: 0-, 0q, 0n, 0m, 0f, 1u
[2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: depth: 1 valid: 6 signed: 60 trust: 1-, 0q, 0n, 5m, 0f, 0u
[2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: depth: 2 valid: 60 signed: 4 trust: 60-, 0q, 0n, 0m, 0f, 0u
[2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2015-03-31
[2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
[2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
[2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Updating trust database...
[2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2015-03-31
[2014-02-24 02:49] [PACMAN] upgraded archlinux-keyring (20140124-1 -> 20140220-1)
[2014-02-24 02:49] [PACMAN] upgraded hicolor-icon-theme (0.12-2 -> 0.13-1)
[2014-02-24 02:49] [PACMAN] upgraded banshee (2.6.1-2 -> 2.6.2-1)
[2014-02-24 02:49] [PACMAN] upgraded bluez (5.14-1 -> 5.15-1)
[2014-02-24 02:49] [PACMAN] upgraded bluez-cups (5.14-1 -> 5.15-1)
[2014-02-24 02:49] [PACMAN] upgraded bluez-hid2hci (5.14-1 -> 5.15-1)
[2014-02-24 02:49] [PACMAN] upgraded bluez-libs (5.14-1 -> 5.15-1)
[2014-02-24 02:49] [PACMAN] upgraded bluez-plugins (5.14-1 -> 5.15-1)
[2014-02-24 02:49] [PACMAN] upgraded bluez-utils (5.14-1 -> 5.15-1)
[2014-02-24 02:49] [PACMAN] upgraded cairo-perl (1.103-2 -> 1.104-1)
[2014-02-24 02:49] [PACMAN] upgraded cups-filters (1.0.45-1 -> 1.0.46-1)
[2014-02-24 02:49] [PACMAN] upgraded dbus-glib (0.100.2-1 -> 0.102-1)
[2014-02-24 02:49] [PACMAN] upgraded dialog (1:1.2_20140112-1 -> 1:1.2_20140219-1)
[2014-02-24 02:49] [PACMAN] upgraded easytag (2.1.9-1 -> 2.1.10-1)
[2014-02-24 02:49] [PACMAN] upgraded ethtool (1:3.11-1 -> 1:3.13-1)
[2014-02-24 02:49] [PACMAN] upgraded flashplugin (11.2.202.336-1 -> 11.2.202.341-1)
[2014-02-24 02:49] [PACMAN] upgraded libpng (1.6.8-1 -> 1.6.9-1)
[2014-02-24 02:49] [PACMAN] upgraded gdk-pixbuf2 (2.30.4-1 -> 2.30.5-1)
[2014-02-24 02:49] [PACMAN] upgraded glib-perl (1.301-1 -> 1.304-1)
[2014-02-24 02:49] [PACMAN] upgraded gparted (0.17.0-2 -> 0.18.0-1)
[2014-02-24 02:49] [PACMAN] upgraded pango-perl (1.224-2 -> 1.225-1)
[2014-02-24 02:49] [PACMAN] upgraded gtk2-perl (1.247-2 -> 1.249-1)
[2014-02-24 02:49] [PACMAN] upgraded imagemagick (6.8.8.6-1 -> 6.8.8.7-1)
[2014-02-24 02:49] [PACMAN] upgraded kdesdk-poxml (4.12.2-1 -> 4.12.2-2)
[2014-02-24 02:49] [PACMAN] upgraded libass (0.10.2-2 -> 0.11.1-1)
[2014-02-24 02:49] [PACMAN] upgraded libfm (1.1.2.2-2 -> 1.2.0-3)
[2014-02-24 02:49] [PACMAN] upgraded libftdi (1.1-2 -> 1.1-3)
[2014-02-24 02:49] [PACMAN] upgraded libindi (0.9.6-7 -> 0.9.7-1)
[2014-02-24 02:49] [PACMAN] upgraded linux-firmware (20140123.418320b-1 -> 20140217.343e460-1)
[2014-02-24 02:50] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
[2014-02-24 02:50] [ALPM-SCRIPTLET] depmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and minor information. Ignoring.
[2014-02-24 02:50] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Starting build: 3.13.5-1-ARCH
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Image generation successful
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Starting build: 3.13.5-1-ARCH
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
[2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Image generation successful
[2014-02-24 02:50] [ALPM-SCRIPTLET] >>> WARNING: AT keyboard support is no longer built into the kernel.
[2014-02-24 02:50] [ALPM-SCRIPTLET] >>> In order to use your keyboard during early init, you MUST
[2014-02-24 02:50] [ALPM-SCRIPTLET] >>> include the 'keyboard' hook in your mkinitcpio.conf.
[2014-02-24 02:50] [PACMAN] upgraded linux (3.12.9-1 -> 3.13.5-1)
[2014-02-24 02:50] [PACMAN] upgraded linux-headers (3.12.9-1 -> 3.13.5-1)
[2014-02-24 02:50] [PACMAN] upgraded lirc-utils (1:0.9.0-69 -> 1:0.9.0-70)
[2014-02-24 02:50] [PACMAN] upgraded lynx (2.8.7-7 -> 2.8.8-1)
[2014-02-24 02:50] [PACMAN] upgraded man-pages (3.58-1 -> 3.60-1)
[2014-02-24 02:50] [PACMAN] upgraded mercurial (2.9-1 -> 2.9-2)
[2014-02-24 02:50] [PACMAN] upgraded mutter (3.10.3-1 -> 3.10.4-1)
[2014-02-24 02:50] [PACMAN] upgraded networkmanager (0.9.8.8-1 -> 0.9.8.8-3)
[2014-02-24 02:50] [PACMAN] upgraded networkmanager-pptp (0.9.8.4-1 -> 0.9.8.4-2)
[2014-02-24 02:50] [PACMAN] upgraded pcmanfm (1.1.2-2 -> 1.2.0-1)
[2014-02-24 02:50] [PACMAN] upgraded postgresql-libs (9.3.2-4 -> 9.3.3-1)
[2014-02-24 02:50] [PACMAN] upgraded ppp (2.4.5-8 -> 2.4.6-1)
[2014-02-24 02:50] [PACMAN] upgraded python2-configobj (4.7.2-6 -> 5.0.1-1)
[2014-02-24 02:50] [PACMAN] upgraded python2-urwid (1.1.1-1 -> 1.2.0-1)
[2014-02-24 02:50] [PACMAN] upgraded python2-zope-interface (4.0.5-2 -> 4.1.0-1)
[2014-02-24 02:50] [PACMAN] upgraded sbc (1.1-1 -> 1.2-1)
[2014-02-24 02:50] [PACMAN] upgraded t1lib (5.1.2-4 -> 5.1.2-5)
[2014-02-24 02:50] [PACMAN] upgraded totem-plparser (3.10.0-4 -> 3.10.1-1)
[2014-02-24 02:50] [PACMAN] upgraded vimpager (1.8.5-1 -> 1.8.6-1)
[2014-02-24 02:50] [PACMAN] upgraded vlc (2.1.3-1 -> 2.1.4-1)
[2014-02-24 02:50] [PACMAN] upgraded webkitgtk (2.2.4-2 -> 2.2.5-1)
[2014-02-24 02:50] [PACMAN] upgraded wine (1.7.12-2 -> 1.7.13-1)
[2014-02-24 02:50] [PACMAN] upgraded xarchiver (0.5.2-6 -> 0.5.3-1)
[2014-02-24 02:50] [PACMAN] upgraded xcb-util-wm (0.4.0-1 -> 0.4.1-1)
[2014-02-24 02:50] [PACMAN] upgraded xmlto (0.0.25-3 -> 0.0.25-5)
[2014-02-24 02:50] [PACMAN] upgraded youtube-dl (2014.02.13-1 -> 2014.02.22.1-1)
[2014-02-24 12:51] [PACMAN] Running 'pacman -Suy'
[2014-02-24 12:51] [PACMAN] synchronizing package lists
[2014-02-24 12:51] [PACMAN] starting full system upgrade
[2014-02-24 12:57] [PACMAN] upgraded ffmpeg (1:2.1.3-1 -> 1:2.1.4-1)
[2014-02-24 12:57] [PACMAN] upgraded libwbclient (4.1.4-1 -> 4.1.5-1)
[2014-02-24 12:57] [PACMAN] upgraded python2-configobj (5.0.1-1 -> 5.0.1-2)
[2014-02-24 12:57] [PACMAN] upgraded s-nail (14.5.2-4 -> 14.6-1)
[2014-02-24 12:57] [PACMAN] upgraded smbclient (4.1.4-1 -> 4.1.5-1)
[2014-02-24 12:57] [PACMAN] upgraded samba (4.1.4-1 -> 4.1.5-1)
[2014-02-24 12:57] [PACMAN] upgraded xbmc (12.3-8 -> 12.3-9)
[2014-02-24 13:19] [PACMAN] Running 'pacman -Syy'
[2014-02-24 13:19] [PACMAN] synchronizing package lists
[2014-02-24 13:20] [PACMAN] Running 'pacman -Suu dhcpcd'
[2014-02-24 13:20] [PACMAN] starting full system upgrade
[2014-02-24 13:24] [PACMAN] Running '/usr/bin/pacman -U /home/joaowojcikiewicz/z-aur/downgrade/downgrade-3.3-1-any.pkg.tar.xz'
[2014-02-24 13:24] [PACMAN] installed downgrade (3.3-1)
[2014-02-24 16:04] [PACMAN] Running 'pacman -Suy'
[2014-02-24 16:04] [PACMAN] synchronizing package lists
[2014-02-24 16:04] [PACMAN] starting full system upgrade
[2014-02-24 16:04] [PACMAN] upgraded vim-spell-br (20120506-1 -> 20120802-1)
[2014-02-24 16:04] [PACMAN] upgraded vim-spell-en (20120506-1 -> 20120802-1)
[2014-02-24 18:30] [PACMAN] Running 'pacman -Suy'
[2014-02-24 18:30] [PACMAN] synchronizing package lists
[2014-02-24 18:30] [PACMAN] starting full system upgrade
[2014-02-24 20:13] [PACMAN] Running 'pacman -Suy'
[2014-02-24 20:13] [PACMAN] synchronizing package lists
[2014-02-24 20:13] [PACMAN] starting full system upgrade
[2014-02-24 21:31] [PACMAN] Running 'pacman -Suy'
[2014-02-24 21:31] [PACMAN] synchronizing package lists
[2014-02-24 21:31] [PACMAN] starting full system upgrade
[2014-02-24 21:53] [PACMAN] Running 'pacman -Suy'
[2014-02-24 21:53] [PACMAN] synchronizing package lists
[2014-02-24 21:53] [PACMAN] starting full system upgrade
[2014-02-24 22:38] [PACMAN] Running 'pacman -R networkmanager'
[2014-02-24 22:39] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet'
[2014-02-24 22:39] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet kdeplasma-applets-networkmanagement telepathy-mission-control'
[2014-02-24 22:39] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet kdeplasma-applets-networkmanagement telepathy-mission-control empathy telepathy-kde-common-internals'
[2014-02-24 22:40] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet kdeplasma-applets-networkmanagement telepathy-mission-control empathy telepathy-kde-common-internals skype4empathy telepathy-kde-accounts-kcm telepathy-kde-approver telepathy-kde-auth-handler telepathy-kde-contact-list telepathy-kde-contact-runner telepathy-kde-desktop-applets telepathy-kde-filetransfer-handler telepathy-kde-integration-module'
[2014-02-24 22:40] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet kdeplasma-applets-networkmanagement telepathy-mission-control empathy telepathy-kde-common-internals skype4empathy telepathy-kde-accounts-kcm telepathy-kde-approver telepathy-kde-auth-handler telepathy-kde-contact-list telepathy-kde-contact-runner telepathy-kde-desktop-applets telepathy-kde-filetransfer-handler telepathy-kde-integration-module telepathy-kde-send-file telepathy-kde-text-ui'
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-text-ui (0.7.1-2)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-send-file (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-integration-module (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-filetransfer-handler (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-desktop-applets (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-contact-runner (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-auth-handler (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-approver (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-accounts-kcm (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-contact-list (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed skype4empathy (20110407-4)
[2014-02-24 22:40] [PACMAN] removed telepathy-kde-common-internals (0.7.1-1)
[2014-02-24 22:40] [PACMAN] removed empathy (3.10.3-1)
[2014-02-24 22:40] [PACMAN] removed telepathy-mission-control (5.16.0-1)
[2014-02-24 22:41] [PACMAN] removed kdeplasma-applets-networkmanagement (1:0.9.0.9-1)
[2014-02-24 22:41] [PACMAN] removed network-manager-applet (0.9.8.8-1)
[2014-02-24 22:41] [PACMAN] removed networkmanager-pptp (0.9.8.4-2)
[2014-02-24 22:41] [PACMAN] removed networkmanager-openvpn (0.9.8.4-1)
[2014-02-24 22:41] [ALPM] warning: /etc/NetworkManager/NetworkManager.conf saved as /etc/NetworkManager/NetworkManager.conf.pacsave
[2014-02-24 22:41] [PACMAN] removed networkmanager (0.9.8.8-3)
[2014-02-25 03:40] [PACMAN] Running 'pacman -Suy'
[2014-02-25 03:40] [PACMAN] synchronizing package lists
[2014-02-25 03:40] [PACMAN] starting full system upgrade
[2014-02-25 03:44] [PACMAN] upgraded youtube-dl (2014.02.22.1-1 -> 2014.02.24-1)
[2014-02-25 12:23] [PACMAN] Running 'pacman -Suy'
[2014-02-25 12:23] [PACMAN] synchronizing package lists
[2014-02-25 12:24] [PACMAN] starting full system upgrade
[2014-02-25 12:24] [PACMAN] upgraded dmenu (4.5-3 -> 4.5.13.5ed5e90-1)
[2014-02-25 12:24] [PACMAN] upgraded telepathy-glib (0.22.0-1 -> 0.22.1-1)
[2014-02-25 12:24] [PACMAN] upgraded tumbler (0.1.29-1 -> 0.1.30-1)
[2014-02-25 12:25] [PACMAN] upgraded youtube-dl (2014.02.24-1 -> 2014.02.25-1)
[2014-02-25 14:55] [PACMAN] Running 'pacman -Suy'
[2014-02-25 14:55] [PACMAN] synchronizing package lists
[2014-02-25 14:55] [PACMAN] starting full system upgrade
[2014-02-25 15:19] [PACMAN] upgraded ipython2 (1.1.0-1 -> 1.2.1-1)
[2014-02-25 15:19] [PACMAN] upgraded python2-pip (1.5.2-1 -> 1.5.4-1)
[2014-02-25 17:13] [PACMAN] Running 'pacman -Suy'
[2014-02-25 17:13] [PACMAN] synchronizing package lists
[2014-02-25 17:13] [PACMAN] starting full system upgrade
[2014-02-25 18:10] [PACMAN] Running 'pacman -Suy'
[2014-02-25 18:10] [PACMAN] synchronizing package lists
[2014-02-25 18:10] [PACMAN] starting full system upgrade
[2014-02-25 18:41] [PACMAN] Running 'pacman -S fbgrab'
[2014-02-25 18:41] [PACMAN] installed fbgrab (1.0-7)
[2014-02-26 13:19] [PACMAN] Running 'pacman -Suy'
[2014-02-26 13:19] [PACMAN] synchronizing package lists
[2014-02-26 13:19] [PACMAN] starting full system upgrade
[2014-02-26 13:25] [PACMAN] upgraded libmariadbclient (5.5.35-1 -> 5.5.36-1)
[2014-02-26 13:25] [PACMAN] upgraded mariadb-clients (5.5.35-1 -> 5.5.36-1)
[2014-02-26 13:25] [PACMAN] upgraded mariadb (5.5.35-1 -> 5.5.36-1)
[2014-02-26 13:25] [PACMAN] upgraded python2 (2.7.6-2 -> 2.7.6-3)
[2014-02-26 13:25] [PACMAN] upgraded s-nail (14.6-1 -> 14.6.1-1)
[2014-02-26 13:26] [PACMAN] upgraded xbmc (12.3-9 -> 12.3-10)
[2014-02-26 16:00] [PACMAN] Running '/usr/bin/pacman -S --asdeps qt>=4.6'
[2014-02-26 16:02] [PACMAN] Running '/usr/bin/pacman -S --asdeps qt>=4.6'
[2014-02-26 16:42] [PACMAN] Running 'pacman -Suy'
[2014-02-26 16:42] [PACMAN] synchronizing package lists
[2014-02-26 16:42] [PACMAN] starting full system upgrade
[2014-02-26 17:25] [PACMAN] Running 'pacman -Suy'
[2014-02-26 17:25] [PACMAN] synchronizing package lists
[2014-02-26 17:25] [PACMAN] starting full system upgrade
[2014-02-26 17:25] [PACMAN] upgraded libaccounts-glib (1.15-1 -> 1.16-1)
[2014-02-26 17:25] [PACMAN] upgraded libaccounts-qt (1.10-1 -> 1.11-1)
[2014-02-26 17:52] [PACMAN] Running 'pacman -Suy'
[2014-02-26 17:52] [PACMAN] synchronizing package lists
[2014-02-26 17:52] [PACMAN] starting full system upgrade
[2014-02-26 17:53] [PACMAN] upgraded signon (8.55-1 -> 8.56-1)
[2014-02-26 18:08] [PACMAN] Running 'pacman -Suy'
[2014-02-26 18:08] [PACMAN] synchronizing package lists
[2014-02-26 18:08] [PACMAN] starting full system upgrade
[2014-02-26 21:52] [PACMAN] Running 'pacman -Suy'
[2014-02-26 21:52] [PACMAN] synchronizing package lists
[2014-02-26 21:52] [PACMAN] starting full system upgrade
[2014-02-26 22:08] [PACMAN] upgraded grep (2.16-1 -> 2.18-1)
[2014-02-26 22:41] [PACMAN] Running 'pacman -S xchat'
[2014-02-26 22:41] [PACMAN] installed xchat (2.8.8-13)
[2014-02-27 00:02] [PACMAN] Running 'pacman -Suy'
[2014-02-27 00:02] [PACMAN] synchronizing package lists
[2014-02-27 00:02] [PACMAN] starting full system upgrade
[2014-02-27 01:41] [PACMAN] Running 'pacman -Suy'
[2014-02-27 01:41] [PACMAN] synchronizing package lists
[2014-02-27 01:41] [PACMAN] starting full system upgrade
[2014-02-27 12:20] [PACMAN] Running 'pacman -Suy'
[2014-02-27 12:20] [PACMAN] synchronizing package lists
[2014-02-27 12:20] [PACMAN] starting full system upgrade
[2014-02-27 12:26] [PACMAN] upgraded net-snmp (5.7.2-8 -> 5.7.2.1-1)
[2014-02-27 12:26] [PACMAN] upgraded youtube-dl (2014.02.25-1 -> 2014.02.26-1)
[2014-02-27 16:01] [PACMAN] Running 'pacman -Suy'
[2014-02-27 16:01] [PACMAN] synchronizing package lists
[2014-02-27 16:01] [PACMAN] starting full system upgrade
[2014-02-27 16:05] [PACMAN] upgraded wpa_supplicant (2.0-4 -> 2.1-3)
[2014-02-27 19:58] [PACMAN] Running 'pacman -Suy'
[2014-02-27 19:58] [PACMAN] synchronizing package lists
[2014-02-27 19:58] [PACMAN] starting full system upgrade
[2014-02-27 20:00] [PACMAN] Running 'pacman -S terminus'
[2014-02-27 20:00] [PACMAN] Running 'pacman -S terminus-font'
[2014-02-27 20:01] [PACMAN] installed terminus-font (4.38-4)
[2014-02-27 21:04] [PACMAN] Running 'pacman -Suy'
[2014-02-27 21:04] [PACMAN] synchronizing package lists
[2014-02-27 21:04] [PACMAN] starting full system upgrade
[2014-02-27 22:51] [PACMAN] Running 'pacman -Suy'
[2014-02-27 22:51] [PACMAN] synchronizing package lists
[2014-02-27 22:51] [PACMAN] starting full system upgrade
[2014-02-28 12:09] [PACMAN] Running 'pacman -Suy'
[2014-02-28 12:09] [PACMAN] synchronizing package lists
[2014-02-28 12:09] [PACMAN] starting full system upgrade
[2014-02-28 16:51] [PACMAN] Running 'pacman -Suy'
[2014-02-28 16:51] [PACMAN] synchronizing package lists
[2014-02-28 16:52] [PACMAN] starting full system upgrade
[2014-03-01 12:10] [PACMAN] Running 'pacman -S bluez'
[2014-03-01 12:19] [PACMAN] Running 'pacman -S xf86-input-joystick linuxconsole'
[2014-03-01 12:20] [PACMAN] installed xf86-input-joystick (1.6.2-3)
[2014-03-01 12:20] [PACMAN] installed linuxconsole (1.4.6-1)
[2014-03-01 12:21] [PACMAN] Running '/usr/bin/pacman -U /home/joaowojcikiewicz/z-aur/rejoystick/rejoystick-0.8.1-3-i686.pkg.tar.xz'
[2014-03-01 12:21] [PACMAN] installed rejoystick (0.8.1-3)
[2014-03-01 12:22] [PACMAN] Running '/usr/bin/pacman -U /home/joaowojcikiewicz/z-aur/joystick/joystick-20051019-12-i686.pkg.tar.xz'
[2014-03-01 12:48] [PACMAN] Running 'pacman -Suy'
[2014-03-01 12:48] [PACMAN] synchronizing package lists
[2014-03-01 12:48] [PACMAN] starting full system upgrade
[2014-03-01 12:49] [PACMAN] upgraded glibc (2.19-2 -> 2.19-3)
[2014-03-01 12:49] [PACMAN] upgraded device-mapper (2.02.105-1 -> 2.02.105-2)
[2014-03-01 12:49] [PACMAN] upgraded cryptsetup (1.6.3-2 -> 1.6.4-1)
[2014-03-01 12:49] [PACMAN] upgraded feh (2.9.3-1 -> 2.10-1)
[2014-03-01 12:49] [PACMAN] upgraded libtirpc (0.2.3-2 -> 0.2.4-1)
[2014-03-01 12:49] [PACMAN] upgraded readline (6.2.004-2 -> 6.3-1)
[2014-03-01 12:49] [PACMAN] upgraded lvm2 (2.02.105-1 -> 2.02.105-2)
[2014-03-01 12:49] [PACMAN] upgraded ppp (2.4.6-1 -> 2.4.6-2
Offline
I linked something to /dev/null to get the predictable names
Actually, you did the opposite. You soft linked /etc/udev/rules.d/80-net-name-slot.rules to /dev/null to prevent predictable names
Everything looks sane, and your network appears to be working at the hardware and driver layers.
Ensure that you did not have multiple things trying to control your network. Look at the output of systemctl and see what is enabled.
Also, you may want to consider BBCode code tags instead of quote tags for your posts. They use an em-quad font and provide scroll bars
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
joaowojwicz wrote:I linked something to /dev/null to get the predictable names
Actually, you did the opposite. You soft linked /etc/udev/rules.d/80-net-name-slot.rules to /dev/null to prevent predictable names :P
Everything looks sane, and your network appears to be working at the hardware and driver layers.
Ensure that you did not have multiple things trying to control your network. Look at the output of systemctl and see what is enabled.Also, you may want to consider BBCode code tags instead of quote tags for your posts. They use an em-quad font and provide scroll bars
Here's the whole systemctl output:
UNIT LOAD ACTIVE SUB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded active running Arbitrary Executable File Formats File System Automount Point
sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.4-1\x2d1.4:1.0-bluetooth-hci0-hci0:21.device loaded active plugged /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:21
sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.4-1\x2d1.4:1.0-bluetooth-hci0.device loaded active plugged /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0
sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device loaded active plugged 6 Series/C200 Series Chipset Family High Definition Audio Controller
sys-devices-pci0000:00-0000:00:1c.1-0000:05:00.0-net-eth0.device loaded active plugged RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
sys-devices-pci0000:00-0000:00:1c.3-0000:09:00.0-net-wlan0.device loaded active plugged Wireless 1702 802.11bgn Half-size Mini PCIe Card [AR9002WB-1NGCD]
sys-devices-pci0000:00-0000:00:1d.0-usb4-4\x2d1-4\x2d1.6-4\x2d1.6:1.0-host7-target7:0:0-7:0:0:0-block-sdb.device loaded active plugged Multi-Card
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device loaded active plugged TOSHIBA_MK5061GSYN
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device loaded active plugged TOSHIBA_MK5061GSYN
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device loaded active plugged TOSHIBA_MK5061GSYN
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device loaded active plugged TOSHIBA_MK5061GSYN
sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device loaded active plugged TOSHIBA_MK5061GSYN
sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sr0.device loaded active plugged HL-DT-ST_DVD+-RW_GT50N
sys-devices-platform-serial8250-tty-ttyS0.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS0
sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
sys-module-configfs.device loaded active plugged /sys/module/configfs
sys-module-fuse.device loaded active plugged /sys/module/fuse
sys-subsystem-bluetooth-devices-hci0.device loaded active plugged /sys/subsystem/bluetooth/devices/hci0
sys-subsystem-bluetooth-devices-hci0:21.device loaded active plugged /sys/subsystem/bluetooth/devices/hci0:21
sys-subsystem-net-devices-eth0.device loaded active plugged RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
sys-subsystem-net-devices-wlan0.device loaded active plugged Wireless 1702 802.11bgn Half-size Mini PCIe Card [AR9002WB-1NGCD]
-.mount loaded active mounted /
dev-hugepages.mount loaded active mounted Huge Pages File System
dev-mqueue.mount loaded active mounted POSIX Message Queue File System
home.mount loaded active mounted /home
proc-sys-fs-binfmt_misc.mount loaded active mounted Arbitrary Executable File Formats File System
run-user-1000-gvfs.mount loaded active mounted /run/user/1000/gvfs
sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
sys-kernel-config.mount loaded active mounted Configuration File System
sys-kernel-debug.mount loaded active mounted Debug File System
tmp.mount loaded active mounted Temporary Directory
cups.path loaded active running CUPS Printer Service Spool
systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
session-1.scope loaded active running Session 1 of user joaowojcikiewicz
bluetooth.service loaded active running Bluetooth service
colord.service loaded active running Manage, Install and Generate Color Profiles
cups.service loaded active running CUPS Printing Service
dbus.service loaded active running D-Bus System Message Bus
getty@tty1.service loaded active running Getty on tty1
kmod-static-nodes.service loaded active exited Create list of required static device nodes for the current kernel
lastfmsubmitd.service loaded failed failed LastFM Submit daemon
openvpn@multi-user.service loaded failed failed OpenVPN connection to multi-user
polkit.service loaded active running Authorization Manager
systemd-backlight@acpi_video0.service loaded active exited Load/Save Screen Backlight Brightness of acpi_video0
systemd-binfmt.service loaded active exited Set Up Additional Binary Formats
systemd-fsck-root.service loaded active exited File System Check on Root Device
systemd-fsck@dev-sda5.service loaded active exited File System Check on /dev/sda5
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running Login Service
systemd-modules-load.service loaded active exited Load Kernel Modules
systemd-random-seed.service loaded active exited Load/Save Random Seed
systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
systemd-sysctl.service loaded active exited Apply Kernel Variables
systemd-tmpfiles-setup-dev.service loaded active exited Create static device nodes in /dev
systemd-tmpfiles-setup.service loaded active exited Recreate Volatile Files and Directories
systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
systemd-udevd.service loaded active running udev Kernel Device Manager
systemd-update-utmp.service loaded active exited Update UTMP about System Reboot/Shutdown
systemd-user-sessions.service loaded active exited Permit User Sessions
systemd-vconsole-setup.service loaded active exited Setup Virtual Console
udisks.service loaded active running UDisks
udisks2.service loaded active running Disk Manager
upower.service loaded active running Daemon for power management
user@1000.service loaded active running User Manager for 1000
wicd.service loaded active running Wicd a wireless and wired network manager for Linux
-.slice loaded active active Root Slice
system-getty.slice loaded active active system-getty.slice
system-openvpn.slice loaded active active system-openvpn.slice
system.slice loaded active active System Slice
user-1000.slice loaded active active user-1000.slice
user.slice loaded active active User and Session Slice
cups.socket loaded active running CUPS Printing Service Sockets
dbus.socket loaded active running D-Bus System Message Bus Socket
dmeventd.socket loaded active listening Device-mapper event daemon FIFOs
lvmetad.socket loaded active listening LVM2 metadata daemon socket
systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
systemd-journald.socket loaded active running Journal Socket
systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
systemd-udevd-control.socket loaded active running udev Control Socket
systemd-udevd-kernel.socket loaded active running udev Kernel Socket
basic.target loaded active active Basic System
bluetooth.target loaded active active Bluetooth
cryptsetup.target loaded active active Encrypted Volumes
getty.target loaded active active Login Prompts
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network.target loaded active active Network
paths.target loaded active active Paths
remote-fs.target loaded active active Remote File Systems
slices.target loaded active active Slices
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
timers.target loaded active active Timers
systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
100 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
But the only 2 network modules are wicd.service, marked as active and running and network.target, active and active.
Unfortunately it doesn't look like it's a conflict between modules.
Offline
I think the next step would be to try to connect manually and get output from directly from the basic tools. That is, if one of the steps fails along the manual path, you can see where shit is going awry.
So stop wicd. Then use iproute2 (ip) to put your interface up. Associate with the access point using wpa_supplicant (you may need to generate a config with wpa_passphrase). Then either assign yourself an IP or use dhcpcd or dhclient to get one via dhcp.
There should be more explicit instructions somewhere on the wiki. If one of these things fail, you should then take note of the output and possibly try to run it again with the verbose or debug switches on.
Offline
I think the next step would be to try to connect manually and get output from directly from the basic tools. That is, if one of the steps fails along the manual path, you can see where shit is going awry.
So stop wicd. Then use iproute2 (ip) to put your interface up. Associate with the access point using wpa_supplicant (you may need to generate a config with wpa_passphrase). Then either assign yourself an IP or use dhcpcd or dhclient to get one via dhcp.
There should be more explicit instructions somewhere on the wiki. If one of these things fail, you should then take note of the output and possibly try to run it again with the verbose or debug switches on.
Yep, looks like I found the problem.
I followed this guide and I have successfully done every step before dhcpcd. I got this error:
>>~: dhcpcd wlan0
dhcpcd[16501]: version 6.2.1 starting
dhcpcd[16504]: wlan0: starting wpa_supplicant
dhcpcd[16507]: wlan0: failed to start wpa_supplicant
dhcpcd[16508]: wlan0: Successfully initialized wpa_supplicant
Line 1062: unknown EAP method 'SIM'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 1062: failed to parse eap 'SIM'.
Line 1065: failed to parse network block.
Line 1072: unknown EAP method 'PSK'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 1072: failed to parse eap 'PSK'.
Line 1076: failed to parse network block.
Line 1108: unknown EAP method 'IKEV2'
You may need to add support for this EAP method during wpa_supplicant
build time configuration.
See README for more information.
Line 1108: failed to parse eap 'IKEV2'.
Line 1111: failed to parse network block.
Failed to read or parse configuration '/etc/wpa_supplicant/wpa_supplicant.conf'.
dhcpcd[16501]: DUID 00:01:00:01:19:8e:9b:56:94:39:e5:f2:17:3f
dhcpcd[16501]: wlan0: IAID e5:f2:17:3f
dhcpcd[16501]: wlan0: soliciting a DHCP lease
dhcpcd[16501]: timed out
dhcpcd[16501]: exited
I'll try dhclient now.
EDIT: Tried it out. Still can't connect.
Last edited by joaowojwicz (2014-03-01 17:49:34)
Offline
Hi All,
I just suffered a very similar problem: wi-fi on my main PC wouldn't connect after an update. After finding this post and doing some more research on my system, I had Arch installed on a USB disc which I hadn't updated in a while, so booted that on the PC, and wi-fi was fine. Updated it, no go.
Luckily I have a laptop as well, which is running the same kernel (3.13.5-1) and was still connecting on the wi-fi. So I did a pacman -Syu to see what packages would be updated, and the only relevant one was wpa_supplicant (2.0-1 -> 2.1-3), so I copied the pkg for the older version to the PC and installed/downgraded wpa_supplicant, and joy of joys, wi-fi worked perfectly after a reboot.
So I'd suggest trying that and see if it helps your situation. If it does, we'll need to post a regression bug against wpa_supplicant.
Cheers,
Steve.
P.S. after downgrading, make sure you either reboot or kill all the wpa_supplicant processes as it stays resident in memory.
Offline
Just to add a bit of information:
the problem seems due to incompatibility between wpa_supplicant 2.1-3 and readline-6.3-1.
The error I got was:
Jan 1 01:25:36 nemesis network[6237]: wpa_cli: symbol lookup error: /usr/lib/libreadline.so.6: undefined symbol: UP
and is solved by downgrading either wpa_supplicant or readline (most likely downgrading the former has less side-issues).
A difference between wpa_supplicant 2.1-3 and the previous one (2.0-4) seems to be in the linking of libncursesw.
For wpa_supplicant 2.0-4
# ldd /usr/bin/wpa_cli
libncursesw.so.5 => /usr/lib/libncursesw.so.5 (0xb6ebc000) <===
libreadline.so.6 => /usr/lib/libreadline.so.6 (0xb6e7b000)
libc.so.6 => /usr/lib/libc.so.6 (0xb6d44000)
/lib/ld-linux.so.3 (0xb6f14000)
For wpa_supplicant 2.1-3 :
# ldd /usr/bin/wpa_cli
librt.so.1 => /usr/lib/librt.so.1 (0xb6fad000)
libreadline.so.6 => /usr/lib/libreadline.so.6 (0xb6f6c000)
libc.so.6 => /usr/lib/libc.so.6 (0xb6e35000)
/lib/ld-linux-armhf.so.3 (0xb6fc3000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0xb6e15000)
So I wonder if this can be related to the problem mentioned here:
https://bugzilla.redhat.com/show_bug.cgi?id=162023
Hope this helps to provide a fix.
Lorenzo
Offline
belaf,
Welcome to Arch Linux.
That sounds to me as if you had performed a partial upgrade. Had you performed a pacman -Syu to ensure that your system is fully up to date?
In face, that is sage advice to OP as well. We have not verified that rather basic step as yet in this thread.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Hi All,
I just suffered a very similar problem: wi-fi on my main PC wouldn't connect after an update. After finding this post and doing some more research on my system, I had Arch installed on a USB disc which I hadn't updated in a while, so booted that on the PC, and wi-fi was fine. Updated it, no go.
Luckily I have a laptop as well, which is running the same kernel (3.13.5-1) and was still connecting on the wi-fi. So I did a pacman -Syu to see what packages would be updated, and the only relevant one was wpa_supplicant (2.0-1 -> 2.1-3), so I copied the pkg for the older version to the PC and installed/downgraded wpa_supplicant, and joy of joys, wi-fi worked perfectly after a reboot.
So I'd suggest trying that and see if it helps your situation. If it does, we'll need to post a regression bug against wpa_supplicant.
Cheers,
Steve.P.S. after downgrading, make sure you either reboot or kill all the wpa_supplicant processes as it stays resident in memory.
Hello, I have just tried your suggestion, downgrading wpa_supplicant to v2.0, but the problem persists. I still can't connect manually or via wicd.
Offline
belaf,
Welcome to Arch Linux.
That sounds to me as if you had performed a partial upgrade. Had you performed a pacman -Syu to ensure that your system is fully up to date?In face, that is sage advice to OP as well. We have not verified that rather basic step as yet in this thread.
Hello ewaller,
thanks for your welcome :-)
As for the issue mentioned above, I need to apologize: the problem happened on my raspberry pi and I had assumed it was common to arch linux.
I tried upgrading my laptop and there readline-6.3 and wpa_supplicant-2.1 seem to work fine.
The problem, as described here http://archlinuxarm.org/forum/viewtopic.php?f=59&t=6937 seems to be specific to the arm distribution.
Sorry again for the false alert,
Lorenzo
Offline
I activated the debug option on wicd and here's the log I got on /var/log/wicd/wicd.log:
2014/03/02 21:05:54 :: Connecting to wireless network Curiosity
2014/03/02 21:05:54 :: /usr/sbin/dhcpcd -k wlan0
2014/03/02 21:05:54 :: ifconfig wlan0 0.0.0.0
2014/03/02 21:05:54 :: /usr/sbin/ip route flush dev wlan0
2014/03/02 21:05:54 :: ifconfig wlan0 down
2014/03/02 21:05:54 :: ifconfig wlan0 up
2014/03/02 21:05:54 :: wpa_cli -i wlan0 terminate
2014/03/02 21:05:54 :: /usr/sbin/dhcpcd -k eth0
2014/03/02 21:05:54 :: ifconfig eth0 0.0.0.0
2014/03/02 21:05:54 :: /usr/sbin/ip route flush dev eth0
2014/03/02 21:05:54 :: ifconfig eth0 down
2014/03/02 21:05:54 :: ifconfig eth0 up
2014/03/02 21:05:55 :: wpa_cli -i eth0 terminate
2014/03/02 21:05:55 :: Putting interface down
2014/03/02 21:05:55 :: ifconfig wlan0 down
2014/03/02 21:05:55 :: Releasing DHCP leases...
2014/03/02 21:05:55 :: /usr/sbin/dhcpcd -k wlan0
2014/03/02 21:05:55 :: Setting false IP...
2014/03/02 21:05:55 :: ifconfig wlan0 0.0.0.0
2014/03/02 21:05:55 :: Stopping wpa_supplicant
2014/03/02 21:05:55 :: wpa_cli -i wlan0 terminate
2014/03/02 21:05:55 :: Flushing the routing table...
2014/03/02 21:05:55 :: /usr/sbin/ip route flush dev wlan0
2014/03/02 21:05:55 :: iwconfig wlan0 mode managed
2014/03/02 21:05:55 :: Putting interface up...
2014/03/02 21:05:55 :: ifconfig wlan0 up
2014/03/02 21:05:56 :: Forced disconnect on
2014/03/02 21:05:56 :: iwconfig wlan0
2014/03/02 21:05:56 :: /usr/sbin/dhcpcd -k wlan0
2014/03/02 21:05:56 :: ifconfig wlan0 0.0.0.0
2014/03/02 21:05:56 :: /usr/sbin/ip route flush dev wlan0
2014/03/02 21:05:56 :: ifconfig wlan0 down
2014/03/02 21:05:56 :: ifconfig wlan0 up
2014/03/02 21:05:56 :: wpa_cli -i wlan0 terminate
2014/03/02 21:05:56 :: /usr/sbin/dhcpcd -k eth0
2014/03/02 21:05:56 :: ifconfig eth0 0.0.0.0
2014/03/02 21:05:56 :: /usr/sbin/ip route flush dev eth0
2014/03/02 21:05:56 :: ifconfig eth0 down
2014/03/02 21:05:56 :: ifconfig eth0 up
2014/03/02 21:05:56 :: wpa_cli -i eth0 terminate
2014/03/02 21:05:57 :: enctype is wep-hex
2014/03/02 21:05:57 :: Attempting to authenticate...
2014/03/02 21:05:57 :: ['wpa_supplicant', '-B', '-i', 'wlan0', '-c', '/var/lib/wicd/configurations/001c10574717', '-Dwext']
2014/03/02 21:05:57 :: ['iwconfig', 'wlan0', 'essid', '--', 'Curiosity']
2014/03/02 21:05:57 :: iwconfig wlan0 channel 11
2014/03/02 21:05:57 :: iwconfig wlan0 ap 00:1C:10:57:47:17
2014/03/02 21:05:57 :: WPA_CLI RESULT IS DISCONNECTED
2014/03/02 21:05:58 :: WPA_CLI RESULT IS COMPLETED
2014/03/02 21:05:58 :: Setting static IP : 192.168.2.188
2014/03/02 21:05:58 :: ifconfig wlan0 192.168.2.188 netmask 255.255.255.0
2014/03/02 21:05:58 :: Setting default gateway : 192.168.2.1
2014/03/02 21:05:58 :: route add default gw 192.168.2.1 dev wlan0
2014/03/02 21:05:58 :: Setting DNS : 192.168.2.1
2014/03/02 21:05:58 :: ['/usr/sbin/resolvconf', '-a', 'wlan0']
2014/03/02 21:05:58 :: Verifying AP association...
2014/03/02 21:05:58 :: Attempt 1 of 10...
2014/03/02 21:05:58 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:02 :: Attempt 2 of 10...
2014/03/02 21:06:02 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:06 :: Attempt 3 of 10...
2014/03/02 21:06:06 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:10 :: Attempt 4 of 10...
2014/03/02 21:06:10 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:13 :: Attempt 5 of 10...
2014/03/02 21:06:13 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:17 :: Attempt 6 of 10...
2014/03/02 21:06:17 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:21 :: Attempt 7 of 10...
2014/03/02 21:06:21 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:25 :: Attempt 8 of 10...
2014/03/02 21:06:25 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:29 :: Attempt 9 of 10...
2014/03/02 21:06:29 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:33 :: Attempt 10 of 10...
2014/03/02 21:06:33 :: ping -q -w 3 -c 1 192.168.2.1
2014/03/02 21:06:37 :: Connection Failed: Failed to ping the access point!
2014/03/02 21:06:37 :: ifconfig wlan0 0.0.0.0
2014/03/02 21:06:37 :: /usr/sbin/ip route flush dev wlan0
2014/03/02 21:06:37 :: wpa_cli -i wlan0 terminate
2014/03/02 21:06:37 :: exiting connection thread
2014/03/02 21:06:41 :: Sending connection attempt result association_failed
2014/03/02 21:06:41 :: ifconfig eth0
2014/03/02 21:06:41 :: ifconfig wlan0
2014/03/02 21:06:41 :: Forced disconnect on
2014/03/02 21:06:41 :: iwconfig wlan0
2014/03/02 21:06:41 :: /usr/sbin/dhcpcd -k wlan0
2014/03/02 21:06:41 :: ifconfig wlan0 0.0.0.0
2014/03/02 21:06:41 :: /usr/sbin/ip route flush dev wlan0
2014/03/02 21:06:41 :: ifconfig wlan0 down
2014/03/02 21:06:41 :: ifconfig wlan0 up
2014/03/02 21:06:41 :: wpa_cli -i wlan0 terminate
2014/03/02 21:06:41 :: /usr/sbin/dhcpcd -k eth0
2014/03/02 21:06:41 :: ifconfig eth0 0.0.0.0
2014/03/02 21:06:41 :: /usr/sbin/ip route flush dev eth0
2014/03/02 21:06:41 :: ifconfig eth0 down
2014/03/02 21:06:41 :: ifconfig eth0 up
2014/03/02 21:06:41 :: wpa_cli -i eth0 terminate
2014/03/02 21:06:46 :: ifconfig eth0
2014/03/02 21:06:46 :: ifconfig wlan0
2014/03/02 21:06:51 :: ifconfig eth0
2014/03/02 21:06:51 :: ifconfig wlan0
2014/03/02 21:06:56 :: ifconfig eth0
2014/03/02 21:06:56 :: ifconfig wlan0
2014/03/02 21:07:01 :: ifconfig eth0
2014/03/02 21:07:01 :: ifconfig wlan0
2014/03/02 21:07:06 :: ifconfig eth0
2014/03/02 21:07:06 :: ifconfig wlan0
2014/03/02 21:07:11 :: ifconfig eth0
2014/03/02 21:07:11 :: ifconfig wlan0
2014/03/02 21:07:16 :: ifconfig eth0
2014/03/02 21:07:16 :: ifconfig wlan0
2014/03/02 21:07:21 :: ifconfig eth0
2014/03/02 21:07:21 :: ifconfig wlan0
2014/03/02 21:07:22 :: Forced disconnect on
2014/03/02 21:07:22 :: iwconfig wlan0
2014/03/02 21:07:22 :: /usr/sbin/dhcpcd -k wlan0
2014/03/02 21:07:22 :: ifconfig wlan0 0.0.0.0
2014/03/02 21:07:22 :: /usr/sbin/ip route flush dev wlan0
2014/03/02 21:07:22 :: ifconfig wlan0 down
2014/03/02 21:07:23 :: ifconfig wlan0 up
2014/03/02 21:07:23 :: wpa_cli -i wlan0 terminate
2014/03/02 21:07:23 :: /usr/sbin/dhcpcd -k eth0
2014/03/02 21:07:23 :: ifconfig eth0 0.0.0.0
2014/03/02 21:07:23 :: /usr/sbin/ip route flush dev eth0
2014/03/02 21:07:23 :: ifconfig eth0 down
2014/03/02 21:07:23 :: ifconfig eth0 up
2014/03/02 21:07:23 :: wpa_cli -i eth0 terminate
2014/03/02 21:07:23 :: Forced disconnect on
2014/03/02 21:07:23 :: /usr/sbin/dhcpcd -k wlan0
2014/03/02 21:07:23 :: ifconfig wlan0 0.0.0.0
2014/03/02 21:07:23 :: /usr/sbin/ip route flush dev wlan0
2014/03/02 21:07:23 :: ifconfig wlan0 down
2014/03/02 21:07:23 :: ifconfig wlan0 up
2014/03/02 21:07:23 :: wpa_cli -i wlan0 terminate
2014/03/02 21:07:23 :: /usr/sbin/dhcpcd -k eth0
2014/03/02 21:07:23 :: ifconfig eth0 0.0.0.0
2014/03/02 21:07:23 :: /usr/sbin/ip route flush dev eth0
2014/03/02 21:07:23 :: ifconfig eth0 down
2014/03/02 21:07:23 :: ifconfig eth0 up
2014/03/02 21:07:23 :: wpa_cli -i eth0 terminate
I thought it could help.
Offline
I know this may seem obvious, but it looks like wicd is trying to set a static ip which I assume you have configured it to do. Please confirm that 192.168.2.1 is, in fact, the ip address of your default gateway. Do you have any other machines you can test with an
ip route show (Linux)
or an
ipconfig /all (Windows)
?
Last edited by cris9288 (2014-03-03 03:36:20)
Offline
I know this may seem obvious, but it looks like wicd is trying to set a static ip which I assume you have configured it to do. Please confirm that 192.168.2.1 is, in fact, the ip address of your default gateway. Do you have any other machines you can test with an
ip route show (Linux)
or an
ipconfig /all (Windows)
?
Yep, it is.
>>~: ip route show
default via 192.168.2.1 dev eth0
Offline
I also have problems connecting to wireless networks (ipw1000) using the new wpa_suplicant, reverting to the previous version (2.0) fixes the issues.
Also, I always do pacman -Syu to get my new packages.
Last edited by fahrenheit (2014-03-03 10:37:23)
Offline
You may not necessarily want to use it full time, but in the interest of getting things working can you try using NetworkManager or any other connection daemons like connman, netctl, etc. I know that NetworkManager dumps it's wpa_supplicant configuration to journalctl, so that might be useful.
Offline
I have already tried downgrading wpa_supplicant and I had no success.
cris9288, I just tried to connect using netctl, using dhcp, and I've got the same error, deauthenticating by local choice reason=3. Here's the journalctl -xn output:
>>~: sudo netctl start wlan0-Curiosity
Job for netctl@wlan0\x2dCuriosity.service failed. See 'systemctl status netctl@wlan0\x2dCuriosity.service
>>~: journalctl -xn
-- Logs begin at Fri 2013-09-20 11:35:31 BRT, end at Mon 2014-03-03 22:13:57 BRT. --
Mar 03 22:13:56 Canopus dhcpcd[24359]: timed out
Mar 03 22:13:56 Canopus dhcpcd[24359]: exited
Mar 03 22:13:56 Canopus network[24280]: DHCP IP lease attempt failed on interface 'wlan0'
Mar 03 22:13:56 Canopus kernel: wlan0: deauthenticating from 00:1c:10:57:47:17 by local choice (reason=3)
Mar 03 22:13:56 Canopus kernel: cfg80211: Calling CRDA to update world regulatory domain
Mar 03 22:13:57 Canopus network[24280]: Failed to bring the network up for profile 'wlan0-Curiosity'
Mar 03 22:13:57 Canopus systemd[1]: netctl@wlan0\x2dCuriosity.service: main process exited, code=exit
Mar 03 22:13:57 Canopus systemd[1]: Failed to start Networking for netctl profile wlan0-Curiosity.
-- Subject: Unit netctl@wlan0\x2dCuriosity.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d0
--
-- Unit netctl@wlan0\x2dCuriosity.service has failed.
--
-- The result is failed.
Mar 03 22:13:57 Canopus systemd[1]: Unit netctl@wlan0\x2dCuriosity.service entered failed state.
Mar 03 22:13:57 Canopus sudo[24273]: pam_unix(sudo:session): session closed for user root
Looking this output, it appears to be a kernel incompatibility (Canopus is my hostname). Is it safe to downgrade the kernel to test it?
Offline
I had given up trying multiple times since my last update, but I found more people having the exactly same problems with different distros. That made me wonder if the problem wasn't with the driver or within the kernel, so I did some research on that and I found this:
3.3.1 ath9k wireless regression (Patch available).
It's quite old (I'm using 3.13.8-1 version) but I decided to give it a shot and it worked perfectly.
Anyway, thank you a lot for your help and support I really appreciated it.
(Now I can't stop but listen to this song after this =P)
Offline
Good for you!
Unfortunately, the USB Wi-Fi stick I'm using has a Realtek chip, and the only solution so far has been the downgrade of wpa_supplicant.
Cheers,
Steve.
Offline