[SOLVED] Trying to connect to wireless network

EDIT: A guy on the Linux Questions forum recommended I try the STA driver and it works perfectly now!
Hey guys! I installed Arch last night, and have been trying to get the wifi working since. I tried using ifconfig/iwconfig/etc. but it never actually connects D:
Any help would be awesome!
-Peter
Last edited by phpeter (2010-12-25 16:17:36)

Ghaad,
The "essie" was a typo, haha. I was posting from my iPod and it auto-corrected essid.
Here is the output of iwlist wlan0 scan:
Cell 02 - Address: 00:25:9C:C9:F2:09
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=70/70 Signal level=-30 dBm
Encryption key:on
ESSID:"Forsee"
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=000000aaa5813a62
Extra: Last beacon: 203ms ago
IE: Unknown: 0006466F72736565
IE: Unknown: 010882848B962430486C
IE: Unknown: 03010B
IE: Unknown: 2A0104
IE: Unknown: 2F0104
IE: Unknown: 32040C121860
IE: Unknown: 2D1A7C181BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D160B001700000000000000000000000000000000000000
IE: Unknown: DD6F0050F204104A00011010440001021041000100103B00010310470010C0E406C3E24703A03A78BB6597324F1C102100074C696E6B737973102300075752543136304E102400063132333435361042000234321054000800060050F2040001101100075752543136304E100800020084
IE: Unknown: DD050050F20500
IE: Unknown: DD090010180202F4050000
IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
IE: Unknown: DD1E00904C337C181BFFFF000000000000000000000000000000000000000000
IE: Unknown: DD1A00904C340B001700000000000000000000000000000000000000
Also, I tried dhcpcd wlan0 --timeout 40 and it didn't work. Maybe because I'm using networkmanager at the same time?

Similar Messages

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

  • Connection timeout error trying to connect to wireless network

    Going nuts...
    I have my Time Capsule plugged into an outlet that runs back to my switch (Netgear) which in turn goes into my modem (AT&T uverse).
    (the switch runs out to about 6 ethernet outlets in my house)
    Everything was working grand until I screwed something up, no idea what, of course!
    I have set my Time Capsule set up...
    In the AirPort Utility
    AirPort tab
    Wireless mode:create a wireless network
    Connect using: Ethernet
    Internet tab
    Connect using: Ethernet
    Connection sharing: Off (Bridge mode)
    From these settings I can see the wireless network I have set up, but I can't connect to it (get a 'connection timeout' error when trying to connect to the wireless network using my laptop)
    When I try to change to Conenction Sharing to: 'share a public IP address' or 'distribute a range of IP address', then I get other errors... (DHCP Beginning and DHCP Ending Address Errors).
    Any advice would be great - thanks! 

    Bridge Mode is the correct setting for your Time Capsule.
    To aid in troubleshooting, I suggest that you temporarily move the Time Capsule close to the Uverse router and connect directly to one of the Ethernet ports on that device. Test to see if your wireless is working.
    If yes, then move the Time Capsule again and this time temporarily connect to the Ethernet switch to test that way.
    Keep working your way outward, testing as  you go. If the wireless works on the first test when you connect directly to the Uverse router, at some point, you will find the connection problem. It's almost always something simple, like an Ethernet cable that is not making a good connection with one of the Ethernet ports.

  • After reinstall of OS on iBook G4, getting an AirPort error when trying to connect to wireless network

    Just erased and reinstalled the OS (Tiger OS X v10.4) on my old iBook G4 so I could give a wiped clean laptop to my young son. At the point in the reinstall process where I Select a Wireless Service. When I enter the correct password for my correctly selected home wireless network, it responds with a message box that says, "AirPort error. There was an error joining the selected network." What now? Should I just select "My computer does not connect to the Internet" so I can get past this point? But the fact is, connecting to the internet is about the only thing he's going to use it for. Aaaaarrrrgggghhhh! Please help! All advice welcome...

    Thanks for your response, but the initial problem is that I'm still stuck in the set-up process. I can't move past this screen to get to anything else unless I can get it to accept my wireless network password, or I suppose I could go back one screen to the "How Do You Connect?" screen and select "My computer does not connect to the Internet." I presume that might get me past this set-up phase into an area where I could futz around with settings. But I was concerned about disabling something I couldn't fix later (me, not a techie!) by selecting that. What's the consensus? Should I just do that so I can get out of the set-up process? Will I be able to reactivate my AirPort once I'm just in operating mode? I really should be more technically proficient than this...

  • [Solved] Netctl - Cannot connect to wireless network

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

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

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

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

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

  • Need HELP! connecting to wireless network; IP Address problems!

    I am trying to connect to wireless networks using the AirPort built into my MacBook Pro. There are two specific networks I am trying to connect to, both are WEP protected. I know the passwords and can get into each of them but I cannot connect to the internet, which is the main reason for connecting to them in the first place! When I go into System Preferences and click on Network, I see that next to AirPort it says I am connected to the network but may not be able to connect to the internet because my computer has a Self Assigned IP address. I assume this means my computer is not receiving an IP address from the network. I am set on full auto with DHCP. So what's wrong? Please Help!!!

    That indicates that the MacBook Pro did not successfully communicate with the DHCP server on the network. Do those networks have access control (MAC address filtering) enabled? If so, the best solution is to reconfigure the base station so that this feature is disabled. This adds no real security since MAC addresses are easily discovered and cloned.
    If you can't disable access control, you will need to add the MAC address of the wireless interface of your MacBook Pro to the list of allowed clients.

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

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

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

  • I am trying to join my wireless network and I am getting the error "Could not join" A connection timeout occurred.

    I am trying to join my wireless network and I am getting the error "Could not join" A connection timeout occurred.
    Any suggestions

    It is very tough to help you when you don't fill out your profile, this is needed to get an idea of what your system looks like. Please read the Profile Update for instructions. Once you post that info then we have a starting point to begin helping you.

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

    Hello,
    I updated my system some days ago and, after that, I can't connect to wireless networks any more.
    My network card is ath9k and I'm currently using wicd.
    When I try to connect to my wireless network, I get "Veryfing AP association" message, then it fails to connect.
    Here's the dmesg output :
    [ 6369.650201] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 6369.824358] r8169 0000:05:00.0 eth0: link down
    [ 6369.824375] r8169 0000:05:00.0 eth0: link down
    [ 6369.824398] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 6369.936721] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 6371.462702] r8169 0000:05:00.0 eth0: link up
    [ 6371.462718] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 6373.214209] wlan0: authenticate with 00:1c:10:57:47:17
    [ 6373.236813] wlan0: send auth to 00:1c:10:57:47:17 (try 1/3)
    [ 6373.248706] wlan0: authenticated
    [ 6373.248735] ath9k 0000:09:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 6373.248737] ath9k 0000:09:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 6373.248739] ath9k 0000:09:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 6373.250756] wlan0: associate with 00:1c:10:57:47:17 (try 1/3)
    [ 6373.253150] wlan0: RX AssocResp from 00:1c:10:57:47:17 (capab=0x411 status=0 aid=3)
    [ 6373.253379] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 6373.253418] wlan0: associated
    [ 6373.253431] ath9k 0000:09:00.0 wlan0: failed to set key 0
    [ 6405.384916] wlan0: deauthenticating from 00:1c:10:57:47:17 by local choice (reason=3)
    [ 6405.387398] cfg80211: Calling CRDA to update world regulatory domain
    [ 6409.789779] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 6409.890892] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 6410.069734] r8169 0000:05:00.0 eth0: link down
    [ 6410.069750] r8169 0000:05:00.0 eth0: link down
    [ 6410.069778] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 6410.263183] r8169 0000:05:00.0 eth0: link down
    [ 6410.263212] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 6411.717705] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 6411.898268] r8169 0000:05:00.0 eth0: link down
    [ 6411.898297] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 6413.630832] r8169 0000:05:00.0 eth0: link up
    [ 6413.630848] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 6415.903790] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 6416.089275] r8169 0000:05:00.0 eth0: link down
    [ 6416.089302] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 6416.089327] r8169 0000:05:00.0 eth0: link down
    [ 6416.386308] r8169 0000:05:00.0 eth0: link down
    [ 6416.386338] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 6418.067675] r8169 0000:05:00.0 eth0: link up
    [ 6418.067691] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    This particular line caught my attention: " wlan0: de-authenticating from 00:1c:10:57:47:17 by local choice (reason=3)". So I searched for it (without the MAC address) on the internet and found several solutions for it, involving wpa_supplicant, dhcpcd, IPv6 (disable it on /etc/sysctl.d/40-ipv6.conf) and card power management (operation not supported, don't have option on BIOS), but none of them worked for me.
    Here's an excerpt from /var/log/wicd/wicd.log:
    2014/03/01 11:48:15 :: Connecting to wireless network Curiosity
    2014/03/01 11:48:15 :: Putting interface down
    2014/03/01 11:48:15 :: Releasing DHCP leases...
    2014/03/01 11:48:15 :: Setting false IP...
    2014/03/01 11:48:15 :: Stopping wpa_supplicant
    2014/03/01 11:48:15 :: Flushing the routing table...
    2014/03/01 11:48:15 :: Putting interface up...
    2014/03/01 11:48:17 :: Attempting to authenticate...
    2014/03/01 11:48:19 :: Setting static IP : 192.168.2.188
    2014/03/01 11:48:19 :: Setting default gateway : 192.168.2.1
    2014/03/01 11:48:19 :: Verifying AP association...
    2014/03/01 11:48:19 :: Attempt 1 of 10...
    2014/03/01 11:48:24 :: Attempt 2 of 10...
    2014/03/01 11:48:27 :: Attempt 3 of 10...
    2014/03/01 11:48:30 :: Attempt 4 of 10...
    2014/03/01 11:48:33 :: Attempt 5 of 10...
    2014/03/01 11:48:36 :: Attempt 6 of 10...
    2014/03/01 11:48:39 :: Attempt 7 of 10...
    2014/03/01 11:48:42 :: Attempt 8 of 10...
    2014/03/01 11:48:45 :: Attempt 9 of 10...
    2014/03/01 11:48:48 :: Attempt 10 of 10...
    2014/03/01 11:48:51 :: Connection Failed: Failed to ping the access point!
    2014/03/01 11:48:51 :: exiting connection thread
    2014/03/01 11:48:55 :: Sending connection attempt result association_failed
    2014/03/01 11:48:55 :: Autoconnecting...
    2014/03/01 11:48:55 :: Attempting to autoconnect with wired interface...
    2014/03/01 11:48:55 :: Putting interface down
    2014/03/01 11:48:55 :: Releasing DHCP leases...
    2014/03/01 11:48:55 :: Setting false IP...
    2014/03/01 11:48:55 :: Stopping wpa_supplicant
    2014/03/01 11:48:55 :: Flushing the routing table...
    2014/03/01 11:48:55 :: Putting interface up...
    2014/03/01 11:48:58 :: Setting static IP : 192.168.2.188
    2014/03/01 11:48:58 :: Setting default gateway : 192.168.2.1
    2014/03/01 11:48:58 :: Connecting thread exiting.
    2014/03/01 11:49:01 :: Putting interface down
    2014/03/01 11:49:01 :: Releasing DHCP leases...
    2014/03/01 11:49:01 :: Setting false IP...
    2014/03/01 11:49:02 :: Stopping wpa_supplicant
    2014/03/01 11:49:02 :: Flushing the routing table...
    2014/03/01 11:49:02 :: Putting interface up...
    2014/03/01 11:49:04 :: Setting static IP : 192.168.2.188
    2014/03/01 11:49:04 :: Setting default gateway : 192.168.2.1
    2014/03/01 11:49:04 :: Connecting thread exiting.
    2014/03/01 11:49:07 :: Sending connection attempt result success
    I've been connecting through wire since then and it's extremely uncomfortable being planted in one place.
    Thanks.
    Last edited by joaowojwicz (2014-04-03 12:17:53)

    ewaller wrote:Well, let's start with a couple sanity checks.  Look at the output of uname -a and of pacman -Qi linux  and ensure that the running kernel (uname) is the same version that is installed.
    Then. please post the output of lspci -nn and of ip link
    Then, take a look at the output of sudo iw wlan0 scan
    and see if you can see your AP.  Also, verify that your wireless is called wlan0 by checking the ouput of ip link
    Okay
    >>log: uname -a
    Linux Canopus 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:10:07 CET 2014 i686 GNU/Linux
    >>log: pacman -Qi linux
    Name : linux
    Version : 3.13.5-1
    Description : The Linux kernel and modules
    Architecture : i686
    URL : http://www.kernel.org/
    Licences : GPL2
    Groups : base
    Provides : kernel26=3.13.5
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your country
    Required By : None
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 61687.00 KiB
    Packager : Thomas Bächler <[email protected]>
    Build Date : Sat 22 Feb 2014 20:11:46 BRT
    Install Date : Mon 24 Feb 2014 02:50:00 BRT
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : SHA256 Sum
    >>log: lspci -nn
    00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
    00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
    00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
    00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
    00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
    00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
    00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
    00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
    00:1c.4 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 [8086:1c18] (rev b5)
    00:1c.7 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 [8086:1c1e] (rev b5)
    00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
    00:1f.0 ISA bridge [0601]: Intel Corporation HM67 Express Chipset Family LPC Controller [8086:1c4b] (rev 05)
    00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 05)
    00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
    05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
    09:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
    0b:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 04)
    Yes, my wireless is called wlan0. I linked something to /dev/null to get the predictable names
    >>log: ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 94:39:e5:f2:17:3f brd ff:ff:ff:ff:ff:ff
    3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 18:03:73:93:4d:1b brd ff:ff:ff:ff:ff:ff
    I'll just paste my wireless connection here.
    >>log: sudo iw wlan0 scan
    BSS 00:1c:10:57:47:17(on wlan0)
    TSF: 59645240249 usec (0d, 16:34:05)
    freq: 2462
    beacon interval: 100 TUs
    capability: ESS Privacy ShortSlotTime (0x0411)
    signal: -31.00 dBm
    last seen: 260 ms ago
    Information elements from Probe Response frame:
    SSID: Curiosity
    Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0
    DS Parameter set: channel 11
    ERP: Barker_Preamble_Mode
    ERP D4.0: Barker_Preamble_Mode
    Extended supported rates: 6.0 9.0 12.0 48.0
    karol wrote:
    Post the list of packages that were updated.
    When posting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
    like this
    It makes the code more readable and - in case of longer listings - more convenient to scroll through.
    Okay, put code tag now. Here's the whole log since Feb, 24th. This was the day I started having problems.
    [2014-02-24 02:32] [PACMAN] Running 'pacman -Suy'
    [2014-02-24 02:32] [PACMAN] synchronizing package lists
    [2014-02-24 02:32] [PACMAN] starting full system upgrade
    [2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
    [2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: depth: 0 valid: 1 signed: 6 trust: 0-, 0q, 0n, 0m, 0f, 1u
    [2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: depth: 1 valid: 6 signed: 60 trust: 1-, 0q, 0n, 5m, 0f, 0u
    [2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: depth: 2 valid: 60 signed: 4 trust: 60-, 0q, 0n, 0m, 0f, 0u
    [2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2015-03-31
    [2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Importing owner trust values...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] ==> Updating trust database...
    [2014-02-24 02:49] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2015-03-31
    [2014-02-24 02:49] [PACMAN] upgraded archlinux-keyring (20140124-1 -> 20140220-1)
    [2014-02-24 02:49] [PACMAN] upgraded hicolor-icon-theme (0.12-2 -> 0.13-1)
    [2014-02-24 02:49] [PACMAN] upgraded banshee (2.6.1-2 -> 2.6.2-1)
    [2014-02-24 02:49] [PACMAN] upgraded bluez (5.14-1 -> 5.15-1)
    [2014-02-24 02:49] [PACMAN] upgraded bluez-cups (5.14-1 -> 5.15-1)
    [2014-02-24 02:49] [PACMAN] upgraded bluez-hid2hci (5.14-1 -> 5.15-1)
    [2014-02-24 02:49] [PACMAN] upgraded bluez-libs (5.14-1 -> 5.15-1)
    [2014-02-24 02:49] [PACMAN] upgraded bluez-plugins (5.14-1 -> 5.15-1)
    [2014-02-24 02:49] [PACMAN] upgraded bluez-utils (5.14-1 -> 5.15-1)
    [2014-02-24 02:49] [PACMAN] upgraded cairo-perl (1.103-2 -> 1.104-1)
    [2014-02-24 02:49] [PACMAN] upgraded cups-filters (1.0.45-1 -> 1.0.46-1)
    [2014-02-24 02:49] [PACMAN] upgraded dbus-glib (0.100.2-1 -> 0.102-1)
    [2014-02-24 02:49] [PACMAN] upgraded dialog (1:1.2_20140112-1 -> 1:1.2_20140219-1)
    [2014-02-24 02:49] [PACMAN] upgraded easytag (2.1.9-1 -> 2.1.10-1)
    [2014-02-24 02:49] [PACMAN] upgraded ethtool (1:3.11-1 -> 1:3.13-1)
    [2014-02-24 02:49] [PACMAN] upgraded flashplugin (11.2.202.336-1 -> 11.2.202.341-1)
    [2014-02-24 02:49] [PACMAN] upgraded libpng (1.6.8-1 -> 1.6.9-1)
    [2014-02-24 02:49] [PACMAN] upgraded gdk-pixbuf2 (2.30.4-1 -> 2.30.5-1)
    [2014-02-24 02:49] [PACMAN] upgraded glib-perl (1.301-1 -> 1.304-1)
    [2014-02-24 02:49] [PACMAN] upgraded gparted (0.17.0-2 -> 0.18.0-1)
    [2014-02-24 02:49] [PACMAN] upgraded pango-perl (1.224-2 -> 1.225-1)
    [2014-02-24 02:49] [PACMAN] upgraded gtk2-perl (1.247-2 -> 1.249-1)
    [2014-02-24 02:49] [PACMAN] upgraded imagemagick (6.8.8.6-1 -> 6.8.8.7-1)
    [2014-02-24 02:49] [PACMAN] upgraded kdesdk-poxml (4.12.2-1 -> 4.12.2-2)
    [2014-02-24 02:49] [PACMAN] upgraded libass (0.10.2-2 -> 0.11.1-1)
    [2014-02-24 02:49] [PACMAN] upgraded libfm (1.1.2.2-2 -> 1.2.0-3)
    [2014-02-24 02:49] [PACMAN] upgraded libftdi (1.1-2 -> 1.1-3)
    [2014-02-24 02:49] [PACMAN] upgraded libindi (0.9.6-7 -> 0.9.7-1)
    [2014-02-24 02:49] [PACMAN] upgraded linux-firmware (20140123.418320b-1 -> 20140217.343e460-1)
    [2014-02-24 02:50] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-02-24 02:50] [ALPM-SCRIPTLET] depmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and minor information. Ignoring.
    [2014-02-24 02:50] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Starting build: 3.13.5-1-ARCH
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Starting build: 3.13.5-1-ARCH
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2014-02-24 02:50] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-02-24 02:50] [ALPM-SCRIPTLET] >>> WARNING: AT keyboard support is no longer built into the kernel.
    [2014-02-24 02:50] [ALPM-SCRIPTLET] >>> In order to use your keyboard during early init, you MUST
    [2014-02-24 02:50] [ALPM-SCRIPTLET] >>> include the 'keyboard' hook in your mkinitcpio.conf.
    [2014-02-24 02:50] [PACMAN] upgraded linux (3.12.9-1 -> 3.13.5-1)
    [2014-02-24 02:50] [PACMAN] upgraded linux-headers (3.12.9-1 -> 3.13.5-1)
    [2014-02-24 02:50] [PACMAN] upgraded lirc-utils (1:0.9.0-69 -> 1:0.9.0-70)
    [2014-02-24 02:50] [PACMAN] upgraded lynx (2.8.7-7 -> 2.8.8-1)
    [2014-02-24 02:50] [PACMAN] upgraded man-pages (3.58-1 -> 3.60-1)
    [2014-02-24 02:50] [PACMAN] upgraded mercurial (2.9-1 -> 2.9-2)
    [2014-02-24 02:50] [PACMAN] upgraded mutter (3.10.3-1 -> 3.10.4-1)
    [2014-02-24 02:50] [PACMAN] upgraded networkmanager (0.9.8.8-1 -> 0.9.8.8-3)
    [2014-02-24 02:50] [PACMAN] upgraded networkmanager-pptp (0.9.8.4-1 -> 0.9.8.4-2)
    [2014-02-24 02:50] [PACMAN] upgraded pcmanfm (1.1.2-2 -> 1.2.0-1)
    [2014-02-24 02:50] [PACMAN] upgraded postgresql-libs (9.3.2-4 -> 9.3.3-1)
    [2014-02-24 02:50] [PACMAN] upgraded ppp (2.4.5-8 -> 2.4.6-1)
    [2014-02-24 02:50] [PACMAN] upgraded python2-configobj (4.7.2-6 -> 5.0.1-1)
    [2014-02-24 02:50] [PACMAN] upgraded python2-urwid (1.1.1-1 -> 1.2.0-1)
    [2014-02-24 02:50] [PACMAN] upgraded python2-zope-interface (4.0.5-2 -> 4.1.0-1)
    [2014-02-24 02:50] [PACMAN] upgraded sbc (1.1-1 -> 1.2-1)
    [2014-02-24 02:50] [PACMAN] upgraded t1lib (5.1.2-4 -> 5.1.2-5)
    [2014-02-24 02:50] [PACMAN] upgraded totem-plparser (3.10.0-4 -> 3.10.1-1)
    [2014-02-24 02:50] [PACMAN] upgraded vimpager (1.8.5-1 -> 1.8.6-1)
    [2014-02-24 02:50] [PACMAN] upgraded vlc (2.1.3-1 -> 2.1.4-1)
    [2014-02-24 02:50] [PACMAN] upgraded webkitgtk (2.2.4-2 -> 2.2.5-1)
    [2014-02-24 02:50] [PACMAN] upgraded wine (1.7.12-2 -> 1.7.13-1)
    [2014-02-24 02:50] [PACMAN] upgraded xarchiver (0.5.2-6 -> 0.5.3-1)
    [2014-02-24 02:50] [PACMAN] upgraded xcb-util-wm (0.4.0-1 -> 0.4.1-1)
    [2014-02-24 02:50] [PACMAN] upgraded xmlto (0.0.25-3 -> 0.0.25-5)
    [2014-02-24 02:50] [PACMAN] upgraded youtube-dl (2014.02.13-1 -> 2014.02.22.1-1)
    [2014-02-24 12:51] [PACMAN] Running 'pacman -Suy'
    [2014-02-24 12:51] [PACMAN] synchronizing package lists
    [2014-02-24 12:51] [PACMAN] starting full system upgrade
    [2014-02-24 12:57] [PACMAN] upgraded ffmpeg (1:2.1.3-1 -> 1:2.1.4-1)
    [2014-02-24 12:57] [PACMAN] upgraded libwbclient (4.1.4-1 -> 4.1.5-1)
    [2014-02-24 12:57] [PACMAN] upgraded python2-configobj (5.0.1-1 -> 5.0.1-2)
    [2014-02-24 12:57] [PACMAN] upgraded s-nail (14.5.2-4 -> 14.6-1)
    [2014-02-24 12:57] [PACMAN] upgraded smbclient (4.1.4-1 -> 4.1.5-1)
    [2014-02-24 12:57] [PACMAN] upgraded samba (4.1.4-1 -> 4.1.5-1)
    [2014-02-24 12:57] [PACMAN] upgraded xbmc (12.3-8 -> 12.3-9)
    [2014-02-24 13:19] [PACMAN] Running 'pacman -Syy'
    [2014-02-24 13:19] [PACMAN] synchronizing package lists
    [2014-02-24 13:20] [PACMAN] Running 'pacman -Suu dhcpcd'
    [2014-02-24 13:20] [PACMAN] starting full system upgrade
    [2014-02-24 13:24] [PACMAN] Running '/usr/bin/pacman -U /home/joaowojcikiewicz/z-aur/downgrade/downgrade-3.3-1-any.pkg.tar.xz'
    [2014-02-24 13:24] [PACMAN] installed downgrade (3.3-1)
    [2014-02-24 16:04] [PACMAN] Running 'pacman -Suy'
    [2014-02-24 16:04] [PACMAN] synchronizing package lists
    [2014-02-24 16:04] [PACMAN] starting full system upgrade
    [2014-02-24 16:04] [PACMAN] upgraded vim-spell-br (20120506-1 -> 20120802-1)
    [2014-02-24 16:04] [PACMAN] upgraded vim-spell-en (20120506-1 -> 20120802-1)
    [2014-02-24 18:30] [PACMAN] Running 'pacman -Suy'
    [2014-02-24 18:30] [PACMAN] synchronizing package lists
    [2014-02-24 18:30] [PACMAN] starting full system upgrade
    [2014-02-24 20:13] [PACMAN] Running 'pacman -Suy'
    [2014-02-24 20:13] [PACMAN] synchronizing package lists
    [2014-02-24 20:13] [PACMAN] starting full system upgrade
    [2014-02-24 21:31] [PACMAN] Running 'pacman -Suy'
    [2014-02-24 21:31] [PACMAN] synchronizing package lists
    [2014-02-24 21:31] [PACMAN] starting full system upgrade
    [2014-02-24 21:53] [PACMAN] Running 'pacman -Suy'
    [2014-02-24 21:53] [PACMAN] synchronizing package lists
    [2014-02-24 21:53] [PACMAN] starting full system upgrade
    [2014-02-24 22:38] [PACMAN] Running 'pacman -R networkmanager'
    [2014-02-24 22:39] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet'
    [2014-02-24 22:39] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet kdeplasma-applets-networkmanagement telepathy-mission-control'
    [2014-02-24 22:39] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet kdeplasma-applets-networkmanagement telepathy-mission-control empathy telepathy-kde-common-internals'
    [2014-02-24 22:40] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet kdeplasma-applets-networkmanagement telepathy-mission-control empathy telepathy-kde-common-internals skype4empathy telepathy-kde-accounts-kcm telepathy-kde-approver telepathy-kde-auth-handler telepathy-kde-contact-list telepathy-kde-contact-runner telepathy-kde-desktop-applets telepathy-kde-filetransfer-handler telepathy-kde-integration-module'
    [2014-02-24 22:40] [PACMAN] Running 'pacman -R networkmanager-openvpn networkmanager-pptp networkmanager network-manager-applet kdeplasma-applets-networkmanagement telepathy-mission-control empathy telepathy-kde-common-internals skype4empathy telepathy-kde-accounts-kcm telepathy-kde-approver telepathy-kde-auth-handler telepathy-kde-contact-list telepathy-kde-contact-runner telepathy-kde-desktop-applets telepathy-kde-filetransfer-handler telepathy-kde-integration-module telepathy-kde-send-file telepathy-kde-text-ui'
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-text-ui (0.7.1-2)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-send-file (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-integration-module (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-filetransfer-handler (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-desktop-applets (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-contact-runner (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-auth-handler (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-approver (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-accounts-kcm (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-contact-list (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed skype4empathy (20110407-4)
    [2014-02-24 22:40] [PACMAN] removed telepathy-kde-common-internals (0.7.1-1)
    [2014-02-24 22:40] [PACMAN] removed empathy (3.10.3-1)
    [2014-02-24 22:40] [PACMAN] removed telepathy-mission-control (5.16.0-1)
    [2014-02-24 22:41] [PACMAN] removed kdeplasma-applets-networkmanagement (1:0.9.0.9-1)
    [2014-02-24 22:41] [PACMAN] removed network-manager-applet (0.9.8.8-1)
    [2014-02-24 22:41] [PACMAN] removed networkmanager-pptp (0.9.8.4-2)
    [2014-02-24 22:41] [PACMAN] removed networkmanager-openvpn (0.9.8.4-1)
    [2014-02-24 22:41] [ALPM] warning: /etc/NetworkManager/NetworkManager.conf saved as /etc/NetworkManager/NetworkManager.conf.pacsave
    [2014-02-24 22:41] [PACMAN] removed networkmanager (0.9.8.8-3)
    [2014-02-25 03:40] [PACMAN] Running 'pacman -Suy'
    [2014-02-25 03:40] [PACMAN] synchronizing package lists
    [2014-02-25 03:40] [PACMAN] starting full system upgrade
    [2014-02-25 03:44] [PACMAN] upgraded youtube-dl (2014.02.22.1-1 -> 2014.02.24-1)
    [2014-02-25 12:23] [PACMAN] Running 'pacman -Suy'
    [2014-02-25 12:23] [PACMAN] synchronizing package lists
    [2014-02-25 12:24] [PACMAN] starting full system upgrade
    [2014-02-25 12:24] [PACMAN] upgraded dmenu (4.5-3 -> 4.5.13.5ed5e90-1)
    [2014-02-25 12:24] [PACMAN] upgraded telepathy-glib (0.22.0-1 -> 0.22.1-1)
    [2014-02-25 12:24] [PACMAN] upgraded tumbler (0.1.29-1 -> 0.1.30-1)
    [2014-02-25 12:25] [PACMAN] upgraded youtube-dl (2014.02.24-1 -> 2014.02.25-1)
    [2014-02-25 14:55] [PACMAN] Running 'pacman -Suy'
    [2014-02-25 14:55] [PACMAN] synchronizing package lists
    [2014-02-25 14:55] [PACMAN] starting full system upgrade
    [2014-02-25 15:19] [PACMAN] upgraded ipython2 (1.1.0-1 -> 1.2.1-1)
    [2014-02-25 15:19] [PACMAN] upgraded python2-pip (1.5.2-1 -> 1.5.4-1)
    [2014-02-25 17:13] [PACMAN] Running 'pacman -Suy'
    [2014-02-25 17:13] [PACMAN] synchronizing package lists
    [2014-02-25 17:13] [PACMAN] starting full system upgrade
    [2014-02-25 18:10] [PACMAN] Running 'pacman -Suy'
    [2014-02-25 18:10] [PACMAN] synchronizing package lists
    [2014-02-25 18:10] [PACMAN] starting full system upgrade
    [2014-02-25 18:41] [PACMAN] Running 'pacman -S fbgrab'
    [2014-02-25 18:41] [PACMAN] installed fbgrab (1.0-7)
    [2014-02-26 13:19] [PACMAN] Running 'pacman -Suy'
    [2014-02-26 13:19] [PACMAN] synchronizing package lists
    [2014-02-26 13:19] [PACMAN] starting full system upgrade
    [2014-02-26 13:25] [PACMAN] upgraded libmariadbclient (5.5.35-1 -> 5.5.36-1)
    [2014-02-26 13:25] [PACMAN] upgraded mariadb-clients (5.5.35-1 -> 5.5.36-1)
    [2014-02-26 13:25] [PACMAN] upgraded mariadb (5.5.35-1 -> 5.5.36-1)
    [2014-02-26 13:25] [PACMAN] upgraded python2 (2.7.6-2 -> 2.7.6-3)
    [2014-02-26 13:25] [PACMAN] upgraded s-nail (14.6-1 -> 14.6.1-1)
    [2014-02-26 13:26] [PACMAN] upgraded xbmc (12.3-9 -> 12.3-10)
    [2014-02-26 16:00] [PACMAN] Running '/usr/bin/pacman -S --asdeps qt>=4.6'
    [2014-02-26 16:02] [PACMAN] Running '/usr/bin/pacman -S --asdeps qt>=4.6'
    [2014-02-26 16:42] [PACMAN] Running 'pacman -Suy'
    [2014-02-26 16:42] [PACMAN] synchronizing package lists
    [2014-02-26 16:42] [PACMAN] starting full system upgrade
    [2014-02-26 17:25] [PACMAN] Running 'pacman -Suy'
    [2014-02-26 17:25] [PACMAN] synchronizing package lists
    [2014-02-26 17:25] [PACMAN] starting full system upgrade
    [2014-02-26 17:25] [PACMAN] upgraded libaccounts-glib (1.15-1 -> 1.16-1)
    [2014-02-26 17:25] [PACMAN] upgraded libaccounts-qt (1.10-1 -> 1.11-1)
    [2014-02-26 17:52] [PACMAN] Running 'pacman -Suy'
    [2014-02-26 17:52] [PACMAN] synchronizing package lists
    [2014-02-26 17:52] [PACMAN] starting full system upgrade
    [2014-02-26 17:53] [PACMAN] upgraded signon (8.55-1 -> 8.56-1)
    [2014-02-26 18:08] [PACMAN] Running 'pacman -Suy'
    [2014-02-26 18:08] [PACMAN] synchronizing package lists
    [2014-02-26 18:08] [PACMAN] starting full system upgrade
    [2014-02-26 21:52] [PACMAN] Running 'pacman -Suy'
    [2014-02-26 21:52] [PACMAN] synchronizing package lists
    [2014-02-26 21:52] [PACMAN] starting full system upgrade
    [2014-02-26 22:08] [PACMAN] upgraded grep (2.16-1 -> 2.18-1)
    [2014-02-26 22:41] [PACMAN] Running 'pacman -S xchat'
    [2014-02-26 22:41] [PACMAN] installed xchat (2.8.8-13)
    [2014-02-27 00:02] [PACMAN] Running 'pacman -Suy'
    [2014-02-27 00:02] [PACMAN] synchronizing package lists
    [2014-02-27 00:02] [PACMAN] starting full system upgrade
    [2014-02-27 01:41] [PACMAN] Running 'pacman -Suy'
    [2014-02-27 01:41] [PACMAN] synchronizing package lists
    [2014-02-27 01:41] [PACMAN] starting full system upgrade
    [2014-02-27 12:20] [PACMAN] Running 'pacman -Suy'
    [2014-02-27 12:20] [PACMAN] synchronizing package lists
    [2014-02-27 12:20] [PACMAN] starting full system upgrade
    [2014-02-27 12:26] [PACMAN] upgraded net-snmp (5.7.2-8 -> 5.7.2.1-1)
    [2014-02-27 12:26] [PACMAN] upgraded youtube-dl (2014.02.25-1 -> 2014.02.26-1)
    [2014-02-27 16:01] [PACMAN] Running 'pacman -Suy'
    [2014-02-27 16:01] [PACMAN] synchronizing package lists
    [2014-02-27 16:01] [PACMAN] starting full system upgrade
    [2014-02-27 16:05] [PACMAN] upgraded wpa_supplicant (2.0-4 -> 2.1-3)
    [2014-02-27 19:58] [PACMAN] Running 'pacman -Suy'
    [2014-02-27 19:58] [PACMAN] synchronizing package lists
    [2014-02-27 19:58] [PACMAN] starting full system upgrade
    [2014-02-27 20:00] [PACMAN] Running 'pacman -S terminus'
    [2014-02-27 20:00] [PACMAN] Running 'pacman -S terminus-font'
    [2014-02-27 20:01] [PACMAN] installed terminus-font (4.38-4)
    [2014-02-27 21:04] [PACMAN] Running 'pacman -Suy'
    [2014-02-27 21:04] [PACMAN] synchronizing package lists
    [2014-02-27 21:04] [PACMAN] starting full system upgrade
    [2014-02-27 22:51] [PACMAN] Running 'pacman -Suy'
    [2014-02-27 22:51] [PACMAN] synchronizing package lists
    [2014-02-27 22:51] [PACMAN] starting full system upgrade
    [2014-02-28 12:09] [PACMAN] Running 'pacman -Suy'
    [2014-02-28 12:09] [PACMAN] synchronizing package lists
    [2014-02-28 12:09] [PACMAN] starting full system upgrade
    [2014-02-28 16:51] [PACMAN] Running 'pacman -Suy'
    [2014-02-28 16:51] [PACMAN] synchronizing package lists
    [2014-02-28 16:52] [PACMAN] starting full system upgrade
    [2014-03-01 12:10] [PACMAN] Running 'pacman -S bluez'
    [2014-03-01 12:19] [PACMAN] Running 'pacman -S xf86-input-joystick linuxconsole'
    [2014-03-01 12:20] [PACMAN] installed xf86-input-joystick (1.6.2-3)
    [2014-03-01 12:20] [PACMAN] installed linuxconsole (1.4.6-1)
    [2014-03-01 12:21] [PACMAN] Running '/usr/bin/pacman -U /home/joaowojcikiewicz/z-aur/rejoystick/rejoystick-0.8.1-3-i686.pkg.tar.xz'
    [2014-03-01 12:21] [PACMAN] installed rejoystick (0.8.1-3)
    [2014-03-01 12:22] [PACMAN] Running '/usr/bin/pacman -U /home/joaowojcikiewicz/z-aur/joystick/joystick-20051019-12-i686.pkg.tar.xz'
    [2014-03-01 12:48] [PACMAN] Running 'pacman -Suy'
    [2014-03-01 12:48] [PACMAN] synchronizing package lists
    [2014-03-01 12:48] [PACMAN] starting full system upgrade
    [2014-03-01 12:49] [PACMAN] upgraded glibc (2.19-2 -> 2.19-3)
    [2014-03-01 12:49] [PACMAN] upgraded device-mapper (2.02.105-1 -> 2.02.105-2)
    [2014-03-01 12:49] [PACMAN] upgraded cryptsetup (1.6.3-2 -> 1.6.4-1)
    [2014-03-01 12:49] [PACMAN] upgraded feh (2.9.3-1 -> 2.10-1)
    [2014-03-01 12:49] [PACMAN] upgraded libtirpc (0.2.3-2 -> 0.2.4-1)
    [2014-03-01 12:49] [PACMAN] upgraded readline (6.2.004-2 -> 6.3-1)
    [2014-03-01 12:49] [PACMAN] upgraded lvm2 (2.02.105-1 -> 2.02.105-2)
    [2014-03-01 12:49] [PACMAN] upgraded ppp (2.4.6-1 -> 2.4.6-2

  • Hp C4580 printer won't connect to wireless network, but see network is available.

    I've sat through quite a few of the threads here with regard to photsmart C4580 printer not connecting to wireless network.
    My issues started with a cartridge issue, which I resolved with a new cartridge, but only after trying out different solution offered on HP forum.
    Now printer won't connect to my network which it has been connected to for over 2 years with no issues. The wireless network is working perfectly fine and I even printed out a HP photosmart C4500 series connectivity status and in this report printer can see the network I need to connect to.
    I've tried downloading various programs from Scan doctor to complete install of all HP programs and even tried installing printer from Windows 7 "add a printer", but none can see this printer.
    lastly I was hoping trying to locate IP address for printer which looks like it may help, but report says IP Address "not applicable".
    I believe printer, wireless network and PC are working correctly, this there a way to switch printer to online so it can be seen.
    Help would be great.

    Hello there! Welcome to the forums @Cushionman ,
    I noticed your post about the issues you are having with connecting the printer to your network. I am wanting to offer you my suggestion that might help you out!
    Click this link and then choose Windows 7, and "Solution two: Manually resolve the issue", and follow the steps from there: The Printer is Not Found During Wireless Network Installation in Windows
    Let me know the results
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Can not connect to wireless networks with ipad 2

    My ipad used to connect to the wireless net at home and in public areas.
    Now all by the sudden it can't "see"  the network.
    Message: " could not connect to wireless network"
    I have tried "everything" also on different networks,
    except resetting the modem.
    My iPhone works, as do all my other computers.
    Modem is Zyxel P2812

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130?tstart=60
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

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

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

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

  • Why do i get an error message while trying to connect to airport network?

    i just installed an airport card in an iMac G5, archived and installed Tiger, updated everything (while connected via ethernet) and now when i'm trying to connect to the wi fi network in the house i keep on getting a message saying there's an error while trying to connect to the network. i have a PowerMac G5 connected wirelessly with no problems, i have an iBook connected to an Airport Express via ethernet and a Mac Mini connected to an ethernet port on the Airport Extreme Base Station. there's a DSL modem connected to the other ethernet port on the Base Station. occasionally the iMac will connect to the network, but that's once every few restarts or log outs.
    help.

    i called apple support and they said after trying tons of software related tweaks and such that it's probably the airport card and to see if it's in correctly and if it is just exchange it for a new one.

  • M trying to connect a wireless Samsung 2525W printer

    Hi
    I know it should be easy but I am trying to connect a wireless Samsung printer to my network without success
    It offers WPA personal or WPA2 personal - have tried both think WPA2 the right one
    Then offers AES or AES&TKIP - think either should work
    Then asks for WEP Key index ??? offers 1,2,3or 4 - not sure what this is
    Any help or suggestions
    many thanks

    Maybe we can get the printer setup with the instructions from SS for the Mac.
    http://www.samsung.com/us/consumer/office/printers-multifunction/black-and-white -laser-printers/ML-2525W/XAA/index.idx?pagetype=prd_detail&tab=support#
    Try this and if you get stuck, post back and i will try to help.
    I have a wireless HP that I use to have setup wirelessly.
    Plus, the info from Samsung looks straight forward.
    later

Maybe you are looking for