[Solved] Audio dead after system update

I was having a difficult time with network issues so I did a system update last night, and while it cured my network woes something broke my sound which was working fine before. I use MPD and Ario to play music and VLC to play video and both have no sound. I tried everything in the wiki to no avail, and searched the BBS for ideas (I always use startx).
I did several lsmod, aplay -l, aplay -L, etc commands and everything looks just the same as before the update. I checked audio levels in alsamixer, and even tried to install pulseaudio on top of several reboots and adding myself to audio. The only thing else that might help is I hear a pop from my speakers every so often. I don't know what else to provide that could help. It's hard for me to figure out because everything looks normal, and the cards are even being initialized as far as I can tell.
Last edited by zerologik (2013-03-05 04:56:29)

lsmod |grep "snd"
snd_hda_codec_hdmi 27561 1
snd_hda_codec_realtek 61729 1
snd_hda_intel 27668 11
snd_hda_codec 100743 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 6429 1 snd_hda_codec
snd_pcm 77827 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 7427 2 snd_pcm,snd_hda_intel
snd_timer 18935 1 snd_pcm
snd 60157 29 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
soundcore 5443 1 snd
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC888-VD Analog [ALC888-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC888-VD Digital [ALC888-VD Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
default:CARD=SB
HDA ATI SB, ALC888-VD Analog
Default Audio Device
sysdefault:CARD=SB
HDA ATI SB, ALC888-VD Analog
Default Audio Device
front:CARD=SB,DEV=0
HDA ATI SB, ALC888-VD Analog
Front speakers
surround40:CARD=SB,DEV=0
HDA ATI SB, ALC888-VD Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=SB,DEV=0
HDA ATI SB, ALC888-VD Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SB,DEV=0
HDA ATI SB, ALC888-VD Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SB,DEV=0
HDA ATI SB, ALC888-VD Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SB,DEV=0
HDA ATI SB, ALC888-VD Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SB,DEV=0
HDA ATI SB, ALC888-VD Digital
IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=NVidia,DEV=0
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
HDA NVidia, HDMI 1
HDMI Audio Output
Everything looks normal to me, unless I'm missing some crucial detail somewhere.
*EDIT: I went ahead and tried a few more things and reread the PulseAudio entry in the wiki and used pavucontrol as a last ditched effort and found that after the update it seems the soundcard became muted somehow even though I never had pulse installed before on this machine.
I should have tried that first, sorry for anyone who wasted their time on this thread and a good lesson for fellow newbies is to always try control packages first before moving onto other means/making a thread. Marking this as solved.
Last edited by zerologik (2013-03-05 04:56:06)

Similar Messages

  • [SOLVED] tp_smapi fails after system update (to 2.6.39)

    I am currently running Arch Linux on my ThinkPad X41.
    I am having troubles trying to get tp_smapi work on my system after the full system update that I did yesterday. I jumped from (12.2010) 2.6.36 to kernel 2.6.39. Since yesterday, tp_smapi was working perfectly, but after the update, it seems that the new kernel cannot recognize the tp_smapi module. I tried to remove and insert it again with modprobe tp_smapi, but I am getting: "FATAL: Module tp_smapi not found" every time.
    As I have build tp_smapi from AUR, I removed it with pacman -Rd tp_smapi and installed my package again. Even removed hdapsd and reinstalled it again after tp_smapi and I am getting the same - the module could not be found.
    I saw that there is a slightly newer tp_smapi in AUR, but currently I am not able to build the package, as I am getting some build() errors like: "gcc: error -pg and -fomit-frame-pointer are incompatible."
    This PKGBUILD seems a patch for 2.6.37 kernel and probably could not build directly under the new kernel. Anyway, I am still not able to bring the good old tp_smapi to working condition.
    Anyone with a working solution about this?
    edit: I have posted this in another thread, but hope this should be useful in a separate topic.
    Last edited by dir2cas (2011-07-14 08:35:18)

    Hey, SUCCESS out here...
    @whompus, thanks so much for the precious advices and clues.
    First, I looked into this thread (very useful as well): https://bbs.archlinux.org/viewtopic.php?id=80138
    Following it, I found out a new gcc CFLAG argument, primary used in newer gcc versions (after gcc v4.2)
    -march=native
    According to the information, given it should automatically detects the features your CPU supports and sets the options appropriately.
    Setting my /etc/makepkg.conf accordingly, and adding some other useful options, my tp_smapi package build succeded.
    My new /etc/makepkg.conf
    [dir2cas@X41 ~]> cat /etc/makepkg.conf
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    #-- Exclusive: will only run on i686
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    # Default i686 architecture flags
    # CARCH="i686"
    # CHOST="i686-pc-linux-gnu"
    # CFLAGS="-march=i686 -mtune=generic -O2 -pipe"
    # CXXFLAGS="${CFLAGS}"
    # Athlon XP/Thunderbird XP/Duron Palomino/Duron architecture flags
    # CARCH="i686"
    # CHOST="i686-pc-linux-gnu"
    # CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
    # CXXFLAGS="${CFLAGS}"
    # Pentium M Dothan/Celeron M architecture flags
    CARCH="i686"
    CHOST="i686-pc-linux-gnu"
    #CFLAGS="-march=pentium-m -O2 -pipe -msse2 -fomit-frame-pointer"
    CFLAGS="-march=native -O2 -pipe -msse2 -mtune=native"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.gz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    tp_smapi package build
    [dir2cas@X41 abs]> tar xzvf tp_smapi.tar.gz
    tp_smapi/
    tp_smapi/fix_hdaps_orientation.patch
    tp_smapi/PKGBUILD
    tp_smapi/tp_smapi.install
    tp_smapi/fix_for_2.6.37.patch
    tp_smapi/tp_smapi.patch
    [dir2cas@X41 abs]>
    [dir2cas@X41 abs]>
    [dir2cas@X41 abs]>
    [dir2cas@X41 abs]> cd tp_smapi/
    [dir2cas@X41 tp_smapi]> ll
    total 32K
    drwxr-xr-x 2 dir2cas users 40 Apr 10 14:34 ./
    drwxr-xr-x 3 dir2cas users 4.0K Jul 14 00:52 ../
    -rw-r--r-- 1 dir2cas users 2.0K Apr 10 14:16 PKGBUILD
    -rw-r--r-- 1 dir2cas users 1.1K Jan 7 2011 fix_for_2.6.37.patch
    -rw-r--r-- 1 dir2cas users 535 Apr 10 14:16 fix_hdaps_orientation.patch
    -rw-r--r-- 1 dir2cas users 124 Apr 10 14:17 tp_smapi.install
    -rw-r--r-- 1 dir2cas users 678 Jan 1 1970 tp_smapi.patch
    [dir2cas@X41 tp_smapi]>
    [dir2cas@X41 tp_smapi]>
    [dir2cas@X41 tp_smapi]>
    [dir2cas@X41 tp_smapi]> makepkg -s
    ==> Making package: tp_smapi 0.40-5 (Thu Jul 14 00:52:29 EEST 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading tp_smapi-0.40.tgz...
    --2011-07-14 00:52:30-- http://downloads.sourceforge.net/sourceforge/tpctl/tp_smapi-0.40.tgz
    Resolving downloads.sourceforge.net... 216.34.181.59
    Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: http://downloads.sourceforge.net/project/tpctl/tp_smapi/0.40/tp_smapi-0.40.tgz [following]
    --2011-07-14 00:52:31-- http://downloads.sourceforge.net/project/tpctl/tp_smapi/0.40/tp_smapi-0.40.tgz
    Reusing existing connection to downloads.sourceforge.net:80.
    HTTP request sent, awaiting response... 302 Found
    Location: http://sunet.dl.sourceforge.net/project/tpctl/tp_smapi/0.40/tp_smapi-0.40.tgz [following]
    --2011-07-14 00:52:31-- http://sunet.dl.sourceforge.net/project/tpctl/tp_smapi/0.40/tp_smapi-0.40.tgz
    Resolving sunet.dl.sourceforge.net... 194.71.11.73
    Connecting to sunet.dl.sourceforge.net|194.71.11.73|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 39002 (38K) [application/x-gzip]
    Saving to: `tp_smapi-0.40.tgz.part'
    100%[===================================================================>] 39,002 201K/s in 0.2s
    2011-07-14 00:52:32 (201 KB/s) - `tp_smapi-0.40.tgz.part' saved [39002/39002]
    -> Found fix_for_2.6.37.patch
    -> Found fix_hdaps_orientation.patch
    -> Found tp_smapi.patch
    ==> Validating source files with md5sums...
    tp_smapi-0.40.tgz ... Passed
    fix_for_2.6.37.patch ... Passed
    fix_hdaps_orientation.patch ... Passed
    tp_smapi.patch ... Passed
    ==> Validating source files with sha256sums...
    tp_smapi-0.40.tgz ... Passed
    fix_for_2.6.37.patch ... Passed
    fix_hdaps_orientation.patch ... Passed
    tp_smapi.patch ... Passed
    ==> Extracting Sources...
    -> Extracting tp_smapi-0.40.tgz with bsdtar
    ==> Starting build()...
    patching file Makefile
    patching file thinkpad_ec.c
    patching file tp_smapi.c
    patching file hdaps.c
    make -C /lib/modules/2.6.39-ARCH/build M=/home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40 O=/lib/modules/2.6.39-ARCH/build modules
    make[1]: Entering directory `/usr/src/linux-2.6.39-ARCH'
    CC [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.o
    /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.c: In function 'check_dmi_for_ec':
    /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.c:468:1: warning: the frame size of 1328 bytes is larger than 1024 bytes [-Wframe-larger-than=]
    CC [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/tp_smapi.o
    CC [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/hdaps.o
    Building modules, stage 2.
    MODPOST 3 modules
    CC /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/hdaps.mod.o
    LD [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/hdaps.ko
    CC /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.mod.o
    LD [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.ko
    CC /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/tp_smapi.mod.o
    LD [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/tp_smapi.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.39-ARCH'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    make: Entering directory `/usr/src/linux-2.6.39-ARCH'
    INSTALL /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/hdaps.ko
    INSTALL /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.ko
    INSTALL /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/tp_smapi.ko
    DEPMOD 2.6.39-ARCH
    make: Leaving directory `/usr/src/linux-2.6.39-ARCH'
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: tp_smapi 0.40-5 (Thu Jul 14 00:52:37 EEST 2011)
    [dir2cas@X41 tp_smapi]> ll
    total 100K
    drwxr-xr-x 4 dir2cas users 88 Jul 14 00:52 ./
    drwxr-xr-x 3 dir2cas users 4.0K Jul 14 00:52 ../
    -rw-r--r-- 1 dir2cas users 2.0K Apr 10 14:16 PKGBUILD
    -rw-r--r-- 1 dir2cas users 1.1K Jan 7 2011 fix_for_2.6.37.patch
    -rw-r--r-- 1 dir2cas users 535 Apr 10 14:16 fix_hdaps_orientation.patch
    drwxr-xr-x 3 dir2cas users 24 Jul 14 00:52 pkg/
    drwxr-xr-x 3 dir2cas users 40 Jul 14 00:52 src/
    -rw-r--r-- 1 dir2cas users 22K Jul 14 00:52 tp_smapi-0.40-5-i686.pkg.tar.gz
    -rw-r--r-- 1 dir2cas users 39K Dec 16 2008 tp_smapi-0.40.tgz
    -rw-r--r-- 1 dir2cas users 124 Jul 14 00:52 tp_smapi.install
    -rw-r--r-- 1 dir2cas users 678 Jan 1 1970 tp_smapi.patch
    Thanks alot!
    Last edited by dir2cas (2011-07-13 22:06:58)

  • [SOLVED] KMS Trouble after System Update

    This is a Lenovo x130e laptop with an AMD E-450 APU and Radeon HD 6320 graphics.
    When booting, the screen freezes on this:
    http://i.imgur.com/SnLA0dv.jpg
    KMS works just fine (and the system will boot normally) when booting from the 2013.03.01 installation image (kernel 3.7.9). However, the problem occurs when booting from the 2013.04.01 and 2013.05.01 installation images (3.8.4 and 3.8.10). When I pass nomodeset to the latest kernel, it will boot fine. However, I am unable to start X (using xf86-video-ati).
    I am able to blindly log in and capture the output of dmesg (but strangely, poweroff does not work):
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.8.10-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130411 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 27 12:36:59 CEST 2013
    [ 0.000000] Command line: root=UUID=705c0bb1-4be3-4d2f-b2a8-0bc04632d2ce ro rootfstype=ext4 add_efi_memmap initrd=\EFI\arch\initramfs-arch.img
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c6ceafff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c6ceb000-0x00000000c70fafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c70fb000-0x00000000c717afff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c717b000-0x00000000c71dafff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000c71db000-0x00000000c7bfffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011effffff] usable
    [ 0.000000] e820: update [mem 0xc4988018-0xc4996657] usable ==> usable
    [ 0.000000] e820: update [mem 0xc497c018-0xc4987857] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008efff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000c497c017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c497c018-0x00000000c4987857] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c4987858-0x00000000c4988017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c4988018-0x00000000c4996657] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c4996658-0x00000000c6ceafff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c6ceb000-0x00000000c70fafff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000c70fb000-0x00000000c717afff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000c717b000-0x00000000c71dafff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000c71db000-0x00000000c7bfffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000011effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.00 by Phoenix Technologies Ltd.
    [ 0.000000] efi: ACPI=0xc71da000 ACPI 2.0=0xc71da014 SMBIOS=0xc70ed000
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000008000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000008000-0x0000000000054000) (0MB)
    [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x0000000000054000-0x0000000000055000) (0MB)
    [ 0.000000] efi: mem04: type=3, attr=0xf, range=[0x0000000000055000-0x000000000008f000) (0MB)
    [ 0.000000] efi: mem05: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
    [ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f01000) (15MB)
    [ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000001f01000-0x000000007fd22000) (2014MB)
    [ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x000000007fd22000-0x0000000080000000) (2MB)
    [ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000080000000-0x00000000c3d9c000) (1085MB)
    [ 0.000000] efi: mem12: type=4, attr=0xf, range=[0x00000000c3d9c000-0x00000000c3dbc000) (0MB)
    [ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x00000000c3dbc000-0x00000000c4283000) (4MB)
    [ 0.000000] efi: mem14: type=1, attr=0xf, range=[0x00000000c4283000-0x00000000c4610000) (3MB)
    [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x00000000c4610000-0x00000000c4611000) (0MB)
    [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x00000000c4611000-0x00000000c497c000) (3MB)
    [ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x00000000c497c000-0x00000000c4998000) (0MB)
    [ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000c4998000-0x00000000c6487000) (26MB)
    [ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000c6487000-0x00000000c667f000) (1MB)
    [ 0.000000] efi: mem20: type=3, attr=0xf, range=[0x00000000c667f000-0x00000000c6ceb000) (6MB)
    [ 0.000000] efi: mem21: type=5, attr=0x800000000000000f, range=[0x00000000c6ceb000-0x00000000c6d35000) (0MB)
    [ 0.000000] efi: mem22: type=5, attr=0x800000000000000f, range=[0x00000000c6d35000-0x00000000c6deb000) (0MB)
    [ 0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x00000000c6deb000-0x00000000c7040000) (2MB)
    [ 0.000000] efi: mem24: type=6, attr=0x800000000000000f, range=[0x00000000c7040000-0x00000000c7043000) (0MB)
    [ 0.000000] efi: mem25: type=0, attr=0xf, range=[0x00000000c7043000-0x00000000c70ab000) (0MB)
    [ 0.000000] efi: mem26: type=6, attr=0x800000000000000f, range=[0x00000000c70ab000-0x00000000c70b6000) (0MB)
    [ 0.000000] efi: mem27: type=0, attr=0xf, range=[0x00000000c70b6000-0x00000000c70ba000) (0MB)
    [ 0.000000] efi: mem28: type=6, attr=0x800000000000000f, range=[0x00000000c70ba000-0x00000000c70eb000) (0MB)
    [ 0.000000] efi: mem29: type=0, attr=0xf, range=[0x00000000c70eb000-0x00000000c70ed000) (0MB)
    [ 0.000000] efi: mem30: type=0, attr=0xf, range=[0x00000000c70ed000-0x00000000c70fb000) (0MB)
    [ 0.000000] efi: mem31: type=10, attr=0xf, range=[0x00000000c70fb000-0x00000000c7132000) (0MB)
    [ 0.000000] efi: mem32: type=10, attr=0xf, range=[0x00000000c7132000-0x00000000c717b000) (0MB)
    [ 0.000000] efi: mem33: type=9, attr=0xf, range=[0x00000000c717b000-0x00000000c71bc000) (0MB)
    [ 0.000000] efi: mem34: type=9, attr=0xf, range=[0x00000000c71bc000-0x00000000c71db000) (0MB)
    [ 0.000000] efi: mem35: type=4, attr=0xf, range=[0x00000000c71db000-0x00000000c7c00000) (10MB)
    [ 0.000000] efi: mem36: type=7, attr=0xf, range=[0x0000000100000000-0x000000011f000000) (496MB)
    [ 0.000000] efi: mem37: type=11, attr=0x8000000000000001, range=[0x00000000fed80000-0x00000000fed81000) (0MB)
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: LENOVO 0622CTO/0622CTO, BIOS 8RET52WW (1.15 ) 11/15/2011
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x11f000 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-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FF8000000 write-back
    [ 0.000000] 3 base 0FFF90000 mask FFFFF0000 uncachable
    [ 0.000000] 4 base 0FED80000 mask FFFFFF000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] TOM2: 000000011f000000 aka 4592M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xc7c00 max_arch_pfn = 0x400000000
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xc7bfffff]
    [ 0.000000] [mem 0x00000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xc7bfffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xc7bfffff @ [mem 0x1fffe000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11effffff]
    [ 0.000000] [mem 0x100000000-0x11effffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x11effffff @ [mem 0xc667d000-0xc667efff]
    [ 0.000000] RAMDISK: [mem 0x7fd22000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 00000000c71da014 00024 (v04 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000c71da120 00074 (v01 LENOVO TP-8R 00000003 PTEC 00000002)
    [ 0.000000] ACPI: FACP 00000000c71c5000 000F4 (v04 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: DSDT 00000000c71c7000 112E1 (v01 LENOVO TP-8R 00001000 PTEC 00001150)
    [ 0.000000] ACPI: FACS 00000000c7166000 00040
    [ 0.000000] ACPI: SLIC 00000000c71d9000 00176 (v01 LENOVO TP-8R 00001150 PTEC 00000001)
    [ 0.000000] ACPI: HPET 00000000c71c4000 00038 (v01 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: APIC 00000000c71c3000 0005E (v02 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: MCFG 00000000c71c2000 0003C (v01 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000c71c1000 0003E (v01 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000c71c0000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: SSDT 00000000c71bf000 003DE (v01 AMD POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: SSDT 00000000c71bd000 0168E (v02 AMD ALIB 00000001 MSFT 04000000)
    [ 0.000000] ACPI: UEFI 00000000c71bc000 0013E (v01 LENOVO TP-8R 00001150 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11effffff]
    [ 0.000000] NODE_DATA [mem 0x11effb000-0x11effffff]
    [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011ac00000-ffff88011e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x11effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0008efff]
    [ 0.000000] node 0: [mem 0x00090000-0x0009ffff]
    [ 0.000000] node 0: [mem 0x00100000-0xc6ceafff]
    [ 0.000000] node 0: [mem 0xc71db000-0xc7bfffff]
    [ 0.000000] node 0: [mem 0x100000000-0x11effffff]
    [ 0.000000] On node 0 totalpages: 943775
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 68 pages reserved
    [ 0.000000] DMA zone: 3851 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12701 pages used for memmap
    [ 0.000000] DMA32 zone: 800115 pages, LIFO batch:31
    [ 0.000000] Normal zone: 1984 pages used for memmap
    [ 0.000000] Normal zone: 124992 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 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: 0x43538210 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000008f000 - 0000000000090000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000c497c000 - 00000000c497d000
    [ 0.000000] PM: Registered nosave memory: 00000000c4987000 - 00000000c4988000
    [ 0.000000] PM: Registered nosave memory: 00000000c4988000 - 00000000c4989000
    [ 0.000000] PM: Registered nosave memory: 00000000c4996000 - 00000000c4997000
    [ 0.000000] PM: Registered nosave memory: 00000000c6ceb000 - 00000000c70fb000
    [ 0.000000] PM: Registered nosave memory: 00000000c70fb000 - 00000000c717b000
    [ 0.000000] PM: Registered nosave memory: 00000000c717b000 - 00000000c71db000
    [ 0.000000] PM: Registered nosave memory: 00000000c7c00000 - 00000000fed80000
    [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed81000
    [ 0.000000] PM: Registered nosave memory: 00000000fed81000 - 0000000100000000
    [ 0.000000] e820: [mem 0xc7c00000-0xfed7ffff] 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:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011ec00000 s85184 r8192 d21312 u1048576
    [ 0.000000] pcpu-alloc: s85184 r8192 d21312 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 928958
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=UUID=705c0bb1-4be3-4d2f-b2a8-0bc04632d2ce ro rootfstype=ext4 add_efi_memmap initrd=\EFI\arch\initramfs-arch.img
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 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: 3590004k/4702208k available (4908k kernel code, 927108k absent, 185096k reserved, 4024k data, 820k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.
    [ 0.000000] NR_IRQS:4352 nr_irqs:512 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 15204352 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 1646.374 MHz processor
    [ 0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3294.94 BogoMIPS (lpj=5487913)
    [ 0.000012] pid_max: default: 32768 minimum: 301
    [ 0.000995] Security Framework initialized
    [ 0.001015] AppArmor: AppArmor disabled by boot time parameter
    [ 0.001526] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.004287] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.005535] Mount-cache hash table entries: 256
    [ 0.005955] Initializing cgroup subsys cpuacct
    [ 0.005965] Initializing cgroup subsys memory
    [ 0.005983] Initializing cgroup subsys devices
    [ 0.005986] Initializing cgroup subsys freezer
    [ 0.005990] Initializing cgroup subsys net_cls
    [ 0.005993] Initializing cgroup subsys blkio
    [ 0.006043] tseg: 00c7c00000
    [ 0.006047] CPU: Physical Processor ID: 0
    [ 0.006050] CPU: Processor Core ID: 0
    [ 0.006053] mce: CPU supports 6 MCE banks
    [ 0.006071] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
    Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
    tlb_flushall_shift: 5
    [ 0.006317] Freeing SMP alternatives: 20k freed
    [ 0.008436] ACPI: Core revision 20121018
    [ 0.026714] ftrace: allocating 19313 entries in 76 pages
    [ 0.045549] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.078529] smpboot: CPU0: AMD E-450 APU with Radeon(tm) HD Graphics (fam: 14, model: 02, stepping: 00)
    [ 0.182028] Performance Events: AMD PMU driver.
    [ 0.182036] ... version: 0
    [ 0.182039] ... bit width: 48
    [ 0.182041] ... generic registers: 4
    [ 0.182044] ... value mask: 0000ffffffffffff
    [ 0.182046] ... max period: 00007fffffffffff
    [ 0.182048] ... fixed-purpose events: 0
    [ 0.182051] ... event mask: 000000000000000f
    [ 0.212213] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.218927] smpboot: Booting Node 0, Processors #1 OK
    [ 0.232175] Brought up 2 CPUs
    [ 0.232181] smpboot: Total of 2 processors activated (6588.89 BogoMIPS)
    [ 0.233342] devtmpfs: initialized
    [ 0.236293] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
    [ 0.236303] PM: Registering ACPI NVS region [mem 0xc70fb000-0xc717afff] (524288 bytes)
    [ 0.238085] RTC time: 17:17:03, date: 05/02/13
    [ 0.238192] NET: Registered protocol family 16
    [ 0.238681] ACPI: bus type pci registered
    [ 0.238911] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xf8000000-0xf9ffffff] (base 0xf8000000)
    [ 0.238917] PCI: not using MMCONFIG
    [ 0.238921] PCI: Using configuration type 1 for base access
    [ 0.238923] PCI: Using configuration type 1 for extended access
    [ 0.240283] bio: create slab <bio-0> at 0
    [ 0.240536] ACPI: Added _OSI(Module Device)
    [ 0.240540] ACPI: Added _OSI(Processor Device)
    [ 0.240544] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.240547] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.243444] ACPI: EC: Look up EC in DSDT
    [ 0.256898] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.262307] ACPI: Interpreter enabled
    [ 0.262322] ACPI: (supports S0 S3 S4 S5)
    [ 0.262362] ACPI: Using IOAPIC for interrupt routing
    [ 0.262668] PCI: MMCONFIG for domain 0000 [bus 00-1f] at [mem 0xf8000000-0xf9ffffff] (base 0xf8000000)
    [ 0.263205] PCI: MMCONFIG at [mem 0xf8000000-0xf9ffffff] reserved in ACPI motherboard resources
    [ 0.268402] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.275699] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.281748] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    [ 0.282060] ACPI: No dock devices found.
    [ 0.282070] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.283028] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.283034] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.285271] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000ce000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000ce5ff])
    [ 0.285283] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-1f] only partially covers this bridge
    [ 0.285344] PCI host bridge to bus 0000:00
    [ 0.285350] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.285355] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.285359] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff]
    [ 0.285364] pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff]
    [ 0.285368] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff]
    [ 0.285371] pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff]
    [ 0.285375] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff]
    [ 0.285379] pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff]
    [ 0.285383] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff]
    [ 0.285387] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff]
    [ 0.285391] pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff]
    [ 0.285394] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff]
    [ 0.285398] pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff]
    [ 0.285402] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff]
    [ 0.285405] pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff]
    [ 0.285409] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff]
    [ 0.285413] pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff]
    [ 0.285417] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff]
    [ 0.285421] pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff]
    [ 0.285424] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff]
    [ 0.285428] pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff]
    [ 0.285432] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff]
    [ 0.285435] pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff]
    [ 0.285439] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff]
    [ 0.285443] pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff]
    [ 0.285447] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff]
    [ 0.285451] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffffffff]
    [ 0.285455] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.285458] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.285481] pci 0000:00:00.0: [1022:1510] type 00 class 0x060000
    [ 0.285543] pci 0000:00:01.0: [1002:9806] type 00 class 0x030000
    [ 0.285559] pci 0000:00:01.0: reg 10: [mem 0xe0000000-0xefffffff pref]
    [ 0.285570] pci 0000:00:01.0: reg 14: [io 0x4000-0x40ff]
    [ 0.285581] pci 0000:00:01.0: reg 18: [mem 0xf0300000-0xf033ffff]
    [ 0.285644] pci 0000:00:01.0: supports D1 D2
    [ 0.285671] pci 0000:00:01.1: [1002:1314] type 00 class 0x040300
    [ 0.285684] pci 0000:00:01.1: reg 10: [mem 0xf0344000-0xf0347fff]
    [ 0.285759] pci 0000:00:01.1: supports D1 D2
    [ 0.285841] pci 0000:00:05.0: [1022:1513] type 01 class 0x060400
    [ 0.285920] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.285953] pci 0000:00:06.0: [1022:1514] type 01 class 0x060400
    [ 0.286031] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
    [ 0.286067] pci 0000:00:07.0: [1022:1515] type 01 class 0x060400
    [ 0.286146] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.286241] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    [ 0.286268] pci 0000:00:11.0: reg 10: [io 0x4118-0x411f]
    [ 0.286283] pci 0000:00:11.0: reg 14: [io 0x4124-0x4127]
    [ 0.286297] pci 0000:00:11.0: reg 18: [io 0x4110-0x4117]
    [ 0.286312] pci 0000:00:11.0: reg 1c: [io 0x4120-0x4123]
    [ 0.286326] pci 0000:00:11.0: reg 20: [io 0x4100-0x410f]
    [ 0.286340] pci 0000:00:11.0: reg 24: [mem 0xf034a000-0xf034a3ff]
    [ 0.286422] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.286442] pci 0000:00:12.0: reg 10: [mem 0xf0349000-0xf0349fff]
    [ 0.286540] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.286567] pci 0000:00:12.2: reg 10: [mem 0xf034a500-0xf034a5ff]
    [ 0.286677] pci 0000:00:12.2: supports D1 D2
    [ 0.286681] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.286716] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.286735] pci 0000:00:13.0: reg 10: [mem 0xf0348000-0xf0348fff]
    [ 0.286833] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.286860] pci 0000:00:13.2: reg 10: [mem 0xf034a400-0xf034a4ff]
    [ 0.286971] pci 0000:00:13.2: supports D1 D2
    [ 0.286974] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.287009] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.287118] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.287148] pci 0000:00:14.2: reg 10: [mem 0xf0340000-0xf0343fff 64bit]
    [ 0.287237] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.287263] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.287368] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.287437] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
    [ 0.287488] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
    [ 0.287533] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
    [ 0.287580] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
    [ 0.287640] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
    [ 0.287685] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
    [ 0.287733] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
    [ 0.287778] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
    [ 0.287951] pci 0000:01:00.0: [10ec:8176] type 00 class 0x028000
    [ 0.287973] pci 0000:01:00.0: reg 10: [io 0x3000-0x30ff]
    [ 0.288008] pci 0000:01:00.0: reg 18: [mem 0xf0200000-0xf0203fff 64bit]
    [ 0.288111] pci 0000:01:00.0: supports D1 D2
    [ 0.288115] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.292364] pci 0000:00:05.0: PCI bridge to [bus 01]
    [ 0.292389] pci 0000:00:05.0: bridge window [io 0x3000-0x3fff]
    [ 0.292402] pci 0000:00:05.0: bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.292495] pci 0000:02:00.0: [1969:1083] type 00 class 0x020000
    [ 0.292527] pci 0000:02:00.0: reg 10: [mem 0xf0100000-0xf013ffff 64bit]
    [ 0.292543] pci 0000:02:00.0: reg 18: [io 0x2000-0x207f]
    [ 0.292662] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.299020] pci 0000:00:06.0: PCI bridge to [bus 02]
    [ 0.299046] pci 0000:00:06.0: bridge window [io 0x2000-0x2fff]
    [ 0.299058] pci 0000:00:06.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.299152] pci 0000:03:00.0: [10ec:5209] type 00 class 0xff0000
    [ 0.299178] pci 0000:03:00.0: reg 10: [mem 0xf0000000-0xf0000fff]
    [ 0.299250] pci 0000:03:00.0: reg 30: [mem 0xffff0000-0xffffffff pref]
    [ 0.299321] pci 0000:03:00.0: supports D1 D2
    [ 0.299325] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
    [ 0.305685] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.305714] pci 0000:00:07.0: bridge window [mem 0xf0000000-0xf00fffff]
    [ 0.305857] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
    [ 0.305872] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.305876] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c1fff] (subtractive decode)
    [ 0.305880] pci 0000:00:14.4: bridge window [mem 0x000c2000-0x000c3fff] (subtractive decode)
    [ 0.305884] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c5fff] (subtractive decode)
    [ 0.305888] pci 0000:00:14.4: bridge window [mem 0x000c6000-0x000c7fff] (subtractive decode)
    [ 0.305892] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000c9fff] (subtractive decode)
    [ 0.305910] pci 0000:00:14.4: bridge window [mem 0x000ca000-0x000cbfff] (subtractive decode)
    [ 0.305914] pci 0000:00:14.4: bridge window [mem 0x000cc000-0x000cdfff] (subtractive decode)
    [ 0.305917] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d1fff] (subtractive decode)
    [ 0.305921] pci 0000:00:14.4: bridge window [mem 0x000d2000-0x000d3fff] (subtractive decode)
    [ 0.305925] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d5fff] (subtractive decode)
    [ 0.305929] pci 0000:00:14.4: bridge window [mem 0x000d6000-0x000d7fff] (subtractive decode)
    [ 0.305932] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000d9fff] (subtractive decode)
    [ 0.305936] pci 0000:00:14.4: bridge window [mem 0x000da000-0x000dbfff] (subtractive decode)
    [ 0.305940] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000ddfff] (subtractive decode)
    [ 0.305943] pci 0000:00:14.4: bridge window [mem 0x000de000-0x000dffff] (subtractive decode)
    [ 0.305947] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e1fff] (subtractive decode)
    [ 0.305951] pci 0000:00:14.4: bridge window [mem 0x000e2000-0x000e3fff] (subtractive decode)
    [ 0.305955] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e5fff] (subtractive decode)
    [ 0.305958] pci 0000:00:14.4: bridge window [mem 0x000e6000-0x000e7fff] (subtractive decode)
    [ 0.305962] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000e9fff] (subtractive decode)
    [ 0.305966] pci 0000:00:14.4: bridge window [mem 0x000ea000-0x000ebfff] (subtractive decode)
    [ 0.305969] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000edfff] (subtractive decode)
    [ 0.305973] pci 0000:00:14.4: bridge window [mem 0x000ee000-0x000effff] (subtractive decode)
    [ 0.305977] pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
    [ 0.305981] pci 0000:00:14.4: bridge window [mem 0xf8000000-0xffffffff] (subtractive decode)
    [ 0.305985] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.305988] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.306096] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
    [ 0.306220] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
    [ 0.306299] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB7_._PRT]
    [ 0.306459] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.306829] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.307240] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.309788] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0
    [ 0.309945] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0
    [ 0.310107] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0
    [ 0.310268] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0
    [ 0.310407] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0
    [ 0.310528] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0
    [ 0.310648] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0
    [ 0.310767] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0
    [ 0.311149] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.311166] vgaarb: loaded
    [ 0.311168] vgaarb: bridge control possible 0000:00:01.0
    [ 0.311270] PCI: Using ACPI for IRQ routing
    [ 0.312523] PCI: pci_cache_line_size set to 64 bytes
    [ 0.312656] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
    [ 0.312660] e820: reserve RAM buffer [mem 0xc497c018-0xc7ffffff]
    [ 0.312664] e820: reserve RAM buffer [mem 0xc4988018-0xc7ffffff]
    [ 0.312668] e820: reserve RAM buffer [mem 0xc6ceb000-0xc7ffffff]
    [ 0.312671] e820: reserve RAM buffer [mem 0xc7c00000-0xc7ffffff]
    [ 0.312674] e820: reserve RAM buffer [mem 0x11f000000-0x11fffffff]
    [ 0.312862] NetLabel: Initializing
    [ 0.312866] NetLabel: domain hash size = 128
    [ 0.312868] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.312891] NetLabel: unlabeled traffic allowed by default
    [ 0.312968] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.312977] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.314998] Switching to clocksource hpet
    [ 0.325255] pnp: PnP ACPI init
    [ 0.325290] ACPI: bus type pnp registered
    [ 0.325565] system 00:00: [io 0x0f50-0x0f51] has been reserved
    [ 0.325573] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.325578] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.325583] system 00:00: [mem 0xf8000000-0xf9ffffff] has been reserved
    [ 0.325593] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.326345] pnp 00:01: [dma 4]
    [ 0.326393] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.326516] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.326625] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.326682] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.326794] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.326920] pnp 00:06: Plug and Play ACPI device, IDs LEN0026 PNP0f13 (active)
    [ 0.327034] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.327040] system 00:07: [io 0x0530-0x0537] has been reserved
    [ 0.327049] system 00:07: [io 0x0800-0x0827] has been reserved
    [ 0.327054] system 00:07: [io 0x0830] has been reserved
    [ 0.327058] system 00:07: [io 0x0840-0x0847] has been reserved
    [ 0.327063] system 00:07: [io 0x0b00-0x0b1f] has been reserved
    [ 0.327067] system 00:07: [io 0x0b20-0x0b3f] has been reserved
    [ 0.327072] system 00:07: [io 0x0c00-0x0c01] has been reserved
    [ 0.327076] system 00:07: [io 0x0c14] has been reserved
    [ 0.327080] system 00:07: [io 0x0c50-0x0c52] has been reserved
    [ 0.327085] system 00:07: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.327089] system 00:07: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.327093] system 00:07: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.327098] system 00:07: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.327102] system 00:07: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.327107] system 00:07: [io 0x0cf9] could not be reserved
    [ 0.327112] system 00:07: [io 0x8100-0x81ff window] has been reserved
    [ 0.327116] system 00:07: [io 0x8200-0x82ff window] has been reserved
    [ 0.327123] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.327309] pnp 00:08: [Firmware Bug]: [mem 0x00000000-0xffffffffffffffff disabled] covers only part of AMD MMCONFIG area [mem 0xf8000000-0xf9ffffff]; adding more reservations
    [ 0.327359] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.327365] system 00:08: [mem 0xffe00000-0xffffffff] has been reserved
    [ 0.327370] system 00:08: [mem 0xfec10000-0xfec1001f] has been reserved
    [ 0.327374] system 00:08: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 0.327379] system 00:08: [mem 0xfed61000-0xfed613ff] has been reserved
    [ 0.327384] system 00:08: [mem 0xfed80000-0xfed80fff] has been reserved
    [ 0.327390] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.327868] pnp: PnP ACPI: found 9 devices
    [ 0.327878] ACPI: ACPI bus type pnp unregistered
    [ 0.340127] pci 0000:03:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
    [ 0.340176] pci 0000:00:07.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.340183] pci 0000:00:07.0: bridge window [mem 0x00100000-0x001fffff pref] to [bus 03] add_size 200000
    [ 0.340247] pci 0000:00:07.0: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
    [ 0.340251] pci 0000:00:07.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.340269] pci 0000:00:07.0: BAR 15: assigned [mem 0xf0400000-0xf06fffff pref]
    [ 0.340278] pci 0000:00:07.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.340284] pci 0000:00:05.0: PCI bridge to [bus 01]
    [ 0.340290] pci 0000:00:05.0: bridge window [io 0x3000-0x3fff]
    [ 0.340298] pci 0000:00:05.0: bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.340308] pci 0000:00:06.0: PCI bridge to [bus 02]
    [ 0.340313] pci 0000:00:06.0: bridge window [io 0x2000-0x2fff]
    [ 0.340319] pci 0000:00:06.0: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.340331] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0400000-0xf040ffff pref]
    [ 0.340336] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.340341] pci 0000:00:07.0: bridge window [io 0x1000-0x1fff]
    [ 0.340347] pci 0000:00:07.0: bridge window [mem 0xf0000000-0xf00fffff]
    [ 0.340353] pci 0000:00:07.0: bridge window [mem 0xf0400000-0xf06fffff pref]
    [ 0.340361] pci 0000:00:14.4: PCI bridge to [bus 04]
    [ 0.340489] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff]
    [ 0.340494] pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff]
    [ 0.340498] pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff]
    [ 0.340502] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff]
    [ 0.340506] pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff]
    [ 0.340510] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff]
    [ 0.340514] pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff]
    [ 0.340518] pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff]
    [ 0.340522] pci_bus 0000:00: resource 12 [mem 0x000d0000-0x000d1fff]
    [ 0.340525] pci_bus 0000:00: resource 13 [mem 0x000d2000-0x000d3fff]
    [ 0.340529] pci_bus 0000:00: resource 14 [mem 0x000d4000-0x000d5fff]
    [ 0.340533] pci_bus 0000:00: resource 15 [mem 0x000d6000-0x000d7fff]
    [ 0.340537] pci_bus 0000:00: resource 16 [mem 0x000d8000-0x000d9fff]
    [ 0.340541] pci_bus 0000:00: resource 17 [mem 0x000da000-0x000dbfff]
    [ 0.340545] pci_bus 0000:00: resource 18 [mem 0x000dc000-0x000ddfff]
    [ 0.340549] pci_bus 0000:00: resource 19 [mem 0x000de000-0x000dffff]
    [ 0.340553] pci_bus 0000:00: resource 20 [mem 0x000e0000-0x000e1fff]
    [ 0.340556] pci_bus 0000:00: resource 21 [mem 0x000e2000-0x000e3fff]
    [ 0.340560] pci_bus 0000:00: resource 22 [mem 0x000e4000-0x000e5fff]
    [ 0.340564] pci_bus 0000:00: resource 23 [mem 0x000e6000-0x000e7fff]
    [ 0.340568] pci_bus 0000:00: resource 24 [mem 0x000e8000-0x000e9fff]
    [ 0.340572] pci_bus 0000:00: resource 25 [mem 0x000ea000-0x000ebfff]
    [ 0.340576] pci_bus 0000:00: resource 26 [mem 0x000ec000-0x000edfff]
    [ 0.340579] pci_bus 0000:00: resource 27 [mem 0x000ee000-0x000effff]
    [ 0.340583] pci_bus 0000:00: resource 28 [mem 0xe0000000-0xf7ffffff]
    [ 0.340587] pci_bus 0000:00: resource 29 [mem 0xf8000000-0xffffffff]
    [ 0.340591] pci_bus 0000:00: resource 30 [io 0x0000-0x0cf7]
    [ 0.340595] pci_bus 0000:00: resource 31 [io 0x0d00-0xffff]
    [ 0.340600] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.340603] pci_bus 0000:01: resource 1 [mem 0xf0200000-0xf02fffff]
    [ 0.340608] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.340612] pci_bus 0000:02: resource 1 [mem 0xf0100000-0xf01fffff]
    [ 0.340616] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 0.340620] pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf00fffff]
    [ 0.340624] pci_bus 0000:03: resource 2 [mem 0xf0400000-0xf06fffff pref]
    [ 0.340628] pci_bus 0000:04: resource 4 [mem 0x000a0000-0x000bffff]
    [ 0.340632] pci_bus 0000:04: resource 5 [mem 0x000c0000-0x000c1fff]
    [ 0.340636] pci_bus 0000:04: resource 6 [mem 0x000c2000-0x000c3fff]
    [ 0.340640] pci_bus 0000:04: resource 7 [mem 0x000c4000-0x000c5fff]
    [ 0.340644] pci_bus 0000:04: resource 8 [mem 0x000c6000-0x000c7fff]
    [ 0.340647] pci_bus 0000:04: resource 9 [mem 0x000c8000-0x000c9fff]
    [ 0.340651] pci_bus 0000:04: resource 10 [mem 0x000ca000-0x000cbfff]
    [ 0.340655] pci_bus 0000:04: resource 11 [mem 0x000cc000-0x000cdfff]
    [ 0.340659] pci_bus 0000:04: resource 12 [mem 0x000d0000-0x000d1fff]
    [ 0.340663] pci_bus 0000:04: resource 13 [mem 0x000d2000-0x000d3fff]
    [ 0.340667] pci_bus 0000:04: resource 14 [mem 0x000d4000-0x000d5fff]
    [ 0.340671] pci_bus 0000:04: resource 15 [mem 0x000d6000-0x000d7fff]
    [ 0.340675] pci_bus 0000:04: resource 16 [mem 0x000d8000-0x000d9fff]
    [ 0.340679] pci_bus 0000:04: resource 17 [mem 0x000da000-0x000dbfff]
    [ 0.340682] pci_bus 0000:04: resource 18 [mem 0x000dc000-0x000ddfff]
    [ 0.340686] pci_bus 0000:04: resource 19 [mem 0x000de000-0x000dffff]
    [ 0.340690] pci_bus 0000:04: resource 20 [mem 0x000e0000-0x000e1fff]
    [ 0.340694] pci_bus 0000:04: resource 21 [mem 0x000e2000-0x000e3fff]
    [ 0.340698] pci_bus 0000:04: resource 22 [mem 0x000e4000-0x000e5fff]
    [ 0.340702] pci_bus 0000:04: resource 23 [mem 0x000e6000-0x000e7fff]
    [ 0.340706] pci_bus 0000:04: resource 24 [mem 0x000e8000-0x000e9fff]
    [ 0.340709] pci_bus 0000:04: resource 25 [mem 0x000ea000-0x000ebfff]
    [ 0.340713] pci_bus 0000:04: resource 26 [mem 0x000ec000-0x000edfff]
    [ 0.340717] pci_bus 0000:04: resource 27 [mem 0x000ee000-0x000effff]
    [ 0.340721] pci_bus 0000:04: resource 28 [mem 0xe0000000-0xf7ffffff]
    [ 0.340725] pci_bus 0000:04: resource 29 [mem 0xf8000000-0xffffffff]
    [ 0.340729] pci_bus 0000:04: resource 30 [io 0x0000-0x0cf7]
    [ 0.340733] pci_bus 0000:04: resource 31 [io 0x0d00-0xffff]
    [ 0.340810] NET: Registered protocol family 2
    [ 0.341100] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.341431] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.341722] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.341916] TCP: reno registered
    [ 0.341949] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.342001] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.342193] NET: Registered protocol family 1
    [ 0.342225] pci 0000:00:01.0: Boot video device
    [ 0.342550] PCI: CLS 32 bytes, default 64
    [ 0.342642] Unpacking initramfs...
    [ 0.454086] Freeing initrd memory: 2936k freed
    [ 0.455877] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.455887] software IO TLB [mem 0xbfd9c000-0xc3d9c000] (64MB) mapped at [ffff8800bfd9c000-ffff8800c3d9bfff]
    [ 0.456257] LVT offset 0 assigned for vector 0x400
    [ 0.456390] perf: AMD IBS detected (0x000000ff)
    [ 0.457023] audit: initializing netlink socket (disabled)
    [ 0.457058] type=2000 audit(1367515023.343:1): initialized
    [ 0.477321] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.481511] VFS: Disk quotas dquot_6.5.2
    [ 0.481685] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.482269] msgmni has been set to 7105
    [ 0.482923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.482987] io scheduler noop registered
    [ 0.482996] io scheduler deadline registered
    [ 0.483017] io scheduler cfq registered (default)
    [ 0.483269] pcieport 0000:00:05.0: irq 40 for MSI/MSI-X
    [ 0.483424] pcieport 0000:00:06.0: irq 41 for MSI/MSI-X
    [ 0.483556] pcieport 0000:00:07.0: irq 42 for MSI/MSI-X
    [ 0.483717] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt
    [ 0.483722] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 0.483729] pcie_pme 0000:00:05.0:pcie01: service driver pcie_pme loaded
    [ 0.483754] pcieport 0000:00:06.0: Signaling PME through PCIe PME interrupt
    [ 0.483758] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.483764] pcie_pme 0000:00:06.0:pcie01: service driver pcie_pme loaded
    [ 0.483793] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
    [ 0.483797] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.483803] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
    [ 0.483997] efifb: probing for efifb
    [ 0.484235] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90002800000, using 1200k, total 1200k
    [ 0.484238] efifb: mode is 640x480x32, linelength=2560, pages=1
    [ 0.484240] efifb: scrolling: redraw
    [ 0.484244] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.486530] Console: switching to colour frame buffer device 80x30
    [ 0.488423] fb0: EFI VGA frame buffer device
    [ 0.488484] GHES: HEST is not enabled!
    [ 0.488752] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.490749] Linux agpgart interface v0.103
    [ 0.490899] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    [ 0.494570] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.496171] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.496234] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.496276] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.496319] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.496363] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.497022] mousedev: PS/2 mouse device common for all mice
    [ 0.497259] rtc_cmos 00:03: RTC can wake from S4
    [ 0.497471] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.497563] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
    [ 0.497581] cpuidle: using governor ladder
    [ 0.497584] cpuidle: using governor menu
    [ 0.497588] EFI Variables Facility v0.08 2004-May-17
    [ 0.512391] drop_monitor: Initializing network drop monitor service
    [ 0.512521] TCP: cubic registered
    [ 0.512720] NET: Registered protocol family 10
    [ 0.513006] NET: Registered protocol family 17
    [ 0.513027] Key type dns_resolver registered
    [ 0.513939] PM: Hibernation image not present or could not be loaded.
    [ 0.513969] registered taskstats version 1
    [ 0.515088] Magic number: 13:664:288
    [ 0.515124] tty tty21: hash matches
    [ 0.515268] rtc_cmos 00:03: setting system clock to 2013-05-02 17:17:04 UTC (1367515024)
    [ 0.518037] Freeing unused kernel memory: 820k freed
    [ 0.518607] Write protecting the kernel read-only data: 8192k
    [ 0.526006] Freeing unused kernel memory: 1224k freed
    [ 0.529465] Freeing unused kernel memory: 440k freed
    [ 0.534462] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.548625] systemd-udevd[45]: starting version 202
    [ 0.618261] rtsx_pci 0000:03:00.0: irq 43 for MSI/MSI-X
    [ 0.618288] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 43
    [ 0.619180] SCSI subsystem initialized
    [ 0.623757] ACPI: bus type usb registered
    [ 0.623818] usbcore: registered new interface driver usbfs
    [ 0.623841] usbcore: registered new interface driver hub
    [ 0.625066] ACPI: bus type scsi registered
    [ 0.625871] libata version 3.00 loaded.
    [ 0.627327] ahci 0000:00:11.0: version 3.0
    [ 0.627570] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    [ 0.627577] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 0.629783] usbcore: registered new device driver usb
    [ 0.631205] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.631677] ehci-pci: EHCI PCI platform driver
    [ 0.631986] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.634915] scsi0 : ahci
    [ 0.635125] ata1: SATA max UDMA/133 abar m1024@0xf034a000 port 0xf034a100 irq 19
    [ 0.635422] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 0.635437] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 0.635455] QUIRK: Enable AMD PLL fix
    [ 0.635460] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.635525] ehci-pci 0000:00:12.2: debug port 1
    [ 0.635600] ehci-pci 0000:00:12.2: irq 17, io mem 0xf034a500
    [ 0.645627] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.645985] hub 1-0:1.0: USB hub found
    [ 0.646009] hub 1-0:1.0: 5 ports detected
    [ 0.646880] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 0.646895] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 0.646904] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.646922] ehci-pci 0000:00:13.2: debug port 1
    [ 0.646974] ehci-pci 0000:00:13.2: irq 17, io mem 0xf034a400
    [ 0.654704] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 0.655035] hub 2-0:1.0: USB hub found
    [ 0.655045] hub 2-0:1.0: 5 ports detected
    [ 0.655746] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 0.655762] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    [ 0.655817] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf0349000
    [ 0.712885] hub 3-0:1.0: USB hub found
    [ 0.712902] hub 3-0:1.0: 5 ports detected
    [ 0.713277] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 0.713290] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4
    [ 0.713329] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf0348000
    [ 0.769352] hub 4-0:1.0: USB hub found
    [ 0.769369] hub 4-0:1.0: 5 ports detected
    [ 0.961176] usb 2-5: new high-speed USB device number 2 using ehci-pci
    [ 1.120874] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.122846] ata1.00: ATA-8: HITACHI HTS543225A7A384, ESBZB70T, max UDMA/100
    [ 1.122861] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.124244] ata1.00: configured for UDMA/100
    [ 1.124806] scsi 0:0:0:0: Direct-Access ATA HITACHI HTS54322 ESBZ PQ: 0 ANSI: 5
    [ 1.128934] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [ 1.129045] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.129051] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.129095] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.178986] sda: sda1 sda2 sda3
    [ 1.180088] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.457081] tsc: Refined TSC clocksource calibration: 1646.493 MHz
    [ 1.457098] Switching to clocksource tsc
    [ 1.854652] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.509111] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.511410] systemd[1]: Set hostname to <chaucer>.
    [ 2.856431] 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.
    [ 2.856902] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.857036] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.857064] systemd[1]: Starting Remote File Systems.
    [ 2.857303] systemd[1]: Reached target Remote File Systems.
    [ 2.857326] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.857551] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.857572] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.857745] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.857765] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.857948] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.858006] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.858198] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.858268] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 2.858672] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 2.858696] systemd[1]: Starting Encrypted Volumes.
    [ 2.858838] systemd[1]: Reached target Encrypted Volumes.
    [ 2.859003] systemd[1]: Starting udev Kernel Socket.
    [ 2.859190] systemd[1]: Listening on udev Kernel Socket.
    [ 2.859298] systemd[1]: Starting udev Control Socket.
    [ 2.859485] systemd[1]: Listening on udev Control Socket.
    [ 2.859520] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.859622] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.859642] systemd[1]: Starting Paths.
    [ 2.859776] systemd[1]: Reached target Paths.
    [ 2.859806] systemd[1]: Starting Journal Socket.
    [ 2.860028] systemd[1]: Listening on Journal Socket.
    [ 2.860164] systemd[1]: Starting Create static device nodes in /dev...
    [ 2.872371] systemd[1]: Starting Setup Virtual Console...
    [ 2.917008] systemd[1]: Started Set Up Additional Binary Formats.
    [ 2.917066] systemd[1]: Mounting POSIX Message Queue File System...
    [ 2.931787] systemd[1]: Mounting Huge Pages File System...
    [ 2.950070] systemd[1]: Starting Apply Kernel Variables...
    [ 2.968344] systemd[1]: Starting Load Kernel Modules...
    [ 2.975400] systemd[1]: Starting udev Coldplug all Devices...
    [ 2.979091] systemd[1]: Mounting Debug File System...
    [ 2.984811] systemd[1]: Starting Journal Service...
    [ 2.999451] systemd[1]: Started Journal Service.
    [ 2.999544] systemd[1]: Starting Swap.
    [ 3.000507] systemd[1]: Reached target Swap.
    [ 3.000558] systemd[1]: Started File System Check on Root Device.
    [ 3.000584] systemd[1]: Mounting Temporary Directory...
    [ 3.034836] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.045381] systemd[1]: Expecting device dev-disk-by\x2duuid-56f25813\x2d76db\x2d4394\x2d983d\x2d33d9888c1fd9.device...
    [ 3.046458] systemd[1]: Expecting device dev-disk-by\x2duuid-C1D1\x2d1117.device...
    [ 3.434008] microcode: CPU0: patch_level=0x05000101
    [ 3.610071] microcode: CPU0: new patch_level=0x0500010d
    [ 3.610103] microcode: CPU1: patch_level=0x05000101
    [ 3.616198] microcode: CPU1: new patch_level=0x0500010d
    [ 3.616452] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 3.657634] systemd-udevd[103]: starting version 202
    [ 3.670223] EXT4-fs (sda2): re-mounted. Opts: data=ordered
    [ 3.996654] ACPI: acpi_idle registered with cpuidle
    [ 4.037883] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
    [ 4.037898] ACPI: Power Button [PWRB]
    [ 4.038076] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
    [ 4.038082] ACPI: Sleep Button [SLPB]
    [ 4.038233] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    [ 4.038621] ACPI: Lid Switch [LID]
    [ 4.038719] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 4.038725] ACPI: Power Button [PWRF]
    [ 4.049877] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 4.063435] acpi device:33: registered as cooling_device2
    [ 4.063503] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
    [ 4.063590] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
    [ 4.093102] ACPI: Battery Slot [BAT1] (battery present)
    [ 4.095625] ACPI: AC Adapter [ACAD] (on-line)
    [ 4.097347] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.097356] ACPI: Thermal Zone [THZ0] (51 C)
    [ 4.273879] wmi: Mapper loaded
    [ 4.327312] atl1c 0000:02:00.0: version 1.0.1.1-NAPI
    [ 4.378499] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \_SB_.PCI0.SMB_.SMB0 1 (20121018/utaddress-251)
    [ 4.378516] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 4.397056] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    [ 4.397159] sp5100_tco: PCI Revision ID: 0x42
    [ 4.397279] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
    [ 4.397340] sp5100_tco: Last reboot was not triggered by watchdog.
    [ 4.397466] sp5100_tco: initialized (0xffffc9000061cb00). heartbeat=60 sec (nowayout=0)
    [ 4.425604] Non-volatile memory driver v1.3
    [ 4.486947] [drm] Initialized drm 1.1.0 20060810
    [ 4.503674] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 4.508258] thinkpad_acpi: ThinkPad ACPI Extras v0.24
    [ 4.508266] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 4.508269] thinkpad_acpi: ThinkPad BIOS 8RET52WW (1.15 ), EC unknown
    [ 4.508272] thinkpad_acpi: Lenovo ThinkPad X130e, model 0622CTO
    [ 4.510104] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
    [ 4.533877] thinkpad_acpi: radio switch found; radios are enabled
    [ 4.533917] thinkpad_acpi: possible tablet mode switch found; ThinkPad in laptop mode
    [ 4.533945] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 4.533948] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 4.551940] media: Linux media interface: v0.10
    [ 4.564625] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    [ 4.564795] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 4.574326] Linux video capture interface: v2.00
    [ 4.576581] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
    [ 4.588661] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.715523] systemd-udevd[114]: renamed network interface eth0 to enp2s0
    [ 4.728894] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:01a6)
    [ 4.731129] input: Integrated Camera as /devices/pci0000:00/0000:00:13.2/usb2/2-5/2-5:1.0/input/input8
    [ 4.731323] usbcore: registered new interface driver uvcvideo
    [ 4.731326] USB Video Class driver (1.1.1)
    [ 4.804525] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
    [ 4.933696] [drm] radeon defaulting to kernel modesetting.
    [ 4.933704] [drm] radeon kernel modesetting enabled.
    [ 4.933766] checking generic (e0000000 12c000) vs hw (e0000000 10000000)
    [ 4.933769] fb: conflicting fb hw usage radeondrmfb vs EFI VGA - removing generic driver
    [ 4.933802] Console: switching to colour dummy device 80x25
    [ 4.935213] [drm] initializing kernel modesetting (PALM 0x1002:0x9806 0x17AA:0x21EC).
    [ 4.935319] [drm] register mmio base: 0xF0300000
    [ 4.935322] [drm] register mmio size: 262144
    [ 4.935430] ATOM BIOS: Lenovo
    [ 4.935482] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
    [ 4.935488] radeon 0000:00:01.0: GTT: 512M 0x0000000018000000 - 0x0000000037FFFFFF
    [ 4.935705] [drm] Detected VRAM RAM=384M, BAR=256M
    [ 4.935713] [drm] RAM width 32bits DDR
    [ 4.935882] [TTM] Zone kernel: Available graphics memory: 1820178 kiB
    [ 4.935890] [TTM] Initializing pool allocator
    [ 4.935900] [TTM] Initializing DMA pool allocator
    [ 4.935951] [drm] radeon: 384M of VRAM memory ready
    [ 4.935955] [drm] radeon: 512M of GTT memory ready.
    [ 4.935996] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 4.935998] [drm] Driver supports precise vblank timestamp query.
    [ 4.936062] radeon 0000:00:01.0: irq 44 for MSI/MSI-X
    [ 4.936080] radeon 0000:00:01.0: radeon: using MSI.
    [ 4.936121] [drm] radeon: irq initialized.
    [ 4.936131] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 4.938135] [drm] Loading PALM Microcode
    [ 5.009167] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 5.009484] radeon 0000:00:01.0: WB enabled
    [ 5.009492] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xffff88011842fc00
    [ 5.009497] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c and cpu addr 0xffff88011842fc0c
    [ 5.012760] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    [ 5.013171] rtlwifi: wireless switch is on
    [ 5.027372] [drm] ring test on 0 succeeded in 1 usecs
    [ 5.027440] [drm] ring test on 3 succeeded in 1 usecs
    [ 5.028555] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 5.028591] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 5.029053] [drm] Radeon Display Connectors
    [ 5.029057] [drm] Connector 0:
    [ 5.029060] [drm] VGA-1
    [ 5.029064] [drm] DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
    [ 5.029066] [drm] Encoders:
    [ 5.029068] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 5.029168] BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
    [ 5.029187] IP: [<ffffffffa055feb8>] radeon_atombios_get_power_modes+0x748/0x7f0 [radeon]
    [ 5.029257] PGD 118758067 PUD 118026067 PMD 0
    [ 5.029266] Oops: 0002 [#1] PREEMPT SMP
    [ 5.029274] Modules linked in: arc4 radeon(+) ttm drm_kms_helper snd_hwdep snd_pcm rtl8192ce rtlwifi uvcvideo rtl8192c_common mac80211 kvm videobuf2_vmalloc videobuf2_memops videobuf2_core videodev cfg80211 media thinkpad_acpi pcspkr drm psmouse serio_raw evdev snd_page_alloc nvram k10temp sp5100_tco i2c_piix4 snd_timer rfkill snd atl1c wmi i2c_algo_bit soundcore i2c_core rtsx_pci_ms memstick video ac battery thermal button processor microcode ext4 crc16 jbd2 mbcache sd_mod rtsx_pci_sdmmc mmc_core ohci_hcd ehci_pci ehci_hcd ahci libahci usbcore usb_common libata rtsx_pci scsi_mod
    [ 5.029371] CPU 1
    [ 5.029379] Pid: 116, comm: systemd-udevd Not tainted 3.8.10-1-ARCH #1 LENOVO 0622CTO/0622CTO
    [ 5.029388] RIP: 0010:[<ffffffffa055feb8>] [<ffffffffa055feb8>] radeon_atombios_get_power_modes+0x748/0x7f0 [radeon]
    [ 5.029428] RSP: 0018:ffff8801187afa98 EFLAGS: 00010246
    [ 5.029434] RAX: 0000000000000010 RBX: ffff880118b5b122 RCX: 0000000000000000
    [ 5.029441] RDX: 000000000000b122 RSI: ffff880118b5b122 RDI: 0000000000000000
    [ 5.029447] RBP: ffff8801187afb00 R08: ffff8801187afad3 R09: 0000000000000010
    [ 5.029454] R10: ffff880118b50000 R11: 000000000000abd4 R12: 0000000000000000
    [ 5.029460] R13: ffff880118004000 R14: 0000000000000000 R15: ffff880118b5b122
    [ 5.029468] FS: 00007f642d034780(0000) GS:ffff88011ed00000(0000) knlGS:0000000000000000
    [ 5.029476] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [ 5.029481] CR2: 0000000000000010 CR3: 0000000118151000 CR4: 00000000000007e0
    [ 5.029488] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    [ 5.029495] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    [ 5.029502] Process systemd-udevd (pid: 116, threadinfo ffff8801187ae000, task ffff8801187e0860)
    [ 5.029509] Stack:
    [ 5.029513] 0400080000000000 0000000004000800 ffff880118b5b122 ffff880118004000
    [ 5.029525] ffff880118b5b122 0000000000000202 0000000080000000 b122b12201060106
    [ 5.029535] ffff8801183fcc58 ffff880118004000 ffff8801183fc800 0000000000000000
    [ 5.029546] Call Trace:
    [ 5.029589] [<ffffffffa05b2507>] radeon_pm_init+0x3a7/0x580 [radeon]
    [ 5.029629] [<ffffffffa057edc7>] ? radeon_modeset_init+0x3e7/0xba0 [radeon]
    [ 5.029668] [<ffffffffa057ef08>] radeon_modeset_init+0x528/0xba0 [radeon]
    [ 5.029704] [<ffffffffa055b4d0>] radeon_driver_load_kms+0xf0/0x1a0 [radeon]
    [ 5.029722] [<ffffffffa02385d6>] drm_get_pci_dev+0x176/0x2b0 [drm]
    [ 5.029754] [<ffffffffa05411d3>] radeon_pci_probe+0xb3/0xe0 [radeon]
    [ 5.029767] [<ffffffff8129565e>] local_pci_probe+0x3e/0x70
    [ 5.029775] [<ffffffff81295851>] pci_device_probe+0x111/0x120
    [ 5.029785] [<ffffffff8134c6f7>] driver_probe_device+0x87/0x3a0
    [ 5.029793] [<ffffffff8134cae3>] __driver_attach+0x93/0xa0
    [ 5.029801] [<ffffffff8134ca50>] ? __device_attach+0x40/0x40
    [ 5.029809] [<ffffffff8134a6f3>] bus_for_each_dev+0x63/0xa0
    [ 5.029817] [<ffffffff8134c17e>] driver_attach+0x1e/0x20
    [ 5.029825] [<ffffffff8134bbfa>] bus_add_driver+0xda/0x2b0
    [ 5.029835] [<ffffffffa0453000>] ? 0xffffffffa0452fff
    [ 5.029843] [<ffffffff8134d171>] driver_register+0x71/0x150
    [ 5.029852] [<ffffffffa0453000>] ? 0xffffffffa0452fff
    [ 5.029860] [<ffffffff812954ed>] __pci_register_driver+0x4d/0x50
    [ 5.029875] [<ffffffffa023882a>] drm_pci_init+0x11a/0x130 [drm]
    [ 5.029884] [<ffffffffa0453000>] ? 0xffffffffa0452fff
    [ 5.029915] [<ffffffffa04530ec>] radeon_init+0xec/0xee [radeon]
    [ 5.029925] [<ffffffff8100210a>] do_one_initcall+0x10a/0x160
    [ 5.029935] [<ffffffff810bd8eb>] load_module+0x1a0b/0x20d0
    [ 5.029945] [<ffffffff81286580>] ? ddebug_proc_write+0xf0/0xf0
    [ 5.029954] [<ffffffff810be052>] sys_init_module+0xa2/0xf0
    [ 5.029965] [<ffffffff814c731d>] system_call_fastpath+0x1a/0x1f
    [ 5.029971] Code: 01 7e 08 48 8b 52 08 83 4a 24 01 48 83 c0 30 48 39 c8 75 df 49 63 85 d4 12 00 00 83 f8 ff 0f 85 18 fa ff ff 49 8b 85 b8 12 00 00 <c7> 00 00 00 00 00 49 8b 85 b8 12 00 00 41 c7 85 d4 12 00 00 00
    [ 5.030038] RIP [<ffffffffa055feb8>] radeon_atombios_get_power_modes+0x748/0x7f0 [radeon]
    [ 5.030074] RSP <ffff8801187afa98>
    [ 5.030079] CR2: 0000000000000010
    [ 5.030086] ---[ end trace 7e4aaae8a49d5edf ]---
    [ 5.040713] kvm: Nested Virtualization enabled
    [ 5.040733] kvm: Nested Paging enabled
    [ 5.072781] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 5.081901] systemd-udevd[114]: renamed network interface wlan0 to wlp1s0
    [ 5.517422] psmouse serio4: synaptics: Touchpad model: 1, fw: 8.0, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x123c00, board id: 1917, fw id: 864720
    [ 5.517469] psmouse serio4: synaptics: serio: Synaptics pass-through port at isa0060/serio4/input0
    [ 5.556604] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input9
    [ 6.133474] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 6.618532] systemd-logind[170]: Watching system buttons on /dev/input/event4 (Power Button)
    [ 6.618862] systemd-logind[170]: Watching system buttons on /dev/input/event5 (Video Bus)
    [ 6.619295] systemd-logind[170]: Watching system buttons on /dev/input/event1 (Power Button)
    [ 6.619595] systemd-logind[170]: Watching system buttons on /dev/input/event3 (Lid Switch)
    [ 6.619900] systemd-logind[170]: Watching system buttons on /dev/input/event2 (Sleep Button)
    [ 6.620202] systemd-logind[170]: Watching system buttons on /dev/input/event7 (ThinkPad Extra Buttons)
    [ 11.215950] psmouse serio5: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    [ 11.431730] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio4/serio5/input/input10
    Here is the output of dmesg a

    I have the exact same problem, I can only boot in UEFI with "nomodeset", but then the ati drivers won't work. All I could find on the internet talk about the "simple solution" of adding nomodeset, but what good is it, if my ati drivers then stop working.
    Now if only AMD would make good proprietary drivers
    cdonati wrote:I am using EFISTUB to boot, and I am able to add entries to efibootmgr only when using the older kernel. When using the newest kernel, I can see the entries using efibootmgr -v, but I cannot add new ones.
    This at least I can help with, this is most likely due to this bug: https://bugzilla.redhat.com/show_bug.cg … &id=947142
    With 3.9 it should work again.

  • [SOLVED] boot hangs after system update

    Hi, I upgraded to latest kernel26 and latest udev packages, but unfortunately my system hangs somewhere early at boot, the last lines I see are:
    sd 0:0:0:0: [sda] Attached SCSI disk
    done.
    Waiting 10 seconds for device /dev/disk/by-uuid/7133...
    EXT4-fs (sda3): mounted filesystem with ordered data mode
    mount: proc already mounted
    and after that nothing. No error or anything. I have no idea what's wrong. I tried downgrading my kernel to 2.6.33 and also tried downgrading udev to 251, but with no luck. However with an archlinux-livecd I am able to mount all my drives and chroot to the system.
    Does anyone have an idea, what might be wrong?
    greetings,
    Niclas
    EDIT: I just reinstalled archlinux, no problems so far
    Last edited by Niclas (2010-06-28 16:33:06)

    unfortunately not, I tried removing alsa-utils and also tried setting i915.modeset=0, but error remains. Anyway thanks for your help

  • [SOLVED] Boot failure after system update

    Been running nicely for a few months, but after a  -Syu update yesterday morning, the boot process fails immediately after the bit about "Processing Udev events", which memory tells me is the point in the boot process where the screen resolution changes up, so it's my video driver I'm suspecting.  I'm running a middle-aged PC with a middle-aged nVidia card, which the nouveau drivers have managed very nicely up to this point, but something in the latest kernel seems to be causing mischief.  This machine dual-boots Arch with Windows 98; the latter is working just fine, as do other linux distros booted from a live CD, so I'm sure the hardware itself is OK. 
    After I see the line about processing Udev events, all I get is a completely black screen, but no report of "no signal" from the monitor.  No key presses or Ctrl-Alt-Del combinations have any effect.
    If I was to post the relevant log file, would some kind soul take a look?  I'm no expert AT ALL, so please tell me which one(s) to post!
    TIA,
    Piers.
    Last edited by pierssnell (2012-04-22 13:13:10)

    Many thanks -- but I seem to have the same problem in single-user mode.  Followed instructions in your second link, appending "single" or "Single" at the end of the "kernel..." line, and then pressing b.  Same result as before, it gets as far as the line "Waiting for Udev to process uevents...... [BUSY]" and then screen goes to black.
    My other difficulty is, and this is where I start sounding a bit feeble; I can look at errors.log, or everything.log, but it's all rather Greek to me, and even if I see something that makes it quite clear that it is the nouveau driver that needs re-installing, I really don't see how I can re-install the driver if I can't even get as far as a command prompt?
    FWIW, I'm seeing in errors.log
    "[drm] nouveau 0000:01:00.0: mem timing table length unknown: 14"
    ... but I've seen that before, and it's never been fatal.

  • Lack of 3g after system update

    Hello :-)
    It's problem with Xperia E dual
    Few days ago I updated the system to the 4.1.1 version (compilation 11.3.A.1.39).
    Unfortunatelly after updating I've discovered that smartphone don't works with 3G. On the display I've only icon "E". Before updating there was typically "H". Of course now the transfer is slower than before and of course I'm not happy of that.
    I try to solve this problem - choose in menu list of available provider and... there are only 2G nets. Because I've functioning still in the same place of live and the problem has occured after the updating I'm sure that it's strictly connected.
    Is there any solution for that?
    Another problem is with trying to call. After system updating typically twice a day I have to restart smartphone because it's totally hanged. No one can connect with me and I can't call to anybody. Smartphone looks normally and doesn't give any siglan that something is wrong. But when I try to connect to somebody I direst the number and... there is no signal at all. After few seconds telephon return to main menu. There is also no record about this trial of connection in the list of done connections. It's very uncomfortable situation.
    Sure, there are also some adventages with the system updating but problems mentioned above are really annoing.
    Have you any solutions for it?
    Thanks in advance.
    Rafal
    Solved!
    Go to Solution.

    Hi, try repairing phone software with PC Companion or Update Service.
    http://www.sonymobile.com/gb/tools/pc-companion/
    http://www.sonymobile.com/gb/tools/update-service/
    Be aware that this will erase phone data completely, backup if necessary.
    Before proceeding with software repair, confirm with your Network Operator that there is nothing wrong with the network. Also, remove and reinsert SIM card and try again (have a close look at the contact surface, ensure that it is relatively clean).
    Don't forget to mark correct answer as Accepted Solution.
    If you find the post helpful, press Kudos.

  • My Qosmio F10 is dead after Bios Update

    My Qosmio F10 is dead after BIOS update ... it doesn't work anymore .. i update the bios from 1.10 to 1.20
    the switch Led is always orange...
    what can i do to make it work again ? or return the 1.10 version?

    Hi
    You can check many postings in this forum about the BIOS upgrade procedure.
    Mostly the users damage the notebook because of wrong BIOS or wrong BIOS procedure.
    If the notebook is dead after this procedure so it could be a damage motherboard.
    In this case only the Toshiba service partner can solve this issue. ;(

  • My iphone 4 is dead after I updated to ios 6.1.3 it doesnt turn on and doesnt respond to itunes also. Visited Apptronix service desk but they say there is nothing they can do about it, and they have charged INR 10640 for a new one. Is there anybody same..

    My iphone 4 is dead after I updated to ios 6.1.3 it doesnt turn on and doesnt respond to itunes also. Visited Apptronix service desk but they say there is nothing they can do about it, and they have charged INR 10640 for a new one. Is there anybody with similar problem....

    Hm... Try this----> http://support.apple.com/kb/ht1808 or http://osxdaily.com/2010/12/04/ipad-dfu-mode/

  • P1i dead after running Update Service - any suggestions

    Hi
    My P1i appears completly dead after running Update Service.  I've tried removing the battery, fully charging the battery etc.  When i run Update Service again it just says my phone is up-to-date.
    any suggestions?

    Unfortunately, in this case, we would only be able to suggest sending the handset for service. Usually when running the Update Service, you should get the option for EXIT but also for INSTALL when you are advised that you have the latest software. If you do not have this, the handset may need to be flashed by an engineer.
    If you wish to do this, I'd recommend contacting your local support team to be advised of your nearest service location. Contact details can be found here:
    http://www.sonyericsson.com/cws/corporate/common/contact

  • How to turn off alarm after system update?

    I get alarm when restarting my T400 after system update. Can anyone give me suggestions to turn off this alarm?
    Thanks,

    I have no display > powercontrol in openbox, gnome or fluxbox, What are you talking about?

  • [solved] Pulseaudio doesn't detect sound card after system update

    Before a recent system update I had pulseaudio working flawlessly, but after doing a recent system update with pacman -Syu,
    pulseaudio no longer sees my sound card and only displays the Dummy audio device.  Among the packages updated that I can
    remember off the top of my head are the Linux keneral, udev, kmod, instead of trying to roll back my system I figured I would try
    to fix the issue.  The only thing suggested in the Pulseaudio wiki is that a asound.conf directory is overriding the /etc/asound.conf
    file which is not the case on my system.
    Looking at the output from lsmod I can see where the kernel modules for the sound card is getting loaded
    snd_hda_intel 23375 0
    snd_hda_codec 89160 3 snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
    snd_hwdep 6389 1 snd_hda_codec
    snd_pcm 74780 3 snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi
    snd_page_alloc 7153 2 snd_pcm,snd_hda_intel
    snd_timer 19544 1 snd_pcm
    and looking at the output from the ps command I can see that pulseaudio is getting started
    1190 ? S<l 0:00 /usr/bin/pulseaudio --start
    1195 ? S 0:00 \_ /usr/lib/pulse/gconf-helper
    but pacmd list still reports this
    0 card(s) available.
    0 sink input(s) available.
    0 source outputs(s) available.
    0 cache entrie(s) available.
    Here is the output of pacmd dump if it helps
    ### Configuration dump generated at Thu Feb 16 08:45:56 2012
    load-module module-device-restore
    load-module module-stream-restore
    load-module module-card-restore
    load-module module-augment-properties
    load-module module-udev-detect tsched=0
    load-module module-jackdbus-detect
    load-module module-bluetooth-discover
    load-module module-esound-protocol-unix
    load-module module-native-protocol-unix
    load-module module-gconf
    load-module module-default-device-restore
    load-module module-rescue-streams
    load-module module-null-sink sink_name=auto_null sink_properties='device.description="Dummy Output"'
    load-module module-always-sink
    load-module module-intended-roles
    load-module module-suspend-on-idle
    load-module module-console-kit
    load-module module-position-event-sounds
    load-module module-cork-music-on-phone
    load-module module-filter-heuristics
    load-module module-filter-apply
    load-module module-dbus-protocol
    load-module module-x11-publish display=:0.0
    load-module module-cli-protocol-unix
    set-sink-volume auto_null 0x10000
    set-sink-mute auto_null no
    suspend-sink auto_null yes
    set-source-volume auto_null.monitor 0x10000
    set-source-mute auto_null.monitor no
    suspend-source auto_null.monitor yes
    set-default-sink auto_null
    set-default-source auto_null.monitor
    ### EOF
    EDIT: I should also add that fuser -v /dev/snd/* returns nothing and fuser -v /dev/dsp returns "Specified filename /dev/dsp does not exist".
    Last edited by vendion (2012-03-02 23:26:28)

    Digging into this further aplay -L gives different output based off of whether or not I ran is as my normal user or with sudo/as root.
    As a user (which is how pulseaudio is also being ran):
    > aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    as root it does see both my sound cards when I run it with sudo or as root:
    > sudo aplay -L
    Password:
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    sysdefault:CARD=SB
    HDA ATI SB, ALC887-VD Analog
    Default Audio Device
    front:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    Front speakers
    surround40:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Digital
    IEC958 (S/PDIF) Digital Audio Output
    hdmi:CARD=HDMI,DEV=0
    HDA ATI HDMI, HDMI 0
    HDMI Audio Output
    This behavior is confusing to me, and if someone knows what is going on and how to fix it I really want to get sound with pulseaudio working and have sound again.

  • [SOLVED] Exaile doesn't start after system update

    Hi,
    After last system update Exaile won't start I've searched forum and web and can't find solution for that.
    [lukasz@myhost ~]$ exaile
    Traceback (most recent call last):
    File "/usr/lib/exaile/exaile.py", line 32, in <module>
    import gobject
    ImportError: No module named gobject
    As You can see it says something about gobject.
    BTW. After update I also hav problems with catalyst from AUR, my Gnome wasn't starting so I had to replace it with opensource ATI drivers,
    another problem is that everytime I startup gnome it's uing very small fonts, and I have to manually change it to one I had before.
    Please help,
    Regards,
    Lukasz
    Last edited by skraburski (2009-05-31 11:18:25)

    Problem solved, had to reinstall pygobject. It looks like after last update many pacakges were corrupted and now Ia have to reinstall them, do You know any way to automatically reinstall all corrupted packages?
    Regards,
    Lukasz

  • [SOLVED]wlanwep encryption is failing after system update(pacman -Syu)

    After a system update with "pacman -Syu" my wlan encryption does not work anymore.
    If I switch off encryption on my access point, I can communicate without any problems.
    I have currently two wlans active, one with encryption, one without. I use the following iwconfig settings
    iwconfig wlan0 essid my_open_wlan
    iwconfig wlan0 essid my_wep_wlan key s:my_wep_password
    In the first case I get the connection, in the second I cannot transmit over the network(Destination Host Unreachable).
    lspci:
    07:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01)
    iwconfig:
    wlan0 IEEE 802.11bgn ESSID:"wlan_2012"
    Mode:Managed Frequency:2.437 GHz Access Point: 00:04:0E:57:4E:27
    Bit Rate=1 Mb/s Tx-Power=13 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=39/70 Signal level=-71 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:44 Invalid misc:43 Missed beacon:0
    ip addr:
    3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether ec:55:f9:1d:bf:41 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.11/24 brd 192.168.1.255 scope global wlan0
    inet6 fe80::ee55:f9ff:fe1d:bf41/64 scope link
    valid_lft forever preferred_lft forever
    This is the output for the open wlan. If I try to connect to the encrypted wlan with "iwconfig wlan0 essid "my_encr_wlan" key s:my_wep_password", the iwconfig command gives me:
    wlan0 IEEE 802.11bgn ESSID:"wlan_2007"
    Mode:Managed Frequency:2.452 GHz Access Point: D8:5D:4C:FA:24:0D
    Bit Rate=5.5 Mb/s Tx-Power=13 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=33/70 Signal level=-77 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:2 Invalid misc:1 Missed beacon:0
    I have tried wpa_supplicant as well with the same result.
    Can anybody give me hint?
    Regards
    Helmut
    Last edited by helmut (2012-03-05 16:31:25)

    Wep and ath9k has been buggy for me for a long time now - sometimes it works, sometimes it doesn't. Never got around it, adding "options ath9k nohwcrypt=1" into /etc/modprobe.d/ath9k.conf seemed to work for some time. You could give it a try. The network I have problems with is at the university, they use wep + vpn to connect. I can connect fine (like in your last iwconfig), but dhcpd times out.
    If you have control over the network, you could just switch to wpa - safer anyway. Or search the forum for "atheros wep", it is a somewhat common problem I think.
    P.S.: please use code tags when posting console output.
    Last edited by hokasch (2012-02-18 14:48:24)

  • [SOLVED] pure-ftpd no longer works after system update

    Hi,
    I made a system update today and since pure-ftpd doesn't want to start it just display "[FAIL]" but I don't have any error message.
    Is it possible to see the the error log of pure-ftpd ?
    Do you have any idea of how getting it working again?
    Thanks
    Last edited by clems45 (2011-04-02 21:41:23)

    I tried to check the version of pure-ftpd: pure-ftpd -V and it replies:
    pure-ftpd: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
    but mysql client is installed properly! I tried to reinstall it but it changed nothing

  • [SOLVED] Wifi dead after update on my samsung laptop

    My wifi started acting up a few weeks ago after one of my weekly updates. After some research I found that the issue was with the new version of wpa_supplicant(2.1-3) and downgrading it to 2.0 fixed it. This worked for a couple of weeks and then the wifi stopped working again; now my wifi won't work at all no matter what version I use. The wifi device is seen and loaded. I can bring up the device.
    wlp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
    link/ether b4:b6:76:36:b5:78 brd ff:ff:ff:ff:ff:ff
    I can start wpa_supplicant:
    [root@laptop /]# wpa_supplicant -B -i wlp1s0 -c /etc/wpa_supplicant.conf
    Successfully initialized wpa_supplicant
    And the /var/run/wpa_supplicant/wlp1s0 file is there.
    But dhcp doesn't seem to want to start:
    [root@laptop /]# dhcpcd wlp1s0
    dhcpcd[3544]: sending commands to master dhcpcd process
    iw will give me this:
    [root@laptop work]# iw dev
    phy#0
    Interface wlp1s0
    ifindex 3
    wdev 0x1
    addr b4:b6:76:36:b5:78
    type managed
    If I scan the device (not sure way it took a couple of tries, and I removed all the other ssid's to just show the one that I'm trying to connect to):
    [root@laptop work]# iw dev wlp1s0 scan
    command failed: Device or resource busy (-16)
    [root@laptop work]# iw dev wlp1s0 scan
    command failed: Device or resource busy (-16)
    [root@laptop work]# iw dev wlp1s0 scan
    BSS d0:57:85:ac:9e:67(on wlp1s0)
    TSF: 7581472930 usec (0d, 02:06:21)
    freq: 2437
    beacon interval: 100 TUs
    capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
    signal: -27.00 dBm
    last seen: 0 ms ago
    Information elements from Probe Response frame:
    SSID: Verizon-291LVW-9E67
    Supported rates: 1.0* 2.0* 5.5* 6.0 9.0 11.0* 12.0 18.0
    DS Parameter set: channel 6
    Country: US Environment: bogus
    Channels [1 - 11] @ 27 dBm
    ERP: <no flags>
    Extended supported rates: 24.0 36.0 48.0 54.0
    HT capabilities:
    Capabilities: 0x2c
    HT20
    SM Power Save disabled
    RX HT20 SGI
    No RX STBC
    Max AMSDU length: 3839 bytes
    No DSSS/CCK HT40
    Maximum RX AMPDU length 8191 bytes (exponent: 0x000)
    Minimum RX AMPDU time spacing: No restriction (0x00)
    HT RX MCS rate indexes supported: 0-7
    HT TX MCS rate indexes are undefined
    HT operation:
    * primary channel: 6
    * secondary channel offset: no secondary
    * STA channel width: 20 MHz
    * RIFS: 0
    * HT protection: nonmember
    * non-GF present: 0
    * OBSS non-GF present: 0
    * dual beacon: 0
    * dual CTS protection: 0
    * STBC beacon: 0
    * L-SIG TXOP Prot: 0
    * PCO active: 0
    * PCO phase: 0
    WPA: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    RSN: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    * Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c)
    WMM: * Parameter version 1
    * BE: CW 15-1023, AIFSN 3
    * BK: CW 15-1023, AIFSN 7
    * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
    * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
    WPS: * Version: 1.0
    * Wi-Fi Protected Setup State: 2 (Configured)
    * Response Type: 3 (AP)
    * UUID: a3df0299-4e5c-59f1-9678-b91acdec9656
    * Manufacturer:
    * Model:
    * Model Number:
    * Serial Number:
    * Primary Device Type: 0-00000000-0
    * Device name:
    * Config methods: Label, Display, PBC, Keypad
    * Unknown TLV (0x1049, 6 bytes): 00 37 2a 00 01 20
    Kind of stuck now and not really sure what else I can do. Wifi-menu won't connect either but that seems to be because it brings the wifi connection down ??? Since wpa_supplicant seems to be working now, I kept the update and all packages are updated. I always run 'pacman -Syu' during an update so all the packages should be correct.
    Edit: Solution
    Ok, I was messing around with this some more and found that if I replaced /etc/wpa_supplicant/wpa_supplicant.conf with the one that I already had in /etc/wpa_supplicant.conf it started to work. I'm not sure when it stopped looking at /etc/wpa_supplicant.conf and started looking at /etc/wpa_supplicant/wpa_supplicant.conf but that seemed to be the issue.... even though, before this, I couldn't even connect to an open network. Anyway, that 'seemed' to be to issue in this case.
    Last edited by 2Pug (2014-04-11 01:32:30)

    I have two wifi hotspots that worked before the update and now both fail to connect after the update. There are no open spots around me and I don't want to open one here because it's alloted only a tiny amount of data and people would be swallowing it up the minute I opened it. I'll try it once I get home though but I would think, if it was a wpa issue, wpa_supplicant would have failed and it didn't.

Maybe you are looking for

  • What is the meaning of dumping in oracle?

    What is the meaning of dumping in oracle? Also tell me is there any method to dump by user commands?

  • I want to delete all the data

    I have to sale my MacBook and before delivery I want to delete all the data. Howwwwwwwwwww ?..

  • Cannot select the connection type on the Nokia PC ...

    Operating System: MS Windows 7 (x64) Home Basic Service Pack 1 Mobile Phone:        Nokia 5130 Xpress Music Edition (V.10.10) and Nokia E66 Connection type:   USB Cable (CA-101) with Nokia PC Suite 7.1 Problem:    I cannot select the connection type

  • Upgrade in hangs in XPRAS_UPG phase

    We are experimenting an hang situation during the upgrade from 46C sandbox system to ECC6 Sr3, latest patches. The upgrade is in phase XPRAS_UPG, and in Sap we see the job RDDEXECL running from very long time (more than 1 days); in SM50 we see the se

  • Running multiple jobs (or parallelism) in non-project mode

    So, I have just converted my GUI-based project mode project to Tcl based non-project mode. I have 8 OOC IP modules that I sythesise before the main design using synth_ip. This occurs sequentially, rather than in parallel as it could when I have a run