[solved] Fluxbox gets "messy" after upgrade

Today I updated Xorg (pacman -Syu), and for some reason it, sort of, breaks Fluxbox. I say sort of, because it does not break it completely.
Immediately after the update, the left and right mousebutton stopped working; however the middle mouse button did work. I ran nvidia-xconfig, and then the right button started working again. With this right mouse button I can start the menu. However, the menu for some reason is very "wide", and only a part of the fluxbox menu is "accessible" (most menus simply do not open), And the desktop gets "messy" as well, with parts of the screen changing but other parts not (I can' really describe it better).
Fortunately I can issue command, and I have a bash prompt, so the computer is useable...
I tried to change from nvidia driver to the nouveau, and both have the same problems...
Here are some logs/configs:
.xsession-errors wrote:The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 430 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"^M
      after 496 requests (496 known processed) with 0 events remaining.^M
Xorg.0.log wrote:(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(WW) Option "XkbVariant" requires an string value
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(**) Option "Protocol" "IMPS/2"
(**) USB Mouse: Device: "/dev/input/mouse1"
(**) USB Mouse: Protocol: "IMPS/2"
(**) Option "SendCoreEvents" "true"
(**) Option "CorePointer"
(**) USB Mouse: always reports core events
(**) Option "Device" "/dev/input/mouse1"
(**) Option "Buttons" "5"
(==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) USB Mouse: ZAxisMapping: buttons 4 and 5
(**) USB Mouse: Buttons: 9
(**) USB Mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
(**) USB Mouse: (accel) keeping acceleration scheme 1
(**) USB Mouse: (accel) acceleration profile 0
(II) USB Mouse: ps2EnableDataReporting: succeeded
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Logitech Optical USB Mouse
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Dell Dell USB Keyboard
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Power Button
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Power Button
(II) AutoAddDevices is off - not adding device.
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) 3rd Button detected: disabling emulate3Button
xorg.conf wrote:
Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "USB Mouse" "CorePointer"
EndSection
Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/truetype/openoffice"
    FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/latex-ttf-fonts"
    FontPath        "/usr/share/fonts/defoma/CID"
    FontPath        "/usr/share/fonts/defoma/TrueType"
EndSection
Section "Module"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
EndSection
Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
    Option         "AutoAddDevices" "False"
EndSection
Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XkbVariant" ""
EndSection
Section "InputDevice"
    Identifier     "Serial Mouse"
    Driver         "mouse"
    Option         "Protocol" "Microsoft"
    Option         "Device" "/dev/ttyS0"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection
Section "InputDevice"
    Identifier     "PS/2 Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "ZAxisMapping" "4 5"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection
Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mouse1"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
    Option         "HWcursor" "false"
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    DisplaySize     435    274
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS" "true"
EndSection
Section "Device"
    Identifier     "nvidia"
    Driver         "nvidia"
    VendorName     "All"
    BoardName      "All"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "nvidia"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1000"
    EndSubSection
EndSection
Does anybody have an idea on how to fix this?
edit: There's something else I noticed. When I start firefox from aterm, it starts fine, but when I use the fluxbox "Run program" option, firefox does not start. And this is the origin of the error of .xsession-errors...
Last edited by anadyr (2009-11-07 11:37:38)

Hi!, I have similar problem with kde 4.3.3 and nvidia. It takes a long time to respond when I click on the KMenu,  press Alt F2, open yakuake by pressing F12...
Is this issue related to this.
I found this problem today (yesterday I did pacman -Syu and it upgraded the xorg-server)
Many thanks

Similar Messages

  • [SOLVED]X start failure after upgrade: dri3,present modules missing

    I start X with ~.xinitrc from console, which won"t work after last upgrade --first in two weeks.
    (EE) Server terminated with error (1).Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    Xorg.log.0 :
    [51:778] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    [51:779] (EE) intel: Failed to load module "present" (module does not exist, 0)
    Installed packages (EDIT: completed):
    xf86-video-intel-2.99.{914-4,916-1}-i686 and also tried with xf86-video-intel-git, with "SNA" acceleration.
    intel-dri 10-2.7-3
    dri2proto 2.8-2
    dri3proto 1.0-1
    xf86driproto 2.1.1-3
    Linux 3.15.5-2-ARCH i686
    Linux CK Atom 3.16.2-1
    Issue occurred after upgrading from v2.99.912-1 to v2.99.914+. I was going to try downgrade xf86-video-intel to v2.99.912-1 (as in the first thread in Refs) but went in a dependency conflict, with the older intel driver requiring glamor-egl which conflicts with xorg-server ':-|
    Atom netbook
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
    Some refs :
        » [SOLVED] X start failure after upgrade    https://bbs.archlinux.org/viewtopic.php?pid=1426837
        » [Solved] xf86-video-Intel-2.99.912-1 breaks xorg https://bbs.archlinux.org/viewtopic.php?id=182932
    Last edited by kozaki (2014-09-12 09:45:53)

    The issue occurred after upgrading from xf86-video-intel-v2.99.912-1 to v2.99.914+ and xorg-server-1.15.2-1 to 1.16.0-6 (and -devel).
    same issue if:
    - Switching accelaration method to "UXA" as per https://bugs.archlinux.org/task/40860
    - Adding    Option "DRI" "False"
    Digged a bit:
    - same modules errors but appears to be a Gnome bug (X starts): https://bbs.archlinux.org/viewtopic.php?pid=1441716
    - same modules errors but X starts up without problems http://www.linuxquestions.org/questions … 175511372/
    makes me doubt if this issue is related to the modules not found. Which is the single indication I found so far x-/
    Any light on where can the issue comes from? hardware is pretty much standard even if getting a bit old. Never had Xorg related issue so far on this pancake.
    Last edited by kozaki (2014-09-11 11:05:42)

  • [SOLVED] Key characters wrong after upgrade

    Using Sony Vaio Pro after upgrade to 3.11.1-1-ARCH I can only type some keys while holding down "Fn" key. Seems my keymap is incorrect.
    e.g when i type the 'p' key i get '*'. I have to hold 'Fn' key to get the 'p'. But 'd' wont display anything at all when 'Fn' is pressed. Very hard to type
    However:
    arch# localectl status
    System Locale: LANG=en_US.UTF-8
    VC Keymap: us
    X11 Layout: n/a
    It happens at login and also in X. I boot to console (tty1), login then I use
    startx
    to run Fluxbox.
    vconsole.conf
    arch# cat vconsole.conf
    KEYMAP=us
    FONT=Lat2-Terminus16
    Also
    arch# xmodmap -pke
    keycode 8 =
    keycode 9 = Escape NoSymbol Escape
    keycode 10 = 1 exclam 1 exclam
    keycode 11 = 2 at 2 at
    keycode 12 = 3 numbersign 3 numbersign
    keycode 13 = 4 dollar 4 dollar
    keycode 14 = 5 percent 5 percent
    keycode 15 = 6 asciicircum 6 asciicircum
    keycode 16 = 7 ampersand 7 ampersand
    keycode 17 = 8 asterisk 8 asterisk
    keycode 18 = 9 parenleft 9 parenleft
    keycode 19 = 0 parenright 0 parenright
    keycode 20 = minus underscore minus underscore
    keycode 21 = equal plus equal plus
    keycode 22 = BackSpace BackSpace BackSpace BackSpace
    keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab
    keycode 24 = q Q q Q
    keycode 25 = w W w W
    keycode 26 = e E e E
    keycode 27 = r R r R
    keycode 28 = t T t T
    keycode 29 = y Y y Y
    keycode 30 = u U u U
    keycode 31 = i I i I
    keycode 32 = o O o O
    keycode 33 = p P p P
    keycode 34 = bracketleft braceleft bracketleft braceleft
    keycode 35 = bracketright braceright bracketright braceright
    keycode 36 = Return NoSymbol Return
    keycode 37 = Control_L NoSymbol Control_L
    keycode 38 = a A a A
    keycode 39 = s S s S
    keycode 40 = d D d D
    keycode 41 = f F f F
    keycode 42 = g G g G
    keycode 43 = h H h H
    keycode 44 = j J j J
    keycode 45 = k K k K
    keycode 46 = l L l L
    keycode 47 = semicolon colon semicolon colon
    keycode 48 = apostrophe quotedbl apostrophe quotedbl
    keycode 49 = grave asciitilde grave asciitilde
    keycode 50 = Shift_L NoSymbol Shift_L
    keycode 51 = backslash bar backslash bar
    keycode 52 = z Z z Z
    keycode 53 = x X x X
    keycode 54 = c C c C
    keycode 55 = v V v V
    keycode 56 = b B b B
    keycode 57 = n N n N
    keycode 58 = m M m M
    keycode 59 = comma less comma less
    keycode 60 = period greater period greater
    keycode 61 = slash question slash question
    keycode 62 = Shift_R NoSymbol Shift_R
    keycode 63 = KP_Multiply KP_Multiply KP_Multiply KP_Multiply KP_Multiply KP_Multiply XF86ClearGrab
    keycode 64 = Alt_L Meta_L Alt_L Meta_L
    keycode 65 = space NoSymbol space
    keycode 66 = Caps_Lock NoSymbol Caps_Lock
    keycode 67 = F1 F1 F1 F1 F1 F1 XF86Switch_VT_1
    keycode 68 = F2 F2 F2 F2 F2 F2 XF86Switch_VT_2
    keycode 69 = F3 F3 F3 F3 F3 F3 XF86Switch_VT_3
    keycode 70 = F4 F4 F4 F4 F4 F4 XF86Switch_VT_4
    keycode 71 = F5 F5 F5 F5 F5 F5 XF86Switch_VT_5
    keycode 72 = F6 F6 F6 F6 F6 F6 XF86Switch_VT_6
    keycode 73 = F7 F7 F7 F7 F7 F7 XF86Switch_VT_7
    keycode 74 = F8 F8 F8 F8 F8 F8 XF86Switch_VT_8
    keycode 75 = F9 F9 F9 F9 F9 F9 XF86Switch_VT_9
    keycode 76 = F10 F10 F10 F10 F10 F10 XF86Switch_VT_10
    keycode 77 = Num_Lock NoSymbol Num_Lock
    keycode 78 = Scroll_Lock NoSymbol Scroll_Lock
    keycode 79 = KP_Home KP_7 KP_Home KP_7
    keycode 80 = KP_Up KP_8 KP_Up KP_8
    keycode 81 = KP_Prior KP_9 KP_Prior KP_9
    keycode 82 = KP_Subtract KP_Subtract KP_Subtract KP_Subtract KP_Subtract KP_Subtract XF86Prev_VMode
    keycode 83 = KP_Left KP_4 KP_Left KP_4
    keycode 84 = KP_Begin KP_5 KP_Begin KP_5
    keycode 85 = KP_Right KP_6 KP_Right KP_6
    keycode 86 = KP_Add KP_Add KP_Add KP_Add KP_Add KP_Add XF86Next_VMode
    keycode 87 = KP_End KP_1 KP_End KP_1
    keycode 88 = KP_Down KP_2 KP_Down KP_2
    keycode 89 = KP_Next KP_3 KP_Next KP_3
    keycode 90 = KP_Insert KP_0 KP_Insert KP_0
    keycode 91 = KP_Delete KP_Decimal KP_Delete KP_Decimal
    keycode 92 = ISO_Level3_Shift NoSymbol ISO_Level3_Shift
    keycode 93 =
    keycode 94 = less greater less greater bar brokenbar bar
    keycode 95 = F11 F11 F11 F11 F11 F11 XF86Switch_VT_11
    keycode 96 = F12 F12 F12 F12 F12 F12 XF86Switch_VT_12
    keycode 97 =
    keycode 98 = Katakana NoSymbol Katakana
    keycode 99 = Hiragana NoSymbol Hiragana
    keycode 100 = Henkan_Mode NoSymbol Henkan_Mode
    keycode 101 = Hiragana_Katakana NoSymbol Hiragana_Katakana
    keycode 102 = Muhenkan NoSymbol Muhenkan
    keycode 103 =
    keycode 104 = KP_Enter NoSymbol KP_Enter
    keycode 105 = Control_R NoSymbol Control_R
    keycode 106 = KP_Divide KP_Divide KP_Divide KP_Divide KP_Divide KP_Divide XF86Ungrab
    keycode 107 = Print Sys_Req Print Sys_Req
    keycode 108 = Alt_R Meta_R Alt_R Meta_R
    keycode 109 = Linefeed NoSymbol Linefeed
    keycode 110 = Home NoSymbol Home
    keycode 111 = Up NoSymbol Up
    keycode 112 = Prior NoSymbol Prior
    keycode 113 = Left NoSymbol Left
    keycode 114 = Right NoSymbol Right
    keycode 115 = End NoSymbol End
    keycode 116 = Down NoSymbol Down
    keycode 117 = Next NoSymbol Next
    keycode 118 = Insert NoSymbol Insert
    keycode 119 = Delete NoSymbol Delete
    keycode 120 =
    keycode 121 = XF86AudioMute NoSymbol XF86AudioMute
    keycode 122 = XF86AudioLowerVolume NoSymbol XF86AudioLowerVolume
    keycode 123 = XF86AudioRaiseVolume NoSymbol XF86AudioRaiseVolume
    keycode 124 = XF86PowerOff NoSymbol XF86PowerOff
    keycode 125 = KP_Equal NoSymbol KP_Equal
    keycode 126 = plusminus NoSymbol plusminus
    keycode 127 = Pause Break Pause Break
    keycode 128 = XF86LaunchA NoSymbol XF86LaunchA
    keycode 129 = KP_Decimal KP_Decimal KP_Decimal KP_Decimal
    keycode 130 = Hangul NoSymbol Hangul
    keycode 131 = Hangul_Hanja NoSymbol Hangul_Hanja
    keycode 132 =
    keycode 133 = Super_L NoSymbol Super_L
    keycode 134 = Super_R NoSymbol Super_R
    keycode 135 = Menu NoSymbol Menu
    keycode 136 = Cancel NoSymbol Cancel
    keycode 137 = Redo NoSymbol Redo
    keycode 138 = SunProps NoSymbol SunProps
    keycode 139 = Undo NoSymbol Undo
    keycode 140 = SunFront NoSymbol SunFront
    keycode 141 = XF86Copy NoSymbol XF86Copy
    keycode 142 = XF86Open NoSymbol XF86Open
    keycode 143 = XF86Paste NoSymbol XF86Paste
    keycode 144 = Find NoSymbol Find
    keycode 145 = XF86Cut NoSymbol XF86Cut
    keycode 146 = Help NoSymbol Help
    keycode 147 = XF86MenuKB NoSymbol XF86MenuKB
    keycode 148 = XF86Calculator NoSymbol XF86Calculator
    keycode 149 =
    keycode 150 = XF86Sleep NoSymbol XF86Sleep
    keycode 151 = XF86WakeUp NoSymbol XF86WakeUp
    keycode 152 = XF86Explorer NoSymbol XF86Explorer
    keycode 153 = XF86Send NoSymbol XF86Send
    keycode 154 =
    keycode 155 = XF86Xfer NoSymbol XF86Xfer
    keycode 156 = XF86Launch1 NoSymbol XF86Launch1
    keycode 157 = XF86Launch2 NoSymbol XF86Launch2
    keycode 158 = XF86WWW NoSymbol XF86WWW
    keycode 159 = XF86DOS NoSymbol XF86DOS
    keycode 160 = XF86ScreenSaver NoSymbol XF86ScreenSaver
    keycode 161 =
    keycode 162 = XF86RotateWindows NoSymbol XF86RotateWindows
    keycode 163 = XF86Mail NoSymbol XF86Mail
    keycode 164 = XF86Favorites NoSymbol XF86Favorites
    keycode 165 = XF86MyComputer NoSymbol XF86MyComputer
    keycode 166 = XF86Back NoSymbol XF86Back
    keycode 167 = XF86Forward NoSymbol XF86Forward
    keycode 168 =
    keycode 169 = XF86Eject NoSymbol XF86Eject
    keycode 170 = XF86Eject XF86Eject XF86Eject XF86Eject
    keycode 171 = XF86AudioNext NoSymbol XF86AudioNext
    keycode 172 = XF86AudioPlay XF86AudioPause XF86AudioPlay XF86AudioPause
    keycode 173 = XF86AudioPrev NoSymbol XF86AudioPrev
    keycode 174 = XF86AudioStop XF86Eject XF86AudioStop XF86Eject
    keycode 175 = XF86AudioRecord NoSymbol XF86AudioRecord
    keycode 176 = XF86AudioRewind NoSymbol XF86AudioRewind
    keycode 177 = XF86Phone NoSymbol XF86Phone
    keycode 178 =
    keycode 179 = XF86Tools NoSymbol XF86Tools
    keycode 180 = XF86HomePage NoSymbol XF86HomePage
    keycode 181 = XF86Reload NoSymbol XF86Reload
    keycode 182 = XF86Close NoSymbol XF86Close
    keycode 183 =
    keycode 184 =
    keycode 185 = XF86ScrollUp NoSymbol XF86ScrollUp
    keycode 186 = XF86ScrollDown NoSymbol XF86ScrollDown
    keycode 187 = parenleft NoSymbol parenleft
    keycode 188 = parenright NoSymbol parenright
    keycode 189 = XF86New NoSymbol XF86New
    keycode 190 = Redo NoSymbol Redo
    keycode 191 = XF86Tools NoSymbol XF86Tools
    keycode 192 = XF86Launch5 NoSymbol XF86Launch5
    keycode 193 = XF86Launch6 NoSymbol XF86Launch6
    keycode 194 = XF86Launch7 NoSymbol XF86Launch7
    keycode 195 = XF86Launch8 NoSymbol XF86Launch8
    keycode 196 = XF86Launch9 NoSymbol XF86Launch9
    keycode 197 =
    keycode 198 = XF86AudioMicMute NoSymbol XF86AudioMicMute
    keycode 199 = XF86TouchpadToggle NoSymbol XF86TouchpadToggle
    keycode 200 = XF86TouchpadOn NoSymbol XF86TouchpadOn
    keycode 201 = XF86TouchpadOff NoSymbol XF86TouchpadOff
    keycode 202 =
    keycode 203 = Mode_switch NoSymbol Mode_switch
    keycode 204 = NoSymbol Alt_L NoSymbol Alt_L
    keycode 205 = NoSymbol Meta_L NoSymbol Meta_L
    keycode 206 = NoSymbol Super_L NoSymbol Super_L
    keycode 207 = NoSymbol Hyper_L NoSymbol Hyper_L
    keycode 208 = XF86AudioPlay NoSymbol XF86AudioPlay
    keycode 209 = XF86AudioPause NoSymbol XF86AudioPause
    keycode 210 = XF86Launch3 NoSymbol XF86Launch3
    keycode 211 = XF86Launch4 NoSymbol XF86Launch4
    keycode 212 = XF86LaunchB NoSymbol XF86LaunchB
    keycode 213 = XF86Suspend NoSymbol XF86Suspend
    keycode 214 = XF86Close NoSymbol XF86Close
    keycode 215 = XF86AudioPlay NoSymbol XF86AudioPlay
    keycode 216 = XF86AudioForward NoSymbol XF86AudioForward
    keycode 217 =
    keycode 218 = Print NoSymbol Print
    keycode 219 =
    keycode 220 = XF86WebCam NoSymbol XF86WebCam
    keycode 221 =
    keycode 222 =
    keycode 223 = XF86Mail NoSymbol XF86Mail
    keycode 224 = XF86Messenger NoSymbol XF86Messenger
    keycode 225 = XF86Search NoSymbol XF86Search
    keycode 226 = XF86Go NoSymbol XF86Go
    keycode 227 = XF86Finance NoSymbol XF86Finance
    keycode 228 = XF86Game NoSymbol XF86Game
    keycode 229 = XF86Shop NoSymbol XF86Shop
    keycode 230 =
    keycode 231 = Cancel NoSymbol Cancel
    keycode 232 = XF86MonBrightnessDown NoSymbol XF86MonBrightnessDown
    keycode 233 = XF86MonBrightnessUp NoSymbol XF86MonBrightnessUp
    keycode 234 = XF86AudioMedia NoSymbol XF86AudioMedia
    keycode 235 = XF86Display NoSymbol XF86Display
    keycode 236 = XF86KbdLightOnOff NoSymbol XF86KbdLightOnOff
    keycode 237 = XF86KbdBrightnessDown NoSymbol XF86KbdBrightnessDown
    keycode 238 = XF86KbdBrightnessUp NoSymbol XF86KbdBrightnessUp
    keycode 239 = XF86Send NoSymbol XF86Send
    keycode 240 = XF86Reply NoSymbol XF86Reply
    keycode 241 = XF86MailForward NoSymbol XF86MailForward
    keycode 242 = XF86Save NoSymbol XF86Save
    keycode 243 = XF86Documents NoSymbol XF86Documents
    keycode 244 = XF86Battery NoSymbol XF86Battery
    keycode 245 = XF86Bluetooth NoSymbol XF86Bluetooth
    keycode 246 = XF86WLAN NoSymbol XF86WLAN
    keycode 247 =
    keycode 248 =
    keycode 249 =
    keycode 250 =
    keycode 251 =
    keycode 252 =
    keycode 253 =
    keycode 254 =
    keycode 255 =
    and...
    arch# localectl list-keymaps
    ANSI-dvorak
    amiga-de
    amiga-us
    applkey
    atari-de
    atari-se
    atari-uk-falcon
    atari-us
    azerty
    backspace
    bashkir
    be-latin1
    bg-cp1251
    bg-cp855
    bg_bds-cp1251
    bg_bds-utf8
    bg_pho-cp1251
    bg_pho-utf8
    br-abnt
    br-abnt2
    br-latin1-abnt2
    br-latin1-us
    by
    by-cp1251
    bywin-cp1251
    cf
    colemak
    croat
    ctrl
    cz
    cz-cp1250
    cz-lat2
    cz-lat2-prog
    cz-qwertz
    cz-us-qwertz
    de
    de-latin1
    de-latin1-nodeadkeys
    de-mobii
    de_CH-latin1
    de_alt_UTF-8
    defkeymap
    defkeymap_V1.0
    dk
    dk-latin1
    dvorak
    dvorak-ca-fr
    dvorak-es
    dvorak-fr
    dvorak-fr-bepo
    dvorak-fr-bepo-utf8
    dvorak-l
    Entire dmesg as i wasnt sure what to look for:
    arch# dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.11.1-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013
    [ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sda2 rw libata.force=noncq
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ca4bcfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ca4bd000-0x00000000ca4c3fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ca4c4000-0x00000000ca8e5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ca8e6000-0x00000000cac36fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cac37000-0x00000000da898fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000da899000-0x00000000dab40fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dab41000-0x00000000dab55fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000dab56000-0x00000000dbaaafff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000dbaab000-0x00000000dbffefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dbfff000-0x00000000dbffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI=0xdab45000 ACPI 2.0=0xdab45000 SMBIOS=0xdbf50498
    [ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem01: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem02: type=2, attr=0xf, range=[0x0000000000059000-0x0000000000060000) (0MB)
    [ 0.000000] efi: mem03: type=7, attr=0xf, range=[0x0000000000060000-0x000000000009e000) (0MB)
    [ 0.000000] efi: mem04: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f4f000) (15MB)
    [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000001f4f000-0x000000007fd1b000) (2013MB)
    [ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x000000007fd1b000-0x0000000080000000) (2MB)
    [ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000080000000-0x00000000c7c54000) (1148MB)
    [ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x00000000c7c54000-0x00000000c7d54000) (1MB)
    [ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x00000000c7d54000-0x00000000ca0fb000) (35MB)
    [ 0.000000] efi: mem12: type=1, attr=0xf, range=[0x00000000ca0fb000-0x00000000ca4bd000) (3MB)
    [ 0.000000] efi: mem13: type=10, attr=0xf, range=[0x00000000ca4bd000-0x00000000ca4c4000) (0MB)
    [ 0.000000] efi: mem14: type=4, attr=0xf, range=[0x00000000ca4c4000-0x00000000ca610000) (1MB)
    [ 0.000000] efi: mem15: type=3, attr=0xf, range=[0x00000000ca610000-0x00000000ca8a8000) (2MB)
    [ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000ca8a8000-0x00000000ca8c4000) (0MB)
    [ 0.000000] efi: mem17: type=3, attr=0xf, range=[0x00000000ca8c4000-0x00000000ca8de000) (0MB)
    [ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000ca8de000-0x00000000ca8e6000) (0MB)
    [ 0.000000] efi: mem19: type=6, attr=0x800000000000000f, range=[0x00000000ca8e6000-0x00000000cabbe000) (2MB)
    [ 0.000000] efi: mem20: type=0, attr=0xf, range=[0x00000000cabbe000-0x00000000cac37000) (0MB)
    [ 0.000000] efi: mem21: type=4, attr=0xf, range=[0x00000000cac37000-0x00000000cac44000) (0MB)
    [ 0.000000] efi: mem22: type=7, attr=0xf, range=[0x00000000cac44000-0x00000000cac4e000) (0MB)
    [ 0.000000] efi: mem23: type=2, attr=0xf, range=[0x00000000cac4e000-0x00000000cac4f000) (0MB)
    [ 0.000000] efi: mem24: type=7, attr=0xf, range=[0x00000000cac4f000-0x00000000cac50000) (0MB)
    [ 0.000000] efi: mem25: type=2, attr=0xf, range=[0x00000000cac50000-0x00000000cac51000) (0MB)
    [ 0.000000] efi: mem26: type=7, attr=0xf, range=[0x00000000cac51000-0x00000000cac52000) (0MB)
    [ 0.000000] efi: mem27: type=2, attr=0xf, range=[0x00000000cac52000-0x00000000cac53000) (0MB)
    [ 0.000000] efi: mem28: type=7, attr=0xf, range=[0x00000000cac53000-0x00000000d8a97000) (222MB)
    [ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x00000000d8a97000-0x00000000d8ab8000) (0MB)
    [ 0.000000] efi: mem30: type=7, attr=0xf, range=[0x00000000d8ab8000-0x00000000d8ac9000) (0MB)
    [ 0.000000] efi: mem31: type=4, attr=0xf, range=[0x00000000d8ac9000-0x00000000d8ad8000) (0MB)
    [ 0.000000] efi: mem32: type=7, attr=0xf, range=[0x00000000d8ad8000-0x00000000d8adf000) (0MB)
    [ 0.000000] efi: mem33: type=4, attr=0xf, range=[0x00000000d8adf000-0x00000000d9bf6000) (17MB)
    [ 0.000000] efi: mem34: type=7, attr=0xf, range=[0x00000000d9bf6000-0x00000000da656000) (10MB)
    [ 0.000000] efi: mem35: type=3, attr=0xf, range=[0x00000000da656000-0x00000000da899000) (2MB)
    [ 0.000000] efi: mem36: type=0, attr=0xf, range=[0x00000000da899000-0x00000000da9ab000) (1MB)
    [ 0.000000] efi: mem37: type=0, attr=0xf, range=[0x00000000da9ab000-0x00000000dab41000) (1MB)
    [ 0.000000] efi: mem38: type=9, attr=0xf, range=[0x00000000dab41000-0x00000000dab45000) (0MB)
    [ 0.000000] efi: mem39: type=9, attr=0xf, range=[0x00000000dab45000-0x00000000dab56000) (0MB)
    [ 0.000000] efi: mem40: type=10, attr=0xf, range=[0x00000000dab56000-0x00000000db20f000) (6MB)
    [ 0.000000] efi: mem41: type=10, attr=0xf, range=[0x00000000db20f000-0x00000000dbaab000) (8MB)
    [ 0.000000] efi: mem42: type=6, attr=0x800000000000000f, range=[0x00000000dbaab000-0x00000000dbe81000) (3MB)
    [ 0.000000] efi: mem43: type=6, attr=0x800000000000000f, range=[0x00000000dbe81000-0x00000000dbf52000) (0MB)
    [ 0.000000] efi: mem44: type=5, attr=0x800000000000000f, range=[0x00000000dbf52000-0x00000000dbf96000) (0MB)
    [ 0.000000] efi: mem45: type=5, attr=0x800000000000000f, range=[0x00000000dbf96000-0x00000000dbfff000) (0MB)
    [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000dbfff000-0x00000000dc000000) (0MB)
    [ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x0000000100000000-0x000000011fe00000) (510MB)
    [ 0.000000] efi: mem48: type=0, attr=0x0, range=[0x00000000dd000000-0x00000000df200000) (34MB)
    [ 0.000000] efi: mem49: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem50: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem51: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem52: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem53: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem54: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Sony Corporation SVP13213CGB/VAIO, BIOS R0270V7 05/17/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x11fe00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7F00000000 write-back
    [ 0.000000] 1 base 0100000000 mask 7FE0000000 write-back
    [ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable
    [ 0.000000] 3 base 00DE000000 mask 7FFE000000 uncachable
    [ 0.000000] 4 base 00DD000000 mask 7FFF000000 uncachable
    [ 0.000000] 5 base 011FE00000 mask 7FFFE00000 uncachable
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xdc000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x02b2d000, 0x02b2dfff] PGTABLE
    [ 0.000000] BRK [0x02b2e000, 0x02b2efff] PGTABLE
    [ 0.000000] BRK [0x02b2f000, 0x02b2ffff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x11fc00000-0x11fdfffff]
    [ 0.000000] [mem 0x11fc00000-0x11fdfffff] page 2M
    [ 0.000000] BRK [0x02b30000, 0x02b30fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x11c000000-0x11fbfffff]
    [ 0.000000] [mem 0x11c000000-0x11fbfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff]
    [ 0.000000] [mem 0x100000000-0x11bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xca4bcfff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xca3fffff] page 2M
    [ 0.000000] [mem 0xca400000-0xca4bcfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xca4c4000-0xca8e5fff]
    [ 0.000000] [mem 0xca4c4000-0xca5fffff] page 4k
    [ 0.000000] [mem 0xca600000-0xca7fffff] page 2M
    [ 0.000000] [mem 0xca800000-0xca8e5fff] page 4k
    [ 0.000000] BRK [0x02b31000, 0x02b31fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xcac37000-0xda898fff]
    [ 0.000000] [mem 0xcac37000-0xcadfffff] page 4k
    [ 0.000000] [mem 0xcae00000-0xda7fffff] page 2M
    [ 0.000000] [mem 0xda800000-0xda898fff] page 4k
    [ 0.000000] BRK [0x02b32000, 0x02b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xdbfff000-0xdbffffff]
    [ 0.000000] [mem 0xdbfff000-0xdbffffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x7fd1b000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 00000000dab45000 00024 (v02 Sony)
    [ 0.000000] ACPI: XSDT 00000000dab45098 000AC (v01 Sony VAIO 20130517 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000dab4fa20 0010C (v05 Sony VAIO 20130517 MSFT 00010013)
    [ 0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20130517/tbfadt-202)
    [ 0.000000] ACPI: DSDT 00000000dab451d0 0A84F (v02 Sony VAIO 20130517 INTL 20120711)
    [ 0.000000] ACPI: FACS 00000000dbaa9080 00040
    [ 0.000000] ACPI: APIC 00000000dab4fb30 00072 (v03 Sony VAIO 20130517 MSFT 00010013)
    [ 0.000000] ACPI: FPDT 00000000dab4fba8 00044 (v01 Sony VAIO 20130517 AMI 00010013)
    [ 0.000000] ACPI: MSDM 00000000dab4fbf0 00055 (v03 Sony VAIO 20130517 AMI 00010013)
    [ 0.000000] ACPI: MCFG 00000000dab4fc48 0003C (v01 Sony VAIO 20130517 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000dab4fc88 00038 (v01 Sony VAIO 20130517 MSFT 00000005)
    [ 0.000000] ACPI: SSDT 00000000dab4fcc0 00269 (v01 Sony VAIO 20130517 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000dab4ff30 00379 (v01 Sony VAIO 20130517 INTL 20120711)
    [ 0.000000] ACPI: PCCT 00000000dab502b0 0006E (v05 Sony VAIO 20130517 INTL 20120711)
    [ 0.000000] ACPI: SSDT 00000000dab50320 00AC4 (v01 Sony VAIO 20130517 INTL 20120711)
    [ 0.000000] ACPI: SSDT 00000000dab50de8 00473 (v01 Sony VAIO 20130517 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000dab51260 00AD8 (v01 Sony VAIO 20130517 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000dab51d38 004FC (v01 Sony VAIO 20130517 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000dab52238 03019 (v01 Sony VAIO 20130517 INTL 20091112)
    [ 0.000000] ACPI: ECDT 00000000dab55258 000C1 (v01 Sony VAIO 20130517 MSFT 00000005)
    [ 0.000000] ACPI: BGRT 00000000dab55320 00038 (v00 Sony VAIO 20130517 AMI 00010013)
    [ 0.000000] ACPI: SSDT 00000000dab55358 006F8 (v01 Sony VAIO 20130517 INTL 20091112)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fdfffff]
    [ 0.000000] NODE_DATA [mem 0x11fdf7000-0x11fdfbfff]
    [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b400000-ffff88011f3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x11fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00057fff]
    [ 0.000000] node 0: [mem 0x00059000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0xca4bcfff]
    [ 0.000000] node 0: [mem 0xca4c4000-0xca8e5fff]
    [ 0.000000] node 0: [mem 0xcac37000-0xda898fff]
    [ 0.000000] node 0: [mem 0xdbfff000-0xdbffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x11fdfffff]
    [ 0.000000] On node 0 totalpages: 1024734
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 22 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13910 pages used for memmap
    [ 0.000000] DMA32 zone: 890178 pages, LIFO batch:31
    [ 0.000000] Normal zone: 2040 pages used for memmap
    [ 0.000000] Normal zone: 130560 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 56
    [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca4bd000-0xca4c3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca8e6000-0xcac36fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xda899000-0xdab40fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdab41000-0xdab55fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdab56000-0xdbaaafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdbaab000-0xdbffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88011fa00000 s86528 r8192 d24064 u524288
    [ 0.000000] pcpu-alloc: s86528 r8192 d24064 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1008698
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw libata.force=noncq
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3927780K/4098936K available (5045K kernel code, 795K rwdata, 1696K rodata, 1140K init, 1284K bss, 171156K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:4352 nr_irqs:984 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2294.585 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.38 BogoMIPS (lpj=7648616)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000017] init_memory_mapping: [mem 0xca8e6000-0xcabbdfff]
    [ 0.000018] [mem 0xca8e6000-0xcabbdfff] page 4k
    [ 0.000037] init_memory_mapping: [mem 0xdbaab000-0xdbf51fff]
    [ 0.000038] [mem 0xdbaab000-0xdbbfffff] page 4k
    [ 0.000039] [mem 0xdbc00000-0xdbdfffff] page 2M
    [ 0.000040] [mem 0xdbe00000-0xdbf51fff] page 4k
    [ 0.000060] init_memory_mapping: [mem 0xdbf52000-0xdbffefff]
    [ 0.000061] [mem 0xdbf52000-0xdbffefff] page 4k
    [ 0.008960] Security Framework initialized
    [ 0.008966] AppArmor: AppArmor disabled by boot time parameter
    [ 0.008967] Yama: becoming mindful.
    [ 0.009198] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.010017] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.010342] Mount-cache hash table entries: 256
    [ 0.010498] Initializing cgroup subsys memory
    [ 0.010505] Initializing cgroup subsys devices
    [ 0.010507] Initializing cgroup subsys freezer
    [ 0.010508] Initializing cgroup subsys net_cls
    [ 0.010510] Initializing cgroup subsys blkio
    [ 0.010529] CPU: Physical Processor ID: 0
    [ 0.010530] CPU: Processor Core ID: 0
    [ 0.010534] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.011505] mce: CPU supports 7 MCE banks
    [ 0.011517] CPU0: Thermal monitoring enabled (TM1)
    [ 0.011527] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
    tlb_flushall_shift: 6
    [ 0.011639] Freeing SMP alternatives memory: 20K (ffffffff819e5000 - ffffffff819ea000)
    [ 0.012421] ACPI: Core revision 20130517
    [ 0.021168] ACPI: All ACPI Tables successfully acquired
    [ 0.023936] ftrace: allocating 20088 entries in 79 pages
    [ 0.032450] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.065435] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (fam: 06, model: 45, stepping: 01)
    [ 0.065443] TSC deadline timer enabled
    [ 0.065450] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.065456] ... version: 3
    [ 0.065456] ... bit width: 48
    [ 0.065457] ... generic registers: 4
    [ 0.065458] ... value mask: 0000ffffffffffff
    [ 0.065459] ... max period: 0000ffffffffffff
    [ 0.065460] ... fixed-purpose events: 3
    [ 0.065461] ... event mask: 000000070000000f
    [ 0.103163] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.088893] smpboot: Booting Node 0, Processors #1 #2 #3 OK
    [ 0.145014] Brought up 4 CPUs
    [ 0.145018] smpboot: Total of 4 processors activated (18364.54 BogoMIPS)
    [ 0.148570] devtmpfs: initialized
    [ 0.149427] PM: Registering ACPI NVS region [mem 0xca4bd000-0xca4c3fff] (28672 bytes)
    [ 0.149429] PM: Registering ACPI NVS region [mem 0xdab56000-0xdbaaafff] (16076800 bytes)
    [ 0.150252] RTC time: 14:05:45, date: 09/22/13
    [ 0.150284] NET: Registered protocol family 16
    [ 0.150387] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.150389] ACPI: bus type PCI registered
    [ 0.150390] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.150433] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.150435] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.156968] PCI: Using configuration type 1 for base access
    [ 0.157481] bio: create slab <bio-0> at 0
    [ 0.157569] ACPI: Added _OSI(Module Device)
    [ 0.157571] ACPI: Added _OSI(Processor Device)
    [ 0.157572] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.157573] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.159194] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.199540] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.201585] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.202115] ACPI: SSDT 00000000dab35c18 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.202519] ACPI: Dynamic OEM Table Load:
    [ 0.202521] ACPI: SSDT (null) 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.212083] ACPI: SSDT 00000000dab35618 005AA (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.212759] ACPI: Dynamic OEM Table Load:
    [ 0.212761] ACPI: SSDT (null) 005AA (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.225212] ACPI: SSDT 00000000dab34d98 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.225792] ACPI: Dynamic OEM Table Load:
    [ 0.225795] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.239138] ACPI: Interpreter enabled
    [ 0.239149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
    [ 0.239156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    [ 0.239179] ACPI: (supports S0 S3 S4 S5)
    [ 0.239181] ACPI: Using IOAPIC for interrupt routing
    [ 0.239214] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.239341] ACPI: No dock devices found.
    [ 0.286805] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.287437] PCI host bridge to bus 0000:00
    [ 0.287441] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.287442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.287444] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.287445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.287447] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.287448] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.287449] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.287450] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.287452] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.287453] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.287454] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.287456] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.287457] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff]
    [ 0.287464] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
    [ 0.287647] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
    [ 0.287658] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
    [ 0.287665] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.287669] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.287842] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
    [ 0.287849] pci 0000:00:03.0: reg 0x10: [mem 0xf7d14000-0xf7d17fff 64bit]
    [ 0.288043] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
    [ 0.288059] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit]
    [ 0.288112] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.288246] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.288278] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
    [ 0.288297] pci 0000:00:16.0: reg 0x10: [mem 0xf7d1c000-0xf7d1c01f 64bit]
    [ 0.288360] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.288534] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
    [ 0.288547] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit]
    [ 0.288602] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.288738] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.288773] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400
    [ 0.288841] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.288980] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.289018] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
    [ 0.289085] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.289224] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.289260] pci 0000:00:1c.4: [8086:9c1a] type 01 class 0x060400
    [ 0.289327] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.289466] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.289502] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
    [ 0.289521] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d1a000-0xf7d1a3ff]
    [ 0.289604] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.289752] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.289785] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
    [ 0.290041] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
    [ 0.290053] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d19000-0xf7d190ff 64bit]
    [ 0.290071] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.290331] pci 0000:01:00.0: [8086:08b1] type 00 class 0x028000
    [ 0.290364] pci 0000:01:00.0: reg 0x10: [mem 0xf7c00000-0xf7c01fff 64bit]
    [ 0.290527] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 0.290564] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 0.297561] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.297568] pci 0000:00:1c.0: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.297646] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.297650] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
    [ 0.297654] pci 0000:00:1c.3: bridge window [mem 0xf7200000-0xf7bfffff]
    [ 0.297660] pci 0000:00:1c.3: bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
    [ 0.297794] pci 0000:03:00.0: [144d:a800] type 00 class 0x010601
    [ 0.297864] pci 0000:03:00.0: reg 0x24: [mem 0xf6810000-0xf6811fff]
    [ 0.297880] pci 0000:03:00.0: reg 0x30: [mem 0xf6800000-0xf680ffff pref]
    [ 0.297943] pci 0000:03:00.0: PME# supported from D3hot D3cold
    [ 0.297977] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.304218] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.304222] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.304226] pci 0000:00:1c.4: bridge window [mem 0xf6800000-0xf71fffff]
    [ 0.304232] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
    [ 0.304349] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.304595] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
    [ 0.318222] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318282] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318340] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318397] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318458] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318514] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318570] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318625] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.319091] ACPI: Enabled 3 GPEs in block 00 to 7F
    [ 0.319098] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.319171] Found 1 acpi root devices
    [ 0.319350] ACPI: EC: GPE = 0x7, I/O: command/status = 0x66, data = 0x62
    [ 0.319440] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.319443] vgaarb: loaded
    [ 0.319444] vgaarb: bridge control possible 0000:00:02.0
    [ 0.319481] PCI: Using ACPI for IRQ routing
    [ 0.320737] PCI: pci_cache_line_size set to 64 bytes
    [ 0.320770] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
    [ 0.320772] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
    [ 0.320773] e820: reserve RAM buffer [mem 0xca4bd000-0xcbffffff]
    [ 0.320774] e820: reserve RAM buffer [mem 0xca8e6000-0xcbffffff]
    [ 0.320775] e820: reserve RAM buffer [mem 0xda899000-0xdbffffff]
    [ 0.320777] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
    [ 0.320843] NetLabel: Initializing
    [ 0.320844] NetLabel: domain hash size = 128
    [ 0.320845] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.320858] NetLabel: unlabeled traffic allowed by default
    [ 0.320872] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.320877] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.322892] Switched to clocksource hpet
    [ 0.326442] pnp: PnP ACPI init
    [ 0.326454] ACPI: bus type PNP registered
    [ 0.326556] pnp 00:00: [dma 4]
    [ 0.326576] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.326592] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.326667] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.326759] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 0.326762] system 00:03: [io 0x2008-0x200b] has been reserved
    [ 0.326763] system 00:03: [io 0xffff] has been reserved
    [ 0.326765] system 00:03: [io 0xffff] has been reserved
    [ 0.326766] system 00:03: [io 0x1c00-0x1cfe] has been reserved
    [ 0.326768] system 00:03: [io 0x1d00-0x1dfe] has been reserved
    [ 0.326769] system 00:03: [io 0x1e00-0x1efe] has been reserved
    [ 0.326771] system 00:03: [io 0x1f00-0x1ffe] has been reserved
    [ 0.326772] system 00:03: [io 0x1800-0x18fe] could not be reserved
    [ 0.326774] system 00:03: [io 0x164e-0x164f] has been reserved
    [ 0.326776] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.326799] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.326834] system 00:05: [io 0x1854-0x1857] has been reserved
    [ 0.326836] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.326868] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.326870] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.326901] pnp 00:07: Plug and Play ACPI device, IDs SNYa009 PNP030b (active)
    [ 0.326934] pnp 00:08: Plug and Play ACPI device, IDs FOX0015 PNP0f13 (active)
    [ 0.340120] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.340123] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.340125] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.340128] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.340130] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.340132] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.340134] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.340137] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.340139] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.340141] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.340144] system 00:09: [mem 0xf7fef000-0xf7feffff] has been reserved
    [ 0.340148] system 00:09: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
    [ 0.340151] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.340409] pnp: PnP ACPI: found 10 devices
    [ 0.340411] ACPI: bus type PNP unregistered
    [ 0.346802] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    [ 0.346805] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 0.346818] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.346820] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.346824] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdf200000-0xdf3fffff 64bit pref]
    [ 0.346826] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.346828] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.346831] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.346834] pci 0000:00:1c.0: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.346838] pci 0000:00:1c.0: bridge window [mem 0xdf200000-0xdf3fffff 64bit pref]
    [ 0.346842] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.346844] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
    [ 0.346848] pci 0000:00:1c.3: bridge window [mem 0xf7200000-0xf7bfffff]
    [ 0.346851] pci 0000:00:1c.3: bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
    [ 0.346855] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.346857] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.346861] pci 0000:00:1c.4: bridge window [mem 0xf6800000-0xf71fffff]
    [ 0.346864] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
    [ 0.347007] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.347009] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.347011] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.347012] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.347013] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.347015] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.347016] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.347018] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.347019] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.347020] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.347022] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.347023] pci_bus 0000:00: resource 15 [mem 0xdf200000-0xfeafffff]
    [ 0.347025] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.347026] pci_bus 0000:01: resource 1 [mem 0xf7c00000-0xf7cfffff]
    [ 0.347027] pci_bus 0000:01: resource 2 [mem 0xdf200000-0xdf3fffff 64bit pref]
    [ 0.347029] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.347030] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf7bfffff]
    [ 0.347032] pci_bus 0000:02: resource 2 [mem 0xf0a00000-0xf13fffff 64bit pref]
    [ 0.347033] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.347035] pci_bus 0000:03: resource 1 [mem 0xf6800000-0xf71fffff]
    [ 0.347036] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf09fffff 64bit pref]
    [ 0.347062] NET: Registered protocol family 2
    [ 0.347198] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.347284] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.347380] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.347396] TCP: reno registered
    [ 0.347401] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.347415] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.347462] NET: Registered protocol family 1
    [ 0.347470] pci 0000:00:02.0: Boot video device
    [ 0.347696] PCI: CLS 64 bytes, default 64
    [ 0.347724] Unpacking initramfs...
    [ 0.398164] Freeing initrd memory: 2964K (ffff88007fd1b000 - ffff880080000000)
    [ 0.398168] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.398170] software IO TLB [mem 0xd4a97000-0xd8a97000] (64MB) mapped at [ffff8800d4a97000-ffff8800d8a96fff]
    [ 0.398309] Scanning for low memory corruption every 60 seconds
    [ 0.398505] audit: initializing netlink socket (disabled)
    [ 0.398517] type=2000 audit(1379858745.393:1): initialized
    [ 0.409641] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.410648] zbud: loaded
    [ 0.410763] VFS: Disk quotas dquot_6.5.2
    [ 0.410795] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.410923] msgmni has been set to 7724
    [ 0.411081] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.411107] io scheduler noop registered
    [ 0.411108] io scheduler deadline registered
    [ 0.411129] io scheduler cfq registered (default)
    [ 0.411271] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.411282] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.411352] efifb: probing for efifb
    [ 0.412251] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90009900000, using 8100k, total 8100k
    [ 0.412253] efifb: mode is 1920x1080x32, linelength=7680, pages=1
    [ 0.412253] efifb: scrolling: redraw
    [ 0.412255] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.417131] Console: switching to colour frame buffer device 240x67
    [ 0.421936] fb0: EFI VGA frame buffer device
    [ 0.421941] intel_idle: MWAIT substates: 0x11142120
    [ 0.421942] intel_idle: v0.4 model 0x45
    [ 0.421943] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.421982] GHES: HEST is not enabled!
    [ 0.422024] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.422370] Linux agpgart interface v0.103
    [ 0.422422] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.424318] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.424339] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.424409] mousedev: PS/2 mouse device common for all mice
    [ 0.424445] rtc_cmos 00:04: RTC can wake from S4
    [ 0.424564] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.424589] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.424699] cpuidle: using governor ladder
    [ 0.424844] cpuidle: using governor menu
    [ 0.424924] drop_monitor: Initializing network drop monitor service
    [ 0.424981] TCP: cubic registered
    [ 0.425053] NET: Registered protocol family 10
    [ 0.425179] NET: Registered protocol family 17
    [ 0.425185] Key type dns_resolver registered
    [ 0.425363] PM: Hibernation image not present or could not be loaded.
    [ 0.425371] registered taskstats version 1
    [ 0.425757] Magic number: 13:668:81
    [ 0.425818] rtc_cmos 00:04: setting system clock to 2013-09-22 14:05:46 UTC (1379858746)
    [ 0.426532] Freeing unused kernel memory: 1140K (ffffffff818c8000 - ffffffff819e5000)
    [ 0.426534] Write protecting the kernel read-only data: 8192k
    [ 0.428631] Freeing unused kernel memory: 1088K (ffff8800024f0000 - ffff880002600000)
    [ 0.429319] Freeing unused kernel memory: 352K (ffff8800027a8000 - ffff880002800000)
    [ 0.435624] systemd-udevd[56]: starting version 207
    [ 0.440408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.454039] ACPI: bus type USB registered
    [ 0.454095] usbcore: registered new interface driver usbfs
    [ 0.454107] usbcore: registered new interface driver hub
    [ 0.454146] usbcore: registered new device driver usb
    [ 0.455012] SCSI subsystem initialized
    [ 0.455147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.455323] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 0.455328] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.455335] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 0.455421] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.455426] ehci-pci: EHCI PCI platform driver
    [ 0.455442] xhci_hcd 0000:00:14.0: irq 56 for MSI/MSI-X
    [ 0.455605] xHCI xhci_add_endpoint called for root hub
    [ 0.455607] xHCI xhci_check_bandwidth called for root hub
    [ 0.455643] hub 1-0:1.0: USB hub found
    [ 0.455652] hub 1-0:1.0: 9 ports detected
    [ 0.456254] ACPI: bus type ATA registered
    [ 0.456330] libata version 3.00 loaded.
    [ 0.456831] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.456837] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.457045] ahci 0000:03:00.0: version 3.0
    [ 0.457057] xHCI xhci_add_endpoint called for root hub
    [ 0.457060] xHCI xhci_check_bandwidth called for root hub
    [ 0.457099] hub 2-0:1.0: USB hub found
    [ 0.457107] hub 2-0:1.0: 4 ports detected
    [ 0.457139] ahci 0000:03:00.0: irq 57 for MSI/MSI-X
    [ 0.469505] ahci 0000:03:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
    [ 0.469510] ahci 0000:03:00.0: flags: 64bit ncq led clo only pio ccc
    [ 0.469726] scsi0 : ahci
    [ 0.469805] ata1: SATA max UDMA/133 abar m8192@0xf6810000 port 0xf6810100 irq 57
    [ 0.473024] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 0.473034] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.473044] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
    [ 0.473059] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.476969] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.476983] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d1a000
    [ 0.486211] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.486436] hub 3-0:1.0: USB hub found
    [ 0.486441] hub 3-0:1.0: 2 ports detected
    [ 0.796062] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.796274] ata1.00: FORCE: horkage modified (noncq)
    [ 0.796343] ata1.00: ATA-9: SAMSUNG MZHPU128HCGM-00000, UXM6401Q, max UDMA/133
    [ 0.796346] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (not used)
    [ 0.801330] ata1.00: configured for UDMA/133
    [ 0.801557] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZHPU128 UXM6 PQ: 0 ANSI: 5
    [ 0.803137] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 0.803287] sd 0:0:0:0: [sda] Write Protect is off
    [ 0.803300] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.803399] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 0.805467] sda: sda1 sda2
    [ 0.806019] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 0.815971] usb 1-3: new full-speed USB device number 2 using xhci_hcd
    [ 0.831975] hidraw: raw HID events driver (C) Jiri Kosina
    [ 0.833319] usbcore: registered new interface driver usbhid
    [ 0.833321] usbhid: USB HID core driver
    [ 0.834261] input: eGalax Inc. eGalaxTouch EXC7910-1031-12.00.03 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input1
    [ 0.834479] hid-multitouch 0003:0EEF:A108.0001: input,hiddev0,hidraw0: USB HID v2.10 Device [eGalax Inc. eGalaxTouch EXC7910-1031-12.00.03] on usb-0000:00:14.0-3/input0
    [ 0.882188] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 0.922934] systemd[1]: RTC configured in localtime, applying delta of 600 minutes to system time.
    [ 0.929364] systemd[1]: systemd 207 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 0.929946] systemd[1]: Set hostname to <arch>.
    [ 0.983808] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 0.984035] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 0.984085] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 0.984100] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    [ 0.984205] systemd[1]: Starting Remote File Systems.
    [ 0.984284] systemd[1]: Reached target Remote File Systems.
    [ 0.984295] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 0.984400] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 0.984410] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 0.984518] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 0.984527] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 0.984604] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 0.984612] systemd[1]: Starting Delayed Shutdown Socket.
    [ 0.984686] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 0.984711] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 0.984866] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 0.984879] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 0.984908] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 0.984916] systemd[1]: Starting Paths.
    [ 0.984974] systemd[1]: Reached target Paths.
    [ 0.984983] systemd[1]: Starting Encrypted Volumes.
    [ 0.985044] systemd[1]: Reached target Encrypted Volumes.
    [ 0.985054] systemd[1]: Starting udev Kernel Socket.
    [ 0.985125] systemd[1]: Listening on udev Kernel Socket.
    [ 0.985135] systemd[1]: Starting udev Control Socket.
    [ 0.985208] systemd[1]: Listening on udev Control Socket.
    [ 0.985217] systemd[1]: Starting Journal Socket.
    [ 0.985306] systemd[1]: Listening on Journal Socket.
    [ 0.985628] systemd[1]: Starting Apply Kernel Variables...
    [ 0.986092] systemd[1]: Starting udev Coldplug all Devices...
    [ 0.986404] systemd[1]: Mounting Huge Pages File System...
    [ 0.986753] systemd[1]: Mounting POSIX Message Queue File System...
    [ 0.987139] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 0.987572] systemd[1]: Mounting Debug File System...
    [ 0.989206] usb 1-5: new high-speed USB device number 3 using xhci_hcd
    [ 0.990670] systemd[1]: Started Set Up Additional Binary Formats.
    [ 0.990699] systemd[1]: Starting Setup Virtual Console...
    [ 0.992974] systemd[1]: Starting Load Kernel Modules...
    [ 0.993344] systemd[1]: Starting Journal Service...
    [ 0.993810] systemd[1]: Started Journal Service.
    [ 1.010288] EXT4-fs (sda2): re-mounted. Opts: data=ordered
    [ 1.013973] systemd-journald[117]: Vacuuming done, freed 0 bytes
    [ 1.026796] cfg80211: Calling CRDA to update world regulatory domain
    [ 1.032563] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 1.032566] Copyright(c) 2003-2013 Intel Corporation
    [ 1.032596] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
    [ 1.032669] iwlwifi 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 1.032718] iwlwifi 0000:01:00.0: irq 58 for MSI/MSI-X
    [ 1.038032] iwlwifi 0000:01:00.0: loaded firmware version 22.0.7.0 op_mode iwlmvm
    [ 1.057685] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
    [ 1.057741] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1.057886] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1.060756] systemd-udevd[149]: starting version 207
    [ 1.094633] input: PC Speaker as /devices/platform/pcspkr/input/input2
    [ 1.095037] ACPI: Requesting acpi_cpufreq
    [ 1.097389] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 1.100587] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
    [ 1.100595] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.100599] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20130517/utaddress-251)
    [ 1.100603] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20130517/utaddress-251)
    [ 1.100607] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.100608] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20130517/utaddress-251)
    [ 1.100611] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20130517/utaddress-251)
    [ 1.100615] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.100616] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 1.102294] ACPI: AC Adapter [ADP1] (on-line)
    [ 1.102298] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251)
    [ 1.102305] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.105913] mei_me 0000:00:16.0: setting latency timer to 64
    [ 1.105951] mei_me 0000:00:16.0: irq 59 for MSI/MSI-X
    [ 1.112812] [drm] Initialized drm 1.1.0 20060810
    [ 1.115476] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
    [ 1.115570] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
    [ 1.115697] snd_hda_intel 0000:00:1b.0: irq 60 for MSI/MSI-X
    [ 1.120414] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    [ 1.120620] ACPI: Lid Switch [LID0]
    [ 1.120778] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    [ 1.120784] ACPI: Power Button [PWRB]
    [ 1.121008] sony_laptop: Sony Notebook Control Driver v0.6
    [ 1.121078] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input5
    [ 1.121108] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input6
    [ 1.130280] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
    [ 1.130323] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
    [ 1.135059] [drm] Memory usable by graphics device = 2048M
    [ 1.135064] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
    [ 1.135066] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
    [ 1.135082] Console: switching to colour dummy device 80x25
    [ 1.136857] i915 0000:00:02.0: setting latency timer to 64
    [ 1.138311] sony_laptop: brightness ignored, must be controlled by ACPI video driver
    [ 1.143666] mei_me 0000:00:16.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
    [ 1.148840] microcode: CPU0 sig=0x40651, pf=0x40, revision=0xa
    [ 1.171510] i915 0000:00:02.0: irq 61 for MSI/MSI-X
    [ 1.171520] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.171521] [drm] Driver supports precise vblank timestamp query.
    [ 1.171591] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.172449] usb 3-1: new high-speed USB device number 2 using ehci-pci
    [ 1.177055] iTCO_vendor_support: vendor-support=0
    [ 1.177695] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 1.177735] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
    [ 1.177882] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 1.178341] media: Linux media interface: v0.10
    [ 1.184727] Linux video capture interface: v2.00
    [ 1.186224] ACPI: Battery Slot [BAT0] (battery present)
    [ 1.196551] ACPI: Battery Slot [BAT1] (battery absent)
    [ 1.196702] uvcvideo: Found UVC 1.00 device USB Webcam (0bda:5727)
    [ 1.200296] thermal LNXTHERM:00: registered as thermal_zone0
    [ 1.200301] ACPI: Thermal Zone [TZ00] (47 C)
    [ 1.206849] microcode: CPU1 sig=0x40651, pf=0x40, revision=0xa
    [ 1.208042] input: USB Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input9
    [ 1.208252] usbcore: registered new interface driver uvcvideo
    [ 1.208255] USB Video Class driver (1.1.1)
    [ 1.208413] nfc: nfc_init: NFC Core ver 0.1
    [ 1.208433] NET: Registered protocol family 39
    [ 1.212998] microcode: CPU2 sig=0x40651, pf=0x40

    bump. Really need some help on this
    Since last post I found and read a number of posts relating to HOOKS. Mr Elendig got me thinking that it wasn't an X issue but a system issue.
    So....
    I put 'keyboard' and 'keymap' hook both before and after 'autodetect' in mkinitcpio.conf and ran
    # mkinitcpio -p linux
    That didn't work.
    I implemented an ~/.Xmodmap file and updated my ~/.Xinitrc according to the wiki.
    That didn't work in Fluxbox.
    I changed keyboard to 'fr' then back to 'us' both in console and in vconsole.conf.
    That didn't work
    BUT THEN.....I added
    FONT_MAP=8859_to_uni
    to my vconsole.conf 'rebooted' and everything worked!! Awesome, right? No.
    Because then I
    # poweroff
    and turned on again and came back to the tty login prompt and the keys were wrong again.
    I removed
    FONT_MAP=8859_to_uni
    from vconsole.conf, rebooted, then put it back in, rebooted and there was no change.
    I then added
    FONT_MAP=8859_to_uni
    to the boot prompt line before booting.
    That didn't work.
    I also read a post where someone created the LiveUSB on a different computer and this was thought to be the cause of some of their problems after they upgraded the 'linux' pacakge using 'pacman'. I created my LiveUSB on a Fedora 19 system. Not sure if that could be the problem.
    Last night I upgraded to Linux 3.11.3-1-ARCH in a hope against hope that would sort things out.
    It didn't
    I'm new to Linux and have learnt a lot through my Arch Linux install which has been great. I really would like to avoid a fresh install using an Arch Linux created LiveUSB but at the moment that's what I'm looking at unless someone can help me out.
    Thanks in advance.

  • [SOLVED] Problem with murmur after upgrading to 1.2.3-4

    I've been running Murmur on my server for a long time without problems. The last version I had running was 1.2.3-3. After upgrading to 1.2.3-4, the already-running murmurd process crashed after a while (some hours after the upgrade, after constant use) and I'm unable to restart it. The message I get is:
    :: Starting murmur [BUSY]
    <W>2012-01-07 22:06:11.133 Initializing settings from /etc/murmur.ini (basepath /etc)
    <W>2012-01-07 22:06:11.134 OpenSSL: OpenSSL 1.0.0f 4 Jan 2012
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA StartCom Certification Authority
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA AAA Certificate Services
    <W>2012-01-07 22:06:11.135 SSL: Adding recommended CA UTN-USERFirst-Client Authentication and Email
    <C>2012-01-07 22:06:11.135 Successfully switched to uid 1007
    <F>2012-01-07 22:06:11.230 ServerDB: Failed initialization: unable to open database file Error opening database
    [DONE]
    and in murmur.log nothing gets written. Downgrading to 1.2.3-3 works, but I thought I'd look for the cause of the problem.
    After poking around a bit, I noticed that my murmur database (/var/lib/murmur/murmur.sqlite) belongs to a nonexistent user with a UID of 86 and a GID of 86, as well as the whole /var/log/murmur/ directory. I also noticed that a new murmur user and group with UID and GID of 1007 and 1000 exists on the system now. It seems that running:
    sudo chown -R murmur:murmur /var/lib/murmur/ /var/log/murmur/
    fixes the problem. Perhaps the update deleted my pre-existing murmur user and group and recreated them?
    Edit: Guess I should mark this as [SOLVED].
    Edit edit:
    Also turns out the whole /var/lib/murmur/ directory has to belong to murmur, not just the sqlite file.
    Last edited by n17ikh (2012-01-08 03:22:39)

    I had the same problem and fixed it like you.

  • IdM 8.1 New Labels are not getting displayed after upgrading from 7.1

    We have recently upgraded IdM 7.1 to IdM 8.1 and after upgrading the New Labels as New Navigation Menu's in Admin panel are not getting resolved and
    Appearing following way
    UI_APPR_XML_PROVISIONER_EMPTY_TABLE
    UI_APPR_JAVA_LIST_PROVISIONING_REQUESTS_LABEL
    We have checked these labels are there under WPMessages_en.properties file (under idmcommon.jar) but still they are not getting reflected.
    Any help on this will be appreciated.

    May be your location credentials out of sync.
    Un-register and re-register the locations
    1)Right click the location in the Control Center manager and select Unregister
    2)Right click the location in the Control Center manager and select Register and enter the appropriate credentials.

  • [Solved] Problems with themes after upgrading to kde 4.6.1

    Hi, I have a problem after upgrading qt to version 4.6.1. I use awesome wm and only few application based on qt framework (vlc, wpa_gui, virtualbox) and they all look awful after upgrade. It's like there is no themes installed. I'll post a screenshot if it is necessarily.
    Anyone have any idea?
    Tnx

    anrxc wrote:
    I also noticed that menus in qt applications aren't working.
    I can confirm. All application menus are completely broken in multi monitor setups. They refuse to show if application is not on the main screen. When it is on the main screen they show but most of the time are broken - wrong position, wrong size etc.
    Getting this too. Need it fixed soon, thanks.

  • Why h:commandlink action not get fired after upgrading to JSF-1.2_12?

    Hi,
    One strange behavior that I'm facing right now after upgrading to JSF version1.2_12, is that the action method for hidden commandlink which should get fired on changing the value of a comboBox are not getting fired. Note that I was initially using the JSF1.2_07 version and it worked fine.
    Any help would be much appreciated.
    Here is a sample code of what I have in my app.
    <h:panelGroup>
                   <h:selectOneMenu id="nav-menu" value="#{customBean.rowName}"
                   onchange="submitOnMenuChange(this.form,'id-link', 'nav-menu');">
                   <f:selectItem itemLabel="Select:" itemValue="" />
                   <f:selectItem itemLabel="rowName1" itemValue="rowName1"/>
                   <f:selectItem itemLabel="rowName2" itemValue="rowName2"/>
                   </h:selectOneMenu>
                   <h:commandLink id="id-link" value=" " action="#{customBean.updateAction}" style="display: none;"/>
    </h:panelGroup>
    Inside submitOnMenuChange() I'm using below technique to submit the form
    var idclValue = formId + JSF_ID_SEPARATOR + elementId;
    jsfcljs(document.forms[formId],idclValue+','+idclValue,'');
    So, ideally on changing the value from above comboBox it should invoke the updateAction method, bit it doesn't.
    Thanks,
    Umesh
    Edited by: Umesh_S on Oct 7, 2009 4:47 AM

    Here is a small simple example which could help replicate the problem
    There are mainly three files: 1. displayPage.jsp 2. CustomBean.java 3. faces-Config.xml
    1. displayPage.jsp (content)
    <%@ page session="true" contentType="text/html;charset=utf-8"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <f:view>
    <html>
    <head>
    <script language="javascript">
    function submitLinkAction(formId, elementId) {
         if (document.forms[formId] != null) {
              var idclValue = formId + ":" + elementId;
    jsfcljs(document.forms[formId],idclValue+','+idclValue,'');
         } else {
              throw "Form with id [" + formId + "] is null.";
         return false;
    function submitOnMenuChange(thisForm, linkId, menuId) {
         var fullMenuId = thisForm.id + ":" + menuId;
         var menu = document.forms[thisForm.id][fullMenuId];
         var selectedValue = menu.options[menu.selectedIndex].value;
         if (selectedValue.length > 0) {
              try {
                   return submitLinkAction(thisForm.id, linkId);
              } catch (errorMsg) {
                   alert("Error occurred: " + errorMsg);
         return false;
    </script>
    </head>
    <body>
    <h:form id="edit-form">
                             <h:panelGroup>
                                  <%-- show select drop-down--%>
                                       <h:selectOneMenu id="nav-menu" value="#{customBean.rowName}"
                                            enabledClass="grid"
                                            onchange="submitOnMenuChange(this.form,'nav-link', 'nav-menu');">
                                            <f:selectItem itemLabel="Select:" itemValue="" />
                                            <f:selectItem itemLabel="Row1" itemValue="Row1"/>
                                            <f:selectItem itemLabel="Row2" itemValue="Row2"/>
                                       </h:selectOneMenu>
                                       <h:commandLink id="nav-link" value=" " action="#{customBean.updateAction}" style="display: none;"/>
                             </h:panelGroup>
    </h:form>
    </body>
    </html>
    </f:view>
    2. CustomBean.java
    public class CustomBean {
    private String rowName;
         public CustomBean() {
         public String getRowName() {
              return this.rowName;
         public void setRowName(String value) {
              System.out.println("** Inside set row name**");
              this.rowName = value;
         public void updateAction() {
              System.out.println("************This is action method for hidden command link************* ");
    3. faces-config.xml (content)
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
    "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config xmlns="http://java.sun.com/JSF/Configuration">
         <managed-bean>
         <managed-bean-name>customBean</managed-bean-name>
         <managed-bean-class>com.examples.CustomBean</managed-bean-class>
         <managed-bean-scope>request</managed-bean-scope>
         </managed-bean>
    </faces-config>
    So, if we run above example on JSF 1.2_07, on changing the value of nav-menu, it should submit the form and the action method (updateAction()) defined for commandlink "nav-link" should get fired (one could see the System.out coming on the console) but the moment the JSF jars are upgraded to 1.2_12 the action method no more gets invoked.
    Thanks,
    Umesh

  • [Solved] Problems with xinit after upgrade xorg-xinit to 1.3.4-2 versi

    Hi,
    Today I've upgraded my system with pacman -Syu and after upgrading xorg-xinit to 1.3.4-2 version I cannot use X.
    When I run "xinit" then single white window appears but there is not any reaction for mouse or keyboard events.
    I cannot even get back to VT by ctrl-alt-Fx or switch on/off NumLock. The only reaction on keyboard is issuing sysrq commands (ctrl-alt-sysrq E) which kills X.
    I also discovered that running following command helps: "xinit -- vt12" - I mean it launches X and mouse and keyboard are working fine.
    Is this a bug or I have misconfigured system?
    Last edited by wtx (2015-03-23 15:08:14)

    I can confirm what appears to be the same problem on my two machines running Arch with systemd. On both machines, after upgrading the xorg-* packages yesterday, X would not start as it normally did: I'd get a blank screen with only a _ up in the top left corner. Pressing ctrl-alt-(number) had no effect, nor did anything else I tried. (I didn't try killing X like the OP did.) Googled and searched the forums yesterday to no avail; nothing I tried worked.
    Caveat: In my case(s), I use 'startxfce4' instead of 'startx', so it might not be the exact issue. Trying 'startx' just took me to a default X installation setup, with three terminal windows and a clock. I'm sure anyone who's set up Arch for the first time has seen the same windows.
    So in case it helps, here's what I did to get them working again:
    1. This morning, I checked the forums again and saw the thread at https://bbs.archlinux.org/viewtopic.php?id=195107, which recommended changing a line in the file /etc/X11/xinit/xserverrc from:
    exec /usr/bin/X -nolisten tcp "$@"
    to
    exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
    2. I didn't want to change the default file, so I created a ~/.xserverrc file (note that it's in my home directory, so it will only work for my one user; if you want it to work for multiple users you'd follow step one exactly, as recommended in the other thread). I put the line
    exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
    in that file, saved it, and fired up 'startxfce4'. Everything works perfectly.
    Again, since I use XFCE I don't know if it's exactly the same issue you have, but at least this might help point you towards a solution.
    PS
    In case you're wondering why I tried the solution in the other thread: The blank screen error only appears when I had
    needs_root_rights=yes
    in /etc/X11/Xwrapper.config. When I changed it to 'no' (or removed the file entirely), I would get an error message like "xf860OpenConsole: Cannot open /dev/tty0", which is similar to the error message the OP on that thread would get.
    EDIT:
    Actually, the more I think about it, the less I think this is the same problem. And the lack of details from the OP doesn't help. Still, it does appear that both of these problems concern passing a virtual terminal parameter to X, or failing to do so.
    Last edited by Massimiliano (2015-03-23 13:21:58)

  • Uploaded Image gets corrupted after upgrading jre from 1.3.0_02 to 1.3.1_15

    We were running jre 1.3.0_02. The image upload functionality was working fine with this version. But after upgrading to jre1.3.1_15, the uploaded image shows correct file size but it gets corrupted.
    Please help.

    I found that the problem with encoding. If wrote a sample application which read gif file and print the value.
    Here is sample application:
    import java.io.FileInputStream;
    public class TestCopy {
    public static void main(String[] args) {
    String filename = "/home/appliance/data/frontpanel/logo.gif";
    StringBuffer sb = new StringBuffer();
    try{
    // System.setProperty("file.encoding", "ISO-8859-1");
    FileInputStream f = new FileInputStream(filename);
    System.out.println("<SaveOnAllServlet> autoSaveArgs :"+filename);
    int c;
    while((c = f.read()) != -1){
    System.out.println(c+"->"+(char)c); // This is problematic for me
    sb.append((char)c);
    System.out.println("Copy complete...");
    System.out.println(System.getProperty("file.encoding"));
    f.close();
    // System.out.println(sb);
    catch (Exception e) {
    e.printStackTrace();
    when I run this program on jre1.3.0_02 get value of file.encoding as 8859_1 and on running same application on jre1.3.1_15 I get encoding value ANSI_X3.4-196
    Please let me know how can I set desired encoding... I wants to set default encoding of jre1.3.0_02 to default encoding of jre1.3.1_15
    thanks in anticipation.

  • [Solved] Evolution Icons MIssing after upgrade

    After upgrading evolution all icons except print and canceled disappeared.
    file needed
    ~/.gtkrc-2.0
    -----Start
    gtk-icon-theme-name = "gnome"
    -----End

    I had to make this change to get my Evolution icons back:
    In file /etc/gtk-2.0/gtkrc, I changed:
    gtk-fallback-icon-theme = "hicolor"
    to
    gtk-fallback-icon-theme = "gnome"
    Don't know why my case is different, except that I'm using KDEmod with just a couple of Gnome apps thrown in (Evolution, Tomboy, ...).

  • [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

    After upgrade of dhcpcd 6.1.0  to 6.2.1 three days ago (pacman -Syu) my wireless connection fails: deauthenticating from ... by local choice (reason=3)
    # uname -a
    Linux localhost 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux
    # dhcpcd --version
    dhcpcd 6.2.1
    Copyright (c) 2006-2014 Roy Marples
    # dmesg
    [  132.809506] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  133.863692] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  134.116365] r8169 0000:02:00.0 eth0: link down
    [  134.116479] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [  135.030954] wlan0: authenticate with a2:05:44:ff:33:a4
    [  135.041929] wlan0: send auth to a2:05:44:ff:33:a4 (try 1/3)
    [  135.045781] wlan0: authenticated
    [  135.045879] ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [  135.046559] wlan0: associate with a2:05:44:ff:33:a4 (try 1/3)
    [  135.049960] wlan0: RX AssocResp from a2:05:44:ff:33:a4 (capab=0x431 status=0 aid=4)
    [  135.050609] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [  135.051337] wlan0: associated
    [  169.302610] wlan0: deauthenticating from a2:05:44:ff:33:a4 by local choice (reason=3)
    [  169.339662] cfg80211: Calling CRDA to update world regulatory domain
    [  169.396876] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  169.715612] r8169 0000:02:00.0 eth0: link down
    [  169.715702] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Downgrade to dhcpcd 6.1.0 heals the problem.
    # dhcpcd --version
    dhcpcd 6.1.0
    Copyright (c) 2006-2013 Roy Marples
    In case it is related to ath9k:
    # modinfo ath9k
    filename:       
    /lib/modules/3.12.9-2-ARCH/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko.gz
    I couldn't find a bug report on neither dhcpcd nor ath9k.
    Any idea what I can do to follow up on this?
    Last edited by nocreativity (2014-02-23 08:03:11)

    Here is an extract from journalctl (syslogs are empty):
    Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: soliciting a DHCP lease
    Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: IAID ca:59:49:5b
    Feb 15 17:43:11 localhost dhcpcd[3068]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:43:11 localhost dhcpcd[3068]: version 6.2.1 starting
    Feb 15 17:43:10 localhost kernel: wlan0: associated
    Feb 15 17:43:10 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=2)
    Feb 15 17:43:10 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:43:10 localhost kernel: wlan0: authenticated
    Feb 15 17:43:10 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:43:10 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:43:08 localhost dhcpcd[3050]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3050]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:43:08 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:43:08 localhost dhcpcd[3042]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3042]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:43:08 localhost dhcpcd[3036]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Throttling dhcpcd[3036]: dhcpcd not running
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:40:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:40:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:40:21 localhost dhcpcd[2941]: dhcpcd not running
    Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2941]: dhcpcd not running
    Feb 15 17:40:21 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:40:21 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:40:21 localhost dhcpcd[2934]: dhcpcd not running
    Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2934]: dhcpcd not running
    Feb 15 17:40:18 localhost dhcpcd[2915]: exited
    Feb 15 17:40:18 localhost dhcpcd[2915]: timed out
    Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: soliciting a DHCP lease
    Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: IAID ca:59:49:5b
    Feb 15 17:39:48 localhost dhcpcd[2915]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:39:48 localhost dhcpcd[2915]: version 6.2.1 starting
    Feb 15 17:39:47 localhost kernel: wlan0: associated
    Feb 15 17:39:47 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=5)
    Feb 15 17:39:47 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:39:47 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:39:47 localhost kernel: wlan0: authenticated
    Feb 15 17:39:47 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:39:47 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:39:45 localhost dhcpcd[2897]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2897]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:39:45 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:39:45 localhost dhcpcd[2889]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2889]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:39:45 localhost dhcpcd[2883]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2883]: dhcpcd not running
    Feb 15 17:36:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:36:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:36:58 localhost dhcpcd[2773]: dhcpcd not running
    Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2773]: dhcpcd not running
    Feb 15 17:36:58 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:36:58 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:36:58 localhost dhcpcd[2766]: dhcpcd not running
    Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2766]: dhcpcd not running
    Feb 15 17:36:56 localhost dhcpcd[2750]: exited
    Feb 15 17:36:56 localhost dhcpcd[2750]: timed out
    Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: soliciting a DHCP lease
    Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: IAID ca:59:49:5b
    Feb 15 17:36:26 localhost dhcpcd[2750]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:36:25 localhost dhcpcd[2750]: version 6.2.1 starting
    Feb 15 17:36:24 localhost kernel: wlan0: associated
    Feb 15 17:36:24 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=4)
    Feb 15 17:36:24 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:36:24 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:36:24 localhost kernel: wlan0: authenticated
    Feb 15 17:36:24 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:36:24 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:36:22 localhost dhcpcd[2730]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2730]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:36:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:36:22 localhost dhcpcd[2722]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2722]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:36:22 localhost dhcpcd[2716]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2716]: dhcpcd not running
    Feb 15 17:35:09 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:33:49 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:33:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:33:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:33:36 localhost dhcpcd[2625]: dhcpcd not running
    Feb 15 17:33:36 localhost wicd[224]: dhcpcd[2625]: dhcpcd not running
    Feb 15 17:33:35 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:33:35 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:33:35 localhost dhcpcd[2617]: dhcpcd not running
    Feb 15 17:33:35 localhost wicd[224]: dhcpcd[2617]: dhcpcd not running
    Feb 15 17:33:32 localhost dhcpcd[2602]: exited
    Feb 15 17:33:32 localhost dhcpcd[2602]: timed out
    Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: soliciting a DHCP lease
    Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: IAID ca:59:49:5b
    Feb 15 17:33:02 localhost dhcpcd[2602]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:33:02 localhost dhcpcd[2602]: version 6.2.1 starting
    Feb 15 17:33:01 localhost kernel: wlan0: associated
    Feb 15 17:33:01 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:33:01 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:33:01 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:33:01 localhost kernel: wlan0: authenticated
    Feb 15 17:33:01 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:33:01 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:32:59 localhost dhcpcd[2583]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2583]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:32:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:32:59 localhost dhcpcd[2575]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2575]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:32:59 localhost dhcpcd[2569]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2569]: dhcpcd not running
    Feb 15 17:30:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:30:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:30:12 localhost dhcpcd[2489]: dhcpcd not running
    Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2489]: dhcpcd not running
    Feb 15 17:30:12 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:30:12 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:30:12 localhost dhcpcd[2481]: dhcpcd not running
    Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2481]: dhcpcd not running
    Feb 15 17:30:09 localhost dhcpcd[2447]: exited
    Feb 15 17:30:09 localhost dhcpcd[2447]: timed out
    Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: soliciting a DHCP lease
    Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: IAID ca:59:49:5b
    Feb 15 17:29:39 localhost dhcpcd[2447]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:29:39 localhost dhcpcd[2447]: version 6.2.1 starting
    Feb 15 17:29:38 localhost kernel: wlan0: associated
    Feb 15 17:29:38 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:29:38 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:29:38 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:29:38 localhost kernel: wlan0: authenticated
    Feb 15 17:29:38 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:29:38 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:29:36 localhost dhcpcd[2429]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2429]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:29:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:29:36 localhost dhcpcd[2421]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2421]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:29:36 localhost dhcpcd[2415]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2415]: dhcpcd not running
    Feb 15 17:26:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:26:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:26:49 localhost dhcpcd[2323]: dhcpcd not running
    Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2323]: dhcpcd not running
    Feb 15 17:26:49 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:26:49 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:26:49 localhost dhcpcd[2316]: dhcpcd not running
    Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2316]: dhcpcd not running
    Feb 15 17:26:46 localhost dhcpcd[2288]: exited
    Feb 15 17:26:46 localhost dhcpcd[2288]: timed out
    Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: soliciting a DHCP lease
    Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: IAID ca:59:49:5b
    Feb 15 17:26:16 localhost dhcpcd[2288]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:26:16 localhost dhcpcd[2288]: version 6.2.1 starting
    Feb 15 17:26:15 localhost kernel: wlan0: associated
    Feb 15 17:26:15 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:26:15 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:26:15 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:26:15 localhost kernel: wlan0: authenticated
    Feb 15 17:26:15 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:26:15 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:26:13 localhost dhcpcd[2269]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2269]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:26:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:26:13 localhost dhcpcd[2261]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2261]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:26:13 localhost dhcpcd[2255]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2255]: dhcpcd not running
    Feb 15 17:25:07 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:23:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:23:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:23:26 localhost dhcpcd[2174]: dhcpcd not running
    Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2174]: dhcpcd not running
    Feb 15 17:23:26 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:23:26 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:23:26 localhost dhcpcd[2166]: dhcpcd not running
    Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2166]: dhcpcd not running
    Feb 15 17:23:23 localhost dhcpcd[2151]: exited
    Feb 15 17:23:23 localhost dhcpcd[2151]: timed out
    Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: soliciting a DHCP lease
    Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: IAID ca:59:49:5b
    Feb 15 17:22:53 localhost dhcpcd[2151]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:22:53 localhost dhcpcd[2151]: version 6.2.1 starting
    Feb 15 17:22:52 localhost kernel: wlan0: associated
    Feb 15 17:22:52 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:22:52 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:22:52 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:22:52 localhost kernel: wlan0: authenticated
    Feb 15 17:22:52 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:22:52 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:22:50 localhost dhcpcd[2132]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2132]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:22:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:22:50 localhost dhcpcd[2124]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2124]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:22:50 localhost dhcpcd[2118]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2118]: dhcpcd not running
    Feb 15 17:20:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:20:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:20:03 localhost dhcpcd[2028]: dhcpcd not running
    Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2028]: dhcpcd not running
    Feb 15 17:20:03 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:20:03 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:20:03 localhost dhcpcd[2020]: dhcpcd not running
    Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2020]: dhcpcd not running
    Feb 15 17:20:00 localhost dhcpcd[2003]: exited
    Feb 15 17:20:00 localhost dhcpcd[2003]: timed out
    Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: soliciting a DHCP lease
    Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: IAID ca:59:49:5b
    Feb 15 17:19:30 localhost dhcpcd[2003]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:19:30 localhost dhcpcd[2003]: version 6.2.1 starting
    Feb 15 17:19:29 localhost kernel: wlan0: associated
    Feb 15 17:19:29 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:19:29 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:19:29 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:19:29 localhost kernel: wlan0: authenticated
    Feb 15 17:19:29 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:19:29 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:19:27 localhost dhcpcd[1985]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1985]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:19:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:19:27 localhost dhcpcd[1977]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1977]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:19:27 localhost dhcpcd[1971]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1971]: dhcpcd not running
    Feb 15 17:16:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:16:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:16:40 localhost dhcpcd[1871]: dhcpcd not running
    Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1871]: dhcpcd not running
    Feb 15 17:16:40 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:16:40 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:16:40 localhost dhcpcd[1863]: dhcpcd not running
    Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1863]: dhcpcd not running
    Feb 15 17:16:37 localhost dhcpcd[1848]: exited
    Feb 15 17:16:37 localhost dhcpcd[1848]: timed out
    Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: soliciting a DHCP lease
    Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: IAID ca:59:49:5b
    Feb 15 17:16:07 localhost dhcpcd[1848]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:16:07 localhost dhcpcd[1848]: version 6.2.1 starting
    Feb 15 17:16:06 localhost kernel: wlan0: associated
    Feb 15 17:16:06 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:16:06 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:16:06 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:16:06 localhost kernel: wlan0: authenticated
    Feb 15 17:16:06 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:16:06 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:16:04 localhost dhcpcd[1829]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1829]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:16:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:16:04 localhost dhcpcd[1821]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1821]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:16:04 localhost dhcpcd[1815]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1815]: dhcpcd not running
    Feb 15 17:13:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:13:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:13:17 localhost dhcpcd[1723]: dhcpcd not running
    Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1723]: dhcpcd not running
    Feb 15 17:13:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:13:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:13:17 localhost dhcpcd[1716]: dhcpcd not running
    Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1716]: dhcpcd not running
    Feb 15 17:13:14 localhost dhcpcd[1697]: exited
    Feb 15 17:13:14 localhost dhcpcd[1697]: timed out
    Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: soliciting a DHCP lease
    Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: IAID ca:59:49:5b
    Feb 15 17:12:44 localhost dhcpcd[1697]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:12:44 localhost dhcpcd[1697]: version 6.2.1 starting
    Feb 15 17:12:43 localhost kernel: wlan0: associated
    Feb 15 17:12:43 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:12:43 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:12:43 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:12:43 localhost kernel: wlan0: authenticated
    Feb 15 17:12:43 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:12:43 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:12:41 localhost dhcpcd[1679]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1679]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:12:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:12:41 localhost dhcpcd[1671]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1671]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:12:41 localhost dhcpcd[1665]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1665]: dhcpcd not running
    Feb 15 17:09:55 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:55 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:54 localhost dhcpcd[1567]: dhcpcd not running
    Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1567]: dhcpcd not running
    Feb 15 17:09:54 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:09:54 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:09:54 localhost dhcpcd[1558]: dhcpcd not running
    Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1558]: dhcpcd not running
    Feb 15 17:09:51 localhost dhcpcd[1539]: exited
    Feb 15 17:09:51 localhost dhcpcd[1539]: timed out
    Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: soliciting a DHCP lease
    Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: IAID ca:59:49:5b
    Feb 15 17:09:21 localhost dhcpcd[1539]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:09:21 localhost dhcpcd[1539]: version 6.2.1 starting
    Feb 15 17:09:20 localhost kernel: wlan0: associated
    Feb 15 17:09:20 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:09:20 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:09:20 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:09:20 localhost kernel: wlan0: authenticated
    Feb 15 17:09:20 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:09:20 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:19 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:19 localhost dhcpcd[1521]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1521]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:09:19 localhost dhcpcd[1515]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1515]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:09:18 localhost dhcpcd[1509]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: dhcpcd[1509]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:17 localhost dhcpcd[1501]: dhcpcd not running
    Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1501]: dhcpcd not running
    Feb 15 17:09:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:09:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:09:17 localhost dhcpcd[1494]: dhcpcd not running
    Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1494]: dhcpcd not running
    Feb 15 17:09:11 localhost dhcpcd[1476]: exited
    Feb 15 17:09:11 localhost dhcpcd[1476]: timed out
    Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: soliciting a DHCP lease
    Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: IAID ca:59:49:5b
    Feb 15 17:08:41 localhost dhcpcd[1476]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:08:41 localhost dhcpcd[1476]: version 6.2.1 starting
    Feb 15 17:08:40 localhost kernel: wlan0: associated
    Feb 15 17:08:40 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:08:40 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:40 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:40 localhost kernel: wlan0: authenticated
    Feb 15 17:08:40 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:40 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:08:39 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:08:39 localhost dhcpcd[1458]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1458]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:08:39 localhost dhcpcd[1452]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1452]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:08:38 localhost dhcpcd[1446]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: dhcpcd[1446]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:08:38 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:08:37 localhost dhcpcd[1438]: dhcpcd not running
    Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1438]: dhcpcd not running
    Feb 15 17:08:37 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:08:37 localhost dhcpcd[1431]: dhcpcd not running
    Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1431]: dhcpcd not running
    Feb 15 17:08:37 localhost kernel: wlan0: associated
    Feb 15 17:08:37 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:08:37 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:37 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:37 localhost kernel: wlan0: authenticated
    Feb 15 17:08:37 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:37 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from 00:1a:4f:8d:06:3b by local choice (reason=3)
    Feb 15 17:08:31 localhost dhcpcd[1280]: exited
    Feb 15 17:08:31 localhost dhcpcd[1280]: timed out
    Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: soliciting a DHCP lease
    Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: IAID ca:59:49:5b
    Feb 15 17:08:01 localhost dhcpcd[1280]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:08:01 localhost dhcpcd[1280]: version 6.2.1 starting
    Feb 15 17:08:00 localhost kernel: wlan0: associated
    Feb 15 17:08:00 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=1)
    Feb 15 17:08:00 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:00 localhost kernel: wlan0: authenticated
    Feb 15 17:08:00 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:08:00 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
    Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:07:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:07:59 localhost dhcpcd[1250]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1250]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:07:59 localhost dhcpcd[1244]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1244]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:07:58 localhost dhcpcd[1234]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: dhcpcd[1234]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:07:58 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:07:57 localhost dhcpcd[1224]: dhcpcd not running
    Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1224]: dhcpcd not running
    Feb 15 17:07:57 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:07:57 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:07:57 localhost dhcpcd[1217]: dhcpcd not running
    Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1217]: dhcpcd not running
    Feb 15 17:07:53 localhost dhcpcd[655]: exited
    Feb 15 17:07:53 localhost dhcpcd[655]: timed out
    Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: fetch_connections_done: error fetching connections: (32) Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory..
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
    Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:29 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:29 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: soliciting a DHCP lease
    Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: DHCP lease expired
    Feb 15 17:07:26 localhost dhcpcd[655]: wlan0: reject NAK via 192.168.178.1
    Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    I will try the lastst code installation 2morrow and let you know the results. Thanx for your involvement!
    Moderator edit [ewaller] Changed BBCode quote tags to code tags
    Last edited by ewaller (2014-02-16 20:19:55)

  • [SOLVED] Modules not loaded after upgrade linux (3.9.5-1 - 3.11.6)

    Hi. After upgrading the package linux from 3.9.5-1 to 3.11.6,
    many modules such as wifi or psmouse are not loaded.
    My PC is Asus Zenbook UX31E.
    If I do by hand like
    # modprobe ath9k
    # modprobe psmouse
    wifi and psmouse are OK,
    but I want to set all necessary modules auto loaded.
    * Output of lsmod of linux 3.9.5-1 was 87 rows
    but lsmod of 3.11.6 (I attache below) is only 39 rows.
    * Both
    /etc/modprobe.d/
    /etc/modules-load.d/
    are empty on 3.9.5-1 and 3.11.6.
    Please give me advice, thx.
    Last edited by taro (2014-01-08 11:20:46)

    Thx. The version numbers seem to be identical.
    % uname -a                                                              [~]
    Linux tenryu 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64 GNU/Linux
    % pacman -Qi linux                                                      [~]
    Name           : linux
    Version        : 3.11.6-1
    Description    : The Linux kernel and modules
    Architecture   : x86_64
    URL            : http://www.kernel.org/
    Licenses       : GPL2
    Groups         : base
    Provides       : kernel26=3.11.6
    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 : 64493.00 KiB
    Packager       : Thomas Bächler <[email protected]>
    Build Date     : Sat 19 Oct 2013 06:25:12 AM JST
    Install Date   : Fri 08 Nov 2013 12:06:17 PM JST
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By   : None
    best regards.

  • [SOLVED] VLC Missing codecs after upgrade

    After upgrading VLC to the latest version, it is unable to play several videos with codecs such as DIV3 and mp4a. After some digging I found this:
    [tess@misaki ~]$ vlc -vvv --list |grep avcodec
    VLC media player 1.1.2 The Luggage (revision exported)
    [0x1ca4120] main libvlc debug: VLC media player - 1.1.2 The Luggage
    [0x1ca4120] main libvlc debug: Copyright © 1996-2010 the VideoLAN team
    [0x1ca4120] main libvlc debug: revision exported
    [0x1ca4120] main libvlc debug: configured with ./configure '--prefix=/usr' '--disable-rpath' '--enable-faad' '--enable-v4l' '--enable-snapshot' '--enable-dbus-control' '--enable-nls' '--enable-lirc' '--enable-pvr' '--enable-ncurses' '--enable-mozilla' '--with-live555-tree=/usr/lib/live' '--enable-realrtsp' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe' 'LDFLAGS=-Wl,--hash-style=gnu -Wl,--as-needed' 'CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig'
    [0x1ca4120] main libvlc debug: translation test: code is "C"
    [0x1ca4120] main libvlc debug: checking plugin modules
    [0x1ca4120] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins-04081e-7e8.dat
    [0x1ca4120] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/meta_engine/libtaglib_plugin.so' (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/vlc/plugins/meta_engine/libtaglib_plugin.so))
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/demux/libmod_plugin.so' (libmodplug.so.1: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/demux/libavformat_plugin.so' (libx264.so.104: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/demux/libts_plugin.so' (libdvbpsi.so.6: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/demux/libmkv_plugin.so' (libmatroska.so.2: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/mux/libmux_ts_plugin.so' (libdvbpsi.so.6: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/codec/libx264_plugin.so' (libx264.so.104: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/codec/libavcodec_plugin.so' (libx264.so.104: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libdvb_plugin.so' (libdvbpsi.so.6: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libaccess_dv_plugin.so' (libavc1394.so.0: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libaccess_avio_plugin.so' (libx264.so.104: cannot open shared object file: No such file or directory)
    [0x1ca4120] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/gui/libskins2_plugin.so' (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/vlc/plugins/gui/libskins2_plugin.so))
    [0x1ca4120] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins-04081e-7e8.dat
    [0x1ca4120] main libvlc debug: module bank initialized (376 modules)
    So how do I fix this? I have been digging around for the codecs in pacman but I'm not having any luck.
    Help?
    Last edited by rashfeather (2010-08-14 12:54:00)

    rashfeather wrote:Edit: Is it generally good practice to run pacman -Syu instead of upgrading individual packages?
    Yep. Updating individual packages can lead to breakage if they were built against newer versions of other packages. This could be avoided by extensive use of versioned dependendencies but Arch assumes that the user is using the latest versions of all packages. In general, if you have to update the database to install a package because the version listed in the current database is no longer available, update the system before you install anything new to ensure compatibility (as far as possible).
    In your case, if you had 488 outdated packages and only wanted to update vlc, then the rolling-release model might not be ideal for your situation. There is no set rule of how often you should update and often you don't actually need to if everything is working, but whenever the "how often do you update" thread comes up, it seems that most people update once a day. Doing so also means that there are fewer things that can go wrong at once.

  • Curve 9300 scroll up seems to get crazy after upgrading to 6.0

    since upgraded to 6.0 a day after while chating on BBM my 9300 get crazy and scroll up all the time . sometimes on any screen for writing smses or checking e-mails. Can we fix this are do I have to reverse to original O.S version?

    Hi fdambrozy
    To clarify, does your BlackBerry tend to scroll on its own or is it very irratic when scrolling?
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • Display randomly becomes too big

    We have a new iPad mini in the family and we are owners of multiple Apple products.  There is a problem we do not know how to fix.  At what seems like random times tapping on the keyboard makes the over all display become huge!  And basically unusabl

  • I need help with updating to ios 7.1.1

    After tapped on update and it turned off for about 5 mins it started showing an iTunes icon with a charger under it. I'm so confused what should I do and my ipad is in charge but it's not doing anything! Please help!

  • Basic io

    I am new to java and i want to know which JDK library has functions to read input from the keyboard. I have tried : tphone=DataInput.readInt(); where tphone is an int, and i get this error : can't make static reference to method in readInt()

  • How to merge different comp track into one comp track?

    Hi I use logic studio 9 I have recorded two different comp tracks for lead singing of project And now I have two different tracks with a lot of takes to choose from in each one of them I would like to merge the two into one comp track with all the ta

  • What is wrong with the new iTunes?

    Every time I plug my iphone 4s into my computer the sync it to itunes... it starts syncing and when its about to finish, all of a sudden a box pops up and says that itunes aint working and closes the program... its really making me mad cuz ive done i