No wireless in NetworkManager

Hello everyone,
I have a problem with my wireless adapter. It has stopped working after i installed "create_ap" package for sharing wifi_connection. Before using 'create_ap' everything was working perfectly. Now i unistalled 'create_ap' but the problem still persists.
Each time i go into NetworkManager i cannot see an ampty wireless network.
Ethernet cable networking works correctly. Modules are properly loaded.
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
Subsystem: Razer USA Ltd. Device 6748
Kernel driver in use: r8169
Kernel modules: r8169
04:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
Subsystem: Bigfoot Networks, Inc. Device 2003
Kernel driver in use: ath9k
Kernel modules: ath9k
These are my network interfaces:
[cristobal@orion ~]$ 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: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 94:de:80:6d:a3:80 brd ff:ff:ff:ff:ff:ff
3: wlp4s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether bc:85:56:a5:7a:31 brd ff:ff:ff:ff:ff:ff
I have also tried setting wireless interface up manually, but no success.
[cristobal@orion ~]$ sudo ip link set wlp4s0 up
[cristobal@orion ~]$ 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: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 94:de:80:6d:a3:80 brd ff:ff:ff:ff:ff:ff
3: wlp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether bc:85:56:a5:7a:31 brd ff:ff:ff:ff:ff:ff
These are the systemd services:
[cristobal@orion ~]$ sudo systemctl --type=service
UNIT LOAD ACTIVE SUB DESCRIPTION
accounts-daemon.service loaded active running Accounts Service
acpid.service loaded active running ACPI event daemon
bumblebeed.service loaded active running Bumblebee C Daemon
colord.service loaded active running Manage, Install and Generate Color Profil
cups.service loaded active running CUPS Printing Service
dbus.service loaded active running D-Bus System Message Bus
gdm.service loaded active running GNOME Display Manager
kmod-static-nodes.service loaded active exited Create list of required static device nod
lm_sensors.service loaded active exited Initialize hardware monitoring sensors
ModemManager.service loaded active running Modem Manager
NetworkManager.service loaded active running Network Manager
polkit.service loaded active running Authorization Manager
rtkit-daemon.service loaded active running RealtimeKit Scheduling Policy Service
systemd-backlight@backlight:acpi_video0.service loaded active exited Load/Save Screen Backlight Brightn
systemd-backlight@backlight:intel_backlight.service loaded active exited Load/Save Screen Backlight Bri
[email protected] loaded active exited File System Check on /dev/sda2
[email protected] loaded active exited File System Check on /dev/sda8
systemd-journald.service loaded active running Journal Service
systemd-localed.service loaded active running Locale Service
systemd-logind.service loaded active running Login Service
systemd-modules-load.service loaded active exited Load Kernel Modules
systemd-random-seed.service loaded active exited Load/Save Random Seed
systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
[email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill
[email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill
systemd-sysctl.service loaded active exited Apply Kernel Variables
systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
systemd-udevd.service loaded active running udev Kernel Device Manager
systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
systemd-user-sessions.service loaded active exited Permit User Sessions
systemd-vconsole-setup.service loaded active exited Setup Virtual Console
udisks2.service loaded active running Disk Manager
upower.service loaded active running Daemon for power management
[email protected] loaded active running User Manager for UID 1000
[email protected] loaded active running User Manager for UID 120
wpa_supplicant.service loaded active running WPA supplicant
i have disabled dhcpcd and uninstalled netctl so there are no conflicts for networkmanager.
This is the log of NetworkManager
[cristobal@orion ~]$ sudo systemctl status -l NetworkManager
● NetworkManager.service - Network Manager
Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled)
Active: active (running) since Fri 2014-03-28 22:53:59 CLST; 33min ago
Main PID: 304 (NetworkManager)
CGroup: /system.slice/NetworkManager.service
├─304 /usr/bin/NetworkManager --no-daemon
└─476 /usr/bin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action enp3s0
Mar 28 22:54:21 orion NetworkManager[304]: <info> Activation (enp3s0) Stage 4 of 5 (IPv6 Configure Timeout) started...
Mar 28 22:54:21 orion NetworkManager[304]: <info> Activation (enp3s0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
Mar 28 23:02:50 orion NetworkManager[304]: <info> WiFi hardware radio set disabled
Mar 28 23:02:50 orion NetworkManager[304]: <info> WiFi now disabled by radio killswitch
Mar 28 23:02:57 orion NetworkManager[304]: <info> WiFi hardware radio set enabled
Mar 28 23:02:57 orion NetworkManager[304]: <info> WiFi now enabled by radio killswitch
Mar 28 23:04:29 orion NetworkManager[304]: <info> WiFi hardware radio set disabled
Mar 28 23:04:29 orion NetworkManager[304]: <info> WiFi now disabled by radio killswitch
Mar 28 23:04:41 orion NetworkManager[304]: <info> WiFi hardware radio set enabled
Mar 28 23:04:41 orion NetworkManager[304]: <info> WiFi now enabled by radio killswitch
Any idea on how to solve the problem?
Last edited by labotsirc (2014-03-28 14:27:02)

There are lots of hits regarding the radio killswitch.
You could check the solved ones for a solution that fits you.

Similar Messages

  • KDE apps don't think I have an internet connection

    I am running into a strange problem with KDE. I initially made a thread about how after some updates kopete's initial status wasn't working, when I started it it would set its status to "offline" no matter what. I ended up guessing it was some sort of problem with kopete.
    But today I've been trying to use kget, and it absolutely refuses to download anything. As soon as I start it it says "no internet connection, stopping transfers". I think both these apps rely on networkmanager to get their connection status.
    I am definitely connected to my wireless via networkmanager... Is there anything I am missing here, why do these apps think I'm offline? I have networkmanager, and the networkmanager plasma applet. Its a WPA2 network set to connect automatically. I also tried setting it as the "system connection" in the preferences but it didn't change anything.

    Well, managed to fix it by trying random shit from the networkmanager wiki page. Just making it the system connection didn't help, but doing this in additon to it made everything work:
    With polkit:
    Place the following in /etc/polkit-1/localauthority/50-local.d/10-org-freedesktop-network-manager-settings.pkla
    [Allow user YOURUSERNAME to create wireless connections for all users]
    Identity=unix-user:YOURUSERNAME
    Action=org.freedesktop.NetworkManager.settings.modify.system
    ResultAny=no
    ResultInactive=no
    ResultActive=yes

  • Solved network can't get wifi working on acer 571G

    Hi I have been fiddlin for past day on the issues with not luck.  The problem was initially I can't get wifi connection to work, ethernet is fine. I am using dhcpcd and networkmanager and the kde plasma applet.  I have also used nmtui.   Networkmanager picks up available connections and I have entered correct password but no good.  Can't get wifi activated.  Wired connection is fine.   I will give you some details of both hardware and network.
    This is an acer aspire 571G with a network controller a qualcomm atheros AR9462 wireless network adaptor.
    [laxle@acerlap ~]$ lspci -k |grep Network
    03:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
    [laxle@acerlap ~]$ 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: enp2s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
        link/ether b8:88:e3:0e:34:5a brd ff:ff:ff:ff:ff:ff
    3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
        link/ether 08:3e:8e:13:ac:81 brd ff:ff:ff:ff:ff:ff[laxle@acerlap ~]$ dmesg | grep ath9k
    [   10.765254] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
    [laxle@acerlap ~]$ dmesg | grep ath9k
    [   10.765254] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
    [laxle@acerlap ~]$ lsmod
    Module                  Size  Used by
    ctr                    12927  0
    ccm                    17534  0
    bbswitch               12878  0
    nls_iso8859_1          12461  1
    nls_cp437              16553  1
    vfat                   21231  1
    fat                    61984  1 vfat
    coretemp               12820  0
    intel_rapl             17356  0
    joydev                 17063  0
    x86_pkg_temp_thermal    12951  0
    intel_powerclamp       17122  0
    mousedev               17272  0
    ath3k                  12685  0
    kvm_intel             143245  0
    arc4                   12536  2
    kvm                   421519  1 kvm_intel
    ath9k                 147321  0
    ecb                    12737  1
    btusb                  29911  0
    ath9k_common           21746  1 ath9k
    ath9k_hw              424382  2 ath9k_common,ath9k
    bluetooth             402850  3 ath3k,btusb
    ath                    26067  3 ath9k_common,ath9k,ath9k_hw
    crct10dif_pclmul       13394  0
    crc32_pclmul           12915  0
    crc32c_intel           21809  0
    mac80211              604448  1 ath9k
    ghash_clmulni_intel    12978  0
    aesni_intel           163855  1
    snd_hda_codec_hdmi     49213  1
    aes_x86_64             16719  1 aesni_intel
    cfg80211              445286  4 ath,ath9k_common,ath9k,mac80211
    lrw                    12757  1 aesni_intel
    uvcvideo               78952  0
    tg3                   164576  0
    videobuf2_vmalloc      12816  1 uvcvideo
    videobuf2_memops       12519  1 videobuf2_vmalloc
    videobuf2_core         47827  1 uvcvideo
    v4l2_common            12995  1 videobuf2_core
    ptp                    17692  1 tg3
    pps_core               17225  1 ptp
    videodev              135040  3 uvcvideo,v4l2_common,videobuf2_core
    mei_me                 17900  0
    acer_wmi               17603  0
    snd_hda_codec_realtek    67469  1
    sparse_keymap          12818  1 acer_wmi
    rfkill                 18867  4 cfg80211,acer_wmi,bluetooth
    snd_hda_codec_generic    63126  1 snd_hda_codec_realtek
    media                  18365  2 uvcvideo,videodev
    gf128mul               12970  1 lrw
    iTCO_wdt               12831  0
    libphy                 32315  1 tg3
    iTCO_vendor_support    12649  1 iTCO_wdt
    i915                  905750  3
    glue_helper            12649  1 aesni_intel
    hwmon                  12930  2 tg3,coretemp
    ablk_helper            12572  1 aesni_intel
    drm_kms_helper         80934  1 i915
    drm                   259106  5 i915,drm_kms_helper
    psmouse               107214  0
    evdev                  21544  16
    cryptd                 18553  3 ghash_clmulni_intel,aesni_intel,ablk_helper
    pcspkr                 12595  0
    mac_hid                12633  0
    serio_raw              12849  0
    mei                    75079  1 mei_me
    intel_gtt              17848  1 i915
    i2c_algo_bit           12744  1 i915
    i2c_i801               16965  0
    i2c_core               50152  7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,v4l2_common,videodev
    battery                17452  0
    ac                     12715  0
    lpc_ich                20768  0
    snd_hda_intel          26387  2
    snd_hda_controller     26938  1 snd_hda_intel
    shpchp                 35210  0
    button                 12953  1 i915
    video                  18043  2 i915,acer_wmi
    snd_hda_codec         108536  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep              17244  1 snd_hda_codec
    snd_pcm                88487  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer              26614  1 snd_pcm
    snd                    73436  12 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    soundcore              13031  2 snd,snd_hda_codec
    processor              27777  0
    wmi                    17339  1 acer_wmi
    sch_fq_codel           17343  10
    nfs                   208524  0
    lockd                  87318  1 nfs
    sunrpc                249295  2 nfs,lockd
    fscache                53701  1 nfs
    ext4                  501833  1
    crc16                  12343  2 ext4,bluetooth
    mbcache                17171  1 ext4
    jbd2                   86417  1 ext4
    sd_mod                 44398  3
    sr_mod                 21903  0
    crc_t10dif             12431  1 sd_mod
    cdrom                  47479  1 sr_mod
    crct10dif_common       12356  2 crct10dif_pclmul,crc_t10dif
    atkbd                  22254  0
    libps2                 12739  2 atkbd,psmouse
    ahci                   33291  2
    libahci                27158  1 ahci
    libata                181518  2 ahci,libahci
    sdhci_pci              22095  0
    ehci_pci               12512  0
    xhci_hcd              157068  0
    sdhci                  39043  1 sdhci_pci
    ehci_hcd               69939  1 ehci_pci
    led_class              12859  3 ath9k,sdhci,acer_wmi
    scsi_mod              147543  3 libata,sd_mod,sr_mod
    mmc_core              110434  2 sdhci,sdhci_pci
    usbcore               199381  6 ath3k,btusb,uvcvideo,ehci_hcd,ehci_pci,xhci_hcd
    usb_common             12440  1 usbcore
    i8042                  18002  2 acer_wmi,libps2
    serio                  18282  6 serio_raw,atkbd,i8042,psmouse
    I would appreciate any help and let me know if you what info you need.  Thanks
    Last edited by leonax (2014-11-19 23:15:09)

    After another day of trying I think I have NetworkManager working but not sure how good, especially when I don't have a clue what I am doing I have read, re read wireless and networkmanager wikis and it was not until I looked for a step by step guide that I found this http://evilshit.wordpress.com/2012/09/1 … th-gnome3/.  Although for gnome it is much the same for kde where you install kde plasma nm-applet.  In this article it did specically state to remove all dhcpcd services. 
    In the NetworkManager wiki I did state " Note: You must ensure that no other service that wants to configure the network is running; in fact, multiple networking services will conflict. You can find a list of the currently running services with systemctl --type=service and then stop them."  However it was not until I read the evilshit article that I found out dhcpcd had to be removed.  For newbies wikis need to be more specific.  Enspecially I think  setting up ethernet and wireless connections.
    Last edited by leonax (2014-11-20 21:11:57)

  • [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.

  • [SOLVED] NetworkManager taking long time to show available wireless

    I've been using Arch since May. I never had any problems connecting to wifi--my laptop has always connected automatically to my home wireless network within a few seconds of booting to my desktop. I use Network Manager, with the network-manager-applet on my panel.
    All of a sudden, for no apparent reason, every time I boot now I cannot connect to the internet for several minutes: When I click on the panel applet there are no available wireless networks listed. It's only after several minutes (it varies slightly, usually after about 2 minutes) that available wireless networks finally show up in the applet.
    The physical wifi switch on the laptop is securely in the "on" position. NetworkManager is running as soon as the system boots, and lsmod shows me that iwlwifi module is loaded. There are no errors in the journal. I haven't changed any network settings in a long time. Why is it suddenly taking NetworkManager several minutes to show me the available wireless networks after a reboot?
    EDIT: During the time when I have no wireless networks available I get this:
    eileen@vaio ~ $ nmcli general status
    STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
    disconnected none enabled enabled enabled enabled
    eileen@vaio ~ $ iwconfig # notice that wlp2s0 is not listed in the output!
    enp4s0 no wireless extensions.
    lo no wireless extensions.
    eileen@vaio ~ $ nmcli dev connect wlp2s0
    Error: Device 'wlp2s0' not found.
    eileen@vaio ~ $ sudo ip link set wlp2s0 up
    Cannot find device "wlp2s0"
    After wireless networks finally show up in the applet, I get this:
    eileen@vaio ~ $ nmcli general status
    STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
    connected full enabled enabled enabled enabled
    eileen@vaio ~ $ iwconfig
    enp4s0 no wireless extensions.
    wlp2s0 IEEE 802.11abgn ESSID:"blue"
    Mode:Managed Frequency:2.437 GHz Access Point: 98:FC:11:86:9C:EC
    Bit Rate=78 Mb/s Tx-Power=15 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=62/70 Signal level=-48 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:34 Missed beacon:0
    lo no wireless extensions.
    tun0 no wireless extensions.
    Could the problem be that the kernel is taking a long time to detect my wireless card and designate it as wlp2s0 (which needs to happen before NetworkManager can do anything)? If so, how can I tell the kernel to prioritize looking for a wireless card when the system boots?
    Last edited by bdantas (2014-12-09 03:22:29)

    After I'm finally connected, dmesg gives me this:
    eileen@vaio ~ $ dmesg | grep iwlwifi
    [ 15.089340] iwlwifi 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 15.089499] iwlwifi 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 15.190528] iwlwifi 0000:02:00.0: Direct firmware load failed with error -2
    [ 15.190531] iwlwifi 0000:02:00.0: Falling back to user helper
    [ 75.324699] iwlwifi 0000:02:00.0: Direct firmware load failed with error -2
    [ 75.324705] iwlwifi 0000:02:00.0: Falling back to user helper
    [ 135.843224] iwlwifi 0000:02:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
    [ 135.926866] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 135.926874] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 135.926879] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 135.926885] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
    [ 135.926991] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    [ 136.063045] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    [ 136.069775] iwlwifi 0000:02:00.0: Radio type=0x1-0x3-0x1
    [ 136.288670] iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    [ 136.295360] iwlwifi 0000:02:00.0: Radio type=0x1-0x3-0x1
    Notice the firmware load failures at 15 and 75 seconds after boot, and the fact that it's not until 135 seconds that the firmware for the wireless card is finally loaded.
    This suggests to me that the culprit is either the kernel (and/or its iwlwifi module) or the actual firmware. I will try different versions of these packages (linux, linux-lts, and linux-firmware) and will report back.
    Last edited by bdantas (2014-12-09 12:31:55)

  • [Solved]Wireless works sometimes with networkmanager

    I have posted about a similar problem before (http://bbs.archlinux.org/viewtopic.php?id=49124) and people suggested I unhide the wireless network and use a different program.  I have done that however it fixed little.  I have a broadcom card, and I use the ndiswrapper (which is working well).  I'm trying to connect to a wpa network.
    Networkmanager:
    This is the only way I can get on the internet (so far).  This works about 1/2 the time.  When I have to establish or reestablish a connection it doesn't always work.  When it doesn't work the last line of my daemon log gets stuck on
    <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Then I get these lines
    <info> Supplicant state changed: 0
    <info> Activation (wlan0/wireless): association took too long (>20s), failing activation.
    <info> Activation (wlan0) failed for access point (mswebsys)
    In the task bar, when it doesn't work, I see two gray circles (like its trying to connect).  When it works, the bottom circle becomes green, then the top circle becomes green.
    Wicd
    When I try connecting, I get stuck on obtaining ip address and the log reads:
    DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
    then it times out
    Netcfg
    Using this method nothing in ifconfig nor in iwconfig changes.  After about a minute (presumably after a time out) I get an output of association failed.
    My profile
    CONNECTION="wireless"
    INTERFACE=wlan0
    SCAN="yes"
    SECURITY="wpa"
    ESSID="name"
    KEY="secret"
    IP="dhcp"
    TIMEOUT=20
    I'm not sure what to do from here, but I think the problems these 3 programs have are linked.  I think the problem lies with dhcp or/and the wpa supplication because all 3 programs time-out around there.  I switch networks often, so I would prefer not to manually setup wpa_supplication config or spend a lot of time on the command line.  Any help would be appreciated.
    It's a driver problem, if ndiswrapper isn't working, try the b43 driver.  I have been using the b43 driver for the last couple days, and I can easily connect and I stay connected.
    Last edited by sam (2008-08-03 23:54:31)

    Thanks for the tip, I'm trying to use the b43 driver and so far it seems to work better, but I'll have to test it for a few days to be sure.  Wicd and netcfg still hang on the same spots, but networkmanager works.
    I've also noticed that my access point appears stronger in the drop down menu in networkmanager; however, my neighbors access point is significantly stronger than it used to be (my access point is now only slightly stronger than my neighbor's who live much farther away).  I'm not sure if the proximity of signal strength will cause problems in the future.
    For those with similar problems, I'm using the broadcom card below (from lspci).
    Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)

  • No login manager + networkManager = no wireless

    Hi, could someone help me out? I'm almost pulling my hair out trying for two days to get the net working. It worked only once then I got back to the same error. It's not a driver fault, it's PAM that isn't playing nice to me, or me with him I guess
    I use openbox and login manually through tty1, then call startx.
    This is the error
    ** (nm-applet:1558): WARNING **: <WARN> activate_connection_cb(): Connection activation failed: No user settings service available
    The relevant links:
    https://bugs.archlinux.org/task/21391 # PAM login and shining's solution
    https://bugs.archlinux.org/task/21796
    https://bbs.archlinux.org/viewtopic.php?id=108084
    Shining solution (that got it working once)  --- (1st link)
    Comment by Xavier (shining) - Sunday, 07 November 2010, 06:58 GMT-5
    I've just spent one hour looking into this pam crap.
    I simply use startx and gnome, because login managers piss me off even more than pam.
    With consolekit 0.4.1, I simply needed this in .xinitrc :
    exec ck-launch-session gnome-session
    With 0.4.2, I also had to bother with pam...
    Just add at the bottom of /etc/pam.d/login:
    session optional pam_loginuid.so
    session optional pam_ck_connector.so
      I used this and it fixed my wireless. I was prompted for the wireless password, stored that in the keyring without pass, because it can get annoying, and browsed the net. I believe I even rebooted just to confirm that it was solved but I'm not sure.
      Now i can't use the wireless again, I get the same error and no prompt for password (maybe because it's already stored or maybe because of the error).
      Maybe the keyring manager needs some permissions too now that the pass is stored? (don't have a clue)
    Enough rambling.
    So I login through tty1 and do startx.
    /etc/rc.conf:
    DAEMONS=(syslog-ng dbus networkmanager !network !netfs @crond @alsa)
    .xinitrc:
    exec ck-launch-session openbox-session ## it was like this when it worked once
    /etc/pam.d/login:
    session optional pam_loginuid.so
    session optional pam_ck_connector.so
    I would REALLY appreciate it if someone could help me out because I'm back to college on monday and I need the wireless. If I can't get it working 'till there I'll have to format the whole thing and reinstall ubuntu and that would be a shame 'cause I'm really linking my fast archie .
    Thanks
    Last edited by Alberto Ferreira (2011-02-12 12:12:31)

    Hi, it turns out it is a problem in login.
    In inittab, I use a C one-liner to log me in automatically:
    execlp("login","login","-f","my_username",NULL)
    I have in .bash_profile:
    [[ -z $DISPLAY && $(tty) = /dev/tty1 ]] && startx;
    And the .bash_profile isn't playing nicely with PAM. If I kill X, logout and login again (without rebooting) it starts working, during that boot.
    If someone knows how to get it working with pam, I'd appreciate it

  • Wireless connection not detected by networkmanager

    Something wrong with my network connections. I've done this like a hundred times (I'm pro at messing up my system and reinstalling) but this time just cannot figure out, gnome netwotk manager installed somewhat broken. because everytime i hit "cancel" on any gui it crashes. and wireless tab does not show any devices availible, however iwconfig shows that everythins is fine.
    wlan0 IEEE 802.11bg ESSID:""
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Tx-Power=27 dBm
    Retry min limit:7 RTS thr:off Fragment thr=2352 B
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    I did disabled (!network) and put networkmanager in rc.conf

    check daemon.log to see if it's the daemon that's having issues. If not then it's the applet that configures the daemon, you can try starting the applet from terminal (nm-applet) to catch any possible output.

  • How to use networkmanager-applet to creat wireless internet sharing?

    hi,
    I'm trying to creat a wireless connection to share internet with another laptop.
    I followed the usual step like how i did it on Ubuntu
    Creat New Wireless Connection-->
    then I setup a connection
    Mode: Ad-hoc  (No security password, cuz it's for testing)
    ipv4 settings: Method: shared to other computers
    when I tried to connect to this connection, it does work for only a second. the notify-osd says connection established, then changed into disconnected right after. and the connection does was detected on the other laptop (with vista), but only last about a second.
    I have no idea what happed. but it works perfectly on Ubuntu, with the same operations.
    also, if I create a connection on vista, it can connect to that connection.
    what should I do to make it works as well as how it does in unbuntu?
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Asia/Shanghai"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(acpi_cpufreq cpufreq_ondemand cpufreq_powersave usblp usbcore)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="kwan-laptop"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(lo !eth0 !ath0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng hal fam cpufreq @laptop-mode ufw networkmanager dnsmasq netfs cups crond avahi-daemon !network !lastfmsubmitd !lastmp alsa gdm)
    [kwan@kwan-laptop ~]$ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:13:A9:50:3D:2B
    inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::213:a9ff:fe50:3d2b/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1628 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1788 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1061372 (1.0 Mb) TX bytes:276083 (269.6 Kb)
    Interrupt:16
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:694 errors:0 dropped:0 overruns:0 frame:0
    TX packets:694 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:34780 (33.9 Kb) TX bytes:34780 (33.9 Kb)
    wlan0 Link encap:Ethernet HWaddr 00:19:7D:C0:F8:5A
    inet6 addr: fe80::219:7dff:fec0:f85a/64 Scope:Link
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:90 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:20024 (19.5 Kb)
    wmaster0 Link encap:UNSPEC HWaddr 00-19-7D-C0-F8-5A-00-00-00-00-00-00-00-00-00-00
    UP RUNNING MTU:0 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    I can't get this to work either.  I've tried everything I can think of.
    Relevant configuration file:
    # DHCP configuration generated by Firestarter
    ddns-update-style interim;
    ignore client-updates;
    subnet 192.168.1.0 netmask 255.255.255.0 {
        option routers 192.168.1.1;
        option subnet-mask 255.255.255.0;
        option domain-name-servers 128.253.180.2, 132.236.58.250;
        option ip-forwarding off;
        range dynamic-bootp 192.168.1.100 192.168.1.110;
        default-lease-time 21600;
        max-lease-time 43200;
    dnsmasq is installed and running.
    created ad-hoc network in nm-applet, tried all sorts of different configs in there to no avail.
    Has anyone gotten this working in Arch?

  • Networkmanager wireless stopped working [SOLVED]

    I'm not sure what happened, but within the last week or two networkmanager decided to stop working  with wireless networks - I use knetworkmanager-svn primarily so that's where I first noticed the problem.  When trying to connect to my home WEP-protected network (haven't tried with non-WEP yet), it immediately flashes a message - and I mean flash, it's up for milliseconds - and then returns to the disconnected icon.  With the gnome applet it similarly fails - the rotating blue icon and then the disconnected icon.  I have no idea why these aren't working, although I assume it's something underneath the frontends as both of the applets fail.  There hasn't been a recent update to networkmanager, so perhaps it's the latest wireless_tools package.  I'll check on that and report the results.
    As of 5/18/07, my system is i686 and completely up-to-date (non-testing).
    Thanks for any help on this issue!
    Nick
    Edit:  As for the [SOLVED] tag - I'm not sure what I did, but after reordering my DAEMONS line and commencting everything in /etc/conf.d/wireless, it started working!  Networkmanager is awfully finicky...
    Last edited by Shirakawasuna (2007-05-19 06:27:14)

    hahahaha
    why it happened to me and I figured the problem out in less than a second?
    Try this: blacklist ath5k and load ath_pci
    something like this.
    /etc/rc.conf
    MODULES=(!pcspkr !ath5k ath_pci loop fuse)
    Got it?
    See ya.
    Last edited by kjon (2008-06-16 02:59:26)

  • NetworkManager dbus + wireless issue

    I still seem to intermittently get this issue with networkmanager and it seems to be related to dbus.  I have no idea why it began working for a couple of days and then stopped working after a restart, but if I edit /etc/dbus-1/system.d/NetworkManager I can get it mostly-working (with knetworkmanager-svn).
    I am using: networkmanager-0.6.5-1, dbus 1.0.2-4, wireless_tools-29pre21-1, knetworkmanager-svn-632905-1, and a broadcom BCM4318 wireless card + ndiswrapper.  This issue seems to occur with the gnome applet as well, but it is less verbose.
    Here is the section of NetworkManager we're interested in (I think):
    <policy group="network">
    <allow own="org.freedesktop.NetworkManagerInfo"/>
    <allow send_destination="org.freedesktop.NetworkManager"/>
    <allow send_interface="org.freedesktop.NetworkManager"/>
    Notice how I've added the <allow own=""/> line.  If I do not add this, it gives me an error similar to this: 'Connection ":1.19" is not allowed to own the service "org.freedesktop.NetworkManagerInfo" due to security policies in the configuration file'.  If I restart the important services (dbus, dhcdbd, networkmanager) after changing the file, I no longer get this message, although I do get some possibly disconcerting others like:
    knetworkmanager: Encryption::isValid failed, bad inputs
    knetworkmanager: Error: Could not serialize security information.
    That security information error above occurs on the first attempt to connect (which fails).  If I wait about ten seconds more and try again, the error disappears and I can connect just fine.
    It also seems that others have this problem:
    I am primarily annoyed by this issue because 1) my fix doesn't work and I don't know enough about it or its prevalence to warrant filling out a bug report yet and 2) it seems to come and go and I can't for the life of me tell what's making it act like that.
    Any help is greatly appreciated!
    Nick B

    *bump*.   For  a little while it would have this strange behavior wherein I couldn't connect the first time (it'd flash the 'working' screen), the second time it would connect and then disconnect in a couple of seconds, and the third time stuck.  After uninstalling and reinstalling, the earlier issue is back - possibly a restart would return me to the earlier behavior, but it is still non-ideal.  I'm hoping someone has a fix or can corroborate by voting for/commenting on this bug: http://bugs.archlinux.org/task/7266.  Thanks!

  • [SOLVED] NetworkManager kills wireless speed

    When I connect my work wifi network using NetworkManager, the speed unstable -- with it being less than 1KB/s more often than not. The connection speed seems to be fine when I disable NetworkManager and use a simple iwconfig essid key command and dhcpcd. My laptop is dual-boot, and the speed is fine in Windows as well.
    NetworkManager seems to be setting my resolv.conf correctly.
    Signal strength is not an issue.
    Wireless chip is Intel 6000 series AGN using iwlagn driver.
    Rather baffling problem to me. Ideas?
    Last edited by Hamsterkill (2012-03-16 21:47:18)

    I don't have access to router configuration at my job, unfortunately.
    I did try manually configuring my IP, DNS and Gateway for the connection, though. When I did that, the connection speed seemed more stable -- never cutting out completely. Tx aggregation didn't get enabled in dmesg. However, wireless speed was still only 1-1.5Mbps in speedtests whereas I get a full 20Mbps when I use the iwconfig+dhcpcd method.
    EDIT: It also seemed to have attached to a much farther access point for the network than normal when I did that way, so I just manually configured the BSSID as well and tried to run a speedtest. I got a nice speed initially, (15Mbps) but it cut the connection quickly and wouldn't even run the upload test. So I looked at dmesg and Tx aggregation was enabled on the connection again.
    Last edited by Hamsterkill (2012-03-16 21:20:46)

  • Dell Studio 17, Broadcom Wireless 4353, BCM43XX, KDE + NetworkManager

    Hi
    I have a new Dell Studio 17. I have recently started using Arch and I am really enjoying it, previously I was on OpenSuse.
    I have gotten most of what I need working. The only thing I have gotten stuck on is my wireless drivers.
    I previously had an older Dell Studio 17 that was stolen but I easily got the wireless working in OpenSuse.
    This new machine that is  an insurance replacement seems to be using a much newer wireless chipset.
    Can anybody please help me sort this out. I have read that some people have had some success with this chipset.
    I have been using the following wiki page as my primary reference for setup and trouble shooting.
    - https://wiki.archlinux.org/index.php/Broadcom_BCM43XX
    I am able to see my wireless network in NetworkManager but I am unable to connect to it.
    My wireless network is setup to use WPA-PSK.
    lspci -nn | grep 14e4 returns:
    08:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:4353] (rev 01)
    /var/log/messages.log - I think the " failed to activate (timeout)" is the problem
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 1 of 5 (Device Prepare) scheduled...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 1 of 5 (Device Prepare) started...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 2 of 5 (Device Configure) scheduled...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 1 of 5 (Device Prepare) complete.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 2 of 5 (Device Configure) starting...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> (lan0): device state change: 4 -> 5 (reason 0)
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 2 of 5 (Device Configure) successful.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 3 of 5 (IP Configure Start) scheduled.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 2 of 5 (Device Configure) complete.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 3 of 5 (IP Configure Start) started...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> (lan0): device state change: 5 -> 7 (reason 0)
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 4 of 5 (IP4 Configure Get) scheduled...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 3 of 5 (IP Configure Start) complete.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 4 of 5 (IP4 Configure Get) started...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 5 of 5 (IP Configure Commit) scheduled...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 4 of 5 (IP4 Configure Get) complete.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 5 of 5 (IP Configure Commit) started...
    Dec 18 18:15:56 justin NetworkManager[4218]: <info> (lan0): device state change: 7 -> 8 (reason 0)
    Dec 18 18:15:56 justin NetworkManager[4218]: <info> Policy set 'Home - eth' (lan0) as default for IPv4 routing and DNS.
    Dec 18 18:15:56 justin NetworkManager[4218]: <info> Activation (lan0) successful, device activated.
    Dec 18 18:15:56 justin NetworkManager[4218]: <info> Activation (lan0) Stage 5 of 5 (IP Configure Commit) complete.
    Dec 18 18:42:32 justin NetworkManager[4218]: <warn> connection /org/freedesktop/NetworkManagerSettings/1 (scope 2) failed to activate (timeout)
    Dec 18 18:42:52 justin NetworkManager[4218]: <info> (lan0): device state change: 8 -> 3 (reason 0)
    Dec 18 18:42:52 justin NetworkManager[4218]: <info> (lan0): deactivating device (reason: 0).
    Dec 18 18:42:52 justin NetworkManager[4218]: <info> Activation (lan0) starting connection 'Home - eth'
    /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Africa/Johannesburg"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(acpi-cpufreq cpufreq_ondemand cpufreq_powersave cpufreq_powersave cpufreq_conservative lib80211 lib80211_crypt_tkip wl !b43 !ssb !i915)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="justin"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.3 netmask 255.255.255.0 broadcast 192.168.0.255"
    #eth0="dhcp"
    INTERFACES=(!eth0 !wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # Note: If you already have hal specified in your DAEMONS, there is no need
    # to add acpid. HAL will automatically detect and load the acpid daemon.
    DAEMONS=(syslog-ng dbus hal dhcpcd bluetooth networkmanager !network netfs alsa crond)

    I found what the problem was.
    I am very pleased to say that it was not the drivers that were causing the problem.
    The problem turned out to be NetworkManager. I really like the NetworkManager GUI so I am not please to have to give it up.
    I am currently giving wicd + wicd-client-kde a try and if I don't like it I might try Netcfg.
    At least now I have a working wireless solution.

  • [SOLVED] NetworkManager not starting wireless at startup

    I am new to Arch Linux and my only problem so far has been the wireless. At startup NetworkManager loads fine but it does not bring up the wireless. I know when it is on by the orange light by my power button. I have atheros card and use ath9k. After I login there is still no wireless on. I go to network manager and turn wireless on. (gnome shell). Everything works after that. For troubleshooting, I put in rc.conf "ifconfig wlan0 up". The message is get is wlan0 no such device or something like that in similar words. I have removed that from rc.conf but despite the error message my orange light turns on but networkmanager does not detect it. I press click the wireless on and the wireless starts to connect. In terminal if I do ifconfig wlan0 down, NetworkManager takes a while to detect that this has been done and then turns the wireless back on by itself. I am pretty sure I have something minor in the installation instructions. Any help is much appreciated.
    Last edited by quasifilmie (2011-10-27 18:32:50)

    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    #   LANG in /etc/locale.conf takes precedence
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    #   in the hardware clock being left untouched (useful for virtualization)
    #   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    #   to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    #   Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/Toronto"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    #   Replace every !module by an entry as on the following line in a file in
    #   /etc/modprobe.d:
    #     blacklist module
    #   See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="myhost"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    #   - interface: name of device (required)
    #   - address: IP address (leave blank for DHCP)
    #   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    #   - broadcast: broadcast address (ignored for DHCP) (optional)
    #   - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up (dialog package required)
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    # If you are sure nothing else touches your hardware clock (such as ntpd or
    # a dual-boot), you might want to enable 'hwclock'. Note that this will only
    # make a difference if the hwclock program has been calibrated correctly.
    # If you use a network filesystem you should enable 'netfs'.
    DAEMONS=(syslog-ng crond dbus networkmanager gdm)

  • I cant find wireless interface changing for networkmanager.

    hi,
    i am noob with archlinux.
    i searched a lot but cant find any solution for networkmanager for updated archlinux
    i looked into wiki and forum
    i found connect with netcfg. but i dont want use it. i want to use networkmanager..
    my problem is my laptop is cannot connect wireless network.
    it can search, but cannot connect
    problem: system is setting wireless interface automaticaly as : wlan0
    but my interface is : wlp2s0
    so with netcfg, i am typing on terminal "wifi-menu wlp2s0" and can connect
    but i cant find a solution for networkmanager
    i looked into conf files in networkmanager but there is no interface settings
    before it is in rc.conf
    i was changing it in rc.conf but it changed you know
    how can i change networkmanager's interface to wlan0 to wlp2s0 ?

    Perhaps this wiki page can help you. The wiki is your friend.

Maybe you are looking for