[SOLVED] No Sound on Fresh Install

Well, I decided to try Arch. I was very proud of myself for managing to install everything. I even loaded KDE. I wanted to try a KDE only OS for a while.
Well, all my pride was stomped out quicjky, in that I have no sound.  I did the following:
1. installed: alsa-utils, alsa-oss, alsa-plugins
2. unmuted the sound using alsamixer
3. ran alsaconf, but found no supported drivers.
4. Added @alsa as a daemon and rebooted
No sound from browser. Tried an internet radio station with clementine and got:
Could not open audio device for playback.
Below I have tried to be helpful and posted as much output from various commands as I could. I am a newbie, and do not work in the computer indiustry. I actually do this for fun.
Here are some outputs:
natibo@myhost ~]$ ls -l /sys/module/snd/holders
total 0
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hda_codec -> ../../snd_hda_codec
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hda_codec_hdmi -> ../../snd_hda_codec_hdmi
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hda_codec_realtek -> ../../snd_hda_codec_realtek
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hda_intel -> ../../snd_hda_intel
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hwdep -> ../../snd_hwdep
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_pcm -> ../../snd_pcm
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_rawmidi -> ../../snd_rawmidi
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_seq_device -> ../../snd_seq_device
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_timer -> ../../snd_timer
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_usb_audio -> ../../snd_usb_audio
lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_usbmidi_lib -> ../../snd_usbmidi_lib
[natibo@myhost ~]$ cat /proc/asound/modules
0 snd_usb_audio
1 snd_hda_intel
[natibo@myhost ~]$
Some more:
natibo@myhost ~]$ lsmod|grep '^snd' | column -t
snd_hda_codec_hdmi 22092 1
snd_hda_codec_realtek 294224 1
snd_hda_intel 22122 4
snd_hda_codec 77927 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_usb_audio 91809 2
snd_usbmidi_lib 18665 1 snd_usb_audio
snd_rawmidi 19519 1 snd_usbmidi_lib
snd_seq_device 5268 1 snd_rawmidi
snd_hwdep 6325 2 snd_hda_codec,snd_usb_audio
snd_pcm 73888 5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_usb_audio
snd_timer 19416 2 snd_pcm
snd 57818 21 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_usbmidi_lib,snd_rawmidi,snd_seq_device,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 7121 2 snd_hda_intel,snd_pcm
natibo@myhost ~]$ ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 60 Sep 24 19:48 by-id
drwxr-xr-x 2 root root 80 Sep 24 19:48 by-path
crw-rw----+ 1 root audio 116, 11 Sep 24 19:48 controlC0
crw-rw----+ 1 root audio 116, 9 Sep 24 19:48 controlC1
crw-rw----+ 1 root audio 116, 8 Sep 24 19:48 hwC1D0
crw-rw----+ 1 root audio 116, 7 Sep 24 19:48 hwC1D3
crw-rw----+ 1 root audio 116, 10 Sep 24 19:49 pcmC0D0c
crw-rw----+ 1 root audio 116, 6 Sep 24 19:49 pcmC1D0c
crw-rw----+ 1 root audio 116, 5 Sep 24 19:50 pcmC1D0p
crw-rw----+ 1 root audio 116, 4 Sep 24 19:50 pcmC1D1p
crw-rw----+ 1 root audio 116, 3 Sep 24 19:48 pcmC1D2c
crw-rw----+ 1 root audio 116, 2 Sep 24 19:48 pcmC1D3p
crw-rw---- 1 root audio 116, 1 Sep 24 19:48 seq
crw-rw----+ 1 root audio 116, 33 Sep 24 19:48 timer
Last edited by natibo (2011-09-27 12:49:08)

I tried to play a .wav but failed. I followed everything on the alsa wiki page. I can still hear the KDE test sounds quite well. My gut tells me it's got to be something simple since I can get some sound! Ugh. I don't want to give up, but I am getting closer. I did not like Chakra.
Here is my code.
[natibo@myhost ~]$ cat /proc/asound/modules
1 snd_usb_audio
2 snd_hda_intel
[natibo@myhost ~]$
[natibo@myhost ~]$ ls -l /sys/module/snd/holders
total 0
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hda_codec -> ../../snd_hda_codec
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hda_codec_hdmi -> ../../snd_hda_codec_hdmi
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hda_codec_realtek -> ../../snd_hda_codec_realtek
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hda_intel -> ../../snd_hda_intel
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hwdep -> ../../snd_hwdep
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_pcm -> ../../snd_pcm
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_rawmidi -> ../../snd_rawmidi
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_seq_device -> ../../snd_seq_device
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_timer -> ../../snd_timer
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_usb_audio -> ../../snd_usb_audio
lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_usbmidi_lib -> ../../snd_usbmidi_lib
natibo@myhost ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 2: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 2: Intel [HDA Intel], device 1: ALC889 Digital [ALC889 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
[natibo@myhost ~]$

Similar Messages

  • [SOLVED] No sound after fresh install

    Hi
    I am having a little bit of a problem that I couldn't solve myself. My sound is not working after a fresh installation of Arch. Everything else is fine but sound is not working. My "user" is in "audio" group, I tried some solution nothing smart just trying to reinstall or try to delete pulseaudio or alsa, only to find they are dependant on something. I have a Gnome 3.12. Also I am not an expert (obviously) ,but some things are still unclear to me about linux and this is not my first expiriance with Arch.
    This is what I belive you need from harware list:
    Motherboard: Asus P5Q PRO
    Video Card: Ati Radeon 4850HD
    Audio: Realtek ALC1200, 8-channel High Definition Audio CODEC (this is built in)
    So enough of my rambling here are the data I think you may need for actually helping me:
    This is the version I am using
    pacman -Q | grep alsa
    alsa-lib 1.0.28-1
    alsa-oss 1.0.28-1
    alsa-plugins 1.0.28-2
    alsa-utils 1.0.28-1
    lib32-alsa-lib 1.0.28-1
    lib32-alsa-plugins 1.0.28-1
    pulseaudio-alsa 2-3
    zita-alsa-pcmi 0.2.0-1.
    cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
    lsmod | grep snd
    snd_hda_codec_realtek 67127 1
    snd_hda_codec_generic 63126 1 snd_hda_codec_realtek
    snd_hda_codec_hdmi 45117 1
    snd_hda_intel 26327 10
    snd_hda_controller 26727 1 snd_hda_intel
    snd_hda_codec 108552 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 17244 1 snd_hda_codec
    snd_pcm 88487 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer 26614 1 snd_pcm
    snd 73436 28 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    soundcore 13031 2 snd,snd_hda_codec
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Oct 9 23:27 by-path
    crw-rw----+ 1 root audio 116, 5 Oct 9 23:27 controlC0
    crw-rw----+ 1 root audio 116, 2 Oct 9 23:27 controlC1
    crw-rw----+ 1 root audio 116, 10 Oct 9 23:27 hwC0D0
    crw-rw----+ 1 root audio 116, 4 Oct 9 23:27 hwC1D0
    crw-rw----+ 1 root audio 116, 7 Oct 9 23:27 pcmC0D0c
    crw-rw----+ 1 root audio 116, 6 Oct 9 23:27 pcmC0D0p
    crw-rw----+ 1 root audio 116, 8 Oct 9 23:45 pcmC0D1p
    crw-rw----+ 1 root audio 116, 9 Oct 9 23:27 pcmC0D2c
    crw-rw----+ 1 root audio 116, 3 Oct 9 23:27 pcmC1D3p
    crw-rw----+ 1 root audio 116, 1 Oct 9 23:26 seq
    crw-rw----+ 1 root audio 116, 33 Oct 9 23:27 timer
    Sorry if anything is wrong it's my first post
    Last edited by LArchimonde (2014-10-10 13:32:16)

    No, I checked that in the beggining, however the thing that bothers me is there is, in gnome settings; sound; there is no intel hd or radeonhd choises just "Digital Output" (S/PDIF) -Built-in-Audio". And I can't seem to add new one or anything else. Aslo in the same menu sound; I cannot choose another profile. Just one: Digital Stereo.
    I was thinking could the new kernel be guilty? Whenever I installed in the past everything was ok, including the sound. Now there is something that I didn't mention, there were two lines when I started installing Arch yesterday,
    "Posible missing firmware aic94, smsmdtv."
    This is not exactly how it was written but I do remeber posible and these two "missing" ones, because I writed them down.
    That's it. Anyone has any ideas?

  • [SOLVED] GRUB Failing on Fresh Install

    I'm trying to do a fresh install on a computer with an existing 20GB windows installation. I have done this for years with no problem, but now grub-mkconfig is returning errors (here's a photo - http://imgur.com/8Az66wx), and if I go ahead with grub-install afterwards, I find that there's no Windows boot option and trying to boot Linux also yields errors (see this photo - http://imgur.com/umfMznr). I've tried twice now with the same results. Any ideas what's going on? Thanks.
    Last edited by tony5429 (2013-12-14 00:41:59)

    Actually I did search a bit and found a lot of discussion about the error in cases where people were trying to use an LVM, and situations which returned errors but still allowed them to boot. My case is a bit different as I'm just using standard hard drive partitions, and Linux is not booting.

  • [Solved]Cannot startx on fresh install with xfce4 and nvidia-304xx-lts

    I just installed Arch base onto my system with my Nvidia GTS 250 Graphics card, however I am unable to start a x session after installing xfce4 and nvidia-304xx-lts followed by the command nvidia-xconfig and reboot.  When I try to issue startxfce4 I get an error pointing to /var/log/Xorg.0.log as follows
    [ 24.856]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 24.857] X Protocol Version 11, Revision 0
    [ 24.857] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 24.857] Current Operating System: Linux yte 3.16.2-1-ARCH #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014 x86_64
    [ 24.857] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda5
    [ 24.857] Build Date: 31 July 2014 11:53:19AM
    [ 24.857]
    [ 24.857] Current version of pixman: 0.32.6
    [ 24.858] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 24.858] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 24.858] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 17 21:49:53 2014
    [ 24.875] (==) Using config file: "/etc/X11/xorg.conf"
    [ 24.875] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 24.897] (==) ServerLayout "Layout0"
    [ 24.897] (**) |-->Screen "Screen0" (0)
    [ 24.897] (**) | |-->Monitor "Monitor0"
    [ 24.905] (**) | |-->Device "Device0"
    [ 24.905] (**) |-->Input Device "Keyboard0"
    [ 24.905] (**) |-->Input Device "Mouse0"
    [ 24.905] (==) Automatically adding devices
    [ 24.905] (==) Automatically enabling devices
    [ 24.905] (==) Automatically adding GPU devices
    [ 24.914] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 24.914] Entry deleted from font path.
    [ 24.914] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 24.914] Entry deleted from font path.
    [ 24.914] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 24.914] Entry deleted from font path.
    [ 24.914] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 24.914] Entry deleted from font path.
    [ 24.914] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 24.914] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 24.914] Entry deleted from font path.
    [ 24.914] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 24.914] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 24.914] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 24.914] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 24.914] (WW) Disabling Keyboard0
    [ 24.914] (WW) Disabling Mouse0
    [ 24.914] (II) Loader magic: 0x818d80
    [ 24.914] (II) Module ABI versions:
    [ 24.914] X.Org ANSI C Emulation: 0.4
    [ 24.914] X.Org Video Driver: 18.0
    [ 24.914] X.Org XInput driver : 21.0
    [ 24.914] X.Org Server Extension : 8.0
    [ 24.917] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 24.918] (--) PCI:*(0:4:0:0) 10de:0615:19f1:0d76 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
    [ 24.918] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 24.919] (II) LoadModule: "glx"
    [ 24.953] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 25.974] (II) Module glx: vendor="NVIDIA Corporation"
    [ 25.974] compiled for 4.0.2, module version = 1.0.0
    [ 25.974] Module class: X.Org Server Extension
    [ 25.974] (II) NVIDIA GLX Module 304.123 Wed Jul 2 11:19:55 PDT 2014
    [ 25.974] (II) LoadModule: "nvidia"
    [ 25.974] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 26.027] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 26.027] compiled for 4.0.2, module version = 1.0.0
    [ 26.027] Module class: X.Org Video Driver
    [ 26.042] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 26.042] (EE) NVIDIA: system's kernel log for additional error messages.
    [ 26.042] (II) UnloadModule: "nvidia"
    [ 26.042] (II) Unloading nvidia
    [ 26.042] (EE) Failed to load module "nvidia" (module-specific error, 0)
    [ 26.042] (EE) No drivers available.
    [ 26.042] (EE)
    Fatal server error:
    [ 26.042] (EE) no screens found(EE)
    [ 26.042] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 26.042] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 26.042] (EE)
    It apears to be trying to load various modules, first of which is my propietary nvidia driver which refers to the kernel log.  My dmesg looks like this:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.2-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda5
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cff9ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cffa0000-0x00000000cffadfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cffae000-0x00000000cffdffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cffe0000-0x00000000cfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: HP-Pavilion FQ618AA-A2L a6734f/Benicia, BIOS 5.35 12/16/2008
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x130000 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-DFFFF write-protect
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0D0000000 mask FF0000000 uncachable
    [ 0.000000] 1 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 2 base 000000000 mask F00000000 write-back
    [ 0.000000] 3 base 100000000 mask FE0000000 write-back
    [ 0.000000] 4 base 120000000 mask FF0000000 write-back
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcffa0 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x12fe00000-0x12fffffff]
    [ 0.000000] [mem 0x12fe00000-0x12fffffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x12c000000-0x12fdfffff]
    [ 0.000000] [mem 0x12c000000-0x12fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x12bffffff]
    [ 0.000000] [mem 0x100000000-0x12bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xcff9ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xcfdfffff] page 2M
    [ 0.000000] [mem 0xcfe00000-0xcff9ffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x3798e000-0x37cbefff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000FC440 000014 (v00 HPQOEM)
    [ 0.000000] ACPI: RSDT 0x00000000CFFA0000 000044 (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: FACP 0x00000000CFFA0200 000084 (v02 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 0x00000000CFFA0440 004E91 (v01 HPQOEM SLIC-CPC 00000000 INTL 20051117)
    [ 0.000000] ACPI: FACS 0x00000000CFFAE000 000040
    [ 0.000000] ACPI: APIC 0x00000000CFFA0390 00006C (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 0x00000000CFFA0400 00003C (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 0x00000000CFFAE040 000072 (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000CFFA52E0 000038 (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: GSCI 0x00000000CFFAE0C0 002024 (v01 HPQOEM SLIC-CPC 20081216 MSFT 00000097)
    [ 0.000000] ACPI: SLIC 0x00000000CFFB00F0 000176 (v01 HPQOEM SLIC-CPC 00000001 MSFT 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000CFFB14B0 00082F (v01 HPQOEM SLIC-CPC 00000012 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x12fffffff]
    [ 0.000000] NODE_DATA [mem 0x12fff7000-0x12fffbfff]
    [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x12fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0xcff9ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x12fffffff]
    [ 0.000000] On node 0 totalpages: 1048381
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13247 pages used for memmap
    [ 0.000000] DMA32 zone: 847776 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3072 pages used for memmap
    [ 0.000000] Normal zone: 196608 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[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcffa0000-0xcffadfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcffae000-0xcffdffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcffe0000-0xcfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffefffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfff00000-0xffffffff]
    [ 0.000000] e820: [mem 0xd0000000-0xfedfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88012fc00000 s86784 r8192 d23808 u524288
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031977
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda5
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: 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: 4046408K/4193524K available (5334K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 147116K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration failed
    [ 0.000000] tsc: PIT calibration matches HPET. 1 loops
    [ 0.000000] tsc: Detected 2333.276 MHz processor
    [ 0.006681] Calibrating delay loop (skipped), value calculated using timer frequency.. 4668.99 BogoMIPS (lpj=7777586)
    [ 0.006685] pid_max: default: 32768 minimum: 301
    [ 0.006695] ACPI: Core revision 20140424
    [ 0.012534] ACPI: All ACPI Tables successfully acquired
    [ 0.013368] Security Framework initialized
    [ 0.013377] Yama: becoming mindful.
    [ 0.013731] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.017212] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.017970] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.017980] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.018300] Initializing cgroup subsys memory
    [ 0.018326] Initializing cgroup subsys devices
    [ 0.018334] Initializing cgroup subsys freezer
    [ 0.018338] Initializing cgroup subsys net_cls
    [ 0.018344] Initializing cgroup subsys blkio
    [ 0.018375] CPU: Physical Processor ID: 0
    [ 0.018376] CPU: Processor Core ID: 0
    [ 0.018379] mce: CPU supports 6 MCE banks
    [ 0.018387] CPU0: Thermal monitoring enabled (TM2)
    [ 0.018394] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
    tlb_flushall_shift: -1
    [ 0.018487] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.019569] ftrace: allocating 20434 entries in 80 pages
    [ 0.027196] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.060221] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz (fam: 06, model: 17, stepping: 07)
    [ 0.063333] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.063333] ... version: 2
    [ 0.063333] ... bit width: 40
    [ 0.063333] ... generic registers: 2
    [ 0.063333] ... value mask: 000000ffffffffff
    [ 0.063333] ... max period: 000000007fffffff
    [ 0.063333] ... fixed-purpose events: 3
    [ 0.063333] ... event mask: 0000000700000003
    [ 0.076742] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083412] x86: Booting SMP configuration:
    [ 0.083415] .... node #0, CPUs: #1 #2 #3
    [ 0.130014] x86: Booted up 1 node, 4 CPUs
    [ 0.130018] smpboot: Total of 4 processors activated (18673.96 BogoMIPS)
    [ 0.133346] devtmpfs: initialized
    [ 0.136924] PM: Registering ACPI NVS region [mem 0xcffae000-0xcffdffff] (204800 bytes)
    [ 0.137923] pinctrl core: initialized pinctrl subsystem
    [ 0.137968] RTC time: 1:49:28, date: 09/18/14
    [ 0.138025] NET: Registered protocol family 16
    [ 0.138158] cpuidle: using governor ladder
    [ 0.138160] cpuidle: using governor menu
    [ 0.138185] ACPI: bus type PCI registered
    [ 0.138187] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.138268] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.138270] PCI: not using MMCONFIG
    [ 0.138272] PCI: Using configuration type 1 for base access
    [ 0.153430] ACPI: Added _OSI(Module Device)
    [ 0.153430] ACPI: Added _OSI(Processor Device)
    [ 0.153430] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.153430] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.155075] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.157331] ACPI: Dynamic OEM Table Load:
    [ 0.157338] ACPI: SSDT 0xFFFF880129AB7600 0001F3 (v01 HPQOEM SLIC-CPC 00000011 INTL 20051117)
    [ 0.157716] ACPI: Dynamic OEM Table Load:
    [ 0.157721] ACPI: SSDT 0xFFFF880129AB7400 0001F3 (v01 HPQOEM SLIC-CPC 00000012 INTL 20051117)
    [ 0.158103] ACPI: Dynamic OEM Table Load:
    [ 0.158109] ACPI: SSDT 0xFFFF8801295D4000 0001F3 (v01 HPQOEM SLIC-CPC 00000012 INTL 20051117)
    [ 0.158489] ACPI: Dynamic OEM Table Load:
    [ 0.158494] ACPI: SSDT 0xFFFF8801295D4200 0001F3 (v01 HPQOEM SLIC-CPC 00000012 INTL 20051117)
    [ 0.158833] ACPI: Interpreter enabled
    [ 0.158843] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.158857] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.158859] ACPI: Using IOAPIC for interrupt routing
    [ 0.158879] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.159657] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.160132] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.165222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.165228] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.165233] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.165516] PCI host bridge to bus 0000:00
    [ 0.165519] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.165522] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.165524] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.165526] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.165528] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.165530] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
    [ 0.165532] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff]
    [ 0.165541] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
    [ 0.165640] pci 0000:00:01.0: [8086:29c1] type 01 class 0x060400
    [ 0.165677] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.165716] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.165796] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    [ 0.165844] pci 0000:00:1a.0: reg 0x20: [io 0xb400-0xb41f]
    [ 0.165936] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.165991] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    [ 0.166039] pci 0000:00:1a.1: reg 0x20: [io 0xb480-0xb49f]
    [ 0.166130] pci 0000:00:1a.1: System wakeup disabled by ACPI
    [ 0.166194] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    [ 0.166216] pci 0000:00:1a.7: reg 0x10: [mem 0xf9efec00-0xf9efefff]
    [ 0.166307] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.166350] pci 0000:00:1a.7: System wakeup disabled by ACPI
    [ 0.166407] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    [ 0.166427] pci 0000:00:1b.0: reg 0x10: [mem 0xf9ef8000-0xf9efbfff 64bit]
    [ 0.166516] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.166616] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    [ 0.166706] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.166752] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.166807] pci 0000:00:1c.2: [8086:2944] type 01 class 0x060400
    [ 0.166899] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.166945] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.167003] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    [ 0.167049] pci 0000:00:1d.0: reg 0x20: [io 0xb800-0xb81f]
    [ 0.167139] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.167203] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    [ 0.167250] pci 0000:00:1d.1: reg 0x20: [io 0xb880-0xb89f]
    [ 0.167339] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.167392] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    [ 0.167439] pci 0000:00:1d.2: reg 0x20: [io 0xbc00-0xbc1f]
    [ 0.167528] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.167580] pci 0000:00:1d.3: [8086:2939] type 00 class 0x0c0300
    [ 0.167627] pci 0000:00:1d.3: reg 0x20: [io 0xc000-0xc01f]
    [ 0.167719] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.167782] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    [ 0.167804] pci 0000:00:1d.7: reg 0x10: [mem 0xf9eff800-0xf9effbff]
    [ 0.167895] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.167938] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.167989] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.168083] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.168135] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100
    [ 0.168209] pci 0000:00:1f.0: can't claim BAR 13 [io 0x0800-0x087f]: address conflict with ACPI CPU throttle [io 0x0810-0x0815]
    [ 0.168214] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    [ 0.168217] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
    [ 0.168328] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
    [ 0.168351] pci 0000:00:1f.2: reg 0x10: [io 0xc880-0xc887]
    [ 0.168361] pci 0000:00:1f.2: reg 0x14: [io 0xc800-0xc803]
    [ 0.168371] pci 0000:00:1f.2: reg 0x18: [io 0xc480-0xc487]
    [ 0.168381] pci 0000:00:1f.2: reg 0x1c: [io 0xc400-0xc403]
    [ 0.168390] pci 0000:00:1f.2: reg 0x20: [io 0xc080-0xc09f]
    [ 0.168400] pci 0000:00:1f.2: reg 0x24: [mem 0xf9eff000-0xf9eff7ff]
    [ 0.168458] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.168549] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    [ 0.168567] pci 0000:00:1f.3: reg 0x10: [mem 0xf9effc00-0xf9effcff 64bit]
    [ 0.168592] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    [ 0.168733] pci 0000:04:00.0: [10de:0615] type 00 class 0x030000
    [ 0.168748] pci 0000:04:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
    [ 0.168761] pci 0000:04:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.168774] pci 0000:04:00.0: reg 0x1c: [mem 0xfa000000-0xfbffffff 64bit]
    [ 0.168784] pci 0000:04:00.0: reg 0x24: [io 0xdc00-0xdc7f]
    [ 0.168793] pci 0000:04:00.0: reg 0x30: [mem 0xfeae0000-0xfeafffff pref]
    [ 0.168906] pci 0000:00:01.0: PCI bridge to [bus 04]
    [ 0.168909] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.168912] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfeafffff]
    [ 0.168916] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.168982] pci 0000:00:1c.0: PCI bridge to [bus 03]
    [ 0.169127] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.169187] pci 0000:02:00.0: reg 0x10: [io 0xe800-0xe8ff]
    [ 0.169296] pci 0000:02:00.0: reg 0x18: [mem 0xfebff000-0xfebfffff 64bit]
    [ 0.169354] pci 0000:02:00.0: reg 0x20: [mem 0xf8ff0000-0xf8ffffff 64bit pref]
    [ 0.169397] pci 0000:02:00.0: reg 0x30: [mem 0xfebc0000-0xfebdffff pref]
    [ 0.169663] pci 0000:02:00.0: supports D1 D2
    [ 0.169665] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.169850] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.169855] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.169859] pci 0000:00:1c.2: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.169866] pci 0000:00:1c.2: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.169932] pci 0000:01:05.0: [11c1:5811] type 00 class 0x0c0010
    [ 0.169949] pci 0000:01:05.0: reg 0x10: [mem 0xf9fff000-0xf9ffffff]
    [ 0.170025] pci 0000:01:05.0: supports D1 D2
    [ 0.170028] pci 0000:01:05.0: PME# supported from D0 D1 D2 D3hot
    [ 0.170112] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
    [ 0.170119] pci 0000:00:1e.0: bridge window [mem 0xf9f00000-0xf9ffffff]
    [ 0.170126] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.170128] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.170131] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.170133] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.170135] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
    [ 0.170137] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
    [ 0.170715] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.170769] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.170823] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.170875] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    [ 0.170927] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 *4 5 6 7 10 11 12 14 15)
    [ 0.170983] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.171036] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.171088] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    [ 0.171151] ACPI: Enabled 2 GPEs in block 00 to 3F
    [ 0.171253] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.171253] vgaarb: loaded
    [ 0.171253] vgaarb: bridge control possible 0000:04:00.0
    [ 0.171253] PCI: Using ACPI for IRQ routing
    [ 0.179597] PCI: pci_cache_line_size set to 64 bytes
    [ 0.179658] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    [ 0.179660] e820: reserve RAM buffer [mem 0xcffa0000-0xcfffffff]
    [ 0.179795] NetLabel: Initializing
    [ 0.179797] NetLabel: domain hash size = 128
    [ 0.179798] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.179813] NetLabel: unlabeled traffic allowed by default
    [ 0.179835] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.179841] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.179845] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.181019] Switched to clocksource hpet
    [ 0.187008] pnp: PnP ACPI init
    [ 0.187030] ACPI: bus type PNP registered
    [ 0.187128] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.187133] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.187213] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.187433] system 00:02: [io 0x04d0-0x04d1] has been reserved
    [ 0.187436] system 00:02: [io 0x0800-0x087f] could not be reserved
    [ 0.187438] system 00:02: [io 0x0480-0x04bf] has been reserved
    [ 0.187441] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.187444] system 00:02: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.187447] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.187548] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.187551] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.187555] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.187674] system 00:04: [io 0x0a00-0x0adf] has been reserved
    [ 0.187678] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.187756] system 00:05: [mem 0xffc00000-0xffefffff] has been reserved
    [ 0.187759] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.187825] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.187829] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.188006] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.188009] system 00:07: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.188012] system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.188014] system 00:07: [mem 0x00100000-0xcfffffff] could not be reserved
    [ 0.188017] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.188133] pnp: PnP ACPI: found 8 devices
    [ 0.188135] ACPI: bus type PNP unregistered
    [ 0.197465] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.197469] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.197472] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
    [ 0.197491] pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    [ 0.197494] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.197497] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.197499] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.197505] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
    [ 0.197510] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.197514] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.197516] pci 0000:00:01.0: PCI bridge to [bus 04]
    [ 0.197519] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.197522] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfeafffff]
    [ 0.197525] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.197529] pci 0000:00:1c.0: PCI bridge to [bus 03]
    [ 0.197532] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.197537] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff]
    [ 0.197542] pci 0000:00:1c.0: bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.197548] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.197551] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.197557] pci 0000:00:1c.2: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.197561] pci 0000:00:1c.2: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.197568] pci 0000:00:1e.0: PCI bridge to [bus 01]
    [ 0.197573] pci 0000:00:1e.0: bridge window [mem 0xf9f00000-0xf9ffffff]
    [ 0.197582] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.197585] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.197587] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.197589] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.197591] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
    [ 0.197593] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
    [ 0.197596] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.197598] pci_bus 0000:04: resource 1 [mem 0xfa000000-0xfeafffff]
    [ 0.197600] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.197602] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 0.197604] pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf01fffff]
    [ 0.197607] pci_bus 0000:03: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
    [ 0.197609] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.197611] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
    [ 0.197613] pci_bus 0000:02: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.197615] pci_bus 0000:01: resource 1 [mem 0xf9f00000-0xf9ffffff]
    [ 0.197618] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7]
    [ 0.197620] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff]
    [ 0.197622] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.197624] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.197626] pci_bus 0000:01: resource 8 [mem 0xd0000000-0xdfffffff]
    [ 0.197628] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xffffffff]
    [ 0.197657] NET: Registered protocol family 2
    [ 0.197878] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.197999] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.198159] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.198193] TCP: reno registered
    [ 0.198203] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.198230] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.198298] NET: Registered protocol family 1
    [ 0.199202] pci 0000:04:00.0: Boot video device
    [ 0.199211] PCI: CLS 32 bytes, default 64
    [ 0.199266] Unpacking initramfs...
    [ 0.265035] Freeing initrd memory: 3268K (ffff88003798e000 - ffff880037cbf000)
    [ 0.265050] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.265053] software IO TLB [mem 0xcbfa0000-0xcffa0000] (64MB) mapped at [ffff8800cbfa0000-ffff8800cff9ffff]
    [ 0.265383] Scanning for low memory corruption every 60 seconds
    [ 0.265750] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.266220] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.268226] zbud: loaded
    [ 0.268426] VFS: Disk quotas dquot_6.5.2
    [ 0.268472] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.268644] msgmni has been set to 7909
    [ 0.268709] Key type big_key registered
    [ 0.269063] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.269162] io scheduler noop registered
    [ 0.269165] io scheduler deadline registered
    [ 0.269227] io scheduler cfq registered (default)
    [ 0.269402] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.269456] pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
    [ 0.269523] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.269664] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    [ 0.269772] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.269794] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.269839] intel_idle: does not run on family 6 model 23
    [ 0.269876] GHES: HEST is not enabled!
    [ 0.269980] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.270599] Linux agpgart interface v0.103
    [ 0.270658] rtc_cmos 00:01: RTC can wake from S4
    [ 0.270820] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [ 0.270850] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.270864] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.270984] TCP: cubic registered
    [ 0.271114] NET: Registered protocol family 10
    [ 0.271372] NET: Registered protocol family 17
    [ 0.271821] registered taskstats version 1
    [ 0.272365] Magic number: 14:261:812
    [ 0.272465] rtc_cmos 00:01: setting system clock to 2014-09-18 01:49:28 UTC (1411004968)
    [ 0.272539] PM: Hibernation image not present or could not be loaded.
    [ 0.273767] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 0.273769] Write protecting the kernel read-only data: 8192k
    [ 0.276140] Freeing unused kernel memory: 800K (ffff880001538000 - ffff880001600000)
    [ 0.277248] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 0.284774] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.286420] systemd-udevd[59]: starting version 216
    [ 0.299539] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.302475] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.302536] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.305975] ACPI: bus type USB registered
    [ 0.306007] usbcore: registered new interface driver usbfs
    [ 0.306020] usbcore: registered new interface driver hub
    [ 0.306135] usbcore: registered new device driver usb
    [ 0.306716] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.307076] ehci-pci: EHCI PCI platform driver
    [ 0.307191] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.307253] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 0.307261] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.307274] ehci-pci 0000:00:1a.7: debug port 1
    [ 0.311183] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
    [ 0.311202] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf9efec00
    [ 0.315748] SCSI subsystem initialized
    [ 0.317397] libata version 3.00 loaded.
    [ 0.320025] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.323598] hub 1-0:1.0: USB hub found
    [ 0.323608] hub 1-0:1.0: 4 ports detected
    [ 0.323904] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.323911] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 0.323925] ehci-pci 0000:00:1d.7: debug port 1
    [ 0.327815] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.327834] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf9eff800
    [ 0.336696] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.336926] hub 2-0:1.0: USB hub found
    [ 0.336936] hub 2-0:1.0: 8 ports detected
    [ 0.337334] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.337345] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 0.337354] uhci_hcd 0000:00:1a.0: detected 2 ports
    [ 0.337394] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b400
    [ 0.337866] hub 3-0:1.0: USB hub found
    [ 0.337875] hub 3-0:1.0: 2 ports detected
    [ 0.338094] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.338100] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 0.338107] uhci_hcd 0000:00:1a.1: detected 2 ports
    [ 0.338134] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b480
    [ 0.338347] hub 4-0:1.0: USB hub found
    [ 0.338355] hub 4-0:1.0: 2 ports detected
    [ 0.338546] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.338553] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    [ 0.338559] uhci_hcd 0000:00:1d.0: detected 2 ports
    [ 0.338578] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b800
    [ 0.338786] hub 5-0:1.0: USB hub found
    [ 0.338794] hub 5-0:1.0: 2 ports detected
    [ 0.338981] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.338987] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    [ 0.338993] uhci_hcd 0000:00:1d.1: detected 2 ports
    [ 0.339020] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b880
    [ 0.339235] hub 6-0:1.0: USB hub found
    [ 0.339244] hub 6-0:1.0: 2 ports detected
    [ 0.339429] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.339435] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 0.339442] uhci_hcd 0000:00:1d.2: detected 2 ports
    [ 0.339460] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000bc00
    [ 0.339667] hub 7-0:1.0: USB hub found
    [ 0.339675] hub 7-0:1.0: 2 ports detected
    [ 0.339862] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 0.339870] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
    [ 0.339876] uhci_hcd 0000:00:1d.3: detected 2 ports
    [ 0.339894] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000c000
    [ 0.340109] hub 8-0:1.0: USB hub found
    [ 0.340117] hub 8-0:1.0: 2 ports detected
    [ 0.340263] ahci 0000:00:1f.2: version 3.0
    [ 0.340410] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 0.340467] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.340515] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 0.340519] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
    [ 0.366734] firewire_ohci 0000:01:05.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
    [ 0.374399] scsi0 : ahci
    [ 0.374615] scsi1 : ahci
    [ 0.374814] scsi2 : ahci
    [ 0.375005] scsi3 : ahci
    [ 0.375196] scsi4 : ahci
    [ 0.375388] scsi5 : ahci
    [ 0.375468] ata1: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff100 irq 43
    [ 0.375472] ata2: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff180 irq 43
    [ 0.375474] ata3: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff200 irq 43
    [ 0.375477] ata4: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff280 irq 43
    [ 0.375480] ata5: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff300 irq 43
    [ 0.375482] ata6: SATA max UDMA/133 abar m2048@0xf9eff000 port 0xf9eff380 irq 43
    [ 0.630034] usb 1-2: new high-speed USB device number 2 using ehci-pci
    [ 0.693360] ata1: SATA link down (SStatus 0 SControl 300)
    [ 0.754296] hub 1-2:1.0: USB hub found
    [ 0.754373] hub 1-2:1.0: 7 ports detected
    [ 0.866772] firewire_core 0000:01:05.0: created device fw0: GUID 001e8c0001bb0f0a, S400
    [ 1.013360] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.266684] tsc: Refined TSC clocksource calibration: 2333.285 MHz
    [ 1.333363] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.336819] ata3.00: ATA-8: WDC WD10EARS-00MVWB0, 50.0AB50, max UDMA/133
    [ 1.336823] ata3.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.340399] ata3.00: configured for UDMA/133
    [ 1.340517] scsi 2:0:0:0: Direct-Access ATA WDC WD10EARS-00M AB50 PQ: 0 ANSI: 5
    [ 1.373365] usb 2-5: new high-speed USB device number 3 using ehci-pci
    [ 1.500038] usb-storage 2-5:1.0: USB Mass Storage device detected
    [ 1.500227] scsi6 : usb-storage 2-5:1.0
    [ 1.500322] usbcore: registered new interface driver usb-storage
    [ 1.500694] usbcore: registered new interface driver uas
    [ 1.660027] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.980028] usb 5-1: new full-speed USB device number 2 using uhci_hcd
    [ 1.980030] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.125620] usb 5-1: config 1 has an invalid descriptor of length 17, skipping remainder of the config
    [ 2.125624] usb 5-1: config 1 has 1 interface, different from the descriptor's value: 4
    [ 2.125628] usb 5-1: config 1 interface 0 altsetting 0 has 0 endpoint descriptors, different from the interface descriptor's value: 2
    [ 2.266750] Switched to clocksource tsc
    [ 2.370018] usb 4-1: new full-speed USB device number 2 using uhci_hcd
    [ 2.504151] scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
    [ 2.504778] scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
    [ 2.505402] scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
    [ 2.506038] scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
    [ 2.509294] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 2.509340] sd 2:0:0:0: [sda] Write Protect is off
    [ 2.509343] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.509363] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.515260] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 2.515889] sd 6:0:0:1: [sdc] Attached SCSI removable disk
    [ 2.516511] sd 6:0:0:2: [sdd] Attached SCSI removable disk
    [ 2.517136] sd 6:0:0:3: [sde] Attached SCSI removable disk
    [ 2.569106] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    [ 2.569597] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 2.571450] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.586591] usbcore: registered new interface driver usbhid
    [ 2.586594] usbhid: USB HID core driver
    [ 2.587316] input: Logitech Gaming Mouse G600 as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/0003:046D:C24A.0001/input/input2
    [ 2.587394] hid-generic 0003:046D:C24A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech Gaming Mouse G600] on usb-0000:00:1a.1-1/input0
    [ 2.620024] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.621301] input: Logitech Gaming Mouse G600 as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.1/0003:046D:C24A.0002/input/input3
    [ 2.621413] hid-generic 0003:046D:C24A.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech Gaming Mouse G600] on usb-0000:00:1a.1-1/input1
    [ 2.623705] ata6.00: ATAPI: HL-DT-ST BDDVDRW GBC-H20L, 1.B8, max UDMA/100
    [ 2.628682] ata6.00: configured for UDMA/100
    [ 2.741224] scsi 5:0:0:0: CD-ROM HL-DT-ST BDDVDRW GBC-H20L 1.B8 PQ: 0 ANSI: 5
    [ 2.796696] usb 8-2: new full-speed USB device number 2 using uhci_hcd
    [ 2.870295] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.870300] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.870508] sr 5:0:0:0: Attached scsi CD-ROM sr0
    [ 2.983435] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.3/usb8/8-2/8-2:1.0/0003:046D:C318.0003/input/input4
    [ 2.983518] hid-generic 0003:046D:C318.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.3-2/input0
    [ 2.987055] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.3/usb8/8-2/8-2:1.1/0003:046D:C318.0004/input/input5
    [ 2.987190] hid-generic 0003:046D:C318.0004: input,hiddev0,hidraw3: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.3-2/input1
    [ 3.173499] usb 1-2.7: new high-speed USB device number 4 using ehci-pci
    [ 3.257551] hub 1-2.7:1.0: USB hub found
    [ 3.257622] hub 1-2.7:1.0: 4 ports detected
    [ 3.316702] floppy0: no floppy controllers found
    [ 3.830625] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.027733] random: nonblocking pool is initialized
    [ 4.403265] systemd[1]: systemd 216 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN )
    [ 4.403452] systemd[1]: Detected architecture 'x86-64'.
    [ 4.434571] systemd[1]: Set hostname to <yte>.
    [ 5.263934] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 5.264264] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 5.264322] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 5.264334] systemd[1]: Starting Remote File Systems.
    [ 5.264630] systemd[1]: Reached target Remote File Systems.
    [ 5.264663] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 5.265007] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 5.265025] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 5.265058] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 5.265067] systemd[1]: Starting Paths.
    [ 5.265331] systemd[1]: Reached target Paths.
    [ 5.265342] systemd[1]: Starting Encrypted Volumes.
    [ 5.265614] systemd[1]: Reached target Encrypted Volumes.
    [ 5.265625] systemd[1]: Expecting device dev-sda3.device...
    [ 5.265819] systemd[1]: Expecting device dev-sda6.device...
    [ 5.266013] systemd[1]: Starting Root Slice.
    [ 5.275815] systemd[1]: Created slice Root Slice.
    [ 5.275829] systemd[1]: Starting User and Session Slice.
    [ 5.276279] systemd[1]: Created slice User and Session Slice.
    [ 5.276291] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 5.276593] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.276604] systemd[1]: Starting Delayed Shutdown Socket.
    [ 5.276899] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 5.276910] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 5.277203] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 5.277213] systemd[1]: Starting Journal Socket (/dev/log).
    [ 5.277507] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 5.277518] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 5.277808] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 5.277824] systemd[1]: Starting udev Kernel Socket.
    [ 5.278109] systemd[1]: Listening on udev Kernel Socket.
    [ 5.278123] systemd[1]: Starting udev Control Socket.
    [ 5.278410] systemd[1]: Listening on udev Control Socket.
    [ 5.278424] systemd[1]: Starting Journal Socket.
    [ 5.278716] systemd[1]: Listening on Journal Socket.
    [ 5.278736] systemd[1]: Starting System Slice.
    [ 5.279185] systemd[1]: Created slice System Slice.
    [ 5.279201] systemd[1]: Starting File System Check on Root Device...
    [ 5.279858] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 5.280411] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 5.371945] systemd[1]: Mounting Temporary Directory...
    [ 5.379927] systemd[1]: Starting system-getty.slice.
    [ 5.380442] systemd[1]: Created slice system-getty.slice.
    [ 5.414498] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 5.477478] systemd[1]: Started Set Up Additional Binary Formats.
    [ 5.477515] systemd[1]: Mounting POSIX Message Queue File System...
    [ 5.503309] systemd[1]: Started Load Kernel Modules.
    [ 5.503363] systemd[1]: Starting Apply Kernel Variables...
    [ 5.504202] systemd[1]: Mounting Configuration File System...
    [ 5.504898] systemd[1]: Mounted FUSE Control File System.
    [ 5.504935] systemd[1]: Mounting Huge Pages File System...
    [ 5.505656] systemd[1]: Mounting Debug File System...
    [ 5.506353] systemd[1]: Starting Setup Virtual Console...
    [ 5.507155] systemd[1]: Starting udev Coldplug all Devices...
    [ 5.507863] systemd[1]: Starting Journal Service...
    [ 5.508912] systemd[1]: Started Journal Service.
    [ 5.600542] EXT4-fs (sda5): re-mounted. Opts: data=ordered
    [ 5.836201] systemd-udevd[175]: starting version 216
    [ 6.237023] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
    [ 6.237029] ACPI: Power Button [PWRB]
    [ 6.237089] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
    [ 6.237092] ACPI: Power Button [PWRF]
    [ 6.393110] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082f conflicts with OpRegion 0x0000000000000800-0x000000000000084f (\PMRG) (20140424/utaddress-258)
    [ 6.393118] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.393146] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 6.403316] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 6.624551] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    [ 6.697197] sound hdaudioC0D0: ALC1200: SKU not ready 0x411111f0
    [ 6.697713] sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
    [ 6.697715] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 6.697718] sound hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
    [ 6.697720] sound hdaudioC0D0: mono: mono_out=0x0
    [ 6.697722] sound hdaudioC0D0: dig-out=0x11/0x1e
    [ 6.697724] sound hdaudioC0D0: inputs:
    [ 6.697726] sound hdaudioC0D0: Front Mic=0x19
    [ 6.697729] sound hdaudioC0D0: Rear Mic=0x18
    [ 6.697731] sound hdaudioC0D0: Line=0x1c
    [ 6.697732] sound hdaudioC0D0: dig-in=0x1f
    [ 6.702189] input: PC Speaker as /devices/platform/pcspkr/input/input9
    [ 6.709310] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 6.717944] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input8
    [ 6.718325] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 6.718367] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 6.718409] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 6.718451] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 6.718493] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 6.718576] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 6.718699] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    [ 6.718743] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
    [ 6.728756] microcode: CPU0 sig=0x10677, pf=0x10, revision=0x705
    [ 6.780564] gpio_ich: GPIO from 195 to 255 on gpio_ich
    [ 6.802218] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 6.802227] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 6.802531] r8169 0000:02:00.0: irq 45 for MSI/MSI-X
    [ 6.802745] r8169 0000:02:00.0 eth0: RTL8168c/8111c at 0xffffc90010736000, 00:24:8c:13:67:78, XID 1c4000c0 IRQ 45
    [ 6.802748] r8169 0000:02:00.0 eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 6.815163] microcode: CPU1 sig=0x10677, pf=0x10, revision=0x705
    [ 6.815200] microcode: CPU2 sig=0x10677, pf=0x10, revision=0x705
    [ 6.815216] microcode: CPU3 sig=0x10677, pf=0x10, revision=0x705
    [ 6.815650] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 6.852178] iTCO_vendor_support: vendor-support=0
    [ 6.951618] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 6.951664] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0860)
    [ 6.952163] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 6.961276] systemd-udevd[183]: renamed network interface eth0 to enp2s0
    [ 6.962065] mousedev: PS/2 mouse device common for all mice
    [ 7.539521] Adding 4051964k swap on /dev/sda3. Priority:-1 extents:1 across:4051964k FS
    [ 8.405763] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 8.687024] systemd-journald[157]: Received request to flush runtime journal from PID 1
    [ 9.356701] floppy0: no floppy controllers found
    [ 10.274611] r8169 0000:02:00.0 enp2s0: link down
    [ 10.274665] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
    [ 11.871962] r8169 0000:02:00.0 enp2s0: link up
    [ 11.871971] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
    Due to the length of the above logs I looked for a option to upload them but could not find the button for this, my appologies.  Would anyone be able to see where I am going wrong?
    Last edited by meschael (2014-09-18 04:16:08)

    The first code block contains my Xorg.0.log however I just tryed modprove nvidia and recieved FATAL: Module nvidia not found. which I discovered was solved by someone here https://bbs.archlinux.org/viewtopic.php?pid=961852 however when I tryed to do a pacman -S nvidia nvidia-utils I get a unresolved confilict with nvidia-304xx-utils which after trying to remove with pacman -Rs shows dependencies with cario, Im not sure how far back I should start removing things to solve this conflict or how to go abouts solving it
    +++++++++
    Update: Solved
    +++++++++
    I did some more looking and found I could force the uninstall of nvidia-304xx-lts with pacman -Rdds nvidia-304xx-lts and after revisiting the Nvidia page on the wiki for the dozenth time I started thinking maybe I needed nvidia-304xx oposed to the lts release as google as kindly pointed out lts is long term support and maybe my kernel was not lts and thus conflicting.  This turned out to be the case, after removing the ofending lts version of the driver, replacing with the correct nvidia-304xx , another nvidia-xconfig and reboot followed by modprobe nvida and startxfce4 my wounderfull xfce is now running as I type this messsage in firefox.  Thank you for you help, as you asking about the modprobe output caused the chain of events leading to the success.
    Last edited by meschael (2014-09-18 04:15:30)

  • [SOLVED]No sound on new install.

    I have no sound on my first arch install, please help!
    I would post relevant information, but I don't know what to post, give me a list of commands please and I will post the output.
    I have tried using the default alsa, I ran alsamixer, made sure all relevant channels were unmuted, played a song through exaile music player(and I have installed codecs correctly) but nothing. The sound test command didn't work either.
    [EDIT] There was a channel that I didn't unmute, "front". Please delete this thread.
    Last edited by jc-kakashi (2012-03-10 00:54:48)

    Yeah, it was, read the first post, I edited it. Stupid mistake by me. This is my first install of arch ever, although I have used linux for 6 years or so. I keep on assuming that any problem is because arch is different, and I am overlooking simple fixes...

  • [SOLVED] No internet after fresh install on laptop

    After working mostly on windows and a little on some linux distributions like Mint and Ubuntu I wanted to move on to Arch Linux after a lot of discussions about it with colleagues and my gf. I managed to install it succesfully on my desktop and everything runs smooth. My laptop didn't went as smooth though. First I had some problems to get it booting, but that problem got solved.
    Now... At home I don't seem to be able to connect to the internet with my laptop, while my desktop can connect fine. Both machines are connected with a wire on the same D-LINK router, can give the specs if needed. For both i just use the dynamic IP adress option via dhcpcd.
    It might be something simple, and I'm quite the noob, although i want to learn, so I hope someone has a clue what might be going on and how to solve it. I'm writing this topic from my desktop, as I said before, that machine has internet connection without any problem...
    Last edited by glendc (2014-02-26 00:51:28)

    glendc wrote:Ok I am available to solve the solution again for a couple of hours. So I still have no internet, and i'm home right now. Earlier today, at work, I installed networkmanager and net-tools. So I have these now too. So any suggestions on where the problem can be? I might not be describing my problem not enough, or forgetting to mention important details, I'm sorry for this, but I'm very new to this, so I don't really know what to tell and what not.
    Well....I can tell you what I had to do.
    dhcpcd works fine as long as you have an ethernet wire hooked up. My Dell has the Broadcom Wireless card, meaning I had to get the driver from the AUR. Here's how I got it done:
    Install Arch
    (leave the ethernet hooked up)
    if you have no internet and the ethernet is hooked up, issue the following command:
    sudo dhcpcd
    if you don't have your /etc/sudoers file set up just type
    su
    then enter your password,
    then enter the following command:
    dhcpcd
    ok, assuming you have internet withe the ethernet wire, install a browser. Go to the AUR, and get the "b43-firmware" download the tarbell, uncompress it, then install it using makepkg. Check the Wiki if you're not sure how to do it. Once it's installed, issue the following command:
    sudo modprobe b43
    again, if you don't have sudoers set up, you'll have to execute su, then password.
    ok...now you have wireless.
    now you have two choices to get it working,
    execute the following command to test it:
    wifi-menu
    you can sign on from there
    to sign on at boot, you'll need network manager. I see you've already installed network manager, so you just need to install the panel applet unless you're running gnome or kde (these come with it out of the box)
    issue the following three commands:
    sudo systemctl disable dhcpcd.service
    sudo systemctl stop dhcpcd.service
    sudo systemctl enable NetworkManager.service
    these commands are case-specific, so make sure you capitalize the N, and M.
    reboot, then you should have wifi show up from the panel applet.
    if not, let me know....We'll dig a little deeper.
    at any rate, whether you have a Broadcom card or not, you have to stop the dhcpcd service and start the NetworkManager service to give control to the panel applet.

  • [SOLVED]glibc-error after fresh install

    Hi,
    I've performed a fresh installation of Archlinux and up to the point where I run the pacman -Syu command everything is going well.
    It is then that I receive the infamous glibc-error so I followed the instructions on the wiki. However, when I enter the pacman -Syu --ignore glibc command,
    I still receive an error for pacman itself needs to be updated first. The problem is that glibc is a dependancy of pacman.
    The exact output of the "pacman -Syu --ignore glibc"
    warning: ignoring package glibc-2.16.0-2
    warning: cannot resolve "glibc>=2.15", a dependancy of pacman
    On the wiki I also found a link (http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz) to a previous version of glibc, but even then the errors remain.
    error: failed to commit transaction (conflicting files)
    glibc: /usr/bin/tzselect exists in filesystem
    glibc: /usr/sbin/zdump exists in filesystem
    glibc: /usr/sbin/zic exists in filesystem
    Any help would be appreciated. Thanks!
    Last edited by VenomGameworld (2012-07-23 13:19:04)

    http://allanmcrae.com/2012/07/updating- … e-install/

  • Satellite L655 - Sound not working on fresh install of Windows 7 Pro x64

    Howdy all,
    I purchased an L655-S5111 from Newegg that was on sale, put an SSD into it, and then installed a legitimate copy of Windows 7 Professional 64-bit I received from my current employer (I'm an IT guy). I've updated to the latest BIOS revision (1.70), and I've got all Windows updates installed, all drivers installed, including the correct Conexant HD Audio and ATI HDMI Audio drivers. Unfortunately, sound does not work. Sound worked briefly when I first installed Windows 7, then I muted it until I could get it set up with headphones. When I unmuted it, it had ceased to work.
    This laptop is less than 3 weeks old at this point, and I get no audio over headphones or speakers, although Windows clearly shows no issues with the drivers, they're the latest version, on a fresh install, and I can see the audio in the mixer playing. The microphone built-in to the laptop does pick up sound as well. I believe that this is most likely not an issue of physical interconnection, but more likely a software level issue, I'm just having trouble identifying where it is at.
    I also have no related error messages anywhere in the event logs.
    Message was edited by: ADMIN

    I have two problems with installing the recovery image:
    1) I didn't get a copy of the recovery media with the system
    2) The recovery media would install Windows 7 Home Premium 64bit which is what came with the laptop.
    Since I have legitimately licensed copies of Windows 7 Pro/Enterprise 64-bit, I would much rather install that. Since I used the drivers and software from the Toshiba website for this particular model, it should be working. There should be no functional difference between the recovery media and a fresh Windows install from the Microsoft-provided Windows media and Toshiba provided drivers from their website.
    As you can see in the sysinfo (I'm assuming Keany the respondent is the admin that approved my post and edited it, thus had access to the data which was removed) I have all the Toshiba software and drivers installed, identically to if this was the recovery image, I just have it on a different edition of Windows 7.
    I'm open to any other suggestions, but unfortunately it is not possible to do the above.

  • [SOLVED]Some issues with fresh arch install.

    I freshly installed arch after a pretty long period of time of using other distributions and forgot how many issues I have to deal with when using it.
    Alsamixer does not detect my headphones when i plug them in...(does not mute / unmute automatically speakers / headphones)
    And another issue with the xorg server i think, I have a notebook and after every reboot i have to look up after touchpad with xinput --list then   --setprop <id>. How can I make it permanent? It's annoying.
    Last edited by dede24ever (2014-12-27 22:11:08)

    Add a command to toggle the auto-mute with the same key, perhaps?
    Anyway, that command in my i3 set up does not effect the auto-mute mode so there may be something else going on in your system.
    Ooops -- my mistake, my system does that as well...
    Maybe something to do with pulseaudio -- I didn't have pulseaudio when I used i3 and I didn't notice that problem then.
    EDIT: It might be wise to open a fresh thread for this specific problem -- be sure to use a descriptive title to get the attention of the sound experts (not me!).
    Last edited by Head_on_a_Stick (2014-12-27 20:26:11)

  • Can't login after fresh installing gnome using gdm 3.2 [SOLVED]

    I don't know if this topic was already solved, I hope someone can help me about this. I have a fresh install of arch linux (just yesterday) and installed gnome and gnome-extra packages. As usual, I go with the procedure of editing my .xinitrc (exec ck-launch-session dbus-launch gnome-session), rc.conf (...dbus networkmanager...), inittab (runlvl 5, x:5......gdm). After a reboot, gdm screen appeared, I can't find my account, then there were two choices, "Sign in" and "Not listed..."). I clicked Not listed, then entered my user and password, after that, it responded: Authentication failure/failed... or something like that. I tried it again and it's the same. Temporarily, I'm using startx or slim (depends on my mood). Can anyone help me?
    here's my gdm's 0.log and 0-greeter.log respectively:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at [url]http://bugs.freedesktop.org[/url]/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See [url]http://wiki.x.org/wiki/GitPage[/url] for git access instructions.
    X.Org X Server 1.11.1.901 (1.11.2 RC 1)
    Release Date: 2011-10-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0-ARCH i686
    Current Operating System: Linux espionage 3.0-ARCH #1 SMP PREEMPT Wed Oct 19 12:14:48 UTC 2011 i686
    Kernel command line: root=/dev/disk/by-uuid/9645b27b-41ee-461a-b4f0-f5ba1794542c ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Build Date: 24 October 2011 12:26:09PM
    Current version of pixman: 0.22.2
    Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 27 19:43:23 2011
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    Entry deleted from font path.
    (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    (--) PCI:*(0:0:2:0) 8086:27a2:1025:012f rev 3, Mem @ 0xdc100000/524288, 0xc0000000/268435456, 0xdc200000/262144, I/O @ 0x00001800/8
    (--) PCI: (0:0:2:1) 8086:27a6:1025:012f rev 3, Mem @ 0xdc180000/524288
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (==) AIGLX enabled
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.13.0
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.2.0
    (==) Matched intel as autoconfigured driver 0
    (==) Matched vesa as autoconfigured driver 1
    (==) Matched fbdev as autoconfigured driver 2
    (==) Assigned the driver to the xf86ConfigLayout
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.10.99.902, module version = 2.16.0
    (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.11.1, module version = 2.3.0
    (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    (II) Module fbdev: vendor="X.Org Foundation"
    compiled for 1.10.99.902, module version = 0.4.2
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
    (II) VESA: driver for VESA chipsets: vesa
    (II) FBDEV: driver for framebuffer: fbdev
    (++) using VT number 7
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (WW) Falling back to old probe method for vesa
    (WW) Falling back to old probe method for fbdev
    (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    (II) Module fbdevhw: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 0.0.2
    (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (**) intel(0): Relaxed fencing disabled
    (**) intel(0): Wait on SwapBuffers? enabled
    (**) intel(0): Triple buffering? enabled
    (**) intel(0): Framebuffer tiled
    (**) intel(0): Pixmaps tiled
    (**) intel(0): 3D buffers tiled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): video overlay key set to 0x101fe
    (II) intel(0): Output LVDS1 has no monitor section
    (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    (II) intel(0): Output VGA1 has no monitor section
    (II) intel(0): Output TV1 has no monitor section
    (II) intel(0): EDID for output LVDS1
    (II) intel(0): Manufacturer: SEC Model: 4442 Serial#: 0
    (II) intel(0): Year: 2006 Week: 0
    (II) intel(0): EDID Version: 1.3
    (II) intel(0): Digital Display Input
    (II) intel(0): Max Image Size [cm]: horiz.: 30 vert.: 19
    (II) intel(0): Gamma: 2.20
    (II) intel(0): No DPMS capabilities specified
    (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) intel(0): First detailed timing is preferred mode
    (II) intel(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
    (II) intel(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
    (II) intel(0): Manufacturer's mask: 0
    (II) intel(0): Supported detailed timing:
    (II) intel(0): clock: 68.9 MHz Image Size: 303 x 190 mm
    (II) intel(0): h_active: 1280 h_sync: 1292 h_sync_end 1356 h_blank_end 1408 h_border: 0
    (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 816 v_border: 0
    (II) intel(0): Unknown vendor-specific block f
    (II) intel(0): SAMSUNG
    (II) intel(0): LTN141W3-L01
    (II) intel(0): EDID (in hex):
    (II) intel(0): 00ffffffffffff004ca3424400000000
    (II) intel(0): 00100103801e13780a87f594574f8c27
    (II) intel(0): 27505400000001010101010101010101
    (II) intel(0): 010101010101ee1a0080502010300c40
    (II) intel(0): 33002fbe100000190000000f00000000
    (II) intel(0): 00000000002387026400000000fe0053
    (II) intel(0): 414d53554e470a2020202020000000fe
    (II) intel(0): 004c544e31343157332d4c30310a0064
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    (II) intel(0): Printing probed modes for output LVDS1
    (II) intel(0): Modeline "1280x800"x60.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) intel(0): EDID for output VGA1
    (II) intel(0): EDID for output TV1
    (II) intel(0): Output LVDS1 connected
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output TV1 disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS1 using initial mode 1280x800
    (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (II) intel(0): Kernel page flipping support detected, enabling
    (**) intel(0): Display dimensions: (300, 190) mm
    (**) intel(0): DPI set to (108, 106)
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.0.0
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.11.1.901, module version = 1.2.0
    (II) Unloading vesa
    (II) Unloading fbdev
    (II) Unloading fbdevhw
    (==) Depth 24 pixmap format is 32 bpp
    (II) intel(0): [DRI2] Setup complete
    (II) intel(0): [DRI2] DRI driver: i915
    (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
    (II) UXA(0): Driver registered support for the following operations:
    (II) solid
    (II) copy
    (II) composite (RENDER acceleration)
    (II) put_image
    (II) get_image
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (==) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: DRI2 Enabled
    (==) intel(0): hotplug detection: "enabled"
    (--) RandR disabled
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_INTEL_swap_event
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized i915
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 338 x 211
    (II) config/udev: Adding input device Power Button (/dev/input/event3)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.10.99.902, module version = 2.6.0
    (II) Using input driver 'evdev' for 'Power Button'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (--) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Video Bus'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event5"
    (--) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Sleep Button'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event2"
    (--) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event9)
    (**) A4TECH USB Device: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'A4TECH USB Device'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) A4TECH USB Device: always reports core events
    (**) A4TECH USB Device: Device: "/dev/input/event9"
    (--) A4TECH USB Device: Found 1 mouse buttons
    (--) A4TECH USB Device: Found scroll wheel(s)
    (--) A4TECH USB Device: Found relative axes
    (--) A4TECH USB Device: Found absolute axes
    (--) A4TECH USB Device: Found x and y absolute axes
    (--) A4TECH USB Device: Found keys
    (II) A4TECH USB Device: Configuring as mouse
    (II) A4TECH USB Device: Configuring as keyboard
    (II) A4TECH USB Device: Adding scrollwheel support
    (**) A4TECH USB Device: YAxisMapping: buttons 4 and 5
    (**) A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: KEYBOARD, id 9)
    (EE) A4TECH USB Device: failed to initialize for relative axes.
    (WW) A4TECH USB Device: found 37 axes, limiting to 36.
    (II) A4TECH USB Device: initialized for absolute axes.
    (**) A4TECH USB Device: (accel) keeping acceleration scheme 1
    (**) A4TECH USB Device: (accel) acceleration profile 0
    (**) A4TECH USB Device: (accel) acceleration factor: 2.000
    (**) A4TECH USB Device: (accel) acceleration threshold: 4
    (II) config/udev: Adding input device A4TECH USB Device (/dev/input/js0)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event10)
    (**) A4TECH USB Device: Applying InputClass "evdev pointer catchall"
    (II) Using input driver 'evdev' for 'A4TECH USB Device'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) A4TECH USB Device: always reports core events
    (**) A4TECH USB Device: Device: "/dev/input/event10"
    (--) A4TECH USB Device: Found 20 mouse buttons
    (--) A4TECH USB Device: Found scroll wheel(s)
    (--) A4TECH USB Device: Found relative axes
    (--) A4TECH USB Device: Found x and y relative axes
    (II) A4TECH USB Device: Configuring as mouse
    (II) A4TECH USB Device: Adding scrollwheel support
    (**) A4TECH USB Device: YAxisMapping: buttons 4 and 5
    (**) A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: MOUSE, id 10)
    (II) A4TECH USB Device: initialized for relative axes.
    (**) A4TECH USB Device: (accel) keeping acceleration scheme 1
    (**) A4TECH USB Device: (accel) acceleration profile 0
    (**) A4TECH USB Device: (accel) acceleration factor: 2.000
    (**) A4TECH USB Device: (accel) acceleration threshold: 4
    (II) config/udev: Adding input device A4TECH USB Device (/dev/input/mouse1)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device Acer CrystalEye webcam (/dev/input/event11)
    (**) Acer CrystalEye webcam: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'Acer CrystalEye webcam'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) Acer CrystalEye webcam: always reports core events
    (**) Acer CrystalEye webcam: Device: "/dev/input/event11"
    (--) Acer CrystalEye webcam: Found keys
    (II) Acer CrystalEye webcam: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Acer CrystalEye webcam" (type: KEYBOARD, id 11)
    (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    (--) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.11.0, module version = 1.5.0
    (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right scroll-buttons
    (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    (II) No input driver/identifier specified (ignoring)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 17474
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 68.94 1280 1292 1356 1408 800 803 806 816 -hsync -vsync (49.0 kHz)
    (II) AIGLX: Suspending AIGLX clients for VT switch
    (II) Unloading synaptics
    (II) AT Translated Set 2 keyboard: Close
    (II) Unloading evdev
    (II) Acer CrystalEye webcam: Close
    (II) Unloading evdev
    (II) A4TECH USB Device: Close
    (II) Unloading evdev
    (II) A4TECH USB Device: Close
    (II) Unloading evdev
    (II) Sleep Button: Close
    (II) Unloading evdev
    (II) Video Bus: Close
    (II) Unloading evdev
    (II) Power Button: Close
    (II) Unloading evdev
    Server terminated successfully (0). Closing log file.
    gnome-session[1036]: DEBUG(+): Enabling debugging
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/espionage:@/tmp/.ICE-unix/1036,unix/espionage:/tmp/.ICE-unix/1036
    gnome-session[1036]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[1036]: DEBUG(+): GsmManager: setting client store 0x9fe2638
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x8062560
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[1036]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[1036]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1036]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1036]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1036]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1036]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1036]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1036]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1036]: DEBUG(+): fill: *** Launching helper 'bash -c 'gnome-shell --help | grep -q gdm-mode && /usr/lib/gnome-session/gnome-session-check-accelerated'' to know if session is runnable
    gnome-session[1036]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1036]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[1036]: DEBUG(+): fill: *** Adding required components
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1036]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[1036]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1036]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1036]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[1036]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[1036]: DEBUG(+): fill: *** Done adding required components
    gnome-session[1036]: DEBUG(+): fill: *** Adding default providers
    gnome-session[1036]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[1036]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[1036]: DEBUG(+): GsmManager: App startup summary
    gnome-session[1036]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[1036]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1036]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[1036]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[1036]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[1036]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[1036]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[1036]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[1036]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[1036]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=10acccb988624d95d5131971581226648300000010360001
    gnome-session[1036]: DEBUG(+): GsmAutostartApp: started pid:1046
    gnome-session[1036]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[1036]: DEBUG(+): GsmManager: Adding new client 10acccb988624d95d5131971581614780600000010360002 to session
    gnome-session[1036]: DEBUG(+): uid = 120
    gnome-session[1036]: DEBUG(+): pid = 1118
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[1036]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[1036]: DEBUG(+): GsmManager: RegisterClient 10acccb988624d95d5131971581226648300000010360001
    gnome-session[1036]: DEBUG(+): GsmManager: Adding new client 10acccb988624d95d5131971581226648300000010360001 to session
    gnome-session[1036]: DEBUG(+): uid = 120
    gnome-session[1036]: DEBUG(+): pid = 1046
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[1036]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[1036]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[1036]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[1036]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=10acccb988624d95d5131971581226572800000010360000
    gnome-session[1036]: DEBUG(+): GsmAutostartApp: started pid:1133
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[1036]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[1036]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[1036]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: New client '0xa00d0c0 []'
    gnome-session[1036]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[1036]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Initializing client 0xa00d0c0 []
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Client '0xa00d0c0 []' received RegisterClient(10acccb988624d95d5131971581226572800000010360000)
    gnome-session[1036]: DEBUG(+): GsmManager: Adding new client 10acccb988624d95d5131971581226572800000010360000 to session
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0xa00d0c0 [10acccb988624d95d5131971581226572800000010360000]'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Set properties from client '0xa00d0c0 [10acccb988624d95d5131971581226572800000010360000]'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: ProcessID = '1133'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: connecting to address: unix:abstract=/tmp/gdm-greeter-bvcleLaw,guid=ee40278e3f4d9eb0fe19bee0000000f2
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling GetDisplayId
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Creating proxy for /org/gnome/DisplayManager/Display1
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    JS LOG: GNOME Shell started at Thu Oct 27 2011 19:43:43 GMT+0800 (PHT)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling BeginVerification
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultLanguageNameChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultSessionNameChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received DefaultSessionNameChanged (gnome)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=InfoQuery
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received InfoQuery (gdm-password, Username:)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling AnswerQuery
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=SelectedUserChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received SelectedUserChanged (vic)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultLanguageNameChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultSessionNameChanged
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received DefaultSessionNameChanged (gnome)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=SecretInfoQuery
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received SecretInfoQuery (gdm-password, Password: )
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling AnswerQuery
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Problem
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received Problem (gdm-password, Authentication failure)
    JS LOG: error: Authentication failure
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=ConversationStopped
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received ConversationStopped (gdm-password)
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling Cancel
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Reset
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Reset
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:1133): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: handling signal 15
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Found 1 callbacks
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: running 15 handler: 0x8062560
    gnome-session[1036]: DEBUG(+): Got callback for signal 15
    gnome-session[1036]: DEBUG(+): GsmManager: Logout called
    gnome-session[1036]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1036]: DEBUG(+): GsmManager: requesting logout
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase RUNNING
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase QUERY_END_SESSION
    gnome-session[1036]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmManager: sending query-end-session to clients (logout mode: forceful)
    gnome-session[1036]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.7
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.2
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): Caught signal 15, shutting down normally.
    gnome-session[1036]: DEBUG(+): GdmSignalHandler: Done handling signals
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Client '0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000]' received SaveYourselfDone(success = True)
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: sms_error_handler (0xb5c11fc8, FALSE, 3, 9, 32771, 0)
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: query end session complete
    gnome-session[1036]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase QUERY_END_SESSION
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase END_SESSION
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Client '0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000]' received SaveYourselfDone(success = True)
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmXsmpServer: sms_error_handler (0xb5c11fc8, FALSE, 3, c, 32771, 0)
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1036]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase END_SESSION
    gnome-session[1036]: DEBUG(+): GsmManager: starting phase EXIT
    gnome-session[1036]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: xsmp_stop ('0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000]')
    gnome-session[1036]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect for app 'at-spi-registryd.desktop'
    gnome-session[1036]: DEBUG(+): GsmManager: unable to find application for client - not restarting
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa011e48
    gnome-session[1036]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client1
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1036]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: Client '0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000]' received CloseConnection
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect client
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa00d0c0
    gnome-session[1036]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client3
    gnome-session[1036]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0xa00d0c0 [gnome-shell 10acccb988624d95d5131971581226572800000010360000])
    gnome-session[1036]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa011cc8
    gnome-session[1036]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client2
    gnome-session[1036]: DEBUG(+): GsmManager: last client disconnected - exiting
    gnome-session[1036]: DEBUG(+): GsmManager: ending phase EXIT
    gnome-session[1036]: DEBUG(+): Unreffing manager
    gnome-session[1036]: DEBUG(+): GsmManager: disposing manager
    gnome-session[1036]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa045408
    gnome-session[1036]: DEBUG(+): GsmStore: Unreffing object: 0xa045480
    gnome-session[1036]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App2
    gnome-session[1036]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App1
    gnome-session[1036]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[1036]: DEBUG(+): GsmStore: Clearing object store
    (gnome-settings-daemon:1046): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    Window manager warning: Log level 16: gnome-shell: Fatal IO error 104 (Connection reset by peer) on X server :0.
    Last edited by vic (2011-10-27 13:51:21)

    wonder wrote:
    vic wrote:
    wonder wrote:what's your user id?
    when asked for uuid/uid?... I put 100. I thought any random number would do...
    look in /etc/pam.d/gdm-password
    in arch and in general >= 1000 are  normal users, < 1000 system users
    is that how it works? can i change it from 100 to 1000 or just make a new one?
    anyways i'll look to it.

  • [SOLVED] Choppy/Noisey audio on fresh install w/ PulseAudio

    As the title states, I've got a fresh install, with audio being weird in certain applications. Most notably anything in wine (currently running Wine-multimedia from the aur) and VirtualBox VM's.
    More interestingly, journalctl is being spammed with this message approximately 6 times per second, as I understand this process is somehow associate to Pulse:
    Sep 01 21:26:03 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Things I've done so far:
    -Kernel parameter change (posted as a suggested workaround):
    processor.max_cstate=2
    -ArchWiki steps for determining proper fragment size and count
    -Disabled time-based scheduler for PulseAudio (tsched=0)
    -Multiple different resampling methods
    Any other ideas/suggestions to try? I'm thinking the Burst Limit and respawning is my big indicator here, but I don't know what to do to track this down.
    The relevant information:
    lspci:
    00:00.0 Host bridge: Intel Corporation 5520/5500/X58 I/O Hub to ESI Port (rev 13)
    00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 13)
    00:02.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 2 (rev 13)
    00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 13)
    00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 13)
    00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 13)
    00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 13)
    00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 13)
    00:14.3 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Throttle Registers (rev 13)
    00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
    00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
    00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
    00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
    00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
    00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
    00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5
    00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
    00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
    00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
    00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
    00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
    00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1
    00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
    00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2
    01:00.0 IDE interface: Marvell Technology Group Ltd. Device 91a3 (rev 11)
    02:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
    03:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 670] (rev a1)
    03:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
    04:00.0 VGA compatible controller: NVIDIA Corporation GF106 [GeForce GTS 450] (rev a1)
    04:00.1 Audio device: NVIDIA Corporation GF106 High Definition Audio Controller (rev a1)
    06:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
    07:02.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
    ff:00.0 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture Generic Non-core Registers (rev 02)
    ff:00.1 Host bridge: Intel Corporation Xeon 5600 Series QuickPath Architecture System Address Decoder (rev 02)
    ff:02.0 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 0 (rev 02)
    ff:02.1 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 0 (rev 02)
    ff:02.2 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 0 (rev 02)
    ff:02.3 Host bridge: Intel Corporation Xeon 5600 Series Mirror Port Link 1 (rev 02)
    ff:02.4 Host bridge: Intel Corporation Xeon 5600 Series QPI Link 1 (rev 02)
    ff:02.5 Host bridge: Intel Corporation Xeon 5600 Series QPI Physical 1 (rev 02)
    ff:03.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Registers (rev 02)
    ff:03.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Target Address Decoder (rev 02)
    ff:03.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller RAS Registers (rev 02)
    ff:03.4 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Test Registers (rev 02)
    ff:04.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Control (rev 02)
    ff:04.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Address (rev 02)
    ff:04.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Rank (rev 02)
    ff:04.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control (rev 02)
    ff:05.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Control (rev 02)
    ff:05.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Address (rev 02)
    ff:05.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Rank (rev 02)
    ff:05.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control (rev 02)
    ff:06.0 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Control (rev 02)
    ff:06.1 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Address (rev 02)
    ff:06.2 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Rank (rev 02)
    ff:06.3 Host bridge: Intel Corporation Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control (rev 02)
    lsusb:
    Bus 004 Device 006: ID 0853:0111 Topre Corporation
    Bus 004 Device 005: ID 05e3:0608 Genesys Logic, Inc. Hub
    Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 010 Device 002: ID 1e7d:2dbe ROCCAT
    Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 009 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
    Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 008 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 005: ID 0bda:0184 Realtek Semiconductor Corp. RTS5182 Card Reader
    Bus 003 Device 004: ID 17a0:0002 Samson Technologies Corp. Q1U dynamic microphone
    Bus 003 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
    Bus 003 Device 002: ID 2109:3431
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 2109:0810
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    /etc/pulse/default.pa
    # This file is part of PulseAudio.
    # PulseAudio is free software; you can redistribute it and/or modify
    # it under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    # PulseAudio is distributed in the hope that it will be useful, but
    # WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    # General Public License for more details.
    # You should have received a copy of the GNU Lesser General Public License
    # along with PulseAudio; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
    # USA.
    ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
    ## more information. Default values are commented out. Use either ; or # for
    ## commenting.
    ; daemonize = no
    ; fail = yes
    ; allow-module-loading = yes
    ; allow-exit = yes
    ; use-pid-file = yes
    ; system-instance = no
    ; local-server-type = user
    ; enable-shm = yes
    ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
    ; lock-memory = no
    ; cpu-limit = no
    ; high-priority = yes
    nice-level = -15
    ; realtime-scheduling = yes
    ; realtime-priority = 5
    exit-idle-time=0
    ; exit-idle-time = 20
    ; scache-idle-time = 20
    ; dl-search-path = (depends on architecture)
    ; load-default-script-file = yes
    ; default-script-file = /etc/pulse/default.pa
    ; log-target = auto
    ; log-level = notice
    ; log-meta = no
    ; log-time = no
    ; log-backtrace = 0
    resample-method = speex-float-10
    ; enable-remixing = yes
    ; enable-lfe-remixing = yes
    ; flat-volumes = yes
    ; rlimit-fsize = -1
    ; rlimit-data = -1
    ; rlimit-stack = -1
    ; rlimit-core = -1
    ; rlimit-as = -1
    ; rlimit-rss = -1
    ; rlimit-nproc = -1
    ; rlimit-nofile = 256
    ; rlimit-memlock = -1
    ; rlimit-locks = -1
    ; rlimit-sigpending = -1
    ; rlimit-msgqueue = -1
    ; rlimit-nice = 31
    ; rlimit-rtprio = 9
    ; rlimit-rttime = 1000000
    ; default-sample-format = s16le
    ; default-sample-rate = 44100
    alternate-sample-rate = 96000
    ; default-sample-channels = 2
    ; default-channel-map = front-left,front-right
    default-fragments = 2
    default-fragment-size-msec = 176
    ; enable-deferred-volume = yes
    ; deferred-volume-safety-margin-usec = 8000
    ; deferred-volume-extra-delay-usec = 0
    /etc/pulse/daemon.conf
    # This file is part of PulseAudio.
    # PulseAudio is free software; you can redistribute it and/or modify
    # it under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    # PulseAudio is distributed in the hope that it will be useful, but
    # WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    # General Public License for more details.
    # You should have received a copy of the GNU Lesser General Public License
    # along with PulseAudio; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
    # USA.
    ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
    ## more information. Default values are commented out. Use either ; or # for
    ## commenting.
    ; daemonize = no
    ; fail = yes
    ; allow-module-loading = yes
    ; allow-exit = yes
    ; use-pid-file = yes
    ; system-instance = no
    ; local-server-type = user
    ; enable-shm = yes
    ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
    ; lock-memory = no
    ; cpu-limit = no
    ; high-priority = yes
    nice-level = -15
    ; realtime-scheduling = yes
    ; realtime-priority = 5
    exit-idle-time=0
    ; exit-idle-time = 20
    ; scache-idle-time = 20
    ; dl-search-path = (depends on architecture)
    ; load-default-script-file = yes
    ; default-script-file = /etc/pulse/default.pa
    ; log-target = auto
    ; log-level = notice
    ; log-meta = no
    ; log-time = no
    ; log-backtrace = 0
    resample-method = speex-float-10
    ; enable-remixing = yes
    ; enable-lfe-remixing = yes
    ; flat-volumes = yes
    ; rlimit-fsize = -1
    ; rlimit-data = -1
    ; rlimit-stack = -1
    ; rlimit-core = -1
    ; rlimit-as = -1
    ; rlimit-rss = -1
    ; rlimit-nproc = -1
    ; rlimit-nofile = 256
    ; rlimit-memlock = -1
    ; rlimit-locks = -1
    ; rlimit-sigpending = -1
    ; rlimit-msgqueue = -1
    ; rlimit-nice = 31
    ; rlimit-rtprio = 9
    ; rlimit-rttime = 1000000
    ; default-sample-format = s16le
    ; default-sample-rate = 44100
    alternate-sample-rate = 96000
    ; default-sample-channels = 2
    ; default-channel-map = front-left,front-right
    default-fragments = 2
    default-fragment-size-msec = 176
    ; enable-deferred-volume = yes
    ; deferred-volume-safety-margin-usec = 8000
    ; deferred-volume-extra-delay-usec = 0
    dmesg | grep hda
    dmesg | grep hda
    [ 4.860150] snd_hda_intel 0000:00:1b.0: irq 78 for MSI/MSI-X
    [ 4.860188] snd_hda_intel 0000:03:00.1: Handle VGA-switcheroo audio client
    [ 4.860217] snd_hda_intel 0000:03:00.1: irq 79 for MSI/MSI-X
    [ 4.860246] snd_hda_intel 0000:04:00.1: Handle VGA-switcheroo audio client
    [ 4.860274] snd_hda_intel 0000:04:00.1: irq 80 for MSI/MSI-X
    [ 5.031793] sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
    [ 5.031796] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 5.031797] sound hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
    [ 5.031798] sound hdaudioC0D0: mono: mono_out=0x0
    [ 5.031799] sound hdaudioC0D0: dig-out=0x11/0x1e
    [ 5.031800] sound hdaudioC0D0: inputs:
    [ 5.031802] sound hdaudioC0D0: Front Mic=0x19
    [ 5.031803] sound hdaudioC0D0: Rear Mic=0x18
    [ 5.031804] sound hdaudioC0D0: Line=0x1a
    [ 13.995429] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 14.078727] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 14.156078] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 14.244513] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 14.323028] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 14.410302] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 14.488688] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 14.554972] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 14.634007] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 14.702878] snd_hda_intel 0000:03:00.1: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
    [ 14.711805] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 14.779658] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 14.857007] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 14.925334] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 15.002750] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 15.072117] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 15.149328] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 15.217777] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 15.295568] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 15.366729] snd_hda_intel 0000:04:00.1: IRQ timing workaround is activated for card #2. Suggest a bigger bdl_pos_adj.
    [ 15.558246] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
    [ 590.856485] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 590.944567] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 591.022457] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 591.100307] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 591.178181] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 591.255921] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 591.333978] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 591.411790] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 592.480173] sound hdaudioC1D0: hda-codec: out of range cmd 0:7:707:ffffffbf
    [ 592.488048] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 592.565816] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 592.653695] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 592.730549] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 592.810420] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 592.887341] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 592.967190] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 593.044065] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 593.123912] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 593.201935] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 606.308377] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 606.396792] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 606.474724] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 607.492101] sound hdaudioC1D0: hda-codec: out of range cmd 0:5:707:ffffffff
    [ 607.549843] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 607.627692] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 607.705604] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 607.783452] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 607.861281] snd_hda_intel 0000:03:00.1: Too big adjustment 384
    [ 607.940211] snd_hda_intel 0000:03:00.1: Too big adjustment 128
    [ 608.016813] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 608.103904] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 608.180714] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 608.260564] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 608.337481] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 608.417331] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 608.494165] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 608.574057] snd_hda_intel 0000:04:00.1: Too big adjustment 384
    [ 608.651660] snd_hda_intel 0000:04:00.1: Too big adjustment 128
    [ 769.987913] sound hdaudioC1D0: hda-codec: out of range cmd 0:4:707:ffffffbf
    Interesting journalctl tidbits
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:03:00.1: Too big adjustment 384
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:03:00.1: Too big adjustment 128
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:03:00.1: Too big adjustment 384
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:03:00.1: Too big adjustment 128
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:03:00.1: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:04:00.1: Too big adjustment 128
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:04:00.1: Too big adjustment 384
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:04:00.1: Too big adjustment 128
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:04:00.1: Too big adjustment 384
    Sep 01 21:07:13 xaeropc kernel: snd_hda_intel 0000:04:00.1: Too big adjustment 128
    Sep 01 21:07:14 xaeropc kernel: snd_hda_intel 0000:04:00.1: Too big adjustment 384
    Sep 01 21:07:14 xaeropc kernel: snd_hda_intel 0000:04:00.1: Too big adjustment 128
    Sep 01 21:07:14 xaeropc kernel: snd_hda_intel 0000:04:00.1: Too big adjustment 384
    Sep 01 21:07:14 xaeropc kernel: snd_hda_intel 0000:04:00.1: Too big adjustment 128
    Sep 01 21:07:14 xaeropc kernel: snd_hda_intel 0000:04:00.1: IRQ timing workaround is activated for card #2. Suggest a bigger bdl_pos_adj.
    Sep 01 21:07:14 xaeropc pulseaudio[1317]: ALSA woke us up to read new data from the device, but there was actually nothing to read!
    Sep 01 21:07:14 xaeropc pulseaudio[1317]: Most likely this is a bug in the ALSA driver 'snd_usb_audio'. Please report this issue to the ALSA developers.
    Sep 01 21:07:14 xaeropc pulseaudio[1317]: We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.
    Sep 01 21:07:14 xaeropc pulseaudio[1317]: ALSA woke us up to write new data to the device, but there was actually nothing to write!
    Sep 01 21:07:14 xaeropc pulseaudio[1317]: Most likely this is a bug in the ALSA driver 'snd_hda_intel'. Please report this issue to the ALSA developers.
    Sep 01 21:07:14 xaeropc pulseaudio[1317]: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.
    Sep 01 21:07:14 xaeropc kernel: snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
    Sep 01 21:17:09 xaeropc rtkit-daemon[1328]: Successfully made thread 3191 of process 3191 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -15.
    Sep 01 21:17:09 xaeropc rtkit-daemon[1328]: Supervising 2 threads of 2 processes of 1 users.
    Sep 01 21:17:09 xaeropc pulseaudio[3191]: [pulseaudio] pid.c: Daemon already running.
    Sep 01 21:19:11 xaeropc sudo[3202]: xaero : TTY=pts/0 ; PWD=/home/xaero ; USER=root ; COMMAND=/usr/bin/nano /etc/pulse/daemon.conf
    Sep 01 21:19:11 xaeropc sudo[3202]: pam_unix(sudo:session): session opened for user root by xaero(uid=0)
    Sep 01 21:19:30 xaeropc sudo[3202]: pam_unix(sudo:session): session closed for user root
    Sep 01 21:19:49 xaeropc rtkit-daemon[1328]: Successfully made thread 3210 of process 3210 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -15.
    Sep 01 21:19:49 xaeropc rtkit-daemon[1328]: Supervising 1 threads of 1 processes of 1 users.
    Sep 01 21:19:50 xaeropc kernel: sound hdaudioC1D0: hda-codec: out of range cmd 0:4:707:ffffffbf
    Sep 01 21:19:53 xaeropc rtkit-daemon[1328]: Successfully made thread 3221 of process 3221 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -15.
    Sep 01 21:19:53 xaeropc rtkit-daemon[1328]: Supervising 2 threads of 2 processes of 1 users.
    Sep 01 21:19:53 xaeropc pulseaudio[3221]: [pulseaudio] pid.c: Daemon already running.
    Sep 01 21:19:53 xaeropc rtkit-daemon[1328]: Successfully made thread 3223 of process 3223 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -15.
    Sep 01 21:19:53 xaeropc rtkit-daemon[1328]: Supervising 2 threads of 2 processes of 1 users.
    Sep 01 21:19:53 xaeropc pulseaudio[3223]: [pulseaudio] pid.c: Daemon already running.
    Sep 01 21:23:10 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:10 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:12 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:13 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:13 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:13 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:13 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:13 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    Sep 01 21:23:13 xaeropc rtkit-daemon[1328]: Warning: Reached burst limit for user '1000', denying request.
    ... for about 2 minutes, then everything recycles.
    Last edited by Xaero252 (2014-09-03 10:04:54)

    Filter the comments out of your PA configuration with 'grep -v \# configuration_file'. Instead of simply lspci run
    lspci -vnn | grep -A1 -i audio;
    #and
    aplay -lL;
    Please correct/update your post.
    Also provide the output of speaker-test with PA killed, so that you hear sound. It should show the current buffer and period ranges. Should you have multiple sound cards, state which one you are using as default.
    Edit: Added example to filter comments out.
    Last edited by emeres (2014-09-02 10:01:10)

  • [Solved] Amilo XI 2550 - Black screen after fresh install

    Dear archlinux users,
    I have been reading the archlinux wiki and forums since I started using arch several years ago. It was always possible to solve the problems I ran into by consulting these webpages, therefore a big thanks to the community for the provided help.
    Two weeks ago I installed arch on a Fujitsu Siemens Amilo XI 2550. The first problem I ran into was that booting the live-cd resulted in a black screen and I could not even start with installing arch. This problem was solved with the kernel parameter 'nomodeset'.
    The first boot of the freshly installed arch also resulted in a black screen after the GRUB menu which was perfectly displayed. After some searching (here and here and ...) I plugged in an external monitor and it showed the login screen. I then installed KDE because I thaught the problem might not show up with X and KDE running. After the login to KDE I realized that the brightness of the laptop display is nearly black but not totally. It seems as if the brightness is at a very low level, but brightness cannot be controlled with the Fn+F8 or Fn+F9 commands. But I see a OSD that indicates that the controls are used but without effect. So at the moment it is only possible to work on the laptop with another display connected to it.
    Maybe of use:
    ls /sys/class/backlight/
    acpi_video0
    radeon_bl0
    less /sys/class/backlight/acpi_video0/bl_power
    0
    less /sys/class/backlight/acpi_video0/actual_brightness
    7
    less /sys/class/backlight/acpi_video0/brightness
    7
    less /sys/class/backlight/acpi_video0/max_brightness
    7
    less /sys/class/backlight/radeon_bl0/bl_power
    0
    less /sys/class/backlight/radeon_bl0/actual_brightness
    255
    less /sys/class/backlight/radeon_bl0/brightness
    255
    less /sys/class/backlight/radeon_bl0/max_brightness
    255
    dmesg | grep drm
    [ 0.736559] [drm] Initialized drm 1.1.0 20060810
    [ 0.743608] [drm] radeon kernel modesetting enabled.
    [ 0.743678] fb: switching to radeondrmfb from VESA VGA
    [ 0.744054] [drm] initializing kernel modesetting (RV630 0x1002:0x9583 0x1734:0x1107).
    [ 0.744065] [drm] register mmio base: 0xCFEF0000
    [ 0.744067] [drm] register mmio size: 65536
    [ 0.744172] [drm] Detected VRAM RAM=256M, BAR=256M
    [ 0.744174] [drm] RAM width 128bits DDR
    [ 0.744257] [drm] radeon: 256M of VRAM memory ready
    [ 0.744259] [drm] radeon: 512M of GTT memory ready.
    [ 0.744275] [drm] Loading RV630 Microcode
    [ 0.744345] [drm] Internal thermal controller without fan control
    [ 0.744386] [drm] radeon: power management initialized
    [ 0.744389] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 0.762830] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 0.762873] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 0.762874] [drm] Driver supports precise vblank timestamp query.
    [ 0.762937] [drm] radeon: irq initialized.
    [ 0.794780] [drm] ring test on 0 succeeded in 1 usecs
    [ 0.795253] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 0.795942] [drm] radeon atom DIG backlight initialized
    [ 0.795945] [drm] Radeon Display Connectors
    [ 0.795947] [drm] Connector 0:
    [ 0.795948] [drm] LVDS-1
    [ 0.795950] [drm] DDC: 0xac0 0xac0 0xac4 0xac4 0xac8 0xac8 0xacc 0xacc
    [ 0.795951] [drm] Encoders:
    [ 0.795952] [drm] LCD1: INTERNAL_LVTM1
    [ 0.795953] [drm] Connector 1:
    [ 0.795954] [drm] DIN-1
    [ 0.795955] [drm] Encoders:
    [ 0.795956] [drm] TV1: INTERNAL_KLDSCP_DAC2
    [ 0.795957] [drm] Connector 2:
    [ 0.795958] [drm] HDMI-A-1
    [ 0.795960] [drm] HPD1
    [ 0.795961] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    [ 0.795963] [drm] Encoders:
    [ 0.795964] [drm] DFP1: INTERNAL_KLDSCP_TMDS1
    [ 0.795965] [drm] Connector 3:
    [ 0.795966] [drm] VGA-1
    [ 0.795968] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [ 0.795969] [drm] Encoders:
    [ 0.795970] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 1.278449] [drm] fb mappable at 0xD0141000
    [ 1.278451] [drm] vram apper at 0xD0000000
    [ 1.278453] [drm] size 9216000
    [ 1.278454] [drm] fb depth is 24
    [ 1.278455] [drm] pitch is 7680
    [ 1.278527] fbcon: radeondrmfb (fb0) is primary device
    [ 1.726069] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [ 1.770030] [drm] Initialized radeon 2.39.0 20080528 for 0000:01:00.0 on minor 0
    Until now and amongst others I tried the following things.
    Using kernel parameters
    video.use_native_backlight=1
    video.use_native_backlight=0
    acpi_osi=linux
    acpi_backlight=vendor
    and others I just cannot remember.
    Masking backlight
    systemctl mask systemd-backlight@backlight:acpi_video0.service
    systemctl mask systemd-backlight@backlight:radeon_bl0.service
    Setting bl_power
    echo 1 > /sys/class/backlight/acpi_video0/bl_power
    echo 1 > /sys/class/backlight/radeon_bl0/bl_power
    Nothing of the above was improving the situation.
    Your help on the problem would be highly appreciated.
    Best regards
    mgs
    Last edited by mgs (2014-10-27 10:15:11)

    Hello Trilby,
    thanks for the reply.
    Trilby wrote:If nomodeset worked with the installation medium, why haven't you tried that for the same problem on your installed system?
    The kernel parameter 'nomodeset' results in a working display but without X support, due to the fact that with 'nomodeset' there is no KMS support and therefore no X. But nevertheless I tried it and as expected X did not start.
    Trilby wrote:Could you also post information about your graphics card and what drivers you've installed.
    The graphics card is a Radeon HD 2700 and according to the above dmesg log it is recognized as RV 630. The radeon module is loaded via /etc/mkinitcpio.conf and xf86-video-ati (1:7.5.0-1) is installed.
    I hope the provided information is what you asked for, thanks for your help.
    Best regards
    mgs

  • Illustrator CC 2014 won't launch (Could not complete the requested operation) even after fresh install (3 times), anyone know how to solve? (Windows 8.1)

    Hi guys, my Illustrator CC 2014 won't launch, getting an error message "Could not complete the requested operation", this is not a specific file issue I can't launch Illustrator stand alone.  I've un-installed and re-installed about 3 times and contacted support but they haven't been able to solve as of yet.  It's a relatively fresh install of windows 8.1 and no custom fonts have been added.  I've tried deleting the preferences folders and launching and that has not had any effect.  No idea what else I can do, any help would be greatly appreciated.
    Edit: Forgot to mention I have also tried running Illustrator as administrator and that Illustrator was running perfectly fine on this computer since install (about 2 weeks) before this started happening.
    Thanks
    Chris

    Hi Jacob, I decided to completely remove the entire creative suite from my computer, ran the cleaning tool (although some errors showed in the log file) and it now works! Let's just pray it stays this way haha.  Thanks for the suggestion.
    Log File:
    [Thu Mar 05 10:18:58 2015] Choose from one of the following options to clean up :
    [Thu Mar 05 10:18:58 2015] 1.  All
    [Thu Mar 05 10:18:58 2015] 2.  Adobe Flash Player 10.2
    [Thu Mar 05 10:18:58 2015] 3.  Creative Cloud 2014 , Creative Cloud & CS6 Products
    [Thu Mar 05 10:18:58 2015] 4.  Creative Cloud 2014 only
    [Thu Mar 05 10:18:58 2015] 5.  Creative Cloud only
    [Thu Mar 05 10:18:58 2015] 6.  CS6 only
    [Thu Mar 05 10:18:58 2015] 7.  CS5-CS5.5-CS6
    [Thu Mar 05 10:18:58 2015] 8.  CS5-CS5.5
    [Thu Mar 05 10:18:58 2015] 9.  CS3, CS4
    [Thu Mar 05 10:18:58 2015] 10.  Adobe Id credentials
    [Thu Mar 05 10:18:58 2015] 11.  Quit
    [Thu Mar 05 10:18:58 2015] Choice :>
    [Thu Mar 05 10:19:00 2015] User selected: All
    [Thu Mar 05 10:19:00 2015] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Thu Mar 05 10:19:00 2015] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Thu Mar 05 10:19:00 2015] Opened DB connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\caps.db
    [Thu Mar 05 10:19:00 2015] List of products installed on this machine
    [Thu Mar 05 10:19:00 2015] Listing products for cleanup:
    [Thu Mar 05 10:19:00 2015] Please enter the option number of the product you wish to remove; enter (q) to quit ... >>
    [Thu Mar 05 10:19:04 2015] Are you sure you want to clean all the listed products and associated files?
    [Thu Mar 05 10:19:04 2015] Type (y) to confirm and remove or (n) to quit ... >>
    [Thu Mar 05 10:19:06 2015] Please wait for Adobe Creative Cloud Cleaner Tool to finish........
    [Thu Mar 05 10:19:06 2015] OSVersion : 64-bit
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run value:Adobe Creative Cloud
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run value:AdobeCEPServiceManager
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Adobe\CSXS.4 value:SmsManifestBaseURL
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegOpenKeyEx', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Adobe\CSXS.4 value:SmsUpdateCheckInterval
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegOpenKeyEx', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Adobe\CSXS.4 value:LogLevel
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegOpenKeyEx', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKLM key:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Creative Cloud
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKCR key:AAM
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKCR key:AdobeAAMDetect.AdobeAAMDetect
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKCR key:AdobeAAMDetect.AdobeAAMDetect.1
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] Deleting registry root:HKCR key:AdobeAAMDetect.AdobeAAMDetect.2
    [Thu Mar 05 10:19:06 2015] Exception during deleting key : (2, 'RegDeleteTree', 'The system cannot find the file specified.')
    [Thu Mar 05 10:19:06 2015] ACC shortcut was not found C:\Users\Public\Desktop\Adobe Creative Cloud.lnk
    [Thu Mar 05 10:19:06 2015] ACC shortcut was not found C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Creative Cloud.lnk
    [Thu Mar 05 10:19:06 2015] CoreSync custom hook not found
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Retry deleting the folder since folder still exists
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Some files could not be cleaned up. Please try closing your internet/web browser, and rerun the Cleaner Tool to complete your clean-up.
    [Thu Mar 05 10:19:06 2015] :: Cleaning-up left over inventories ::
    [Thu Mar 05 10:19:06 2015] Inventory: 'AdobeApplicationManager-1.0' Type: SelfUpdate, Action: NoDelete
    [Thu Mar 05 10:19:06 2015] Found AAMref : ACC.aamref
    [Thu Mar 05 10:19:06 2015] Atleast one Non-RIBS Inventory : False, Atleast one AAMRef: True
    [Thu Mar 05 10:19:06 2015] Removing content of Product : CS5Installer, Version : CS5
    [Thu Mar 05 10:19:07 2015] Deleting file : C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Thu Mar 05 10:19:07 2015] Deleting file : C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Thu Mar 05 10:19:07 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:07 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:07 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] LOG FILE SAVED TO: C:\Users\Chris\AppData\Local\Temp\Adobe Creative Cloud Cleaner Tool.log
    [Thu Mar 05 10:19:07 2015] Adobe Creative Cloud Cleaner Tool completed successfully
    [Thu Mar 05 10:19:07 2015]
    [Thu Mar 05 10:19:07 2015] *-*-*-*-*-*- ::START:: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:06 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:06 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:07 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] Warning: Failed to remove file,folder trying again
    [Thu Mar 05 10:19:07 2015] Warning: Failed again to remove file,folder
    [Thu Mar 05 10:19:07 2015] *-*-*-*-*-*- :: END :: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Thu Mar 05 10:19:07 2015] ---------------------------------------------------------
    [Thu Mar 05 10:19:07 2015] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*
    [Thu Mar 05 10:19:07 2015] ---------------------------------------------------------

  • [SOLVED] - Arch Fresh Install - Errors

    I have a few ERRORS from a Fresh Install that I need a bit of help with:
    1.  I've created a user (larry) and added myself to audio,lp,optical,wheel,storage,video,power,scanner and inserted the password.
         But when I try to login with user larry and my password, I am unable to login.  (My password is the same as root and I can login
         as root.)  Is there a way to reset my user password without deleting user larry?  I don't want to lose the files I have in /home/larry.
    2.  In /var/log/xorg.0.log I have an error displayed:
         (EE) Failed to load module "fbdev"
         I've searched and found that I might also need to use pacman -S xf86-video-fbdev  Do I also need to install this package even though
         I have the xf86-video-intel (i915 Video Driver is used in Debian 6) installed?  Some postings say don't use it as it is SLOW?  I haven't
         a clue????
    3.  My .xinitrc in /home/user has startxfce4 enabled, but xfce never starts.  But, I can ONLY login as root, and that might be causing the
         problem by not using /home/larry/.xinitrc  I've only got two partitions on my USB Flash Drive and they are / (1.95 Gig) and also
         /home (1.96 Gig).  I'd like to get Arch running from USB Flash Drive before I install on a Hard Drive.  If I am logged in as root, how can
         I get xfce to start
    4.  I installed the ttf-dejavu fonts with pacman -S ttf-dejavu   I got an error stating: mkfontscale:  /usr/lib/libz.so.1 Version ZLIB_1.2.5.2 NOT FOUND!
         How do I correct this missing lib problem?
    I've got my Wifi working via a small script, so far I've kept fixing the errors/problems and I'm keeping a log so I can duplicate the process.
    I just need a bit of help getting the above issues solved.  When XFCE finally runs as my Desktop I'll be happy.
    Thanks.
    Larry
    Last edited by lkraemer (2012-02-21 15:16:34)

    1) Congrats.
    2) You can remove it, but I don't think it should matter; it will likely only take up a bit of space.
    3) Glad that's working.  This means X is set up well.  If you do find yourself in the TWM environment again, the default is pretty vanilla.  To exit I believe you just type "exit" into each terminal, when there are no running 'clients' remaining, TWM and X quit.  Alternately, you can Ctrl-Atl-F1 to get to tty1 (or where ever you ran startx/xinit from) and hit Ctrl-C to force-quit X.
    Other) X can be fairly verbose.  I don't think those warnings are anything to be concerned with, unless they seem related to a feature you are lacking.  It is common for programs to try one feature and fall-back on another if it is not available.  I suspect the gtk warning is just this sort.  I get a boatload of gtk warnings whenever I run many gui apps, but everything works fine.  The thunar error is likely because you don't have one of the addons installed.  Thunar has many bells and whistles that can be added, and it may be checking for all of them when it starts.  The warning says one of them is not there.  If it's a feature you want, check out the thunar wiki's and install the required packages - otherwise, I suspect it's safe to ignore.
    Do you have Xfce up and running?

  • Sound-System Preference-removal and fresh install

    I believe the Sound-System Pref has been "corrupted" by a Core Audio manager installed by Digidesign(Avid)'s Pro Tools HD. I'm running the latest version of Leopard.
    Can someone tell me how I go about doing this in a step-by-step procedure? Thanks in advance!

    morning people, (if your up yet, its 8am)
    bought a new psu from pcworld last night. they only had one brand, jeantech, i hope this is ok, i think so, i know someone running this psu with a p4 2.8/ msi system with no probs
    anyway its spec is as follows;
                        +5v   +3.3v     +12v     -5v    -12v   +5vsb                              
                        35a      28a       17a      0.3a   0.8a      2a      
                            200w           204w    1.5w   9.6w    10w
    it also has extra 4 pin cpu supply, do i connect this as well as an alternative or do i plug in to boost supply to +12v @ 17a x2 = 34a, or does it not work like that?!
    right then, i'm gonna set this all up again in a little while, so is there anything else i need to do or check.
    i do have one more question though, i have win2k on a h/drive now so can i just unplug old m/board and put in new one, or do i have to do a fresh install and format the drive first  and start from the begining
    anyway must dash and thanks for your time and help, .....srios

Maybe you are looking for

  • Safari crashes at startup now for no reason

    Tonight all of a sudden after a reboot safari (and chrome and Firefox) all crash on starting the app.  Network is functioning, I can use outlook, Skype etc. just all browsers crash. Help! Process:         Safari [415] Path:            /Applications/S

  • N73 Impressions

    A year ago I posted comments here on the N70. Most of what I didn’t like has been corrected in the N73. So maybe the Nokia engineers really do read these postings. Here are my impressions of the N73. The N73 form factor is a little longer than the N7

  • Tax Details

    Dear Gurus All tax relevant data of the Vendor will be stored under CIN details in Vendor Master in 4.7 EE is there any option like this in ECC 6.0 Thanks Mohan

  • In Thunderbird, how do I change the date format for the column display?

    I want the date to show as DD-MM-YYYY HH:MM AM/PM. Although this should be really obvious (and I know I've done it in the past), I can't find where to do this and can't find anything in Thunderbird Help on this, not even when I search "Thunderbird, c

  • Best way to transfer and delete all project related files?

    I want to work on a project while at school and home. 1. Is Media Manager the best way to transfer everything I need from one mac to another? 2. Is there an automated way to delete all of my files from capture scratch, etc. on the school mac when I a