[Solved] Netctl - Cannot connect to wireless network

Hi,
since I replaced netcfg with netctl a week ago, it worked just fine. Today, however, i wanted to connect to a different wireless network and i couldn't make it work.
Here's some information about how i connected to my home network (which worked fine):
I changed the netcfg config files to match netctl syntax (as described in the wiki)
I activated netctl-auto@wlan0
The connection to the network was established almost immediately after (re)boot or resume after suspend
First off: I double-checked the config file for the second network. Both syntax and SSID/passphrase are correct. Also, I don't have special characters in my network/profile names, the names in brackets are placeholders.
Here's what happens after a fresh reboot (only the second network is in range of my pc, so it doesn't connect to my first - working - network):
Netctl-auto is active and running, but seems to repeatedly lose connection to the second network:
# systemctl status netctl-auto@wlan0
[email protected] - Automatic wireless network connection using netctl profiles
Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
Active: active (running) since Fri 2013-05-17 00:28:03 CEST; 13min ago
Docs: man:netctl.special(7)
Process: 453 ExecStart=/usr/bin/netctl-auto start %I (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/[email protected]/[email protected]
├─480 wpa_supplicant -B -P /run/wpa_supplicant_wlan0.pid -i wlan0 -D nl80211,wext -c/run/network/wpa_supplicant_wlan0.conf -W
└─483 wpa_actiond -p /run/wpa_supplicant -i wlan0 -P /run/network/wpa_actiond_wlan0.pid -a /usr/lib/network/auto.action
May 17 00:41:40 <hostname> wpa_actiond[483]: Interface 'wlan0' reestablished connection to network '<network_2>'
May 17 00:41:41 <hostname> wpa_actiond[483]: Interface 'wlan0' lost connection to network '<network_2>'
May 17 00:41:48 <hostname> wpa_actiond[483]: Interface 'wlan0' reestablished connection to network '<network_2>'
May 17 00:41:48 <hostname> wpa_actiond[483]: Interface 'wlan0' lost connection to network '<network_2>'
May 17 00:41:51 <hostname> wpa_actiond[483]: Interface 'wlan0' reestablished connection to network '<network_2>'
May 17 00:41:51 <hostname> wpa_actiond[483]: Interface 'wlan0' lost connection to network '<network_2>'
May 17 00:41:54 <hostname> wpa_actiond[483]: Interface 'wlan0' reestablished connection to network '<network_2>'
May 17 00:41:54 <hostname> wpa_actiond[483]: Interface 'wlan0' lost connection to network '<network_2>'
May 17 00:41:58 <hostname> wpa_actiond[483]: Interface 'wlan0' reestablished connection to network '<network_2>'
May 17 00:41:58 <hostname> wpa_actiond[483]: Interface 'wlan0' lost connection to network '<network_2>'
# journalctl -xn
-- Logs begin at Sat 2012-12-08 23:44:06 CET, end at Fri 2013-05-17 00:47:43 CEST. --
May 17 00:47:33 <hostname> kernel: cfg80211: Calling CRDA to update world regulatory domain
May 17 00:47:36 <hostname> kernel: wlan0: authenticate with <network_2 mac address>
May 17 00:47:36 <hostname> kernel: wlan0: send auth to <network_2 mac address> (try 1/3)
May 17 00:47:36 <hostname> kernel: wlan0: authenticated
May 17 00:47:36 <hostname> kernel: wlan0: associate with <network_2 mac address> (try 1/3)
May 17 00:47:36 <hostname> kernel: wlan0: RX AssocResp from <network_2 mac address> (capab=0x431 status=0 aid=3)
May 17 00:47:36 <hostname> kernel: wlan0: associated
May 17 00:47:36 <hostname> wpa_actiond[483]: Interface 'wlan0' reestablished connection to network '<network_2>'
More interestingly, dmesg seems to provide a reason for this behaviour:
# dmesg
[ 1438.732242] wlan0: authenticate with <network_2 mac address>
[ 1438.737594] wlan0: send auth to <network_2 mac address> (try 1/3)
[ 1438.740384] wlan0: authenticated
[ 1438.743113] wlan0: associate with <network_2 mac address> (try 1/3)
[ 1438.747226] wlan0: RX AssocResp from <network_2 mac address> (capab=0x431 status=0 aid=3)
[ 1438.767629] wlan0: associated
[ 1438.837011] wlan0: AP <network_2 mac address> changed bandwidth, new config is 2412 MHz, width 1 (2412/0 MHz)
[ 1438.837024] wlan0: AP <network_2 mac address> changed bandwidth in a way we can't support - disconnect
[ 1438.896427] cfg80211: Calling CRDA to update world regulatory domain
[ 1442.140427] wlan0: authenticate with <network_2 mac address>
[ 1442.145282] wlan0: send auth to <network_2 mac address> (try 1/3)
[ 1442.148090] wlan0: authenticated
[ 1442.151674] wlan0: associate with <network_2 mac address> (try 1/3)
[ 1442.155712] wlan0: RX AssocResp from <network_2 mac address> (capab=0x431 status=0 aid=3)
[ 1442.175911] wlan0: associated
[ 1442.214954] wlan0: AP <network_2 mac address> changed bandwidth, new config is 2412 MHz, width 1 (2412/0 MHz)
[ 1442.214967] wlan0: AP <network_2 mac address> changed bandwidth in a way we can't support - disconnect
[ 1442.258359] cfg80211: Calling CRDA to update world regulatory domain
I'm pretty sure everything should theoretically work fine, because it worked before the netctl update. I was even connected to this network today until i had to reboot!
Now here's what happens if I try to connect manually:
# netctl start <network_2>
Job for netctl@<network_2>.service failed. See 'systemctl status netctl@<network_2>.service' and 'journalctl -xn' for details.
# systemctl status netctl@<network_2>.service
netctl@<network_2>.service - Networking for netctl profile <network_2>
Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
Active: failed (Result: exit-code) since Fri 2013-05-17 00:58:40 CEST; 2min 36s ago
Docs: man:netctl.profile(5)
Process: 7368 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
May 17 00:58:40 <hostname> network[7368]: Starting network profile '<network_2>'...
May 17 00:58:40 <hostname> network[7368]: The interface of network profile '<network_2>' is already up
May 17 00:58:40 <hostname> systemd[1]: netctl@<network_2>.service: main process exited, code=exited, status=1/FAILURE
May 17 00:58:40 <hostname> systemd[1]: Failed to start Networking for netctl profile <network_2>.
May 17 00:58:40 <hostname> systemd[1]: Unit netctl@<network_2>.service entered failed state.
After an # ip link set wlan0 down netctl still claims that its job failed:
# netctl start <network_2>
Job for netctl@<network_2>.service failed. See 'systemctl status netctl@<network_2>.service' and 'journalctl -xn' for details.
This time, the DHCP lease attempt seems to be failing:
# systemctl status netctl@<network_2>.service
netctl@<network_2>.service - Networking for netctl profile <network_2>
Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
Active: failed (Result: exit-code) since Fri 2013-05-17 01:04:42 CEST; 1min 33s ago
Docs: man:netctl.profile(5)
Process: 8423 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
May 17 01:04:23 <hostname> systemd[1]: Starting Networking for netctl profile <network_2>...
May 17 01:04:23 <hostname> network[8423]: Starting network profile '<network_2>'...
May 17 01:04:31 <hostname> dhcpcd[8656]: version 5.6.8 starting
May 17 01:04:31 <hostname> dhcpcd[8656]: wlan0: carrier lost
May 17 01:04:31 <hostname> dhcpcd[8656]: wlan0: waiting for carrier
May 17 01:04:41 <hostname> dhcpcd[8656]: timed out
May 17 01:04:41 <hostname> network[8423]: DHCP IP lease attempt failed on interface 'wlan0'
May 17 01:04:42 <hostname> systemd[1]: netctl@<network_2>.service: main process exited, code=exited, status=1/FAILURE
May 17 01:04:42 <hostname> systemd[1]: Failed to start Networking for netctl profile <network_2>.
May 17 01:04:42 <hostname> systemd[1]: Unit netctl@<network_2>.service entered failed state.
I wasn't able to find out whether netctl needs a running dhcpcd or not, but after running a systemctl start dhcpcd.service, dmesg seems to give a little more information:
# dmesg
[ 2500.090650] wlan0: authenticate with <network_2 mac address>
[ 2500.109377] wlan0: send auth to <network_2 mac address> (try 1/3)
[ 2500.114053] wlan0: authenticated
[ 2500.115817] wlan0: associate with <network_2 mac address> (try 1/3)
[ 2500.121336] wlan0: RX AssocResp from <network_2 mac address> (capab=0x431 status=0 aid=3)
[ 2500.147262] wlan0: associated
[ 2500.303529] wlan0: AP <network_2 mac address> changed bandwidth, new config is 2412 MHz, width 1 (2412/0 MHz)
[ 2500.303542] wlan0: AP <network_2 mac address> changed bandwidth in a way we can't support - disconnect
[ 2500.327471] cfg80211: Calling CRDA to update world regulatory domain
[ 2769.285673] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[ 2769.285908] iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
[ 2769.488380] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Any pointers and solutions are greatly appreciated.
Thanks,
diiis
Last edited by diiis (2013-05-23 16:45:47)

@silverzhao I use a manual dhcpcd/wpa_supplicant way of setting up my wlan0 using http://git.r-36.net/conn and I have the same problem.
I have to kill my wireless and restart after seeing a message like:
May 20 10:12:33 x220 kernel: wlan0: AP a4:b1:e9:55:25:2f changed bandwidth, new config is 2462 MHz, width 2 (2452/0 MHz)

Similar Messages

  • I have done the step 1 to 3,but still cannot connect the wireless network?

    i have done the step 1 to 3,but still cannot connect the wireless network?

    Step 1 to 3 of what? Can you elaborate on the issue?

  • [SOLVED]cannot connect to wireless network due to a channel setting

    Hello guys, I recently came across a problem with my wireless network.
    It was first a system-wide upgrade(adapted from the pacman's log):
    [2010-08-22 15:10] Running 'pacman -Syu'
    [2010-08-22 15:10] synchronizing package lists
    [2010-08-22 15:10] starting full system upgrade
    [2010-08-22 16:14] upgraded avahi (0.6.25-3 -> 0.6.27-2)
    [2010-08-22 16:14] upgraded nspr (4.8.4-1 -> 4.8.6-1)
    [2010-08-22 16:14] upgraded nss (3.12.6-3 -> 3.12.7-1)
    [2010-08-22 16:14] upgraded chromium (5.0.375.125-1 -> 5.0.375.127-1)
    [2010-08-22 16:14] upgraded curl (7.21.0-1 -> 7.21.1-1)
    [2010-08-22 16:14] upgraded freetype2 (2.4.1-1 -> 2.4.2-1)
    [2010-08-22 16:14] upgraded gnome-keyring (2.30.3-1 -> 2.30.3-2)
    [2010-08-22 16:14] upgraded gstreamer0.10 (0.10.29-1 -> 0.10.30-1)
    [2010-08-22 16:14] upgraded orc (0.4.6-1 -> 0.4.7-1)
    [2010-08-22 16:14] upgraded udev (160-1 -> 161-1)
    [2010-08-22 16:14] upgraded gstreamer0.10-base (0.10.29-1 -> 0.10.30-1)
    [2010-08-22 16:14] upgraded gstreamer0.10-base-plugins (0.10.29-1 -> 0.10.30-1)
    [2010-08-22 16:14] upgraded k3b (2.0.0-2 -> 2.0.1-2)
    [2010-08-22 16:14] upgraded linux-firmware (20100623-2 -> 20100807-1)
    [2010-08-22 16:14] >>> Updating module dependencies. Please wait ...
    [2010-08-22 16:14] >>> MKINITCPIO SETUP
    [2010-08-22 16:14] >>> ----------------
    [2010-08-22 16:14] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-08-22 16:14] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-08-22 16:14] >>> More information about mkinitcpio setup can be found here:
    [2010-08-22 16:14] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-08-22 16:14]
    [2010-08-22 16:14] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-08-22 16:14] ==> Building image "default"
    [2010-08-22 16:14] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-08-22 16:14] :: Begin build
    [2010-08-22 16:14] :: Parsing hook [base]
    [2010-08-22 16:14] :: Parsing hook [udev]
    [2010-08-22 16:14] :: Parsing hook [autodetect]
    [2010-08-22 16:14] :: Parsing hook [pata]
    [2010-08-22 16:14] :: Parsing hook [scsi]
    [2010-08-22 16:14] :: Parsing hook [sata]
    [2010-08-22 16:14] :: Parsing hook [usbinput]
    [2010-08-22 16:14] :: Parsing hook [keymap]
    [2010-08-22 16:15] :: Parsing hook [encrypt]
    [2010-08-22 16:15] :: Parsing hook [lvm2]
    [2010-08-22 16:15] :: Parsing hook [filesystems]
    [2010-08-22 16:15] :: Generating module dependencies
    [2010-08-22 16:15] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-08-22 16:15] ==> SUCCESS
    [2010-08-22 16:15] ==> Building image "fallback"
    [2010-08-22 16:15] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-08-22 16:15] :: Begin build
    [2010-08-22 16:15] :: Parsing hook [base]
    [2010-08-22 16:15] :: Parsing hook [udev]
    [2010-08-22 16:15] :: Parsing hook [pata]
    [2010-08-22 16:15] :: Parsing hook [scsi]
    [2010-08-22 16:15] :: Parsing hook [sata]
    [2010-08-22 16:15] :: Parsing hook [usbinput]
    [2010-08-22 16:15] :: Parsing hook [keymap]
    [2010-08-22 16:15] :: Parsing hook [encrypt]
    [2010-08-22 16:15] :: Parsing hook [lvm2]
    [2010-08-22 16:15] :: Parsing hook [filesystems]
    [2010-08-22 16:16] :: Generating module dependencies
    [2010-08-22 16:16] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-08-22 16:16] ==> SUCCESS
    [2010-08-22 16:16] upgraded kernel26 (2.6.34.3-1 -> 2.6.35.2-1)
    [2010-08-22 16:16] upgraded kernel26-headers (2.6.34.3-1 -> 2.6.35.2-1)
    [2010-08-22 16:16] upgraded libdatrie (0.2.3-1 -> 0.2.4-1)
    [2010-08-22 16:16] upgraded libgnome-keyring (2.30.1-1 -> 2.30.1-2)
    [2010-08-22 16:16] upgraded libpciaccess (0.11.0-1 -> 0.12.0-1)
    [2010-08-22 16:16] upgraded libxvmc (1.0.5-1 -> 1.0.6-1)
    [2010-08-22 16:16] upgraded mdadm (3.1.2-2 -> 3.1.3-1)
    [2010-08-22 16:16] upgraded pixman (0.18.2-1 -> 0.18.4-1)
    [2010-08-22 16:16] upgraded poppler-data (0.4.2-1 -> 0.4.3-1)
    [2010-08-22 16:16] upgraded powertop (1.11-2 -> 1.13-2)
    [2010-08-22 16:16] upgraded pycairo (1.8.8-1 -> 1.8.10-1)
    [2010-08-22 16:16] upgraded pygtk (2.17.0-1 -> 2.17.0-2)
    [2010-08-22 16:16] upgraded qimageblitz (0.0.5-1 -> 0.0.6-1)
    [2010-08-22 16:16] upgraded usbutils (0.87-1 -> 0.90-1)
    [2010-08-22 16:16] upgraded vlc (1.1.2-2 -> 1.1.3-1)
    [2010-08-22 16:16] upgraded xextproto (7.1.1-1 -> 7.1.2-1)
    [2010-08-22 16:16] upgraded xf86-input-evdev (2.4.0-1 -> 2.4.0-2)
    [2010-08-22 16:16] upgraded xproto (7.0.17-1 -> 7.0.18-1)
    Then after a reboot, I wouldn't be able to connect to wireless network anymore.
    I tried "netcfg Wireless_Archer(my wireless profile's name)" as usual, it replied:
    [root@mzws log]# netcfg Wireless_Archer
    :: Wireless_Archer up [BUSY]
    > WPA Authentication/Association Failed
    [FAIL]
    Next I tried to bing the network up manually. I followed the "Wireless Setup" and "WPA supplicant" wiki, then I get a timed out problem:
    [root@mzws ~]# ifconfig wlan0 up
    [root@mzws ~]# iwlist wlan0 scan
    wlan0 Scan completed :
    Cell 01 - Address: D8:5D:4C:59:52:EC
    Channel:13
    Frequency:2.472 GHz (Channel 13)
    Quality=66/70 Signal level=-44 dBm
    Encryption key:on
    ESSID:"Archer"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
    12 Mb/s; 24 Mb/s; 36 Mb/s
    Bit Rates:9 Mb/s; 18 Mb/s; 48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=000000000bf666fe
    Extra: Last beacon: 70ms ago
    IE: Unknown: 0006417263686572
    IE: Unknown: 010882848B960C183048
    IE: Unknown: 03010D
    IE: Unknown: 2A0100
    IE: Unknown: 32041224606C
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : CCMP
    Pairwise Ciphers (1) : CCMP
    Authentication Suites (1) : PSK
    Preauthentication Supported
    IE: Unknown: DD0900037F01010008FF7F
    IE: Unknown: DD1A00037F0301000000D85D4C5952ECDA5D4C5952EC64002C010808
    Cell 02 - Address: 00:22:B0:8C:76:D7
    Channel:1
    Frequency:2.412 GHz (Channel 1)
    Quality=22/70 Signal level=-88 dBm
    Encryption key:on
    ESSID:"szpatrick"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
    18 Mb/s; 36 Mb/s; 54 Mb/s
    Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
    Mode:Unknown/bug
    Extra:tsf=000000e93e5b9174
    Extra: Last beacon: 1340ms ago
    IE: Unknown: 0009737A7061747269636B
    IE: Unknown: 010882848B961224486C
    IE: Unknown: 030101
    IE: Unknown: 32040C183060
    IE: Unknown: 0706474220010D10
    IE: Unknown: 33082001020304050607
    IE: Unknown: 33082105060708090A0B
    IE: Unknown: DD050050F20500
    IE: Unknown: DD0E0050F204104A0001101044000102
    IE: Unknown: 050400010000
    IE: Unknown: 2A0100
    IE: Unknown: 2D1A6E1013FFFF0000010000000000000000000000000C0000000000
    IE: Unknown: 3D1601050100000000000000000000000000000000000000
    IE: Unknown: 7F0101
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : CCMP TKIP
    Authentication Suites (1) : PSK
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : CCMP TKIP
    Authentication Suites (1) : PSK
    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
    IE: Unknown: DD1E00904C336E1013FFFF0000010000000000000000000000000C0000000000
    IE: Unknown: DD1A00904C3401050100000000000000000000000000000000000000
    IE: Unknown: DD07000C4304000000
    Cell 03 - Address: 00:25:68:EB:3F:FC
    Channel:11
    Frequency:2.462 GHz (Channel 11)
    Quality=26/70 Signal level=-84 dBm
    Encryption key:on
    ESSID:"vodafone3FFB"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
    9 Mb/s; 12 Mb/s; 18 Mb/s
    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=00000002f6c23184
    Extra: Last beacon: 570ms ago
    IE: Unknown: 000C766F6461666F6E6533464642
    IE: Unknown: 010882848B960C121824
    IE: Unknown: 03010B
    IE: Unknown: 050400010000
    IE: Unknown: 200100
    IE: Unknown: 2A0104
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : CCMP
    Pairwise Ciphers (1) : CCMP
    Authentication Suites (1) : PSK
    IE: Unknown: 32043048606C
    IE: Unknown: DD180050F2020101020003A4000027A4000042435E0062322F00
    IE: Unknown: DD1E00904C334E101BFFFF000000000000000000000000000000000000000000
    IE: Unknown: 2D1A4E101BFFFF000000000000000000000000000000000000000000
    IE: Unknown: DD1A00904C340B071B00000000000000000000000000000000000000
    IE: Unknown: 3D160B071B00000000000000000000000000000000000000
    IE: Unknown: DD0900037F01010000FF7F
    IE: Unknown: DD0A00037F04010020000000
    IE: Unknown: 0706494520010D14
    [root@mzws ~]# wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
    [root@mzws ~]# iwconfig wlan0
    wlan0 IEEE 802.11bgn ESSID:"Archer"
    Mode:Managed Frequency:2.472 GHz Access Point: D8:5D:4C:59:52:EC
    Bit Rate=1 Mb/s Tx-Power=14 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality=66/70 Signal level=-44 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    [root@mzws ~]# sleep 10s;dhcpcd wlan0
    dhcpcd[4076]: version 5.2.7 starting
    dhcpcd[4076]: wlan0: rebinding lease of 192.168.1.102
    dhcpcd[4076]: wlan0: carrier lost
    dhcpcd[4076]: wlan0: carrier acquired
    dhcpcd[4076]: wlan0: rebinding lease of 192.168.1.102
    dhcpcd[4076]: wlan0: broadcasting for a lease
    dhcpcd[4076]: wlan0: carrier lost
    dhcpcd[4076]: wlan0: carrier acquired
    dhcpcd[4076]: wlan0: rebinding lease of 192.168.1.102
    dhcpcd[4076]: wlan0: broadcasting for a lease
    dhcpcd[4076]: wlan0: carrier lost
    dhcpcd[4076]: wlan0: carrier acquired
    dhcpcd[4076]: wlan0: rebinding lease of 192.168.1.102
    dhcpcd[4076]: timed out
    I tried the "iwconfig wlan0 channel auto", but that didn't work. Here's the output of "lspci | grep -i net":
    [root@mzws ~]# lspci | grep -i net
    00:19.0 Ethernet controller: Intel Corporation 82567LF Gigabit Network Connection (rev 03)
    03:00.0 Network controller: Intel Corporation WiFi Link 1000 Series
    So what's the problem here? I searched the forum and google, and it seemed that I connected to a wrong router(for sometimes I only one "carrier lost" then "timed out"), but how was that happened? Things worked quite well before the upgrading as well as in my Windows environment.
    Any reply would be appreciated! Thanks in advance!
    Last edited by karbon (2010-08-23 06:40:10)

    Thanks Proofrific, but I believe it's not, for the DHCP server is a built-in module in my wireless router.
    I am now able to connect to my wireless network now. And it seems to be a little kernel bug as I discovered a thread(sorry but I forgot which one) in the forum discussing a similar problem.... Somebody in that post suggested a work-around to change the channel, as their default setting is channel 13 or 12.
    I tried and it did work! Just simply open your router's setting page and then change the channel from auto to 3(in my case), and netcfg worked well now. For the manual configuration, I suppose the "iwconfig wlan0 channel 3" should be issued.
    Thanks everyone in the forum for providing their solutions!

  • [SOLVED] Cannot connect to wireless networks any more after update

    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)

    ewaller wrote: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 <[email protected]>
    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
    karol wrote:
    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

  • Two Issues: Cannot connect to wireless networks; Cannot load certain sites

    Hey everybody,
    I have a MacBook Pro 15".
    In just the past week, I've stumbled upon two sudden problems with my network/internet connectivity.
    First, I can no longer connect to wireless networks, be it an infrastructure point or computer-to-computer ad-hoc networks. I'm not really sure why. I installed the latest AirPort Update (4.2.3, according to System Profiler). I also recently installed both iStumbler and KisMac v.21. When I started having issues, I thought that maybe one of these two programs might be the culprit, so I uninstalled both of them but I still have the same problem.
    Second, I've had issues with not being able to connect to certain websites. I use both Safari and BonEcho as my browsers. The specific sites seem random:
    www.weffriddles.com
    www.macrumors.com
    images.google.com
    sports.yahoo.com
    finance.yahoo.com
    to list a few.
    If you need any diagnostic information, please let me know.
    Thanks in advance for any advice/help you can provide!
    Tommy H.
    MacBook Pro   Mac OS X (10.4.9)   browsers: Safari, BonEcho/ Airport Driver Version: 4.2.3

    If you are trying to connect to a third-party router using WPA or WEP, there is a good chance that your Airport card was broken by Apple's 2007-02 Airport Update. There is no fix, and for many of us, our Macbooks and Macbook Pros are useless for wireless connections until Apple fixes the issue. At this point, Apple seems to be denying that there even is an issue, so we may all be in for a long wait indeed.
    See this thread if you have some time:
    http://discussions.apple.com/thread.jspa?threadID=883021&tstart=0

  • [SOLVED] cannot connect to wireless networks

    I started this topic some time ago. I no longer have access to the WPA network I was troubleshooting on, but now I have access to an unencrypted wireless network at a library and I still can't get wireless to work. This time it's not dropping my connection, but not connecting period. I'm having to switch between posting here using a library computer and troubleshooting on my laptop, so there is no way I can post long output (unless someone has an idea). It is very important that I get wireless working soon, as I no longer have access to a wired network on my laptop, and I have a few thousand dollars worth of bitcoin sitting in my wallet on my laptop that I can't access because of this wireless problem (and I'm running out of money fast.) So if someone here would be so kind as to try to help me, it's much appreciated.
    I will try to post as much relevant information here as possible. I am working as root. The output of
    ip link
    shows that my wireless interface, named wlp2s0, is up, but just to be sure, I run
    iw dev set wlp2s0 up
    and the output of ip link doesn't change. So the interface is obviously up. So I run
    iw dev wlp2s0 scan | less
    which confirms what I already know, which is that there is an unencrypted network named "central-library-comcast" with a decent signal. So I run
    iw dev wlp2s0 connect "central-library-comcast"
    (I have tried both with and without the double quotes) This command runs without output. Then I run
    dhcpcd wlp2s0
    which outputs
    dhcpcd[509]: sending commands to master dhcpcd process
    and try
    ping google.com
    which outputs
    ping: unknown host google.com
    I also try obtaining an ip address using
    dhclient wlp2s0
    which works for a while, then exits without output. Pinging google.com again fails. I confirm that I do not have a connection by running
    ip dev wlp2s0 link
    which outputs
    Not connected.
    So basically, I know that there is an unencrypted network named "central-library-comcast" with a fair signal, and I have followed the wireless configuration article to the dot (as far as I can tell...), and I'm just not getting a connection. I have tried on another unencrypted network at a coffee shop with the same result. Can anyone help me? Again, I regret that I have no way of posting long output. But if anyone has any suggestions, they are greatly appreciated.
    Last edited by vdrachtseq (2013-12-25 05:40:05)

    As requested, output of lsmod:
    Module Size Used by
    nls_cp437 5961 1
    vfat 10063 1
    fat 51827 1 vfat
    kvm_amd 52575 0
    kvm 389125 1 kvm_amd
    crct10dif_pclmul 4754 0
    crct10dif_common 1380 1 crct10dif_pclmul
    crc32_pclmul 3027 0
    crc32c_intel 14257 0
    ghash_clmulni_intel 4509 0
    aesni_intel 46132 0
    aes_x86_64 7407 1 aesni_intel
    lrw 3573 1 aesni_intel
    gf128mul 5866 1 lrw
    glue_helper 4617 1 aesni_intel
    ablk_helper 1980 1 aesni_intel
    cryptd 8481 3 ghash_clmulni_intel,aesni_intel,ablk_helper
    joydev 9671 0
    asus_nb_wmi 7376 0
    ath3k 7629 0
    asus_wmi 16314 1 asus_nb_wmi
    hid_generic 1161 0
    btusb 18632 0
    sparse_keymap 3154 1 asus_wmi
    microcode 15216 0
    uvcvideo 72900 0
    bluetooth 309116 3 ath3k,btusb
    usbhid 40577 0
    videobuf2_vmalloc 3280 1 uvcvideo
    videobuf2_memops 2343 1 videobuf2_vmalloc
    videobuf2_core 28027 1 uvcvideo
    hid 90774 2 hid_generic,usbhid
    videodev 111172 2 uvcvideo,videobuf2_core
    radeon 1285475 0
    media 11751 2 uvcvideo,videodev
    snd_hda_codec_realtek 41263 1
    psmouse 85428 0
    snd_hda_codec_hdmi 30162 1
    k10temp 3058 0
    arc4 2008 2
    evdev 11085 17
    ath9k 93305 0
    ath9k_common 2095 1 ath9k
    ttm 63507 1 radeon
    pcspkr 2035 0
    serio_raw 5049 0
    ath9k_hw 393593 2 ath9k_common,ath9k
    ath 15817 3 ath9k_common,ath9k,ath9k_hw
    snd_hda_intel 36904 0
    mac80211 468154 1 ath9k
    r8169 58463 0
    drm_kms_helper 36286 1 radeon
    drm 238206 3 ttm,drm_kms_helper,radeon
    cfg80211 412854 3 ath,ath9k,mac80211
    rfkill 15651 4 cfg80211,bluetooth,asus_wmi
    i2c_piix4 10592 0
    i2c_algo_bit 5399 1 radeon
    mii 4035 1 r8169
    snd_hda_codec 149953 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6340 1 snd_hda_codec
    snd_pcm 77709 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7242 2 snd_pcm,snd_hda_intel
    snd_timer 18726 1 snd_pcm
    snd 59173 7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    rtsx_pci_ms 7266 0
    i2c_core 24164 6 drm,i2c_piix4,drm_kms_helper,i2c_algo_bit,radeon,videodev
    memstick 7472 1 rtsx_pci_ms
    soundcore 5450 1 snd
    wmi 8419 1 asus_wmi
    shpchp 25465 0
    video 11228 1 asus_wmi
    thermal 8532 0
    battery 6837 0
    ac 3332 0
    acpi_cpufreq 10779 0
    processor 24935 5 acpi_cpufreq
    fglrx 7364642 82
    amd_iommu_v2 7196 1 fglrx
    button 4677 1 fglrx
    ext4 474251 1
    crc16 1367 2 ext4,bluetooth
    mbcache 6082 1 ext4
    jbd2 83504 1 ext4
    sr_mod 14898 0
    cdrom 34848 1 sr_mod
    sd_mod 30821 3
    rtsx_pci_sdmmc 14332 0
    mmc_core 95691 1 rtsx_pci_sdmmc
    ohci_pci 4072 0
    ahci 23056 2
    ohci_hcd 23937 1 ohci_pci
    ehci_pci 4000 0
    libahci 21674 1 ahci
    xhci_hcd 144993 0
    ehci_hcd 59220 1 ehci_pci
    libata 170856 2 ahci,libahci
    usbcore 180136 9 ath3k,btusb,uvcvideo,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid,xhci_hcd
    scsi_mod 130701 3 libata,sd_mod,sr_mod
    usb_common 1656 1 usbcore
    rtsx_pci 32209 2 rtsx_pci_ms,rtsx_pci_sdmmc
    output of 'uname -a':
    Linux nakamoto 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64 GNU/Linux
    'rfkill list' shows that nothing is hard or soft blocked.
    Edit: my laptop model is Asus N56DP
    Edit2: Would it be worthwhile to buy a USB wireless adapter known to work with Linux and try it instead?
    Last edited by vdrachtseq (2013-12-18 14:04:34)

  • Cannot connect to wireless network from a new HP Officejet Pro 6830

    Just purchased a HP Officejet Pro 6830 wireless printer.
    Set it up connecting my Dell PC and it initially worked.
    THEN something happened.
    ICON on screen on printer indicates "NO WIRELESS NETWORK FOUND"
    Tried rebooting the Cable modem, then the router, then the printer and then the PC.
    Still did not work.
    What should I do?
    Thank you for any help.

    Hi @I-Love-HP-Gear,
    Welcome to the HP Forums!
    I noticed that you cannot connect to the wireless network from a new HP Officejet pro  6830, I am sorry to hear this, but I am happy to help you with your connection issues!
    Are you able to make copies with the printer? Copy Text or Mixed Documents.
    What Operating System are you using? Windows or Mac? If you do not know the Operating System you are using, please visit this website. Whatsmyos.
    In the meantime, please see the following:
    This general printing guide, Print Jobs from Your HP Printer are Stuck in the Print Queue.
    This wireless guide for maintaining the connection. Printer Does Not Maintain Wireless Connection.
    The HP Wireless Printing Center for more information. HP Wireless Printing Center.
    Hope this information helps, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Photosmart C4780 cannot connect to wireless network

    My Photosmart C4780 was working just fine, wirelessly, and now I cannot print unless I connect it to my laptop or desktop via the usb cord.  I am running Mac OSX 10.9 with the Mavricks downloaded on both computers.  I was able to print from my Mac Mini, iPhone, iPad and MacBook Air all without issue but now my Wirless Network Test Report says I fail "Network Name (SSID) Found".  The HP Network Configuration Page says my Netowrk Status is Offline and my Active Connection Type is None but I can see my network listed under Number of 802.11 networks discovered.  I believe I just need to connect or reconnect the printer to the network but I can't find how to do that anywhere on the help site.  Can anyone tell me how to connect my printer to my network now?  When I first installed it onto the network I didn't have OSX 10.9 with Mavricks so the installation CD worked just fine but not it won't work either.  One more thing, when I try using the screen on the printer and go through the WIFI Protected Setup both Push Button and PIN fail.  HELP PLEASE.....
    This question was solved.
    View Solution.

    Hi hisfunbox,
    I'm sorry to hear you are having problems connecting your printer wirelessly.
    I have included a document with steps on how to change the printer from a USB connection to a wireless connection. It has a subsection for Mac OS X v10.8 Mountain Lion/OS X v10.9 Mavericks. The second option in this section is how to change from the an existing USB connection.
    Installing the Printer Software for a Wireless Network Connection
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c02273853
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • IPod Touch cannot connect to wireless network

    I have a 1 TB, dual-band time capsule with a wireless network created to share our broadband internet connection for our main computer (the iMac), a windows PC, an iPhone 3G, and a 2nd gen iPod touch to connect to the internet. Wireless security for this network is WPA/WPA2 Personal. The windows box and the iPhone 3G connect without problem, but the iPod touch does not seem to connect correctly. The device sees the network, prompts for the password, and seems to be connected (wi-fi symbol visible in top left corner of device), but when trying to view a website using the Safari app, the screen dims and an endless "Connecting..." message is visible. Furthermore, when trying to update e-mail, I get a message that the connection to the server failed.
    It is worth noting that the iPod did not always have this problem. It was able to connect to the wi-fi network until a few weeks ago. This may have been due to the upgrade to Snow Leopard, or perhaps due to an incident where the windows PC lost its connection to the network. When this occurred, I had to disable all security on the network, connect the PC to the network, then re-enable security (as I had to do when first installing the Time Capsule; for whatever reason, the windows box had a hard time joining the network with security enabled). Anyway, one of these two events is the likely cause of the iPod suddenly being unable to connect; I'm sorry to say that I'm uncertain as to which one, because my wife uses the device sporadically, so we cannot pinpoint exactly when this difficulty started.
    As for attempted solutions, I tried resetting the iPod back to factory settings, only to have the same connection issues. I also changed the network security settings to None, and attempted to connect the iPod to the network (even though it should have no problem connecting to a secure network), but still no go. I am short on ideas for a fix, and would gladly welcome any advice the community has to offer. Thank you in advance for your assistance.

    Pretty much the same thing happened to me. My new Touch connects fine to my work wireless network (WEP64) - still does. But my home wireless network is SOL. I can join the router, wireless icon is in upper left corner (although gray, not green). I can even see the Touch from my router (Verizon FIOS). All other laptops in the house including wireless TiVo work flawlessly. I have not undone my security on my router yet - looks like it won't help. I have tried using static IP and I can still see iPod from router. But I cannot browse, go to AppStore, check email (which works great from work network), and have exact same error messages as above post. It has to be a security thing somewhere, I just didn't want to mess with router if I didn't have to. If I figure it out, I will post here........

  • Brand new macbook pro cannot connect to wireless networks

    The first time I called apple tech, they thought it was a problem with my internet provider. I've called 4 times now, and I'm still getting the runaround.
    I have an old (2001) G4 sitting right next to my macbook pro which can see numerous wireless networks and connect to them all. A strong connection at that. However, my brand new (refurbished) Macbook Pro Intel etc,.... supposedly best computer ever made, . . . . can see the same wireless networks but has never been able to connect. As a student, I saved for a year to buy this notebook so I could work at cafe's & study with my friends. My friends with PC's can all connect to these wireless networks. My friends with older, less expensive notebooks can connect no problem. I have never been able to connect. Bought this peice of junk 2 1/2 months ago - only because I didn't want to be stuck at home anymore with my desktop. Stupid me to trust apple.
    I wish I could get my $ back, but I'm now being told that it's 30 days too late. Before they told me it was a minor thing and some software update could fix it. I did as told. downloaded and installed their 10.4.8 thingy - deleted all the keychain stuff - nothing. same peice of junk.
    Now they are telling me to go back to the genius bar where folks are just rude to me and tell me they can't help me becuase I bought a "refurbished" model that didn't even save me $25. What do you know.
    Anyone having problems like this? Anyone out there who can help me?

    Okay,
    I apologie for calling it a peice of junk. I know you all probably worship this machine. I'm just really frustrated. I noticed that this is a very common problem - though most of the posts identical to mine have dissapeared from apple.com - this well known defect is all over other discussion boards and websites like macdefect, etc,....
    So, can any of you tech gods help me with this very well known, common problem that I haven't been able to fix with 10.4.8 upgrade?
    Thanks for your time and assistance,
    -mcgrafx

  • [Solved]Unable to connect to wireless network using networkmanager

    I have just recently reinstalled Arch Linux so I could try out Gnome 3. I am using Slim for a display manager and as I said before Gnome 3 for the window manager. All of the packages are the latest versions.
    slim 1.3.4-2
    gnome-session 3.4.2-3
    consolekit 0.4.6-4
    networkmanager 0.9.4.0-6
    network-manager-applet 0.9.4.1-1
    My current issue is that when i click on the network manager applet then click on a network to connect to it nothing happens. It doesn't matter if the network is secure or not. I have followed the instructions on the wiki for slim, gnome, and networkmanager. I have been reading the forums and trying out other people's solutions. So far nothing is working.
    Sorry for the long post but I figured more information was better than not enough.
    Thanks in advance. 
    Here are some of my config files.
    /etc/rc.conf
    # /etc/rc.conf - configuration file for initscripts
    # Most of rc.conf has been replaced by various other configuration
    # files. See archlinux(7) for details.
    # For more details on rc.conf see rc.conf(5).
    DAEMONS=(syslog-ng dbus networkmanager alsa hwclock sshd crond)
    # Storage
    # USEDMRAID="no"
    # USELVM="no"
    # Network
    # interface=
    # address=
    # netmask=
    # gateway=
    /etc/slim.conf
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path /bin:/usr/bin:/usr/local/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    #login_cmd exec /bin/bash -login ~/.xinitrc %session
    login_cmd exec ck-launch-session dbus-launch /bin/bash -login ~/.xinitrc %session > ~/.xsession-errors 2>&1
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can be overriden by the command line
    # options "-d" and "-nodaemon"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    sessions gnome-session
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # Session message. Prepended to the session name when pressing F1
    # session_msg Session:
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user simone
    # Focus the password field on start when default_user is set
    # Set to "yes" to enable this feature
    #focus_password no
    # Automatically login the default user (without entering
    # the password. Set to "yes" to enable this feature
    #auto_login no
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    #current_theme default
    current_theme archlinux-simplyblack
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    /home/felix85/.xinitrc
    #!/bin/sh
    #/usr/bin/gnome-keyring-daemon --start --components=gpg
    #/usr/bin/gnome-keyring-daemon --start --components=pkcs11
    #/usr/bin/gnome-keyring-daemon --start --components=secrets
    #/usr/bin/gnome-keyring-daemon --start --components=ssh
    exec gnome-session
    /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla
    [nm-applet]
    Identity=unix-group:network;unix-group:wheel
    Action=org.freedesktop.NetworkManager.*
    ResultAny=yes
    ResultInactive=no
    ResultActive=yes
    /etc/pam.d/login
    #%PAM-1.0
    auth required pam_securetty.so
    auth requisite pam_nologin.so
    auth include system-local-login
    account include system-local-login
    session include system-local-login
    session optional pam_ck_connector.so
    /etc/pam.d/passwd
    #%PAM-1.0
    #password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
    #password required pam_unix.so sha512 shadow use_authtok
    password required pam_unix.so sha512 shadow nullok
    password optional pam_gnome_keyring.so
    /etc/pam.d/slim
    #%PAM-1.0
    auth requisite pam_nologin.so
    auth required pam_env.so
    auth required pam_unix.so
    auth optional pam_gnome_keyring.so
    account required pam_unix.so
    password required pam_unix.so
    session required pam_limits.so
    session required pam_unix.so
    session optional pam_loginuid.so
    session optional pam_gnome_keyring.so auto_start
    -session optional pam_systemd.so
    /etc/group
    root:x:0:root
    bin:x:1:root,bin,daemon
    daemon:x:2:root,bin,daemon
    sys:x:3:root,bin
    adm:x:4:root,daemon
    tty:x:5:
    disk:x:6:root
    lp:x:7:daemon
    mem:x:8:
    kmem:x:9:
    wheel:x:10:root,felix85
    ftp:x:11:
    mail:x:12:
    uucp:x:14:
    log:x:19:root
    utmp:x:20:
    locate:x:21:
    rfkill:x:24:
    smmsp:x:25:
    http:x:33:
    games:x:50:felix85
    lock:x:54:
    network:x:90:felix85
    video:x:91:felix85
    audio:x:92:felix85
    optical:x:93:felix85
    floppy:x:94:
    storage:x:95:felix85
    scanner:x:96:
    power:x:98:felix85
    nobody:x:99:
    users:x:100:felix85
    dbus:x:81:felix85
    felix85:x:1000:
    avahi:x:84:
    usbmux:x:140:
    rtkit:x:133:
    ntp:x:87:
    networkmanager:x:1001:felix85
    Here are some of the log files.
    /home/felix85/.xsession-errors
    GNOME_KEYRING_CONTROL=/home/felix85/.cache/keyring-YtWJUI
    GPG_AGENT_INFO=/home/felix85/.cache/keyring-YtWJUI/gpg:0:1
    GNOME_KEYRING_CONTROL=/home/felix85/.cache/keyring-YtWJUI
    GPG_AGENT_INFO=/home/felix85/.cache/keyring-YtWJUI/gpg:0:1
    GNOME_KEYRING_CONTROL=/home/felix85/.cache/keyring-YtWJUI
    GPG_AGENT_INFO=/home/felix85/.cache/keyring-YtWJUI/gpg:0:1
    GNOME_KEYRING_CONTROL=/home/felix85/.cache/keyring-YtWJUI
    GPG_AGENT_INFO=/home/felix85/.cache/keyring-YtWJUI/gpg:0:1
    SSH_AUTH_SOCK=/home/felix85/.cache/keyring-YtWJUI/ssh
    (gnome-settings-daemon:993): color-plugin-WARNING **: failed to create device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-device auth
    Failed to play sound: File or data not found
    ** Message: applet now removed from the notification area
    ** Message: applet now embedded in the notification area
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    (gnome-shell:1019): folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system'.
    Individuals will not be linked properly and creating new links between Personas will not work.
    The configured primary PersonaStore's backend may not be installed. If you are unsure, check with your distribution.
    Window manager warning: Log level 16: Device activation failed: (32) Not authorized to control networking.
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    Window manager warning: Log level 16: Could not create object for /org/freedesktop/NetworkManager/IP6Config/6: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't exist
    /var/log/auth.log
    Jul 27 20:10:33 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:10:33 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:17:17 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:23:28 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:23:28 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:25:06 f3lix85-arch sshd[641]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:25:06 f3lix85-arch sshd[641]: Server listening on :: port 22.
    Jul 27 20:25:30 f3lix85-arch sshd[642]: Accepted password for root from 192.168.0.2 port 60233 ssh2
    Jul 27 20:25:30 f3lix85-arch sshd[642]: pam_unix_session(sshd:session): session opened for user root by (uid=0)
    Jul 27 20:29:22 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:29:24 f3lix85-arch sshd[641]: Received signal 15; terminating.
    Jul 27 20:29:24 f3lix85-arch sshd[642]: Exiting on signal 15
    Jul 27 20:29:24 f3lix85-arch sshd[642]: pam_unix_session(sshd:session): session closed for user root
    Jul 27 20:30:14 f3lix85-arch login: pam_tally(login:auth): pam_get_uid; no such user
    Jul 27 20:30:16 f3lix85-arch login: pam_unix(login:auth): check pass; user unknown
    Jul 27 20:30:16 f3lix85-arch login: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost=
    Jul 27 20:30:18 f3lix85-arch login: FAILED LOGIN 1 FROM tty1 FOR felix85, Authentication failure
    Jul 27 20:30:22 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:30:22 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:31:34 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:32:10 f3lix85-arch sshd[415]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:32:10 f3lix85-arch sshd[415]: Server listening on :: port 22.
    Jul 27 20:34:33 f3lix85-arch sshd[553]: Accepted password for root from 192.168.0.2 port 60466 ssh2
    Jul 27 20:34:33 f3lix85-arch sshd[553]: pam_unix_session(sshd:session): session opened for user root by (uid=0)
    Jul 27 20:36:22 f3lix85-arch sshd[415]: Received signal 15; terminating.
    Jul 27 20:36:22 f3lix85-arch sshd[553]: Exiting on signal 15
    Jul 27 20:36:22 f3lix85-arch sshd[553]: pam_unix_session(sshd:session): session closed for user root
    Jul 27 20:36:59 f3lix85-arch sshd[417]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:36:59 f3lix85-arch sshd[417]: Server listening on :: port 22.
    Jul 27 20:37:06 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:37:06 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:37:08 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:37:09 f3lix85-arch sshd[417]: Received signal 15; terminating.
    Jul 27 20:37:47 f3lix85-arch sshd[425]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:37:47 f3lix85-arch sshd[425]: Server listening on :: port 22.
    Jul 27 20:37:55 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:37:55 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:39:02 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:39:03 f3lix85-arch sshd[425]: Received signal 15; terminating.
    Jul 27 20:39:41 f3lix85-arch sshd[424]: Server listening on 0.0.0.0 port 22.
    Jul 27 20:39:41 f3lix85-arch sshd[424]: Server listening on :: port 22.
    Jul 27 20:39:50 f3lix85-arch login: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
    Jul 27 20:39:50 f3lix85-arch login: ROOT LOGIN ON tty1
    Jul 27 20:45:00 f3lix85-arch useradd[708]: new group: name=felix85, GID=1000
    Jul 27 20:45:00 f3lix85-arch useradd[708]: new user: name=felix85, UID=1000, GID=1000, home=/home/felix85, shell=/bin/bash
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'wheel'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'games'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'network'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'video'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'audio'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'optical'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'storage'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'power'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to group 'users'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'wheel'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'games'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'network'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'video'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'audio'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'optical'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'storage'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'power'
    Jul 27 20:45:01 f3lix85-arch useradd[708]: add 'felix85' to shadow group 'users'
    Jul 27 20:45:15 f3lix85-arch passwd[713]: pam_unix(passwd:chauthtok): password changed for felix85
    Jul 27 20:45:17 f3lix85-arch login: pam_unix(login:session): session closed for user root
    Jul 27 20:45:24 f3lix85-arch login: pam_unix(login:session): session opened for user felix85 by LOGIN(uid=0)
    Jul 27 20:45:24 f3lix85-arch login: LOGIN ON tty1 BY felix85
    Jul 27 21:01:01 f3lix85-arch /usr/sbin/crond[1360]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 27 21:01:02 f3lix85-arch /USR/SBIN/CROND[1360]: pam_unix(crond:session): session closed for user root
    Jul 27 22:01:01 f3lix85-arch /usr/sbin/crond[2993]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 27 22:01:01 f3lix85-arch /USR/SBIN/CROND[2993]: pam_unix(crond:session): session closed for user root
    Jul 27 23:01:01 f3lix85-arch /usr/sbin/crond[5585]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 27 23:01:01 f3lix85-arch /USR/SBIN/CROND[5585]: pam_unix(crond:session): session closed for user root
    Jul 28 00:01:01 f3lix85-arch /usr/sbin/crond[8044]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 28 00:01:01 f3lix85-arch /USR/SBIN/CROND[8044]: pam_unix(crond:session): session closed for user root
    Jul 28 01:01:01 f3lix85-arch /usr/sbin/crond[10554]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 28 01:01:01 f3lix85-arch /USR/SBIN/CROND[10554]: pam_unix(crond:session): session closed for user root
    Jul 28 01:54:45 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Sy
    Jul 28 01:54:45 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 01:55:47 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 01:55:56 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Su
    Jul 28 01:55:56 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 01:55:56 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 01:56:10 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S xorg-server
    Jul 28 01:56:10 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 01:58:07 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 01:59:25 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S xf86-video-intel
    Jul 28 01:59:25 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:00:10 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:01:01 f3lix85-arch /usr/sbin/crond[13451]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 28 02:01:01 f3lix85-arch /USR/SBIN/CROND[13451]: pam_unix(crond:session): session closed for user root
    Jul 28 02:04:11 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S dbus
    Jul 28 02:04:11 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:04:13 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:04:30 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/sbin/rc.d start dbus
    Jul 28 02:04:30 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:04:30 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:05:10 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 02:05:10 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:05:19 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:05:37 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S gnome
    Jul 28 02:05:37 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:17:31 f3lix85-arch groupadd[15603]: group added to /etc/group: name=avahi, GID=84
    Jul 28 02:17:31 f3lix85-arch groupadd[15603]: group added to /etc/gshadow: name=avahi
    Jul 28 02:17:31 f3lix85-arch groupadd[15603]: new group: name=avahi, GID=84
    Jul 28 02:17:31 f3lix85-arch useradd[15608]: new user: name=avahi, UID=84, GID=84, home=/, shell=/bin/false
    Jul 28 02:18:20 f3lix85-arch groupadd[15729]: group added to /etc/group: name=usbmux, GID=140
    Jul 28 02:18:20 f3lix85-arch groupadd[15729]: group added to /etc/gshadow: name=usbmux
    Jul 28 02:18:20 f3lix85-arch groupadd[15729]: new group: name=usbmux, GID=140
    Jul 28 02:18:20 f3lix85-arch useradd[15733]: new user: name=usbmux, UID=140, GID=140, home=/, shell=/sbin/nologin
    Jul 28 02:18:21 f3lix85-arch passwd[15738]: password for 'usbmux' changed by 'root'
    Jul 28 02:18:23 f3lix85-arch groupadd[15752]: group added to /etc/group: name=rtkit, GID=133
    Jul 28 02:18:23 f3lix85-arch groupadd[15752]: group added to /etc/gshadow: name=rtkit
    Jul 28 02:18:23 f3lix85-arch groupadd[15752]: new group: name=rtkit, GID=133
    Jul 28 02:18:23 f3lix85-arch useradd[15757]: new user: name=rtkit, UID=133, GID=133, home=/proc, shell=/sbin/nologin
    Jul 28 02:19:05 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:19:20 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss libsoup
    Jul 28 02:19:20 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:19:20 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:20:00 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S opengl-man-pages
    Jul 28 02:20:00 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:20:11 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:22:02 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S slim archlinux-themes-slim
    Jul 28 02:22:02 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:22:17 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:23:27 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/inittab
    Jul 28 02:23:27 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:23:44 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:30:31 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/slim.conf
    Jul 28 02:30:31 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:31:50 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:32:03 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/pam.d/slim
    Jul 28 02:32:03 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:33:18 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:33:30 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/pam.d/passwd
    Jul 28 02:33:30 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:34:01 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:34:06 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/pam.d/slim
    Jul 28 02:34:06 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:34:18 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:35:22 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss ck-launch
    Jul 28 02:35:22 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:35:22 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:36:07 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss consolkit
    Jul 28 02:36:07 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:36:07 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:36:19 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss consolekit
    Jul 28 02:36:19 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:36:19 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:36:32 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/slim.conf
    Jul 28 02:36:32 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:39:28 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:45:30 f3lix85-arch sudo: felix85 : TTY=tty1 ; PWD=/home/felix85 ; USER=root ; COMMAND=/sbin/reboot
    Jul 28 02:45:30 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:45:31 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:45:31 f3lix85-arch login: pam_unix(login:session): session closed for user felix85
    Jul 28 02:45:33 f3lix85-arch sshd[424]: Received signal 15; terminating.
    Jul 28 02:46:09 f3lix85-arch sshd[446]: Server listening on 0.0.0.0 port 22.
    Jul 28 02:46:09 f3lix85-arch sshd[446]: Server listening on :: port 22.
    Jul 28 02:46:25 f3lix85-arch slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 02:46:25 f3lix85-arch gnome-keyring-daemon[500]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:25 f3lix85-arch gnome-keyring-daemon[500]: couldn't bind to control socket: /home/felix85/.cache/keyring-RPlUb3/control: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[593]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[593]: couldn't bind to control socket: /home/felix85/.cache/keyring-PjzFka/control: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[594]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[594]: couldn't bind to control socket: /home/felix85/.cache/keyring-Ulkau9/control: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[595]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[595]: couldn't bind to control socket: /home/felix85/.cache/keyring-NtKWN9/control: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[596]: couldn't create socket directory: No such file or directory
    Jul 28 02:46:26 f3lix85-arch gnome-keyring-daemon[596]: couldn't bind to control socket: /home/felix85/.cache/keyring-2wh0Cd/control: No such file or directory
    Jul 28 02:46:43 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:44 f3lix85-arch polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 02:46:44 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:44 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:44 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:44 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:45 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:46:45 f3lix85-arch dbus[410]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=502 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 02:52:29 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -S ntp
    Jul 28 02:52:29 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:52:39 f3lix85-arch groupadd[1082]: group added to /etc/group: name=ntp, GID=87
    Jul 28 02:52:39 f3lix85-arch groupadd[1082]: group added to /etc/gshadow: name=ntp
    Jul 28 02:52:39 f3lix85-arch groupadd[1082]: new group: name=ntp, GID=87
    Jul 28 02:52:39 f3lix85-arch useradd[1087]: new user: name=ntp, UID=87, GID=87, home=/var/lib/ntp, shell=/bin/false
    Jul 28 02:52:40 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:52:55 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/ntp.conf
    Jul 28 02:52:55 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:54:15 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:54:25 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.local
    Jul 28 02:54:25 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:55:07 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:55:19 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 02:55:19 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 02:55:42 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 02:55:55 f3lix85-arch slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 02:55:55 f3lix85-arch polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 02:56:21 f3lix85-arch slim: pam_unix(slim:auth): check pass; user unknown
    Jul 28 02:56:21 f3lix85-arch slim: pam_unix(slim:auth): authentication failure; logname= uid=0 euid=0 tty=:0.0 ruser=root rhost=
    Jul 28 02:56:21 f3lix85-arch slim: gkr-pam: error looking up user information
    Jul 28 02:56:53 f3lix85-arch sshd[446]: Received signal 15; terminating.
    Jul 28 02:57:32 f3lix85-arch sshd[474]: Server listening on 0.0.0.0 port 22.
    Jul 28 02:57:32 f3lix85-arch sshd[474]: Server listening on :: port 22.
    Jul 28 10:59:35 f3lix85-arch slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 10:59:37 f3lix85-arch gnome-keyring-daemon[544]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 10:59:37 f3lix85-arch gnome-keyring-daemon[544]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 10:59:37 f3lix85-arch gnome-keyring-daemon[544]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 10:59:38 f3lix85-arch gnome-keyring-daemon[544]: The GPG agent was already initialized
    Jul 28 10:59:38 f3lix85-arch gnome-keyring-daemon[544]: The Secret Service was already initialized
    Jul 28 10:59:38 f3lix85-arch gnome-keyring-daemon[544]: The PKCS#11 component was already initialized
    Jul 28 10:59:38 f3lix85-arch gnome-keyring-daemon[544]: The SSH agent was already initialized
    Jul 28 10:59:53 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:53 f3lix85-arch polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 10:59:54 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=753 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:27 f3lix85-arch slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 11:00:27 f3lix85-arch polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 11:00:35 f3lix85-arch slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: The GPG agent was already initialized
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: The Secret Service was already initialized
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: The PKCS#11 component was already initialized
    Jul 28 11:00:35 f3lix85-arch gnome-keyring-daemon[905]: The SSH agent was already initialized
    Jul 28 11:00:39 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:39 f3lix85-arch polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session4 (system bus name :1.41 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:00:40 f3lix85-arch dbus[438]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.41" (uid=1000 pid=964 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=547 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:01:01 f3lix85-arch /usr/sbin/crond[1024]: pam_unix(crond:session): session opened for user root by (uid=0)
    Jul 28 11:01:01 f3lix85-arch /USR/SBIN/CROND[1024]: pam_unix(crond:session): session closed for user root
    Jul 28 11:03:16 f3lix85-arch slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 11:03:16 f3lix85-arch polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session4 (system bus name :1.41, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 11:03:32 f3lix85-arch sshd[474]: Received signal 15; terminating.
    Jul 28 03:02:17 f3lix85-arch sshd[471]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:02:17 f3lix85-arch sshd[471]: Server listening on :: port 22.
    Jul 28 11:04:23 f3lix85-arch slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 11:04:25 f3lix85-arch gnome-keyring-daemon[528]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:04:25 f3lix85-arch gnome-keyring-daemon[528]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:04:25 f3lix85-arch gnome-keyring-daemon[528]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 11:04:26 f3lix85-arch gnome-keyring-daemon[528]: The GPG agent was already initialized
    Jul 28 11:04:26 f3lix85-arch gnome-keyring-daemon[528]: The Secret Service was already initialized
    Jul 28 11:04:26 f3lix85-arch gnome-keyring-daemon[528]: The PKCS#11 component was already initialized
    Jul 28 11:04:26 f3lix85-arch gnome-keyring-daemon[528]: The SSH agent was already initialized
    Jul 28 11:04:40 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:41 f3lix85-arch polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:04:42 f3lix85-arch dbus[435]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.23" (uid=1000 pid=752 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.1" (uid=0 pid=531 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:13:08 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss networkmanager
    Jul 28 11:13:08 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:13:08 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:13:42 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/sbin/rc.d start networkmanager
    Jul 28 11:13:42 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:13:43 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:14:23 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 11:14:23 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:15:33 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:16:27 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/sbin/groupadd networkmanager
    Jul 28 11:16:27 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:16:27 f3lix85-arch groupadd[1506]: group added to /etc/group: name=networkmanager, GID=1001
    Jul 28 11:16:27 f3lix85-arch groupadd[1506]: group added to /etc/gshadow: name=networkmanager
    Jul 28 11:16:27 f3lix85-arch groupadd[1506]: new group: name=networkmanager, GID=1001
    Jul 28 11:16:27 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:16:54 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/gpasswd -a felix85 networkmanager
    Jul 28 11:16:54 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:16:54 f3lix85-arch gpasswd[1524]: user felix85 added by root to group networkmanager
    Jul 28 11:16:54 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:17:35 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/hosts
    Jul 28 11:17:35 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:18:02 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:18:07 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/hostname
    Jul 28 11:18:07 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:18:09 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:18:29 f3lix85-arch sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 11:18:29 f3lix85-arch sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:18:40 f3lix85-arch sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:18:54 f3lix85-arch slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 11:18:54 f3lix85-arch polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.23, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 11:19:07 f3lix85-arch sshd[471]: Received signal 15; terminating.
    Jul 28 03:17:51 localhost sshd[442]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:17:51 localhost sshd[442]: Server listening on :: port 22.
    Jul 28 03:18:04 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 03:18:06 localhost gnome-keyring-daemon[500]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:18:06 localhost gnome-keyring-daemon[500]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:18:06 localhost gnome-keyring-daemon[500]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:18:07 localhost gnome-keyring-daemon[500]: The Secret Service was already initialized
    Jul 28 03:18:07 localhost gnome-keyring-daemon[500]: The GPG agent was already initialized
    Jul 28 03:18:07 localhost gnome-keyring-daemon[500]: The PKCS#11 component was already initialized
    Jul 28 03:18:07 localhost gnome-keyring-daemon[500]: The SSH agent was already initialized
    Jul 28 11:20:14 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:14 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.30 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:20:16 localhost dbus[332]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.30" (uid=1000 pid=705 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.9" (uid=0 pid=503 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 11:24:28 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla
    Jul 28 11:24:28 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:24:34 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:24:36 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla
    Jul 28 11:24:36 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 11:25:58 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 11:26:11 localhost slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 11:26:11 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.30, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 11:26:23 localhost sshd[442]: Received signal 15; terminating.
    Jul 28 03:25:04 localhost sshd[444]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:25:04 localhost sshd[444]: Server listening on :: port 22.
    Jul 28 03:25:16 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 03:25:17 localhost gnome-keyring-daemon[501]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:25:17 localhost gnome-keyring-daemon[501]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:25:17 localhost gnome-keyring-daemon[501]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:25:18 localhost gnome-keyring-daemon[501]: The GPG agent was already initialized
    Jul 28 03:25:18 localhost gnome-keyring-daemon[501]: The Secret Service was already initialized
    Jul 28 03:25:18 localhost gnome-keyring-daemon[501]: The PKCS#11 component was already initialized
    Jul 28 03:25:18 localhost gnome-keyring-daemon[501]: The SSH agent was already initialized
    Jul 28 03:25:33 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:34 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:25:35 localhost dbus[338]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=708 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=504 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:28:06 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/sbin/ip address
    Jul 28 03:28:06 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:28:06 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:36:38 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss polkit
    Jul 28 03:36:38 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:36:39 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:43:36 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/pam.d/login
    Jul 28 03:43:36 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:44:38 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:44:48 localhost slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 03:44:48 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 03:45:01 localhost sshd[444]: Received signal 15; terminating.
    Jul 28 03:45:36 localhost sshd[464]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:45:36 localhost sshd[464]: Server listening on :: port 22.
    Jul 28 03:45:47 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 03:45:48 localhost gnome-keyring-daemon[517]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:45:48 localhost gnome-keyring-daemon[517]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:45:48 localhost gnome-keyring-daemon[517]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:45:49 localhost gnome-keyring-daemon[517]: The GPG agent was already initialized
    Jul 28 03:45:49 localhost gnome-keyring-daemon[517]: The Secret Service was already initialized
    Jul 28 03:45:49 localhost gnome-keyring-daemon[517]: The PKCS#11 component was already initialized
    Jul 28 03:45:49 localhost gnome-keyring-daemon[517]: The SSH agent was already initialized
    Jul 28 03:46:05 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:05 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:46:06 localhost dbus[357]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=723 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=520 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:47:27 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/pacman -Ss hal
    Jul 28 03:47:27 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:47:28 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:47:52 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 03:47:52 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:48:29 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:51:08 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/rc.conf
    Jul 28 03:51:08 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:51:17 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:51:35 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/nano /etc/polkit-1/localauthority.conf.d/50-localauthority.conf
    Jul 28 03:51:35 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:51:45 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:55:12 localhost gpasswd[843]: felix85 failed to add user felix85 to group dbus: Permission denied
    Jul 28 03:55:18 localhost sudo: felix85 : TTY=pts/0 ; PWD=/home/felix85 ; USER=root ; COMMAND=/usr/bin/gpasswd -a felix85 dbus
    Jul 28 03:55:18 localhost sudo: pam_unix(sudo:session): session opened for user root by felix85(uid=0)
    Jul 28 03:55:18 localhost gpasswd[845]: user felix85 added by root to group dbus
    Jul 28 03:55:18 localhost sudo: pam_unix(sudo:session): session closed for user root
    Jul 28 03:55:29 localhost slim: pam_unix(slim:session): session closed for user felix85
    Jul 28 03:55:29 localhost polkitd(authority=local): Unregistered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jul 28 03:55:41 localhost sshd[464]: Received signal 15; terminating.
    Jul 28 03:56:15 localhost sshd[430]: Server listening on 0.0.0.0 port 22.
    Jul 28 03:56:15 localhost sshd[430]: Server listening on :: port 22.
    Jul 28 03:56:25 localhost slim: pam_unix(slim:session): session opened for user felix85 by (uid=0)
    Jul 28 03:56:26 localhost gnome-keyring-daemon[484]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:56:26 localhost gnome-keyring-daemon[484]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:56:26 localhost gnome-keyring-daemon[484]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files
    Jul 28 03:56:28 localhost gnome-keyring-daemon[484]: The GPG agent was already initialized
    Jul 28 03:56:28 localhost gnome-keyring-daemon[484]: The Secret Service was already initialized
    Jul 28 03:56:28 localhost gnome-keyring-daemon[484]: The PKCS#11 component was already initialized
    Jul 28 03:56:28 localhost gnome-keyring-daemon[484]: The SSH agent was already initialized
    Jul 28 03:56:43 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=690 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=487 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Jul 28 03:56:44 localhost polkitd(authority=local): Registered Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name :1.27 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jul 28 03:56:45 localhost dbus[323]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.27" (uid=1000 pid=690 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=487 comm="/usr/sbin/console-kit-daemon --no-da

    I am posting this while being manually connected to my wireless router.
    Here are the results of manually connecting to my wireless network.
    First I replaced networkmanager with network in /etc/rc.conf under DAEMONS and rebooted.
    Next I ran "ip link set wlan0 up"
    iwlist wlan0 scan
    wlan0 Scan completed :
    Cell 01 - Address: 00:12:17:0C:11:FF
    Channel:10
    Frequency:2.457 GHz (Channel 10)
    Quality=62/70 Signal level=-48 dBm
    Encryption key:on
    ESSID:"Sherwood"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
    24 Mb/s; 36 Mb/s; 54 Mb/s
    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
    Mode:Master
    Extra:tsf=00000050a6d70bc4
    Extra: Last beacon: 9910ms ago
    IE: Unknown: 000853686572776F6F64
    IE: Unknown: 010882848B962430486C
    IE: Unknown: 03010A
    IE: Unknown: 2A0100
    IE: Unknown: 2F0100
    IE: Unknown: 32040C121860
    IE: Unknown: DD06001018020000
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : PSK
    ip addr
    2: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
    link/ether 00:19:d2:c5:16:bb brd ff:ff:ff:ff:ff:ff
    /etc/wpa_supplicant/wpa_supplicant.conf
    network={
    ssid="Sherwood"
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    psk="<mykey>"
    wpa_ptk_rekey=600
    I used wpa_supplicant to connect using the configuration above
    wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
    ip addr
    2: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:19:d2:c5:16:bb brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.3/24 brd 192.168.0.255 scope global wlan0
    inet6 <ipv6 addr>/64 scope global dynamic
    valid_lft 294sec preferred_lft 114sec
    inet6 <ipv6 addr 2>/64 scope link
    valid_lft forever preferred_lft forever
    ping google.com
    PING google.com (173.194.33.3) 56(84) bytes of data.
    64 bytes from sea09s01-in-f3.1e100.net (173.194.33.3): icmp_req=1 ttl=56 time=26.6 ms
    64 bytes from sea09s01-in-f3.1e100.net (173.194.33.3): icmp_req=2 ttl=56 time=26.8 ms
    64 bytes from sea09s01-in-f3.1e100.net (173.194.33.3): icmp_req=3 ttl=56 time=26.4 ms
    64 bytes from sea09s01-in-f3.1e100.net (173.194.33.3): icmp_req=4 ttl=56 time=26.4 ms
    --- google.com ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3004ms
    rtt min/avg/max/mdev = 26.468/26.620/26.886/0.259 ms
    ping6 ipv6.google.com
    PING ipv6.google.com(pz-in-x68.1e100.net) 56 data bytes
    64 bytes from pz-in-x68.1e100.net: icmp_seq=1 ttl=55 time=95.3 ms
    64 bytes from pz-in-x68.1e100.net: icmp_seq=2 ttl=55 time=41.0 ms
    64 bytes from pz-in-x68.1e100.net: icmp_seq=3 ttl=55 time=44.3 ms
    64 bytes from pz-in-x68.1e100.net: icmp_seq=4 ttl=55 time=34.6 ms
    --- ipv6.google.com ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3003ms
    rtt min/avg/max/mdev = 34.608/53.830/95.332/24.217 ms
    So it does work without networkmanager.

  • Cannot connect to wireless network? please help!!

    I am at my wits end! I don't know what else to do... My airport express just keeps flashing amber.. I have the USB connected from the printer to the airport express - the airport express is plugged into the wall and when i run the assistant i get an error that says it can't restart to connect to my wireless network although the settings were changed successfully.
    HOW do i connect to my wireless network (password protected and I have entered the WEP password etc.) I don't know what any other options are since it tells me its installed correctly but it just doesn't connect to the network???
    any help would be greatly appreciated...
    thanks in advanced...

    A persistent, flashing amber light indicates that any of the several potential conditions may require your attention:
    o The base station has not yet been configured because it is new, or the reset switch has been set.
    o You have selected a security configuration that is not recommended.
    o One of several other conditions, such as a disconnected Ethernet cable or invalid IP address has been detected.
    (ref: http://docs.info.apple.com/article.html?artnum=305101)
    If you run the AirPort Utility, it will show an amber circle on the summary page next to the area(s) causing the problem. Click on this amber circle and it should provide an explanation.
    Use the following instructions to compare against your current setup:
    AirPort Express Base Station Setup (AX) w/High-Speed Cable Modem
    Perform a "factory default" reset of the AX
    o (ref: http://docs.info.apple.com/article.html?artnum=108044)
    Modem/Router Power ReCycling
    o Power-off the Cable modem, AX, & computer(s); Wait at least 30 minutes.
    o Power-on the Cable modem; Wait at least 15 minutes.
    o Power-on the AX; Wait at least 5 minutes.
    o Power-on the computer(s)
    Setup the AX
    Either connect to the AX's wireless network, or temporarily, connect directly (using an Ethernet cable) to the Ethernet port of the AX, and then, using the AirPort Utility (in Manual Setup), configure the following settings:
    AirPort - Base Station
    o Base Station Name: <whatever you wish or use the default>
    o Base Station Password: <enter the desired base station administrator password>
    o Verify Password: <re-enter the base station administrator password>
    o Remember this password in my keychain: (optional)
    o Set time automatically: (optional)
    o Allow configuration over Ethernet WAN port: checked
    AirPort - Base Station - Base Station Options
    o Contact: (optional)
    o Location: (optional)
    o Status Light: Always On (Default)
    AirPort - Wireless
    o Wireless Mode: Create a wireless network
    o Network Name: <enter name or leave default>
    o Radio Mode: 802.11b/g compatible
    o Channel: Automatic
    o Wireless Security: None
    AirPort - Wireless - Wireless Options
    o Multicast Rate: 2 Mbps
    o Transmit Power: 100%
    o Create a closed network: unchecked
    o Use interference robustness: unchecked
    AirPort - Access Control
    o MAC Address Access Control: Not Enabled
    Internet - Internet Connection
    o Connect Using: Ethernet
    o Configure IPv4: Using DHCP
    o DNS Server(s): (optional)
    o Domain Name: (optional)
    o DHCP Client ID: (optional)
    o Ethernet WAN Port: Automatic (Default)
    o Connection Sharing: Share a public IP address
    Internet - DHCP
    o DHCP Range: 10.0.1.x
    o DHCP Beginning Address: 10.0.1.2
    o DHCP Ending Address: 10.0.1.200
    o DHCP Lease: 4 hours
    o DHCP Message: (optional)
    o LDAP Server: (optional)
    Internet - NAT
    o Enable default at: unchecked
    o Enable NAT Port Mapping Protocol: checked
    Once you verified that you can get Internet access for all of your computers, you should secure your wireless network. To do so, I suggest that you make these changes:
    AirPort > Wireless
    o Wireless Security: WPA/WPA2 Personal
    o Wireless Password: <enter your desired wireless network security password>
    o Verify Password: <re-enter the wireless password>
    o Click on "Update" to save the settings to the AX.

  • [SOLVED]Cannot Connect to Wireless Network during Installation

    (Sorry, yet another newbie unable to configure a network connection properly)
    I've been using Ubuntu for a little while now (since 11.10), and finally decided to give Arch a try (for a number of reasons). I thought I was comfortable enough with the CLI to be able to set this up, especially with the help of the Beginners' Guide (and the rest of the internet), but I still ran into issues with setting up my network connection (practically the first step, ugh).
    Following the instructions in the Beginners' Guide, I first brought the interface up with
    # ip link set wlp5s4 up
    and then used
    # wifi-menu wlp5s4
    to try and connect, but it gave me a connection failed error. 
    # systemctl status netctl@wlp5s4\x2dWIN_030.service
    gave me the following:
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
    Active: inactive (dead)
    (I'll post the output of 'journalctl -xn' if someone can tell me an easy way to move it between computers, or I'll type it manually if there's no easier way)
    I then proceeded to attempt connect without using wifi-menu. I first did
    # wpa_supplicant -B -i wlp3s0 -c <(wpa_passphrase "ssid" "psk")
    (replacing ssid and psk with the right info, of course), and got the output
    Successfully initialized wpa_supplicant
    I then did
    # dhcpcd wlp5s4
    but this timed out.
    Following the instructions, I went to the fallback, starting with
    # echo 'ctrl_interface=DIR=/run/wpa_supplicant' > /etc/wpa_supplicant.conf
    # wpa_passphrase <ssid> <passphrase> >> /etc/wpa_supplicant.conf
    The second command resulted in
    zsh: parse error near `<'
    I'm not sure what I'm doing wrong, but that's what I've done so far. I apologize if this seems like information overload, but I felt more info is better than less.
    Anyone have any suggestions as to what my next moves should be? If you want me to post any logs, please let me know.
    Last edited by DaimyoKirby (2013-11-03 14:54:15)

    Here are the results.
    I went through the initial steps, and started the without wifi-menu steps. When I got to where I had a problem previously, this is what happened:
    # echo 'ctrl_interface=DIR=/run/wpa_supplicant' > /etc/wpa_supplicant.conf
    # wpa_passphrase <ssid> <passphrase> >> /etc/wpa_supplicant.conf
    # ip link set wlp5s4 up
    I replaced "<ssid>" and "<passphrase>" correctly this time, and all of these commands passed without any output.
    I ran into the next command, though, and wasn't exactly sure about it:
    # wpa_supplicant -B -D n180211 -c /foobar.conf -i wlp5s4
    I assumed I had to replace "/foobar.conf" with "/etc/wpa_supplicant.conf", and this gave me the following output:
    Successfully initialized wpa_supplicant
    wlp5s4: Unsupported driver 'n180211'
    The Beginners' Guide doesn't indicate what outputs you should get from these commands, so assuming that this was a good output, I ran
    dhcpcd wlp5s4
    but this just ended up timing out as well.

  • Cannot connect to wireless network

    Hello,
    I am trying to connect to my wifi network which is secured using WPA2. I have tried wpa_supplicant and netctl.
    Relevant part of ip link
    3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT qlen 1000
    link/ether 00:0f:b5:07:47:e9 brd ff:ff:ff:ff:ff:ff
    Relevant output of iwlist wlan0 scanning:
    Cell 02 - Address: C0:C1:C0:23:87:D6
    ESSID:"GotThatGlitter"
    Protocol:IEEE 802.11b
    Mode:Master
    Frequency:2.452 GHz (Channel 9)
    Quality:56/100 Signal level:-60 dBm Noise level:-96 dBm
    Encryption key:on
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
    9 Mb/s; 12 Mb/s; 18 Mb/s
    Extra:bcn_int=100
    Extra:atim=0
    IE: Unknown: 000E476F7454686174476C6974746572
    IE: Unknown: 010C82848B960C1218243048606C
    IE: Unknown: 02050000000001
    IE: Unknown: 030109
    Attempt at connecting via wpa_supplicant:
    wpa_supplicant -Dnl80211,wext -d -i wlan0 -c /etc/wpa_supplicant/GotThatGlitter.conf
    wpa_supplicant v2.0
    Successfully initialized wpa_supplicant
    Initializing interface 'wlan0' conf '/etc/wpa_supplicant/GotThatGlitter.conf' driver 'nl80211,wext' ctrl_interface 'N/A' bridge 'N/A'
    Configuration file '/etc/wpa_supplicant/GotThatGlitter.conf' -> '/etc/wpa_supplicant/GotThatGlitter.conf'
    Reading configuration file '/etc/wpa_supplicant/GotThatGlitter.conf'
    Priority group 0
    id=0 ssid='GotThatGlitter'
    nl80211: 'nl80211' generic netlink not found
    Failed to initialize driver 'nl80211'
    rfkill: Cannot open RFKILL control device
    WEXT: RFKILL status not available
    ioctl[SIOCSIWPMKSA]: Invalid argument
    SIOCGIWRANGE: WE(compiled)=22 WE(source)=19 enc_capa=0x5
    capabilities: key_mgmt 0x5 enc 0x17 flags 0x0
    netlink: Operstate: linkmode=1, operstate=5
    wlan0: Own MAC address: 00:0f:b5:07:47:e9
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_countermeasures
    wlan0: RSN: flushing PMKID list in the driver
    ioctl[SIOCSIWPMKSA]: Invalid argument
    wlan0: Setting scan request: 0 sec 100000 usec
    WPS: Set UUID for interface wlan0
    WPS: UUID based on MAC address - hexdump(len=16): 72 d9 be 0e c4 a0 5e e1 8d 4e 25 92 94 78 e2 d8
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: KEY_RX entering state NO_KEY_RECEIVE
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: Supplicant port status: Unauthorized
    wlan0: Added interface wlan0
    wlan0: State: DISCONNECTED -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    WEXT: if_removed already cleared - ignore event
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b06 len=8
    RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b1a len=40
    wlan0: State: DISCONNECTED -> SCANNING
    wlan0: Starting AP scan for wildcard SSID
    Scan requested (ret=0) - scan timeout 10 seconds
    EAPOL: disable timer tick
    EAPOL: Supplicant port status: Unauthorized
    Scan timeout - try to get results
    wlan0: Event SCAN_RESULTS (3) received
    Received 568 bytes of scan results (2 BSSes)
    wlan0: BSS: Start scan result update 1
    wlan0: BSS: Add new id 0 BSSID 68:7f:74:87:cc:6a SSID '400 Network'
    wlan0: BSS: Add new id 1 BSSID c0:c1:c0:23:87:d6 SSID 'GotThatGlitter'
    BSS: last_scan_res_used=2/32 last_scan_full=0
    wlan0: New scan results available
    wlan0: Selecting BSS from priority group 0
    wlan0: 0: 68:7f:74:87:cc:6a ssid='400 Network' wpa_ie_len=22 rsn_ie_len=0 caps=0x11 level=-76
    wlan0: skip - SSID mismatch
    wlan0: 1: c0:c1:c0:23:87:d6 ssid='GotThatGlitter' wpa_ie_len=0 rsn_ie_len=0 caps=0x11 level=-58
    wlan0: skip - no WPA/RSN proto match
    wlan0: No suitable network found
    wlan0: Setting scan request: 5 sec 0 usec
    wlan0: Starting AP scan for wildcard SSID
    Scan requested (ret=0) - scan timeout 10 seconds
    ^Cwlan0: Removing interface wlan0
    wlan0: Request to deauthenticate - bssid=00:00:00:00:00:00 pending_bssid=00:00:00:00:00:00 reason=3 state=SCANNING
    wlan0: No keys have been configured - skip key clearing
    wlan0: State: SCANNING -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    EAPOL: External notification - portEnabled=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portValid=0
    EAPOL: Supplicant port status: Unauthorized
    wpa_driver_wext_set_countermeasures
    wlan0: No keys have been configured - skip key clearing
    wlan0: BSS: Remove id 0 BSSID 68:7f:74:87:cc:6a SSID '400 Network' due to wpa_bss_flush
    wlan0: BSS: Remove id 1 BSSID c0:c1:c0:23:87:d6 SSID 'GotThatGlitter' due to wpa_bss_flush
    wlan0: Cancelling scan request
    wlan0: Cancelling authentication timeout
    netlink: Operstate: linkmode=0, operstate=6
    wlan0: CTRL-EVENT-TERMINATING
    cat /etc/wpa_supplicant/GotThatGlitter.conf
    network={
    ssid="GotThatGlitter"
    #psk="why ... "
    psk=f0014a19f67dc ... 947a6dae9
    Attempt at connecting via netctl:
    netctl start wireless-wpa
    Job for netctl@wireless\x2dwpa.service failed. See 'systemctl status netctl@wireless\x2dwpa.service' and 'journalctl -xn' for details.
    cat /etc/netctl/wireless-wpa
    Description='Home'
    Interface=wlan0
    Connection=wireless
    Security=wpa
    IP=dhcp
    ESSID='GotThatGlitter'
    # Prepend hexadecimal keys with \"
    #Key="why ..."
    Key=\"f0014a19f67dc ... 2a947a6dae9
    systemctl status netctl@wireless\x2dwpa.service
    [email protected] - Networking for netctl profile wirelessx2dwpa
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
    Active: inactive (dead)
    Docs: man:netctl.profile(5)
    Jun 18 20:37:57 valinor systemd[1]: Stopped Networking for netctl profile wirelessx2dwpa.
    Jun 18 20:39:46 valinor systemd[1]: Starting Networking for netctl profile wirelessx2dwpa...
    Jun 18 20:39:46 valinor systemd[1]: [email protected]: main process exited, code=ex...LURE
    Jun 18 20:39:46 valinor systemd[1]: Failed to start Networking for netctl profile wirelessx2dwpa.
    Jun 18 20:39:46 valinor systemd[1]: Unit [email protected] entered failed state.
    journalctl -xn
    -- Logs begin at Tue 2013-06-18 13:32:21 MDT, end at Tue 2013-06-18 21:52:53 MDT. --
    Jun 18 21:52:37 valinor systemd[1]: Starting A simple WPA encrypted wireless connection...
    -- Subject: Unit netctl@wireless\x2dwpa.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit netctl@wireless\x2dwpa.service has begun starting up.
    Jun 18 21:52:37 valinor network[528]: Starting network profile 'wireless-wpa'...
    Jun 18 21:52:37 valinor network[528]: ioctl[SIOCSIWPMKSA]: Invalid argument
    Jun 18 21:52:37 valinor kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jun 18 21:52:37 valinor network[528]: ioctl[SIOCSIWPMKSA]: Invalid argument
    Jun 18 21:52:53 valinor network[528]: WPA association/authentication failed for interface 'wlan0'
    Jun 18 21:52:53 valinor network[528]: Failed to bring the network up for profile 'wireless-wpa'
    Jun 18 21:52:53 valinor systemd[1]: netctl@wireless\x2dwpa.service: main process exited, code=exited,
    Jun 18 21:52:53 valinor systemd[1]: Failed to start A simple WPA encrypted wireless connection.
    -- Subject: Unit netctl@wireless\x2dwpa.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d02
    -- Unit netctl@wireless\x2dwpa.service has failed.
    -- The result is failed.
    Jun 18 21:52:53 valinor systemd[1]: Unit netctl@wireless\x2dwpa.service entered failed state.
    The fact that I can find the see the network with iwlist wlan0 scanning leads me to believe that the driver is working fine, but I could be wrong. I am using ndiswrapper with a Windows driver.
    I appreciate any suggestions! Thanks.
    Last edited by lwalen (2013-06-19 04:04:54)

    If you are using the 'Key=\"hexkeyhere' netctl parameter, it would seem taht you apparently think you should be using wep. If it is wep, you could just connect with iwconfig directly.  But from scanning through all that ouput and stuff, I am really not sure if you are using wpa or wep.  I think using "iw dev wlan0 scan" will provide more in depth info than iwlist.

  • [Solved] Unable to connect to wireless network, but can see it.

    Hi,
    I hope someone can help me figure this out. I'm attempting to install Arch on a new computer and having trouble setting up the wireless.
    Running "lspci -k" I see that I have an Intel network controller which uses the iwlwifi driver.
    "dmesg | grep iwlwifi"
    contains the line "loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm", so it looks like the driver is working properly.
    When I run "wifi-menu" I can see my university's networks. I then select one and am prompted to save the generated profile. Upon doing so I receive a "CONNECTING FAILED" error.
    I'm not sure where to go from here, so any advice would be greatly appreciated.
    Edit: The problem was with my university wifi not recognizing my MAC address. It's solved now.
    Last edited by jrogers (2014-04-26 01:19:57)

    The problem is solved. The correct password was NOT the Netgear password. It was the network name. Go figure.

Maybe you are looking for

  • Pages 5.2 how to view number of pages in a document

    Is there a simple way to view the number of pages in the document I am working on? In 4.3 I can see this at the bottom of the page e.g. "page 37 of 215". I would like to see both the page I am currently on and the total number of pages in the documen

  • Compilation error "Error: SCAC-50012"

    Hi All, I am getting the compilation error "Error: SCAC-50012". I zeroed it on to Java embedding, which is causing this Problem. I went through many forums, and applied two patched(Patch for BUG 12669830 and the Patch 11066656) which asks me to repla

  • Custom file logging

    Fellow Developers, I am new to ID CS3 plug-in development and am trying to log commands (implemented a document observer) to a custom log file. Whats the best way to log? - TRACEFLOW (found this macro in another posting)? - MessageLog (found this in

  • Opening .toast files causes my MAC to become unresponsive

    Hi, My Macbook Pro (17-inch, Mid 2010 -  2.66 GHz Intel Core i7 -  8 GB 1067 MHz DDR3 - NVIDIA GeForce GT 330M 512 MB - Mac OS X Lion 10.7.2 (11C74)) has recently developed an extremely frustrating problem, it occurs whenever I try to open a .toast f

  • Can the file size be reduced?  Large presentations cannot be emailed due to size.

    Can the file size be reduced.  Many power point presentations cannot be mailed as attachements