Modprobe.conf install

I have a style question on the install and remove commands in modules.conf.
This is my modprobe.conf as of now
# /etc/modprobe.conf (for v2.6 kernels)
alias irda0 nsc-ircc # required for irattach
options nsc-ircc dongle_id=0x09 io=0x2f8 irq=3
install nsc-ircc /usr/bin/setserial /dev/ttyS1 uart none;
/sbin/modprobe --ignore-install nsc-ircc;
/sbin/modprobe ircomm;
/sbin/modprobe ircomm-tty
# Enable experimental featues, and hotkeys in ibm-acpi
options ibm-acpi experimental=1
install ibm-acpi /sbin/modprobe --ignore-install ibm-acpi;
echo enable > /proc/acpi/ibm/hotkey
I was wondering if there would be any reason why I shouldn't run services on module load, instead of rc.conf's DAEMONS array
For example
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0;
/etc/rc.d/alsa start
remove snd-intel8x0 /etc/rc.d/alsa stop;
/sbin/modprobe -r --ignore-remove snd-intel8x0
I can think of other hardware that needs extra configuration before it's completely useful. Like soft modems, network cards, irda, etc. Also this could save on power for notebook users by turning off unused devices (such as IRDA).
Is this the right way to use these directives? It probably me having a case of the I-just-learned-how-to syndrome, but I think this could be useful in combination with udev's RUN option, I just haven't seen it used like this before.

Lone_Wolf wrote:
quayrodent wrote: I guess the reason I haven't done so is because I didn't know how to pass along the extra info ($CMDLINE_OPTS && /sbin/ztcfg) or whether it was even necessary.
That is almost exactly the purpose of modprobe.conf : setting options to be used when modules are probed.
Ahhh, I see (I think.)  I need to leave the lines as they are in modprobe.conf, AND add them to the module lines in rc.conf.
Cool, thanks!

Similar Messages

  • Alsa entries in /etc/modprobe.conf

    could someone who has all the alsa options compiled as modules post that part of their /etc/modprobe.conf? i'm only getting 3 lines and i believe there are supposed to be more, causing me to have to run alsaconf every time after booting. for some reason the other modules aren't getting written to the file. appreciate!
    # --- BEGIN: Generated by ALSACONF, do not edit. ---
    # --- ALSACONF verion 1.0.5 ---
    options snd device_mode=0666
    alias snd-card-0 snd-cs46xx
    alias sound-slot-0 snd-cs46xx
    # --- END: Generated by ALSACONF, do not edit. ---

    http://bbs.archlinux.org/viewtopic.php? … a&start=15
    look at hapy's post that is an example of everything you can load (note cmipci is HIS soundcard the rest is generic modules)
    i found this with a search

  • What to put in modprobe.conf?

    hello
    i can't get to run network the best i got out of it was
    siocaddrt: network unreachable.
    i think it might be because i haven't added anything to modprobe.conf. however, i just don't know what to add.
    i have Marvell Yukon Gigabit Ethernet 10/100/1000Base-T Adapter, Copper RJ-45. i hope you know what it means...

    thanks it worked
    to be honest, i didn't really believe it would as it's my i think 4th or 5th attempt at networking in arch and every time i'd spend up to a week browsing the forums and asking at irc a lot and nothing ever helped.
    but this did. thank you once again

  • Modprobe.conf and aliases/options

    Is modprobe.conf the right place to put aliases an options for ArchLinux?  I see sometimes people put them in a special aliases and options file, but maybe that is for other distros.

    Yes, modprobe.conf is the correct location for module options and aliases.

  • Kernel26, nvidia in modprobe.conf, failed to initialize

    According to this thread (at the end) http://bbs.archlinux.org/viewtopic.php?t=4067&start=15 and my own experiences :-) nvidia with kernel26 can't be initialized if it's in modprobe.conf. When starting xfree there is an error (details in the link): "(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!". This is true for user and root. Nvidia works well only when placed in /etc/rc.conf MODULES line or when run manually with modprobe nvidia. Is this ok or maybe some bug ? I have no problem leaving nvidia in rc.conf because it's the simpliest method and works but I'd just like to know the reason 8)
    PS. Sorry If this was answered in some other thread - there are so many threads about nvidia that it's impossible to analyze them all :-)

    I think it's ok, nothing to worry about.
    The only nvidia-related line in my /etc/modprobe.conf is
    alias /dev/nvidia*   nvidia
    I think the nvidia installer put it there for me, as I can't remember inserting it myself.
    I believe /etc/modprobe.conf is just for aliasing purposes, as everything in it seems to start with the word alias ;-) Module loading when starting up should be done by /etc/rc.conf, I guess.
    Oh, and about the kernel-tainting, that's just a message to the kernel developers: "dismiss this guy's bug report" ;-) They'll immediately suspect the closed source module crashed your system, not their open source kernel. And they'll probably be right, too.

  • Issues with Arch 2009.02 in VMware Workstation [SOLVED]

    I installed Arch Linux 2009.02 i686 as a guest in VMware Workstation 6.5.1, my host is Vista x64. The installation of Arch itself and Xorg wasn't a problem although from this point I've had several issues.
    I was unable to 'startx' or 'xinit' without getting crashes, however adding hal to the daemons fixed that problem - some wiki entries state to add dbus, but dbus is already started. A lot of content on the wiki is outdated, telling users to use hwd; I did install hwd separately (from sourceforge) although it gave me hundreds? of errors related to PCI and eventually failure to parse some x configuration binary in /usr/bin.
    Multimedia Issues
    I then installed xfce4 and gstreamer-plugins. All video and audio play back too quickly, i.e. it seems to play the streams as fast as they can decode. This also happens with flash content such as youtube after I'd installed the appropriate programs. Thinking this may be a timing issue, I editted the vmware config file on my Windows host although it did not help; the timing in the VM seemed to be correct anyway.
    Display Issues
    When I run 'startxfce4' from a terminal, Xfce will start as 800x600 - if I go to change this resolution all options show 0Hz as the refresh rate and many options my monitor cannot display are shown even though I have VMware set to allow a maximum size of 1680x1050. I was unable to generate a 'good' xorg.conf file using 'X -configure' and as mentioned earlier, hwd would not work for me. I installed xf86-video-vmware and xf86-video-vesa as well as both open-vm-tools and normal vmware-tools (not at the same time or together) but can't seem to sort this issue. vmware-tools was able to generate a valid xorg.conf file but it only included a handful of 4:3 resolutions and some of these still showed 0hz. For some strange reason 'startx' and 'xinit' now do not work having failed to find /dev/fb0.
    VMware Tools
    When I did try to install vmware-tools, it had many difficulties trying to build the modules - mostly regarding to not recognising __FREEBSD__, I cannot remember the complete error. I also tried to build open-vm-tools but that gave an error about not being able to find libproc even though I had procps installed. Stopping open-vm-tools on shutdown also always fails and occurs twice.
    I'm going to try reinstalling now that I know a little more about what I did to get things working but if anyone could give me a hand it'd be much appreciated.
    Last edited by andyxl987 (2009-08-04 00:17:29)

    After a lot of experimentation I've got a satisfactory installation although a few minor problems remain:
    Adjustments required to correctly run Alsa+Xorg in Arch Linux 2009.02 using VMware Workstation
    The current kernel does not play nicely with alsa, downgrade to kernel26-2.6.29.4-1:
    wget http://www.schlunix.org/archlinux/core/ … pkg.tar.gz
    pacman -U kernel26-2.6.29.4-1-i686.pkg.tar.gz
    Install/Upgrade dbus:
    pacman -Sy dbus
    Add hal (if it's not installed then make sure to do so) to your daemons located in /etc/rc.conf, e.g.
    DAEMONS=(syslog-ng network netfs crond hal)
    The current open-vm-tools-modules is not compatible with the older kernel, instead use open-vm-tools-modules-2009.04.23-1:
    wget http://www.schlunix.org/archlinux/commu … pkg.tar.gz
    pacman -U open-vm-tools-modules-2009.04.23-1
    The installation will prompt you with an error that /etc/modprobe.conf could not be found (as does the current version), add the following to /etc/modprobe.d/modprobe.conf:
    install pcnet32 /sbin/modprobe -q --ignore-install vmxnet; /sbin/modprobe -q --ignore-install pcnet 32 ; /bin/true;
    You can now install open-vm-tools:
    pacman -S open-vm-tools
    To autoload open-vm-tools on start up you need to add it to your daemons located in /etc/rc.conf, e.g.
    DAEMONS=(syslog-ng network netfs crond hal open-vm-tools)
    Add vmware-user to your /etc/X11/xinit/xinitrc file if you desire (for seamless mouse and display switching), e.g. my xinitrc with xfce4 ends with:
    vmware-user &
    exec startxfce4
    Install the following components: xf86-video-vmware xf86-video-vesa xf86-input-vmmouse xf86-input-mouse:
    (You will not be able to start x if you have installed xf86-video-fbdev and do not have a valid xorg.conf file, this is addressed later)
    pacman -S xf86-video-vmware xf86-video-vesa xf86-input-vmmouse xf86-input-mouse
    Lastly we need to edit/create the /etc/X11/xorg.conf file to use our vmware drivers, this will enable automatic resolution switching and seamless mouse functionality:
    (All of the following is necessary otherwise X will ignore our vmware drivers)
    Section "ServerFlags"
        Option "AllowEmptyInput" "false"
    EndSection
    Section "InputDevice"
        Identifier  "VMware Mouse"
        Driver      "vmmouse"
        Option "Protocol"         "ps/2"
        Option "Device"           "/dev/input/mice"
        Option "ZAxisMapping"     "4 5"
        Option "Emulate3Buttons"  "true"
    EndSection
    Section "Device"
        Identifier  "VMware SVGA"
        Driver      "vmware"
    EndSection
    Section "ServerLayout"
        Identifier  "VMware Config"
        InputDevice "VMware Mouse" "CorePointer"
    EndSection
    Issues
    * open-vm-tools fails to stop during a shutdown or /etc/rc.d/open-vm-tools stop/restart
    * most screen resolutions show 0Hz (although everything works correctly) and adding VertRefresh to xorg.conf produces a major error
    * playback of flash video produces a sound artefact when starting - although I think this may be to do with the decoder rather than system
    I've marked this as solved although I welcome any suggestions regarding these minor issues. The open-vm-tools one I can probably sort out but it's too late now to look into tonight
    Last edited by andyxl987 (2009-08-04 00:21:03)

  • Modprobe question (pre-install drm modules via modprobe on start-up)

    I'm trying to follow the dri building guide but archlinux doesn't have /etc/modules.conf so what do I do?
    2.6.x kernels:
    pre-install <drm module> /sbin/modprobe "-k" "agpgart"
    pre-install agpgart /sbin/modprobe "-k" "<agp chipset driver>"
    Thats what I'm trying to do. For more info go here:
    http://dri.freedesktop.org/wiki/Buildin … 16c0c945a7
    I don't know if I should make a /etc/modules.conf or add what to what. Specific instructions would be great. Btw i have a via chipset (vt8237) and an ati radeon (9800 pro) graphics card. Thanks in advance.
    btw correct me if I'm wrong:
    /etc/rc.conf:
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="America/Chicago"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    #not sure if a line in MODULES=(...) should be made or not
    MOD_AUTOLOAD="yes"
    MODULES=(pre-install radeon /sbin/modprobe "-k" "agpgart"
    pre-install agpgart /sbin/modprobe "-k" "via_agp")
    USELVM="no"
    HOSTNAME="archie"
    eth0="eth0  192.168.0.10 netmask  255.255.255.0 broadcast  192.168.0.255"
    INTERFACES=(eth0)
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    DAEMONS=(!syslog-ng !netfs !crond network hal fam alsa gdm)
    Now what do I put in /etc/modprobe.conf (if anything) because I'm really confused

    By default, the only modprobe.conf file that exists in a new install will be blank.  The file is mostly used to either pass specific arguments to a kernel on boot-up so these args will be then inserted into userspace and used by whatever app needs them.  EG: There are examples of this regarding Alsa and blacklisting or adding special arguments in modprobe.conf for the hda-intel on-board soundcards.
    As to what to put into that file, I can't tell you (didn't read the link yet).  I can tell you that you likely should just create it first then re-read what you're trying to do.  These lines won't go into rc.conf, that much I know:
    pre-install <drm module> /sbin/modprobe "-k" "agpgart"
    pre-install agpgart /sbin/modprobe "-k" "<agp chipset driver>"
    In all likelihood you must either insert these into the modprobe.conf file itself OR run them as root commands.  As I said, haven't read the link so I don't know for sure.  Sorry, and I don't have time to read up much more.
    HTH
    MS

  • /etc/modprobe.d/*.conf does not work

    I want to pass an option to a kernel mod on bootup. Specifically I want to alter the polling rate of the USB mouse to 500hz, by passing the options usbhid mousepoll=2 to usbhid mod.
    I added a new file to /etc/modprobe.d/ called usbhid.conf with the following contents:
    options usbhid mousepoll=2
    And by executing at runtime:
    sudo modprobe -r usbhid && sudo modprobe usbhid
    Then the mouse correctly runs at 500hz.
    So the conf file works if I execute it manually, but it doesn't get executed on bootup even though I have modconf on the HOOKS= in /etc/mkinitcpio.conf.
    Anyone knows what's wrong and why this doesnt work, or how I can debug it to find it out by myself?
    Last edited by Nektarios (2014-02-13 12:25:20)

    Yes it is.
    lsinitcpio -l /boot/initramfs-linux.img | grep modprobe
    ./usr/bin/modprobe
    ./usr/lib/modprobe.d
    ./usr/lib/modprobe.d/usb-load-ehci-first.conf
    ./etc/modprobe.d
    ./etc/modprobe.d/vmware-fuse.conf
    ./etc/modprobe.d/uvesafb.conf
    ./etc/modprobe.d/modprobe.conf
    Maybe I'm missing something here or it's a copy paste error but you said it's called usbhid.conf, that's not in this list.
    See: https://wiki.archlinux.org/index.php/mk … activation to rebuild your image.

  • Modprobe, alsa and rc.conf

    hi
    my modprobe.conf have
    alias snd-card-0 snd-ens1371
    alias sound-slot-0 snd-ens1371
    does i need to do something to tell to the system to use it?
    thanks

    the sound work fine with amarok.... but not in kde system
    Sound server informational message:
    Error while initializing the sound driver:
    device: default can't be opened for playback (No such file or directory)
    The sound server will continue, using the null output device
    ls -ls /dev/snd/
    0 crw-rw---- 1 root audio 116, 0 Apr 4 11:34 controlC0
    0 crw-rw---- 1 root audio 116, 32 Apr 4 11:35 controlC1
    0 crw-rw---- 1 root audio 14, 18 Apr 4 11:35 midi1
    0 crw-rw---- 1 root audio 116, 40 Apr 4 11:35 midiC1D0
    0 crw-rw---- 1 root audio 116, 24 Apr 4 11:34 pcmC0D0c
    0 crw-rw---- 1 root audio 116, 56 Apr 4 11:35 pcmC1D0c
    0 crw-rw---- 1 root audio 116, 48 Apr 4 11:35 pcmC1D0p
    0 crw-rw---- 1 root audio 116, 49 Apr 4 11:35 pcmC1D1p
    0 crw-rw---- 1 root audio 116, 1 Apr 4 11:34 seq
    0 crw-rw---- 1 root audio 116, 33 Apr 4 11:34 timer
    groups
    wheel slocate video audio floppy storage scanner camera users collinm
    arecord -l
    card 0 seem to be my webcam who have a micro...
    **** List of CAPTURE Hardware Devices ****
    card 0: U0x46d0x8ad [USB Device 0x46d:0x8ad], device 0: USB Audio [USB Audio]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    alsamixer seem to detect 2 sound card... my webcam and my real sound card.... is there a way to say to alsa to use my real soudn card?
    Last edited by collinm (2007-04-04 23:18:01)

  • Real trouble trying to install Catalyst Legacy

    I'm kind of in trouble trying to install catalyst-total-hd234k package from the AUR
    using yaourt to achieve this, enabled the xorg112 package to downgrade, tried pacman directly and makepkg, same result
    It asks a lot of dependencies conflicting with catalyst drivers, so I accept to remove before downgrading to 1.12
    It goes through like if nothing was up after downgrading, package installs without any error
    Following the AMD Catalyst wiki page in here leads me to have a black screen after reboot
    EDIT 2: Process of reproducing the problem I'm facing
    - I enable the xorg112 repository on top of every other in /etc/pacman.conf
    - Downgrade xorg with
    # pacman -S xorg
    :: There are 79 members in group xorg:
    :: Repository xorg112
    1) xf86-input-acecad 2) xf86-input-aiptek 3) xf86-input-evdev 4) xf86-input-joystick 5) xf86-input-keyboard 6) xf86-input-mouse 7) xf86-input-synaptics
    8) xf86-input-vmmouse 9) xf86-input-void 10) xf86-video-apm 11) xf86-video-fbdev 12) xf86-video-intel 13) xf86-video-v4l 14) xf86-video-vesa
    :: Repository extra
    15) xf86-video-ark 16) xf86-video-ast 17) xf86-video-ati 18) xf86-video-cirrus 19) xf86-video-dummy 20) xf86-video-glint 21) xf86-video-i128
    22) xf86-video-mach64 23) xf86-video-mga 24) xf86-video-modesetting 25) xf86-video-neomagic 26) xf86-video-nouveau 27) xf86-video-nv 28) xf86-video-openchrome
    29) xf86-video-r128 30) xf86-video-savage 31) xf86-video-siliconmotion 32) xf86-video-sis 33) xf86-video-tdfx 34) xf86-video-trident 35) xf86-video-vmware
    36) xf86-video-voodoo 37) xorg-bdftopcf 38) xorg-docs 39) xorg-font-util 40) xorg-fonts-100dpi 41) xorg-fonts-75dpi 42) xorg-fonts-encodings 43) xorg-iceauth
    44) xorg-luit 45) xorg-mkfontdir 46) xorg-mkfontscale 47) xorg-server 48) xorg-sessreg 49) xorg-setxkbmap 50) xorg-smproxy 51) xorg-x11perf 52) xorg-xauth
    53) xorg-xbacklight 54) xorg-xcmsdb 55) xorg-xcursorgen 56) xorg-xdpyinfo 57) xorg-xdriinfo 58) xorg-xev 59) xorg-xgamma 60) xorg-xhost 61) xorg-xinput
    62) xorg-xkbcomp 63) xorg-xkbevd 64) xorg-xkbutils 65) xorg-xkill 66) xorg-xlsatoms 67) xorg-xlsclients 68) xorg-xmodmap 69) xorg-xpr 70) xorg-xprop
    71) xorg-xrandr 72) xorg-xrdb 73) xorg-xrefresh 74) xorg-xset 75) xorg-xsetroot 76) xorg-xvinfo 77) xorg-xwd 78) xorg-xwininfo 79) xorg-xwud
    Enter a selection (default=all):
    warning: downgrading package xf86-input-evdev (2.9.1-1 => 2.7.3-1)
    warning: downgrading package xf86-input-joystick (1.6.2-5 => 1.6.1-1)
    warning: downgrading package xf86-input-keyboard (1.8.0-3 => 1.6.2-1)
    warning: downgrading package xf86-input-mouse (1.9.1-1 => 1.8.1-1)
    warning: downgrading package xf86-input-synaptics (1.8.1-1 => 1.6.2-1)
    warning: downgrading package xf86-input-vmmouse (13.0.0-5 => 12.9.0-1)
    warning: downgrading package xf86-input-void (1.4.0-7 => 1.4.0-3)
    warning: downgrading package xf86-video-fbdev (0.4.4-3 => 0.4.3-1)
    warning: downgrading package xf86-video-intel (2.99.917-1 => 2.20.2-2)
    warning: downgrading package xf86-video-v4l (0.2.0-14 => 0.2.0-10)
    warning: downgrading package xf86-video-vesa (2.3.2-5 => 2.3.2-1)
    warning: xf86-video-ark-0.7.5-5 is up to date -- reinstalling
    warning: xf86-video-ast-0.97.0-5 is up to date -- reinstalling
    warning: xf86-video-ati-1:7.5.0-1 is up to date -- reinstalling
    warning: xf86-video-cirrus-1.5.2-4 is up to date -- reinstalling
    warning: xf86-video-dummy-0.3.7-3 is up to date -- reinstalling
    warning: xf86-video-glint-1.2.8-5 is up to date -- reinstalling
    warning: xf86-video-i128-1.3.6-5 is up to date -- reinstalling
    warning: xf86-video-mach64-6.9.4-4 is up to date -- reinstalling
    warning: xf86-video-mga-1.6.3-3 is up to date -- reinstalling
    warning: xf86-video-modesetting-0.9.0-2 is up to date -- reinstalling
    warning: xf86-video-neomagic-1.2.8-3 is up to date -- reinstalling
    warning: xf86-video-nouveau-1.0.11-2 is up to date -- reinstalling
    warning: xf86-video-nv-2.1.20-5 is up to date -- reinstalling
    warning: xf86-video-openchrome-0.3.3-4 is up to date -- reinstalling
    warning: xf86-video-r128-6.9.2-3 is up to date -- reinstalling
    warning: xf86-video-savage-2.3.7-3 is up to date -- reinstalling
    warning: xf86-video-siliconmotion-1.7.7-5 is up to date -- reinstalling
    warning: xf86-video-sis-0.10.7-6 is up to date -- reinstalling
    warning: xf86-video-tdfx-1.4.5-5 is up to date -- reinstalling
    warning: xf86-video-trident-1.3.6-6 is up to date -- reinstalling
    warning: xf86-video-vmware-13.0.2-2 is up to date -- reinstalling
    warning: xf86-video-voodoo-1.2.5-5 is up to date -- reinstalling
    warning: xorg-bdftopcf-1.0.5-1 is up to date -- reinstalling
    warning: xorg-docs-1.7-2 is up to date -- reinstalling
    warning: xorg-font-util-1.3.0-2 is up to date -- reinstalling
    warning: xorg-fonts-100dpi-1.0.3-2 is up to date -- reinstalling
    warning: xorg-fonts-75dpi-1.0.3-2 is up to date -- reinstalling
    warning: xorg-fonts-encodings-1.0.4-4 is up to date -- reinstalling
    warning: xorg-iceauth-1.0.6-1 is up to date -- reinstalling
    warning: xorg-luit-1.1.1-2 is up to date -- reinstalling
    warning: xorg-mkfontdir-1.0.7-2 is up to date -- reinstalling
    warning: xorg-mkfontscale-1.1.1-1 is up to date -- reinstalling
    warning: xorg-server-1.16.3-2 is up to date -- reinstalling
    warning: xorg-sessreg-1.0.8-2 is up to date -- reinstalling
    warning: xorg-setxkbmap-1.3.0-2 is up to date -- reinstalling
    warning: xorg-smproxy-1.0.5-2 is up to date -- reinstalling
    warning: xorg-x11perf-1.5.4-2 is up to date -- reinstalling
    warning: xorg-xauth-1.0.9-1 is up to date -- reinstalling
    warning: xorg-xbacklight-1.2.1-1 is up to date -- reinstalling
    warning: xorg-xcmsdb-1.0.4-2 is up to date -- reinstalling
    warning: xorg-xcursorgen-1.0.6-1 is up to date -- reinstalling
    warning: xorg-xdpyinfo-1.3.1-1 is up to date -- reinstalling
    warning: xorg-xdriinfo-1.0.4-4 is up to date -- reinstalling
    warning: xorg-xev-1.2.1-2 is up to date -- reinstalling
    warning: xorg-xgamma-1.0.5-2 is up to date -- reinstalling
    warning: xorg-xhost-1.0.6-1 is up to date -- reinstalling
    warning: xorg-xinput-1.6.1-1 is up to date -- reinstalling
    warning: xorg-xkbcomp-1.3.0-1 is up to date -- reinstalling
    warning: xorg-xkbevd-1.1.3-2 is up to date -- reinstalling
    warning: xorg-xkbutils-1.0.4-2 is up to date -- reinstalling
    warning: xorg-xkill-1.0.4-1 is up to date -- reinstalling
    warning: xorg-xlsatoms-1.1.1-2 is up to date -- reinstalling
    warning: xorg-xlsclients-1.1.3-1 is up to date -- reinstalling
    warning: xorg-xmodmap-1.0.8-1 is up to date -- reinstalling
    warning: xorg-xpr-1.0.4-2 is up to date -- reinstalling
    warning: xorg-xprop-1.2.2-1 is up to date -- reinstalling
    warning: xorg-xrandr-1.4.3-1 is up to date -- reinstalling
    warning: xorg-xrdb-1.1.0-1 is up to date -- reinstalling
    warning: xorg-xrefresh-1.0.5-1 is up to date -- reinstalling
    warning: xorg-xset-1.2.3-1 is up to date -- reinstalling
    warning: xorg-xsetroot-1.1.1-2 is up to date -- reinstalling
    warning: xorg-xvinfo-1.1.2-2 is up to date -- reinstalling
    warning: xorg-xwd-1.0.6-1 is up to date -- reinstalling
    warning: xorg-xwininfo-1.1.3-1 is up to date -- reinstalling
    warning: xorg-xwud-1.0.4-2 is up to date -- reinstalling
    resolving dependencies...
    looking for conflicting packages...
    Packages (79) xf86-input-acecad-1.5.0-3 xf86-input-aiptek-1.4.1-3 xf86-input-evdev-2.7.3-1 xf86-input-joystick-1.6.1-1 xf86-input-keyboard-1.6.2-1
    xf86-input-mouse-1.8.1-1 xf86-input-synaptics-1.6.2-1 xf86-input-vmmouse-12.9.0-1 xf86-input-void-1.4.0-3 xf86-video-apm-1.2.5-1
    xf86-video-ark-0.7.5-5 xf86-video-ast-0.97.0-5 xf86-video-ati-1:7.5.0-1 xf86-video-cirrus-1.5.2-4 xf86-video-dummy-0.3.7-3 xf86-video-fbdev-0.4.3-1
    xf86-video-glint-1.2.8-5 xf86-video-i128-1.3.6-5 xf86-video-intel-2.20.2-2 xf86-video-mach64-6.9.4-4 xf86-video-mga-1.6.3-3
    xf86-video-modesetting-0.9.0-2 xf86-video-neomagic-1.2.8-3 xf86-video-nouveau-1.0.11-2 xf86-video-nv-2.1.20-5 xf86-video-openchrome-0.3.3-4
    xf86-video-r128-6.9.2-3 xf86-video-savage-2.3.7-3 xf86-video-siliconmotion-1.7.7-5 xf86-video-sis-0.10.7-6 xf86-video-tdfx-1.4.5-5
    xf86-video-trident-1.3.6-6 xf86-video-v4l-0.2.0-10 xf86-video-vesa-2.3.2-1 xf86-video-vmware-13.0.2-2 xf86-video-voodoo-1.2.5-5
    xorg-bdftopcf-1.0.5-1 xorg-docs-1.7-2 xorg-font-util-1.3.0-2 xorg-fonts-100dpi-1.0.3-2 xorg-fonts-75dpi-1.0.3-2 xorg-fonts-encodings-1.0.4-4
    xorg-iceauth-1.0.6-1 xorg-luit-1.1.1-2 xorg-mkfontdir-1.0.7-2 xorg-mkfontscale-1.1.1-1 xorg-server-1.16.3-2 xorg-sessreg-1.0.8-2
    xorg-setxkbmap-1.3.0-2 xorg-smproxy-1.0.5-2 xorg-x11perf-1.5.4-2 xorg-xauth-1.0.9-1 xorg-xbacklight-1.2.1-1 xorg-xcmsdb-1.0.4-2
    xorg-xcursorgen-1.0.6-1 xorg-xdpyinfo-1.3.1-1 xorg-xdriinfo-1.0.4-4 xorg-xev-1.2.1-2 xorg-xgamma-1.0.5-2 xorg-xhost-1.0.6-1 xorg-xinput-1.6.1-1
    xorg-xkbcomp-1.3.0-1 xorg-xkbevd-1.1.3-2 xorg-xkbutils-1.0.4-2 xorg-xkill-1.0.4-1 xorg-xlsatoms-1.1.1-2 xorg-xlsclients-1.1.3-1
    xorg-xmodmap-1.0.8-1 xorg-xpr-1.0.4-2 xorg-xprop-1.2.2-1 xorg-xrandr-1.4.3-1 xorg-xrdb-1.1.0-1 xorg-xrefresh-1.0.5-1 xorg-xset-1.2.3-1
    xorg-xsetroot-1.1.1-2 xorg-xvinfo-1.1.2-2 xorg-xwd-1.0.6-1 xorg-xwininfo-1.1.3-1 xorg-xwud-1.0.4-2
    Total Installed Size: 36.11 MiB
    Net Upgrade Size: -0.52 MiB
    :: Proceed with installation? [Y/n] Y
    (79/79) checking keys in keyring [############################################################] 100%
    (79/79) checking package integrity [############################################################] 100%
    (79/79) loading package files [############################################################] 100%
    (79/79) checking for file conflicts [############################################################] 100%
    (79/79) checking available disk space [############################################################] 100%
    ( 1/79) installing xf86-input-acecad [############################################################] 100%
    ( 2/79) installing xf86-input-aiptek [############################################################] 100%
    ( 3/79) downgrading xf86-input-evdev [############################################################] 100%
    ( 4/79) downgrading xf86-input-joystick [############################################################] 100%
    ( 5/79) downgrading xf86-input-keyboard [############################################################] 100%
    ( 6/79) downgrading xf86-input-mouse [############################################################] 100%
    ( 7/79) downgrading xf86-input-synaptics [############################################################] 100%
    ( 8/79) downgrading xf86-input-vmmouse [############################################################] 100%
    ( 9/79) downgrading xf86-input-void [############################################################] 100%
    (10/79) installing xf86-video-apm [############################################################] 100%
    (11/79) downgrading xf86-video-fbdev [############################################################] 100%
    (12/79) downgrading xf86-video-intel [############################################################] 100%
    (13/79) downgrading xf86-video-v4l [############################################################] 100%
    (14/79) downgrading xf86-video-vesa [############################################################] 100%
    (15/79) reinstalling xf86-video-ark [############################################################] 100%
    (16/79) reinstalling xf86-video-ast [############################################################] 100%
    (17/79) reinstalling xf86-video-ati [############################################################] 100%
    (18/79) reinstalling xf86-video-cirrus [############################################################] 100%
    (19/79) reinstalling xf86-video-dummy [############################################################] 100%
    (20/79) reinstalling xf86-video-glint [############################################################] 100%
    (21/79) reinstalling xf86-video-i128 [############################################################] 100%
    (22/79) reinstalling xf86-video-mach64 [############################################################] 100%
    (23/79) reinstalling xf86-video-mga [############################################################] 100%
    (24/79) reinstalling xf86-video-modesetting [############################################################] 100%
    (25/79) reinstalling xf86-video-neomagic [############################################################] 100%
    (26/79) reinstalling xf86-video-nouveau [############################################################] 100%
    (27/79) reinstalling xf86-video-nv [############################################################] 100%
    (28/79) reinstalling xf86-video-openchrome [############################################################] 100%
    (29/79) reinstalling xf86-video-r128 [############################################################] 100%
    (30/79) reinstalling xf86-video-savage [############################################################] 100%
    (31/79) reinstalling xf86-video-siliconmotion [############################################################] 100%
    (32/79) reinstalling xf86-video-sis [############################################################] 100%
    (33/79) reinstalling xf86-video-tdfx [############################################################] 100%
    (34/79) reinstalling xf86-video-trident [############################################################] 100%
    (35/79) reinstalling xf86-video-vmware [############################################################] 100%
    (36/79) reinstalling xf86-video-voodoo [############################################################] 100%
    (37/79) reinstalling xorg-bdftopcf [############################################################] 100%
    (38/79) reinstalling xorg-docs [############################################################] 100%
    (39/79) reinstalling xorg-font-util [############################################################] 100%
    (40/79) reinstalling xorg-fonts-encodings [############################################################] 100%
    (41/79) reinstalling xorg-mkfontscale [############################################################] 100%
    (42/79) reinstalling xorg-mkfontdir [############################################################] 100%
    (43/79) reinstalling xorg-fonts-100dpi [############################################################] 100%
    Updating font cache... done.
    (44/79) reinstalling xorg-fonts-75dpi [############################################################] 100%
    Updating font cache... done.
    (45/79) reinstalling xorg-iceauth [############################################################] 100%
    (46/79) reinstalling xorg-luit [############################################################] 100%
    (47/79) reinstalling xorg-setxkbmap [############################################################] 100%
    (48/79) reinstalling xorg-xkbcomp [############################################################] 100%
    (49/79) reinstalling xorg-server [############################################################] 100%
    (50/79) reinstalling xorg-sessreg [############################################################] 100%
    (51/79) reinstalling xorg-smproxy [############################################################] 100%
    (52/79) reinstalling xorg-x11perf [############################################################] 100%
    (53/79) reinstalling xorg-xauth [############################################################] 100%
    (54/79) reinstalling xorg-xbacklight [############################################################] 100%
    (55/79) reinstalling xorg-xcmsdb [############################################################] 100%
    (56/79) reinstalling xorg-xcursorgen [############################################################] 100%
    (57/79) reinstalling xorg-xdpyinfo [############################################################] 100%
    (58/79) reinstalling xorg-xdriinfo [############################################################] 100%
    (59/79) reinstalling xorg-xev [############################################################] 100%
    (60/79) reinstalling xorg-xgamma [############################################################] 100%
    (61/79) reinstalling xorg-xhost [############################################################] 100%
    (62/79) reinstalling xorg-xrandr [############################################################] 100%
    (63/79) reinstalling xorg-xinput [############################################################] 100%
    (64/79) reinstalling xorg-xkbevd [############################################################] 100%
    (65/79) reinstalling xorg-xkbutils [############################################################] 100%
    (66/79) reinstalling xorg-xkill [############################################################] 100%
    (67/79) reinstalling xorg-xlsatoms [############################################################] 100%
    (68/79) reinstalling xorg-xlsclients [############################################################] 100%
    (69/79) reinstalling xorg-xmodmap [############################################################] 100%
    (70/79) reinstalling xorg-xpr [############################################################] 100%
    (71/79) reinstalling xorg-xprop [############################################################] 100%
    (72/79) reinstalling xorg-xrdb [############################################################] 100%
    (73/79) reinstalling xorg-xrefresh [############################################################] 100%
    (74/79) reinstalling xorg-xset [############################################################] 100%
    (75/79) reinstalling xorg-xsetroot [############################################################] 100%
    (76/79) reinstalling xorg-xvinfo [############################################################] 100%
    (77/79) reinstalling xorg-xwd [############################################################] 100%
    (78/79) reinstalling xorg-xwininfo [############################################################] 100%
    (79/79) reinstalling xorg-xwud [############################################################] 100%
    - Then I use yaourt (for convenience) to install catalyst-total-hd234k, same happens with catalyst packages when I use catalyst-hd234k repository
    $ yaourt -S catalyst-total-hd234k
    ==> Downloading catalyst-total-hd234k PKGBUILD from AUR...
    x .SRCINFO
    x catalyst-total-hd234k.install
    x fglrx_gpl_symbol.patch
    x cold-fglrx-3.14-current_euid.patch
    x arch_3.13_kernel_acpi_node.patch
    x lano1106_kcl_agp_13_4.patch
    x lano1106_fglrx_intel_iommu.patch
    x foutrelis_3.10_fix_for_legacy.patch
    x gentoo_linux-3.10-proc.diff
    x arch-fglrx-3.8.patch
    x arch-fglrx-3.7.patch
    x 3.5-do_mmap.patch
    x catalyst-hook.service
    x makefile_compat.patch
    x ati_make.sh
    x hook-fglrx
    x arch-fglrx-authatieventsd_new.patch
    x catalyst.conf
    x atieventsd.service
    x atieventsd.sh
    x catalyst.sh
    x lib32-catalyst.sh
    x catalyst_build_module
    x PKGBUILD
    Comment by Vi0L0 (2014-10-09 18:40)
    let me paste form the grill:
    I'm pretty sure that you didn't update catalyst-total-hd234k to version 13.1-28, because there I fixed conflict with ati-dri.
    Comment by doblerone (2014-12-17 19:15)
    During the last update, apparently there are some conflicts between catalyst-libgl and catalyst-total-hd234k. The suggestion is to remove catalyst-total-hd234k.
    Comment by Vi0L0 (2014-12-18 08:14)
    You are probably using libva-xvba-drivers which from yesterday depend on catalyst-libgl, i will add it to provides array after getting back home
    Comment by Vi0L0 (2014-12-18 21:50)
    13.1-29:
    - added catalyst-libgl, opencl-catalyst, lib32-catalyst-libgl and lib32-opencl-catalyst into provides array to satisfy libva-xvba-driver (and maybe other that will come in the future) deps;
    - added linux 3.18 support (i cannot test it actually, i can see it compiles fine though)
    Comment by K3pler (2015-01-05 12:43)
    Planning to replace my ultra outdated x1950pro for a less outdated hd3870 lol.
    And using this driver i probably need to downgrade xorg-server from 1.16 to 1.12 from the aur, right???
    Thanks for your work VioLO
    catalyst-total-hd234k 13.1-29 (mar jun 12 10:59:12 CST 2012)
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> WARNING: x86_64 system detected
    ==> WARNING: [multilib] repository must be uncommented in /etc/pacman.conf to add lib32-catalyst-utils into the package
    ==> WARNING: OK, lib32-catalyst-utils will be added to the package
    ==> catalyst-total-hd234k dependencies:
    - linux>=3.0 (already installed)
    - linux<3.19 (already installed)
    - linux-headers (already installed)
    - xorg-server>=1.7.0 (already installed)
    - netkit-bsd-finger (already installed)
    - libxrandr (already installed)
    - libsm (already installed)
    - fontconfig (already installed)
    - libxcursor (already installed)
    - libxi (already installed)
    - gcc-libs (already installed)
    - gcc>4.0.0 (already installed)
    - make (already installed)
    - patch (already installed)
    - libxinerama (already installed)
    - mesa>=10.1.0-4 (already installed)
    - lib32-libxext (already installed)
    - lib32-libdrm (already installed)
    - lib32-libxinerama (already installed)
    - lib32-mesa>=10.1.0-4 (already installed)
    - xorg-server<1.13.0 (package found)
    ==> Edit catalyst-total-hd234k.install ? [Y/n] ("A" to abort)
    ==> ---------------------------------------------------------
    ==> n
    ==> Continue building catalyst-total-hd234k ? [Y/n]
    ==> -----------------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for catalyst-total-hd234k:
    warning: downgrading package xorg-server (1.16.3-2 => 1.12.4-3)
    resolving dependencies...
    looking for conflicting packages...
    :: xorg-server and xf86-video-ark are in conflict. Remove xf86-video-ark? [y/N] Y
    :: xorg-server and xf86-video-ast are in conflict. Remove xf86-video-ast? [y/N] y
    :: xorg-server and xf86-video-ati are in conflict. Remove xf86-video-ati? [y/N] y
    :: xorg-server and xf86-video-cirrus are in conflict. Remove xf86-video-cirrus? [y/N] y
    :: xorg-server and xf86-video-dummy are in conflict. Remove xf86-video-dummy? [y/N] y
    :: xorg-server and xf86-video-glint are in conflict. Remove xf86-video-glint? [y/N] y
    :: xorg-server and xf86-video-i128 are in conflict. Remove xf86-video-i128? [y/N] y
    :: xorg-server and xf86-video-mach64 are in conflict. Remove xf86-video-mach64? [y/N] y
    :: xorg-server and xf86-video-mga are in conflict. Remove xf86-video-mga? [y/N] y
    :: xorg-server and xf86-video-modesetting are in conflict. Remove xf86-video-modesetting? [y/N] y
    :: xorg-server and xf86-video-neomagic are in conflict. Remove xf86-video-neomagic? [y/N] y
    :: xorg-server and xf86-video-nouveau are in conflict. Remove xf86-video-nouveau? [y/N] y
    :: xorg-server and xf86-video-nv are in conflict. Remove xf86-video-nv? [y/N] y
    :: xorg-server and xf86-video-openchrome are in conflict. Remove xf86-video-openchrome? [y/N] y
    :: xorg-server and xf86-video-r128 are in conflict. Remove xf86-video-r128? [y/N] y
    :: xorg-server and xf86-video-savage are in conflict. Remove xf86-video-savage? [y/N] y
    :: xorg-server and xf86-video-siliconmotion are in conflict. Remove xf86-video-siliconmotion? [y/N] y
    :: xorg-server and xf86-video-sis are in conflict. Remove xf86-video-sis? [y/N] y
    :: xorg-server and xf86-video-tdfx are in conflict. Remove xf86-video-tdfx? [y/N] y
    :: xorg-server and xf86-video-trident are in conflict. Remove xf86-video-trident? [y/N] y
    :: xorg-server and xf86-video-vmware are in conflict. Remove xf86-video-vmware? [y/N] y
    :: xorg-server and xf86-video-voodoo are in conflict. Remove xf86-video-voodoo? [y/N] y
    Packages (23) xf86-video-ark-0.7.5-5 [removal] xf86-video-ast-0.97.0-5 [removal] xf86-video-ati-1:7.5.0-1 [removal] xf86-video-cirrus-1.5.2-4 [removal]
    xf86-video-dummy-0.3.7-3 [removal] xf86-video-glint-1.2.8-5 [removal] xf86-video-i128-1.3.6-5 [removal] xf86-video-mach64-6.9.4-4 [removal]
    xf86-video-mga-1.6.3-3 [removal] xf86-video-modesetting-0.9.0-2 [removal] xf86-video-neomagic-1.2.8-3 [removal] xf86-video-nouveau-1.0.11-2 [removal]
    xf86-video-nv-2.1.20-5 [removal] xf86-video-openchrome-0.3.3-4 [removal] xf86-video-r128-6.9.2-3 [removal] xf86-video-savage-2.3.7-3 [removal]
    xf86-video-siliconmotion-1.7.7-5 [removal] xf86-video-sis-0.10.7-6 [removal] xf86-video-tdfx-1.4.5-5 [removal] xf86-video-trident-1.3.6-6 [removal]
    xf86-video-vmware-13.0.2-2 [removal] xf86-video-voodoo-1.2.5-5 [removal] xorg-server-1.12.4-3
    Total Installed Size: 3.73 MiB
    Net Upgrade Size: -3.31 MiB
    :: Proceed with installation? [Y/n] Y
    (1/1) checking keys in keyring [############################################################] 100%
    (1/1) checking package integrity [############################################################] 100%
    (1/1) loading package files [############################################################] 100%
    (1/1) checking for file conflicts [############################################################] 100%
    (23/23) checking available disk space [############################################################] 100%
    ( 1/22) removing xf86-video-voodoo [############################################################] 100%
    ( 2/22) removing xf86-video-vmware [############################################################] 100%
    ( 3/22) removing xf86-video-trident [############################################################] 100%
    ( 4/22) removing xf86-video-tdfx [############################################################] 100%
    ( 5/22) removing xf86-video-sis [############################################################] 100%
    ( 6/22) removing xf86-video-siliconmotion [############################################################] 100%
    ( 7/22) removing xf86-video-savage [############################################################] 100%
    ( 8/22) removing xf86-video-r128 [############################################################] 100%
    ( 9/22) removing xf86-video-openchrome [############################################################] 100%
    (10/22) removing xf86-video-nv [############################################################] 100%
    (11/22) removing xf86-video-nouveau [############################################################] 100%
    (12/22) removing xf86-video-neomagic [############################################################] 100%
    (13/22) removing xf86-video-modesetting [############################################################] 100%
    (14/22) removing xf86-video-mga [############################################################] 100%
    (15/22) removing xf86-video-mach64 [############################################################] 100%
    (16/22) removing xf86-video-i128 [############################################################] 100%
    (17/22) removing xf86-video-glint [############################################################] 100%
    (18/22) removing xf86-video-dummy [############################################################] 100%
    (19/22) removing xf86-video-cirrus [############################################################] 100%
    (20/22) removing xf86-video-ati [############################################################] 100%
    (21/22) removing xf86-video-ast [############################################################] 100%
    (22/22) removing xf86-video-ark [############################################################] 100%
    (1/1) downgrading xorg-server [############################################################] 100%
    ==> WARNING: x86_64 system detected
    ==> WARNING: [multilib] repository must be uncommented in /etc/pacman.conf to add lib32-catalyst-utils into the package
    ==> WARNING: OK, lib32-catalyst-utils will be added to the package
    ==> Making package: catalyst-total-hd234k 13.1-29 (mié ene 7 22:22:26 CST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Downloading amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 101M 100 101M 0 0 103k 0 0:16:44 0:16:44 --:--:-- 105k
    -> Found catalyst_build_module
    -> Found lib32-catalyst.sh
    -> Found catalyst.sh
    -> Found atieventsd.sh
    -> Found atieventsd.service
    -> Found catalyst.conf
    -> Found arch-fglrx-authatieventsd_new.patch
    -> Found hook-fglrx
    -> Found ati_make.sh
    -> Found makefile_compat.patch
    -> Found catalyst-hook.service
    -> Found 3.5-do_mmap.patch
    -> Found arch-fglrx-3.7.patch
    -> Found arch-fglrx-3.8.patch
    -> Found gentoo_linux-3.10-proc.diff
    -> Found foutrelis_3.10_fix_for_legacy.patch
    -> Found lano1106_fglrx_intel_iommu.patch
    -> Found lano1106_kcl_agp_13_4.patch
    -> Found arch_3.13_kernel_acpi_node.patch
    -> Found cold-fglrx-3.14-current_euid.patch
    -> Found fglrx_gpl_symbol.patch
    ==> Validating source files with md5sums...
    amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip ... Passed
    catalyst_build_module ... Passed
    lib32-catalyst.sh ... Passed
    catalyst.sh ... Passed
    atieventsd.sh ... Passed
    atieventsd.service ... Passed
    catalyst.conf ... Passed
    arch-fglrx-authatieventsd_new.patch ... Passed
    hook-fglrx ... Passed
    ati_make.sh ... Passed
    makefile_compat.patch ... Passed
    catalyst-hook.service ... Passed
    3.5-do_mmap.patch ... Passed
    arch-fglrx-3.7.patch ... Passed
    arch-fglrx-3.8.patch ... Passed
    gentoo_linux-3.10-proc.diff ... Passed
    foutrelis_3.10_fix_for_legacy.patch ... Passed
    lano1106_fglrx_intel_iommu.patch ... Passed
    lano1106_kcl_agp_13_4.patch ... Passed
    arch_3.13_kernel_acpi_node.patch ... Passed
    cold-fglrx-3.14-current_euid.patch ... Passed
    fglrx_gpl_symbol.patch ... Passed
    ==> Extracting sources...
    -> Extracting amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip with bsdtar
    ==> Starting build()...
    Creating directory archive_files
    Verifying archive integrity... All good.
    Uncompressing AMD Catalyst(TM) Proprietary Driver-8.97.100.7....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
    ==> Entering fakeroot environment...
    ==> WARNING: x86_64 system detected
    ==> WARNING: [multilib] repository must be uncommented in /etc/pacman.conf to add lib32-catalyst-utils into the package
    ==> WARNING: OK, lib32-catalyst-utils will be added to the package
    ==> Starting package()...
    patching file etc/ati/authatieventsd.sh
    patching file common/lib/modules/fglrx/build_mod/2.6.x/Makefile
    Hunk #1 succeeded at 68 (offset 2 lines).
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 2136 (offset 30 lines).
    Hunk #2 succeeded at 2153 (offset 30 lines).
    Hunk #3 succeeded at 2170 (offset 30 lines).
    Hunk #4 succeeded at 2183 (offset 30 lines).
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 3710 (offset -182 lines).
    Hunk #2 succeeded at 3744 (offset -182 lines).
    Hunk #3 succeeded at 3767 (offset -182 lines).
    Hunk #4 succeeded at 3780 (offset -182 lines).
    Hunk #5 succeeded at 3826 (offset -182 lines).
    Hunk #6 succeeded at 3865 (offset -182 lines).
    Hunk #7 succeeded at 3883 (offset -182 lines).
    Hunk #8 succeeded at 3908 (offset -182 lines).
    patching file common/lib/modules/fglrx/build_mod/kcl_acpi.c
    patching file common/lib/modules/fglrx/build_mod/drmP.h
    patching file common/lib/modules/fglrx/build_mod/drm_proc.h
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 571 (offset -12 lines).
    Hunk #2 succeeded at 861 (offset -12 lines).
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    patch unexpectedly ends in middle of line
    Hunk #1 succeeded at 34 with fuzz 1.
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 97 with fuzz 2 (offset 4 lines).
    patching file common/lib/modules/fglrx/build_mod/kcl_agp.c
    patching file common/lib/modules/fglrx/build_mod/kcl_acpi.c
    Hunk #1 succeeded at 775 (offset -3 lines).
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 1756 with fuzz 2 (offset -5 lines).
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    ==> Creating package "catalyst-total-hd234k"...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: catalyst-total-hd234k 13.1-29 (mié ene 7 22:44:01 CST 2015)
    ==> Continue installing catalyst-total-hd234k ? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ---------------------------------------------------
    ==> Y
    [sudo] password for mario:
    [sudo] password for mario:
    loading packages...
    resolving dependencies...
    looking for conflicting packages...
    :: catalyst-total-hd234k and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] Y
    :: catalyst-total-hd234k and libcl are in conflict. Remove libcl? [y/N] Y
    :: catalyst-total-hd234k and lib32-mesa-libgl are in conflict (lib32-libgl). Remove lib32-mesa-libgl? [y/N] Y
    :: catalyst-total-hd234k and lib32-libcl are in conflict. Remove lib32-libcl? [y/N] Y
    Packages (5) lib32-libcl-1.1-1 [removal] lib32-mesa-libgl-10.4.1-1 [removal] libcl-1.1-4 [removal] mesa-libgl-10.4.1-1 [removal] catalyst-total-hd234k-13.1-29
    Total Installed Size: 222.80 MiB
    Net Upgrade Size: 222.68 MiB
    :: Proceed with installation? [Y/n] Y
    (1/1) checking keys in keyring [############################################################] 100%
    (1/1) checking package integrity [############################################################] 100%
    (1/1) loading package files [############################################################] 100%
    (1/1) checking for file conflicts [############################################################] 100%
    (5/5) checking available disk space [############################################################] 100%
    (1/4) removing lib32-libcl [############################################################] 100%
    (2/4) removing lib32-mesa-libgl [############################################################] 100%
    (3/4) removing libcl [############################################################] 100%
    (4/4) removing mesa-libgl [############################################################] 100%
    (1/1) installing catalyst-total-hd234k [############################################################] 100%
    Building fglrx module for 3.17.6-1-ARCH kernel ...
    Ok.
    Add nomodeset to your kernel line in /boot/grub/menu.lst , ie.:
    kernel /boot/vmlinuz-linux root=/dev/sda1 ro nomodeset
    You can use the tool 'aticonfig' to generate an xorg.conf file.
    --------------------- ^^^^^^^^^ --------------------------------
    fglrx was added into /etc/modules-load.d/catalyst.conf
    atieventsd (needs acpid pkg) on systemd:
    systemctl enable atieventsd
    systemctl start atieventsd
    For more info and troubleshooting visit:
    http://wiki.archlinux.org/index.php/ATI_Catalyst
    ATTENTION!
    To enable 'automatic re-compilation while system shutdown/reboot'
    testing feature run these commands as root:
    systemctl enable catalyst-hook
    systemctl start catalyst-hook
    More info here:
    https://bbs.archlinux.org/viewtopic.php?pid=1255575#p1255575
    Optional dependencies for catalyst-total-hd234k
    qt4: to run ATi Catalyst Control Center (amdcccle) [installed]
    libxxf86vm: to run ATi Catalyst Control Center (amdcccle) [installed]
    opencl-headers: headers necessary for OpenCL development
    acpid: acpi event support / atieventsd [installed]
    linux-lts-headers: to build the fglrx module for the linux-lts kernel
    ==> Checking vote status for catalyst-total-hd234k
    You have already voted for catalyst-total-hd234k
    ==> Packages no longer required by any installed package:
    libepoxy
    - Then, I re-enable catalyst-hook (and optionally atieventsd) to be able to build modules at end and start of pc
    $ sudo systemctl disable catalyst-hook
    Removed symlink /etc/systemd/system/multi-user.target.wants/catalyst-hook.service.
    $ sudo systemctl disable atieventsd
    Removed symlink /etc/systemd/system/multi-user.target.wants/atieventsd.service.
    $ sudo systemctl enable catalyst-hook
    Created symlink from /etc/systemd/system/multi-user.target.wants/catalyst-hook.service to /usr/lib/systemd/system/catalyst-hook.service.
    $ sudo systemctl enable atieventsd
    Created symlink from /etc/systemd/system/multi-user.target.wants/atieventsd.service to /usr/lib/systemd/system/atieventsd.service.
    - Afterwards, I blacklist the radeon module for it not to interfere with fglrx:
    Added "blacklist radeon" on the nano prompt below
    $ sudo nano /etc/modprobe.d/modprobe.conf
    - Then I generate the xorg.conf file, and get the output below with '# aticonfig --initial'
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "Accel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "ColorTiling" # [<bool>]
    #Option "ColorTiling2D" # [<bool>]
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "AccelMethod" # <str>
    #Option "EXAVSync" # [<bool>]
    #Option "EXAPixmaps" # [<bool>]
    #Option "ZaphodHeads" # <str>
    #Option "EnablePageFlip" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:5:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    - Finally I rebuild grub boot to do nomodeset in the kernel
    $ sudo nano /etc/default/grub && sudo grub-mkconfig -o /boot/grub/grub.cfg
    Generating grub configuration file ...
    Found background: /home/mario/Pictures/Wallpapers/974-arch-linux-1366x768-computer-wallpaper.png
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    Found fallback initramfs image: /boot/initramfs-linux-fallback.img
    done
    Then I reboot, only to get to a black screen after the initial dmesg outputs around 10 seconds on boot.
    $ journalctl -xe
    -- Logs begin at lun 2014-12-15 04:28:08 CST, end at mié 2015-01-07 23:07:22 CST. --
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0: [mem 0x100000000-0x13fffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: On node 0 totalpages: 981392
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA zone: 64 pages used for memmap
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA zone: 21 pages reserved
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA zone: 3998 pages, LIFO batch:0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA32 zone: 11176 pages used for memmap
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA32 zone: 715250 pages, LIFO batch:31
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Normal zone: 4096 pages used for memmap
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Normal zone: 262144 pages, LIFO batch:31
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: PM-Timer IO Port: 0x408
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Local APIC address 0xfee00000
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] disabled)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: IRQ0 used by override.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: IRQ9 used by override.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Using ACPI (MADT) for SMP configuration information
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: HPET id: 0x43538301 base: 0xfed00000
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: smpboot: Allowing 4 CPUs, 3 hotplug CPUs
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xaf9f1000-0xafacefff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafacf000-0xafbcefff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafbcf000-0xafbfefff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafc00000-0xdfffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec11000-0xfedfffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: e820: [mem 0xafc00000-0xdfffffff] available for PCI devices
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Booting paravirtualized kernel on bare hardware
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82752 r8192 d23744 u524288
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: pcpu-alloc: s82752 r8192 d23744 u524288 alloc=1*2097152
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: pcpu-alloc: [0] 0 1 2 3
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 966035
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Policy zone: Normal
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8290542b-0457-4fdd-b087-6096554bdcad rw quiet nomodeset
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Checking aperture...
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: No AGP bridge found
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Node 0: aperture [bus addr 0xa4000000-0xa5ffffff] (32MB)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Aperture pointing to e820 RAM. Ignoring.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Your BIOS doesn't leave a aperture memory hole
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Please enable the IOMMU option in the BIOS setup
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: This costs you 64MB of RAM
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Mapping aperture over RAM [mem 0xa4000000-0xa7ffffff] (65536KB)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xa4000000-0xa7ffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Memory: 3717040K/3925568K available (5386K kernel code, 897K rwdata, 1712K rodata, 1136K init, 1176K bss, 208528K reserved)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Preemptible hierarchical RCU implementation.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: RCU dyntick-idle grace-period acceleration is enabled.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Dump stacks of tasks blocking RCU-preempt GP.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: NR_IRQS:8448 nr_irqs:456 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: spurious 8259A interrupt: IRQ7.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Console: colour dummy device 80x25
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: console [tty0] enabled
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: allocated 15728640 bytes of page_cgroup
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: hpet clockevent registered
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: tsc: Fast TSC calibration using PIT
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: tsc: Detected 2394.161 MHz processor
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.83 BogoMIPS (lpj=7980536)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: pid_max: default: 32768 minimum: 301
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Core revision 20140724
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: All ACPI Tables successfully acquired
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Security Framework initialized
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Yama: becoming mindful.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys memory
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys devices
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys freezer
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys net_cls
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys blkio
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: mce: CPU supports 6 MCE banks
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: LVT offset 0 assigned for vector 0xf9
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: process: using AMD E400 aware idle routine
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ftrace: allocating 20687 entries in 81 pages
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: smpboot: CPU0: AMD V160 Processor (fam: 10, model: 06, stepping: 03)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Performance Events: AMD PMU driver.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... version: 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... bit width: 48
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... generic registers: 4
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... value mask: 0000ffffffffffff
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... max period: 00007fffffffffff
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... fixed-purpose events: 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... event mask: 000000000000000f
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: process: System has AMD C1E enabled
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: process: Switch to broadcast mode on CPU0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: x86: Booted up 1 node, 1 CPUs
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: smpboot: Total of 1 processors activated (4790.83 BogoMIPS)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: devtmpfs: initialized
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registering ACPI NVS region [mem 0xafacf000-0xafbcefff] (1048576 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: pinctrl core: initialized pinctrl subsystem
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: RTC time: 5:05:23, date: 01/08/15
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: NET: Registered protocol family 16
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: cpuidle: using governor ladder
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: cpuidle: using governor menu
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: io port [0, ffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: TOM: 00000000c0000000 aka 3072M
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [c0000000, cfffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d0000000, d41fffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d4200000, d43fffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d4400000, dfffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [e0000000, e0ffffff] ==> none
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [e1000000, febfffff] ==> [f0000000, febfffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [fec00000, fffeffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [ffff0000, ffffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: TOM2: 0000000140000000 aka 5120M
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: [bus 00-1f] on node 0 link 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: 00 [io 0x0000-0xffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: 00 [mem 0xc0000000-0xdfffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: 00 [mem 0xf0000000-0xffffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: 00 [mem 0x140000000-0xfcffffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: bus type PCI registered
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PCI: Using configuration type 1 for base access
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Module Device)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Processor Device)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Processor Aggregator Device)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Error: No handler for Region [ECRM] (ffff88013b42ca68) [EmbeddedControl] (20140724/evregion-163)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Error: Region EmbeddedControl (ID=3) has no handler (20140724/exfldio-299)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PB9_.NCRD._STA] (Node ffff88013b42b460), AE_NOT_EXIST (20140724/psparse-536)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Error: Method execution failed [\_SB_.PCI0.PB9_.NCRD._STA] (Node ffff88013b42b460), AE_NOT_EXIST (20140724/uteval-103)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Interpreter enabled
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: (supports S0 S3 S4 S5)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Using IOAPIC for interrupt ro

    (EDIT: The outputs are incorrect. First post has them.)
    The output of Xorg last time I booted up with fglrx:
    $ cat /var/log/Xorg.0.log.old
    [ 18.657]
    X.Org X Server 1.16.3
    Release Date: 2014-12-20
    [ 18.657] X Protocol Version 11, Revision 0
    [ 18.657] Build Operating System: Linux 3.18.1-1-ARCH x86_64
    [ 18.657] Current Operating System: Linux HP425-Desktop-A-PC 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
    [ 18.657] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8290542b-0457-4fdd-b087-6096554bdcad rw quiet
    [ 18.657] Build Date: 29 December 2014 01:09:58PM
    [ 18.657]
    [ 18.657] Current version of pixman: 0.32.6
    [ 18.657] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 18.657] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 18.657] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 6 17:29:00 2015
    [ 18.657] (==) Using config file: "/etc/X11/xorg.conf"
    [ 18.657] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 18.657] (==) ServerLayout "X.org Configured"
    [ 18.657] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 18.657] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 18.657] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 18.657] (**) |-->Input Device "Mouse0"
    [ 18.657] (**) |-->Input Device "Keyboard0"
    [ 18.657] (==) Automatically adding devices
    [ 18.657] (==) Automatically enabling devices
    [ 18.657] (==) Automatically adding GPU devices
    [ 18.657] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 18.657] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 18.657] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 18.657] (WW) Disabling Mouse0
    [ 18.657] (WW) Disabling Keyboard0
    [ 18.657] (II) Loader magic: 0x818d80
    [ 18.657] (II) Module ABI versions:
    [ 18.657] X.Org ANSI C Emulation: 0.4
    [ 18.657] X.Org Video Driver: 18.0
    [ 18.657] X.Org XInput driver : 21.0
    [ 18.657] X.Org Server Extension : 8.0
    [ 18.659] (EE) systemd-logind: failed to get session: PID 407 does not belong to any known session
    [ 18.659] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 18.660] (--) PCI:*(0:1:5:0) 1002:9712:103c:1475 rev 0, Mem @ 0xc0000000/268435456, 0xd4300000/65536, 0xd4200000/1048576, I/O @ 0x00005000/256
    [ 18.660] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 18.661] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 18.661] (II) LoadModule: "glx"
    [ 18.661] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 18.662] (II) Module glx: vendor="X.Org Foundation"
    [ 18.662] compiled for 1.16.3, module version = 1.0.0
    [ 18.662] ABI class: X.Org Server Extension, version 8.0
    [ 18.662] (==) AIGLX enabled
    [ 18.662] (II) LoadModule: "fglrx"
    [ 18.662] (WW) Warning, couldn't open module fglrx
    [ 18.662] (II) UnloadModule: "fglrx"
    [ 18.662] (II) Unloading fglrx
    [ 18.663] (EE) Failed to load module "fglrx" (module does not exist, 0)
    [ 18.663] (EE) No drivers available.
    [ 18.663] (EE)
    Fatal server error:
    [ 18.663] (EE) no screens found(EE)
    [ 18.663] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 18.663] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 18.663] (EE)
    The output itself of journalctl -xe
    $ journalctl -xe
    -- Logs begin at Mon 2014-12-15 04:28:08 CST, end at Tue 2015-01-06 17:16:16 CST. --
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 3 base 000100000000 mask FFFFC0000000 write-back
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 4 base 0000FFE00000 mask FFFFFFE00000 write-protect
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 5 base 0000FFF40000 mask FFFFFFFF0000 write-protect
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 6 disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 7 disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TOM2: 0000000140000000 aka 5120M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: last_pfn = 0xafc00 max_arch_pfn = 0x400000000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Scanning 1 areas for low memory corruption
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Using GB pages for direct mapping
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x00000000-0x000fffff] page 4k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: BRK [0x01b2b000, 0x01b2bfff] PGTABLE
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: BRK [0x01b2c000, 0x01b2cfff] PGTABLE
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: BRK [0x01b2d000, 0x01b2dfff] PGTABLE
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x13fe00000-0x13fffffff] page 1G
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x13c000000-0x13fdfffff] page 1G
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x100000000-0x13bffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x100000000-0x13bffffff] page 1G
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x00100000-0xaf9f0fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x00100000-0x001fffff] page 4k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x00200000-0x3fffffff] page 2M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x40000000-0x7fffffff] page 1G
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x80000000-0xaf7fffff] page 2M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0xaf800000-0xaf9f0fff] page 4k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0xafbff000-0xafbfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0xafbff000-0xafbfffff] page 4k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: BRK [0x01b2e000, 0x01b2efff] PGTABLE
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RAMDISK: [mem 0x379a0000-0x37cc7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Early table checksum verification disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: RSDP 0x00000000000F2A70 000014 (v00 HPQOEM)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: RSDT 0x00000000AFBFE038 00003C (v01 HPQOEM SLIC-MPC 00000003 01000013)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: FACP 0x00000000AFBFD000 000074 (v01 HPQOEM 307E 00000003 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: DSDT 0x00000000AFBDE000 01B85D (v01 HPQOEM SB700 00000001 INTL 20060912)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: FACS 0x00000000AFB8F000 000040
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: APIC 0x00000000AFBFC000 000084 (v01 HPQOEM 307E 00000001 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: MCFG 0x00000000AFBFB000 00003C (v01 HPQOEM 307E 00000001 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: SLIC 0x00000000AFBFA000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: HPET 0x00000000AFBDB000 000038 (v01 HPQOEM 307E 00000001 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: SSDT 0x00000000AFBDA000 0001B7 (v01 AMD POWERNOW 00000001 AMD 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Local APIC address 0xfee00000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Scanning NUMA topology in Northbridge 24
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: No NUMA configuration found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initmem setup node 0 [mem 0x00000000-0x13fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NODE_DATA [mem 0x13fffa000-0x13fffdfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013ba00000-ffff88013f5fffff] on node 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Zone ranges:
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA [mem 0x00001000-0x00ffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA32 [mem 0x01000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Normal [mem 0x100000000-0x13fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Movable zone start for each node
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Early memory node ranges
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0: [mem 0x00001000-0x0009efff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0: [mem 0x00100000-0xaf9f0fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0: [mem 0xafbff000-0xafbfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0: [mem 0x100000000-0x13fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: On node 0 totalpages: 981392
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA zone: 64 pages used for memmap
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA zone: 21 pages reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA zone: 3998 pages, LIFO batch:0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA32 zone: 11176 pages used for memmap
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA32 zone: 715250 pages, LIFO batch:31
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Normal zone: 4096 pages used for memmap
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Normal zone: 262144 pages, LIFO batch:31
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PM-Timer IO Port: 0x408
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Local APIC address 0xfee00000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] disabled)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: IRQ0 used by override.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: IRQ9 used by override.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Using ACPI (MADT) for SMP configuration information
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: HPET id: 0x43538301 base: 0xfed00000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: smpboot: Allowing 4 CPUs, 3 hotplug CPUs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xaf9f1000-0xafacefff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafacf000-0xafbcefff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafbcf000-0xafbfefff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafc00000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec11000-0xfedfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: [mem 0xafc00000-0xdfffffff] available for PCI devices
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Booting paravirtualized kernel on bare hardware
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82752 r8192 d23744 u524288
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcpu-alloc: s82752 r8192 d23744 u524288 alloc=1*2097152
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcpu-alloc: [0] 0 1 2 3
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 966035
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Policy zone: Normal
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8290542b-0457-4fdd-b087-6096554bdcad rw quiet nomodeset
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Checking aperture...
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: No AGP bridge found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Node 0: aperture [bus addr 0x5728000000-0x5729ffffff] (32MB)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Aperture beyond 4GB. Ignoring.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Your BIOS doesn't leave a aperture memory hole
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Please enable the IOMMU option in the BIOS setup
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: This costs you 64MB of RAM
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Mapping aperture over RAM [mem 0xa4000000-0xa7ffffff] (65536KB)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xa4000000-0xa7ffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Memory: 3717040K/3925568K available (5386K kernel code, 897K rwdata, 1712K rodata, 1136K init, 1176K bss, 208528K reserved)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Preemptible hierarchical RCU implementation.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NR_IRQS:8448 nr_irqs:456 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: spurious 8259A interrupt: IRQ7.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Console: colour dummy device 80x25
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: console [tty0] enabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: allocated 15728640 bytes of page_cgroup
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hpet clockevent registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: tsc: Fast TSC calibration using PIT
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: tsc: Detected 2393.931 MHz processor
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.35 BogoMIPS (lpj=7979770)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pid_max: default: 32768 minimum: 301
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Core revision 20140724
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: All ACPI Tables successfully acquired
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Security Framework initialized
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Yama: becoming mindful.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys memory
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys devices
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys freezer
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys net_cls
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys blkio
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: mce: CPU supports 6 MCE banks
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: LVT offset 0 assigned for vector 0xf9
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: process: using AMD E400 aware idle routine
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ftrace: allocating 20687 entries in 81 pages
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: smpboot: CPU0: AMD V160 Processor (fam: 10, model: 06, stepping: 03)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Performance Events: AMD PMU driver.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... version: 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... bit width: 48
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... generic registers: 4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... value mask: 0000ffffffffffff
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... max period: 00007fffffffffff
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... fixed-purpose events: 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... event mask: 000000000000000f
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: process: System has AMD C1E enabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: process: Switch to broadcast mode on CPU0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: x86: Booted up 1 node, 1 CPUs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: smpboot: Total of 1 processors activated (4789.35 BogoMIPS)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: devtmpfs: initialized
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registering ACPI NVS region [mem 0xafacf000-0xafbcefff] (1048576 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pinctrl core: initialized pinctrl subsystem
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RTC time: 23:15:36, date: 01/06/15
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 16
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: cpuidle: using governor ladder
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: cpuidle: using governor menu
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: io port [0, ffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TOM: 00000000c0000000 aka 3072M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [c0000000, cfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d0000000, d41fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d4200000, d43fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d4400000, dfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [e0000000, e0ffffff] ==> none
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [e1000000, febfffff] ==> [f0000000, febfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [fec00000, fffeffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [ffff0000, ffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TOM2: 0000000140000000 aka 5120M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: [bus 00-1f] on node 0 link 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: 00 [io 0x0000-0xffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: 00 [mem 0xc0000000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: 00 [mem 0xf0000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: 00 [mem 0x140000000-0xfcffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: bus type PCI registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: Using configuration type 1 for base access
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Module Device)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Processor Device)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Error: No handler for Region [ECRM] (ffff88013b42ca68) [EmbeddedControl] (20140724/evregion-163)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Error: Region EmbeddedControl (ID=3) has no handler (20140724/exfldio-299)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PB9_.NCRD._STA] (Node ffff88013b42b460), AE_NOT_EXIST (20140724/psparse-536)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Error: Method execution failed [\_SB_.PCI0.PB9_.NCRD._STA] (Node ffff88013b42b460), AE_NOT_EXIST (20140724/uteval-103)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Interpreter enabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: (supports S0 S3 S4 S5)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Using IOAPIC for interrupt routing
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [APPR] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN0] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN1] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN2] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN3] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN4] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpi PNP0A03:00: host bridge window expanded to [mem 0xf0000000-0xffffffff]; [mem 0xf0000000-0xfffdffff] ignored
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpi PNP0A03:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cedff])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI host bridge to bus 0000:00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:00.0: [1022:9601] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: [103c:9602] type 01 class 0x060400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: [1022:9604] type 01 class 0x060400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: [1022:9607] type 01 class 0x060400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: [1022:9608] type 01 class 0x060400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x10: [io 0x6018-0x601f]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x14: [io 0x6024-0x6027]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x18: [io 0x6010-0x6017]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x1c: [io 0x6020-0x6023]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x20: [io 0x6000-0x600f]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x24: [mem 0xd440b000-0xd440b3ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: set SATA to AHCI mode
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.0: reg 0x10: [mem 0xd440a000-0xd440afff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: reg 0x10: [mem 0xd4409000-0xd44090ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.0: reg 0x10: [mem 0xd4408000-0xd4408fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: reg 0x10: [mem 0xd4407000-0xd44070ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.2: reg 0x10: [mem 0xd4400000-0xd4403fff 64bit]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.2: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.5: reg 0x10: [mem 0xd4406000-0xd4406fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd4405000-0xd4405fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.2: reg 0x10: [mem 0xd4404000-0xd44040ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.2: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: [1002:9712] type 00 class 0x030000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: reg 0x14: [io 0x5000-0x50ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: reg 0x18: [mem 0xd4300000-0xd430ffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: reg 0x24: [mem 0xd4200000-0xd42fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.1: [1002:970f] type 00 class 0x040300
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.1: reg 0x10: [mem 0xd4310000-0xd4313fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.1: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [mem 0xd4200000-0xd43fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: reg 0x18: [mem 0xd0010000-0xd0010fff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd000ffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [io 0x3000-0x4fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [mem 0xd3200000-0xd41fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [mem 0xd0000000-0xd10fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpiphp: Slot [1] registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: PCI bridge to [bus 03-05]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [io 0x2000-0x2fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [mem 0xd2200000-0xd31fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [mem 0xd1100000-0xd20fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:06:00.0: [14e4:4727] type 00 class 0x028000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:06:00.0: reg 0x10: [mem 0xd2100000-0xd2103fff 64bit]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:06:00.0: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: PCI bridge to [bus 06]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: bridge window [mem 0xd2100000-0xd21fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: PCI bridge to [bus 07] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [io 0x1000-0x1fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: on NUMA node 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Enabled 5 GPEs in block 00 to 1F
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vgaarb: setting as boot device: PCI:0000:01:05.0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vgaarb: loaded
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vgaarb: bridge control possible 0000:01:05.0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: Using ACPI for IRQ routing
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: pci_cache_line_size set to 64 bytes
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: reserve RAM buffer [mem 0xaf9f1000-0xafffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: reserve RAM buffer [mem 0xafc00000-0xafffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NetLabel: Initializing
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NetLabel: domain hash size = 128
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NetLabel: unlabeled traffic allowed by default
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Switched to clocksource hpet
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp: PnP ACPI init
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0400-0x04cf] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x04d0-0x04d1] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x04d6] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0680-0x06ff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x077a] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c00-0x0c01] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c14] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c50-0x0c52] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c6c] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c6f] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0cd0-0x0cdb] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0220-0x0227] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0260-0x0273] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0800] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0804] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x087f] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0cdc-0x0cdf] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0b00-0x0b0f] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0b20-0x0b3f] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0200-0x027f] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0x00000000-0x0009ffff] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0x000ec000-0x000fffff] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0x00100000-0xbfffffff] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xfeb00000-0xfeb00fff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xffe00000-0xffffffff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN0177 SYN0100 SYN0002 PNP0f13 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp: PnP ACPI: found 5 devices
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [mem 0xd4200000-0xd43fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0xd3200000-0xd321ffff pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [io 0x3000-0x4fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [mem 0xd3200000-0xd41fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [mem 0xd0000000-0xd10fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: PCI bridge to [bus 03-05]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [io 0x2000-0x2fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [mem 0xd2200000-0xd31fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [mem 0xd1100000-0xd20fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: PCI bridge to [bus 06]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: bridge window [mem 0xd2100000-0xd21fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: PCI bridge to [bus 07]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [io 0x1000-0x1fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 18 [mem 0xc0000000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 19 [mem 0xf0000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:01: resource 1 [mem 0xd4200000-0xd43fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:02: resource 0 [io 0x3000-0x4fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:02: resource 1 [mem 0xd3200000-0xd41fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd10fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:03: resource 1 [mem 0xd2200000-0xd31fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:03: resource 2 [mem 0xd1100000-0xd20fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:06: resource 1 [mem 0xd2100000-0xd21fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 0 [io 0x1000-0x1fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 4 [io 0x0000-0x0cf7]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 5 [io 0x0d00-0xffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 7 [mem 0x000c0000-0x000c3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 8 [mem 0x000c4000-0x000c7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 9 [mem 0x000c8000-0x000cbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 10 [mem 0x000d0000-0x000d3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 11 [mem 0x000d4000-0x000d7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 12 [mem 0x000d8000-0x000dbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 13 [mem 0x000dc000-0x000dffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 14 [mem 0x000e0000-0x000e3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 15 [mem 0x000e4000-0x000e7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 16 [mem 0x000e8000-0x000ebfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 17 [mem 0x000ec000-0x000effff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 18 [mem 0xc0000000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 19 [mem 0xf0000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP: reno registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: CLS mismatch (64 != 32), using 64 bytes
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: Video device with shadowed ROM
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Unpacking initramfs...
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Freeing initrd memory: 3232K (ffff8800379a0000 - ffff880037cc8000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI-DMA: Disabling AGP.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI-DMA: aperture base @ a4000000 size 65536 KB
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI-DMA: using GART IOMMU.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: microcode: CPU0: patch_level=0x010000c8
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: LVT offset 1 assigned for vector 0x400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: IBS: LVT offset 1 assigned
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: perf: AMD IBS detected (0x0000001f)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Scanning for low memory corruption every 60 seconds
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initialise system trusted keyring
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: zpool: loaded
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: zbud: loaded
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: VFS: Disk quotas dquot_6.5.2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: msgmni has been set to 7394
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Key type big_key registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: io scheduler noop registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: io scheduler deadline registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: io scheduler cfq registered (default)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcieport 0000:00:04.0: irq 24 for MSI/MSI-X
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcieport 0000:00:07.0: irq 25 for MSI/MSI-X
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcieport 0000:00:09.0: irq 26 for MSI/MSI-X
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vesafb: mode is 1366x768x32, linelength=5504, pages=0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vesafb: scrolling: redraw
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010780000, using 4160k, total 4160k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Console: switching to colour frame buffer device 170x48
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: fb0: VESA VGA frame buffer device
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: GHES: HEST is not enabled!
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hpet_acpi_add: no address or irqs in _CRS
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Linux agpgart interface v0.103
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: rtc_cmos 00:02: RTC can wake from S4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP: cubic registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 10
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 17
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Loading compiled-in X.509 certificates
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: registered taskstats version 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Magic number: 15:578:301
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: tty tty30: hash matches
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: rtc_cmos 00:02: setting system clock to 2015-01-06 23:15:37 UTC (1420586137)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Hibernation image not present or could not be loaded.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Freeing unused kernel memory: 1136K (ffffffff818e2000 - ffffffff819fe000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Write protecting the kernel read-only data: 8192k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Freeing unused kernel memory: 748K (ffff880001545000 - ffff880001600000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Freeing unused kernel memory: 336K (ffff8800017ac000 - ffff880001800000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: random: systemd-tmpfile urandom read with 4 bits of entropy available
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: i8042: Detected active multiplexing controller, rev 1.1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: bus type USB registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usbcore: registered new interface driver usbfs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usbcore: registered new interface driver hub
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: SCSI subsystem initialized
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usbcore: registered new device driver usb
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci: OHCI PCI platform driver
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: QUIRK: Enable AMD PLL fix
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xd440a000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci: EHCI PCI platform driver
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: libata version 3.00 loaded.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 1-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 1-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: debug port 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xd4409000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 2-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 2-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 1-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 1-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ahci 0000:00:11.0: version 3.0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ahci 0000:00:11.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: scsi host0: ahci
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: scsi host1: ahci
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1: SATA max UDMA/133 abar m1024@0xd440b000 port 0xd440b100 irq 19
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata2: SATA max UDMA/133 abar m1024@0xd440b000 port 0xd440b180 irq 19
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 3
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xd4408000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 3-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 3-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: debug port 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xd4407000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 4-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 4-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 3-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 3-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: debug port 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xd4404000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 5-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 5-0:1.0: 4 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xd4406000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 6-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 6-0:1.0: 2 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0xd4405000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 7-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 7-0:1.0: 4 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usb 2-5: new high-speed USB device number 2 using ehci-pci
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: tsc: Refined TSC clocksource calibration: 2394.005 MHz
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1.00: ATA-8: Hitachi HTS545032B9A300, PB3OCA1G, max UDMA/100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1.00: configured for UDMA/100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54503 CA1G PQ: 0 ANSI: 5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata2.00: ATAPI: hp DVDRAM GT30L, mP06, max UDMA/100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata2.00: configured for UDMA/100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: scsi 1:0:0:0: CD-ROM hp DVDRAM GT30L mP06 PQ: 0 ANSI: 5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 62x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] Write Protect is off
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sda: sda1 sda2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usb 3-4: new full-speed USB device number 2 using ohci-pci
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Switched to clocksource tsc
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: random: nonblocking pool is initialized
    Jan 06 17:15:42 HP425-Desktop-A-PC systemd[1]: Cannot add dependency job for unit atieventsd.service, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Sleep Button [SLPB]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Lid Switch [LID]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: input:

  • [Solved] X won't start on Acer Aspire V3-551G-8454 fresh install

    I'm not exactly sure if this is a problem with the switchable graphics, but X has so far failed to start every time.
    This is a new install, so I haven't gotten X to open even once before on this laptop.
    The errors I get in Xorg.0.log:
    (EE) fglrx(0): V_BIOS address 0x99990 out of range
    (EE) fglrx(0): V_BIOS address 0x99990 out of range
    (EE) fglrx(0): DAL initialization failed!
    (EE) fglrx(0): Display Infrastructure Failed
    (EE) fglrx(0): PreInit Failed
    (EE) Screen(s) found, but none have a usable configuration.
    So I'm not sure what exactly to do, because nothing I've tried has made any difference in this error message..
    Last edited by somedude9 (2013-01-18 04:59:03)

    With no xorg.conf, using the open source drivers, I get these errors:
    (EE) Failed to load module: "vesa" (module does not exist, 0)
    (EE) Failed to load module: "modesetting" (module does not exist, 0)
    (EE) Failed to load module: "fbdev" (module does not exist, 0)
    (EE) Screen 0 deleted because of no matching config section.
    (EE) Device(s) detected, but none match those in the config file.
    EDIT: I had blacklisted radeon in /etc/modprobe.d/modprobe.conf when trying to get the catalyst drivers to work. After removing that, I rebooted and was presented with SLiM, which I had installed earlier.
    It would seem that simply installing the open source drivers fixed the problem.
    Last edited by somedude9 (2013-01-18 03:25:13)

  • New install from ftp and cd no sound SOLVED

    Hi,
    I've done everything I can find to get sound on this new ftp install but can't get sound to work with the 2.6.23 kernel.
    I've updated a couple of other systems to the new kernel and it has kept sounds working fine but not this new install. I've unmuted everthing and raised levels etc.
    modprobe .conf has this from running alsaconf
    # --- BEGIN: Generated by ALSACONF, do not edit. ---
    # --- ALSACONF version 1.0.15 ---
    alias snd-card-0 snd-intel8x0
    alias sound-slot-0 snd-intel8x0
    # --- END: Generated by ALSACONF, do not edit. ---
    Please can you give me some tips. I've a feeling it's something silly I've not got quite checked off right in alsamixer.
    /etc/rc.d/alsa start is done and alsa is in my rc.conf daemons.
    Thanks
    Regards
    edit;
    I've done another install from cd this time and said no to update to kernel 2.6.23 so now I've got 2.6.22 and sound still does not work. I've done many Arch installs before and never had this problem. what could I have overlooked? xmms with streamtuner is receiving signal but no sound. No system sounds either.
    Last edited by drum (2007-10-23 12:25:08)

    Nope no errors from VLC or Rhythmbox.
    Though i noticed in the volume mixer, i now have 2 devices, which i don't think i had before...
    Usually i'd have my webcam or usb headset plugged in, but they're not atm, just my soundcard.

  • GDM doesn't show up anymore after installing catalyst, Xorg works fine

    Hi,
    I just installed catalyst-hook from Vi0L0 and my situation is this: when I boot my computer the output on the tty1 gets stucked after the checking the filesystem with systemd-fsck and nothing appears after that, no blinking cursor, no prompt that asks me for a login, no nothing, nothing progress in both textual and graphic modes ; however, if I switch to the 2nd terminal with ALT + F2 I can login and start Xorg via the usual
    startx
    and apparently no session is ever being initiated before that so whatever is happening on tty1 must prevent xorg from even starting a new session.
    What I tried
    The main problem is that I have absolutely no idea what this is about, It could be anything ranging from modprobe to gdm, but since I have an audio card that only works properly when the appropriate configuration in
    /etc/modprobe.d/modprobe.conf
    gets loaded and I can even start a desktop session, I'm assuming that the core stuff on my system ( kernel modules and Xorg ) is working properly .
    [ Test 1 ]
    aticonfig --acpi-services=off
    doesn't fix anything and doesn't make a difference at all
    [ Test 2 ]
    /etc/gdm/custom.conf
    # GDM configuration storage
    [daemon]
    AlwaysRestartServer=true
    [security]
    [xdmcp]
    [greeter]
    [chooser]
    [debug]
    Apparently this should fix the same problem experienced by KDM users; as far as I can tell this changes nothing .
    Bottom line
    I can't get to the GDM login anymore after installing catalyst-hook, I can use the fglrx without any major issue, I can start a desktop session with startx from tty2 and tty1 gets stuck before anything "graphical" can actually appear on the screen and probably non even Xorg gets any chance of running on tty1 .
    What kind of problem is this ?

    arkur wrote:
    clfarron4 wrote:
    Have you seen the catalyst-fix-gdm or the AUR package?
    What happens with another different DM?
    Also I can't find that package with pacman, I also would like to fix this by myself, not because I don't trust the author of the package, but I just don't want to install too many packages and for the core things I would like full access to the essential configuration .
    Anyway it looks like that GDM is the problem this round.
    You won't find it with pacman, because it is in the AUR and you will to compile it to install it.

  • /etc/modprobe.d folder is empty

    My modprobe.d folder is empty.I don't have a modprobe.conf file in it.
    Pacman did not seem to have altered any files in this folder,when I upgraded.
    [2012-01-20 22:47] Running 'pacman -Syu'
    [2012-01-20 22:47] synchronizing package lists
    [2012-01-20 22:47] starting full system upgrade
    [2012-01-20 22:48] upgraded gnome-shell (3.2.2-2 -> 3.2.2.1-1)
    [2012-01-21 09:11] Running 'pacman -Sy'
    [2012-01-21 09:11] synchronizing package lists
    [2012-01-21 09:12] starting full system upgrade
    [2012-01-21 09:13] Running 'pacman -S -u'
    [2012-01-21 09:13] starting full system upgrade
    [2012-01-21 09:15] removed module-init-tools (3.16-3)
    [2012-01-21 09:15] upgraded gnutls (3.0.11-1 -> 3.0.12-1)
    [2012-01-21 09:15] installed kmod (4-1)
    [2012-01-21 09:15] upgraded udev (175-1 -> 177-3)
    [2012-01-21 09:15] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-01-21 09:15] upgraded initscripts (2012.01.2-1 -> 2012.01.3-1)
    [2012-01-21 09:15] upgraded mkinitcpio (0.8.0-3 -> 0.8.2-1)
    [2012-01-21 09:15] upgraded xkeyboard-config (2.4.1-3 -> 2.5-1)
    My system reboots and works fine.What did I miss?
    Last edited by hadrons123 (2012-01-23 03:18:25)

    hadrons123 wrote:But arch didnt do any blacklisting
    I've never used fedora, but arch will not ever do any blacklisting - it doesn't do our thinking for us.  Some arch users need to blacklist some modules.
    If everything is working for you, then it sounds like you are set.  You can add .conf files to that directory and they will be used by kmod the same as they would have been by modprobe.
    As for the differences, if some modules were blacklisted for you by a fedora install or some other automatic process, perhaps it was to liberal and it listed some that wouldn't bother your system.  If you're curious you could try removing some to see if everything still works.
    But as they say, if it aint broke ...

  • Cannot install Arch on raid0 (kernel panics)

    I followed the Howto in the wiki to install Arch on a Raid 0 array, but when trying to boot I keep getting errors that boil down to "no filesystem could mount root" followed by a kernel panic.
    I modified the howto to my needs:
    - created a Raid 0 array using mdadm from logical partitions /dev/sda7 and /dev/sdb7. /dev/sda6 will be /boot and /dev/sdb6 will be swap (both not in raid, of course)
    - Put filesystems in place (tried Reiserfs and ext3 for the array; ext2 for /boot seems to be fine as the boot does initialize)
    - mounting of array to /mnt
    - Edit configfiles. Mkinitcpio is the important one, I feel:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="pata_jmicron ata_generic ahci ata_piix sata_sil24 raid0"
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'modload' may be used in place of 'udev', but is not recommended
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev ide scsi sata usb filesystems"
    # This setup assembles an ide raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev ide raid encrypt filesystems"
    # This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata raid usbinput keymap filesystems"
    md=0,/dev/sda7,/dev/sdb7
    I also tried adding reisferfs to 'modules' and using rootfstype=reiserfs as a kernel parameters.
    - Install kernel
    - Chrooting into the basesystem and run mdadm -D -scan >> /etc/mdadm.conf
    - Editing menu.lst of an existing installation (Ubuntu, in which incidentally raid0 runs fine)
    title Arch Linux
    root (hd0,5)
    kernel /vmlinuz26 root=/dev/md0 ro md=0,/dev/sda7,/dev/sdb7
    What am I doing wrong? I know there's something about creating nodes, but I cannot find any useful information on it. Also, perhaps I am simply missing a module?
    Last edited by crakie (2007-06-05 17:31:09)

    Still no dice I cannot find anything out of order.
    lshdw:
    00:00.0 Host bridge: Intel Corporation|Memory Controller Hub (unknown)
    00:01.0 PCI bridge: Intel Corporation|PCI Express Root Port (unknown)
    00:1a.0 USB Controller: Intel Corporation|USB UHCI Controller #4 (unknown)
    00:1a.1 USB Controller: Intel Corporation|USB UHCI Controller #5 (unknown)
    00:1a.7 USB Controller: Intel Corporation|USB2 EHCI Controller #2 (unknown)
    00:1b.0 Audio device: Intel Corp.|ICH8 HD Audio DID (snd-hda-intel)
    00:1c.0 PCI bridge: Intel Corporation|PCI Express Port 1 (unknown)
    00:1c.2 PCI bridge: Intel Corporation|PCI Express Port 3 (unknown)
    00:1c.3 PCI bridge: Intel Corporation|PCI Express Port 4 (unknown)
    00:1c.4 PCI bridge: Intel Corporation|PCI Express Port 5 (unknown)
    00:1c.5 PCI bridge: Intel Corporation|PCI Express Port 6 (unknown)
    00:1d.0 USB Controller: Intel Corporation|USB UHCI Controller #1 (unknown)
    00:1d.1 USB Controller: Intel Corporation|USB UHCI Controller #2 (unknown)
    00:1d.2 USB Controller: Intel Corporation|USB UHCI Controller #3 (unknown)
    00:1d.7 USB Controller: Intel Corporation|USB2 EHCI Controller #1 (unknown)
    00:1e.0 PCI bridge: Intel Corp.|82820 815e (Camino 2) Chipset PCI (hw_random)
    00:1f.0 ISA bridge: Intel Corporation|LPC Interface Controller (unknown)
    00:1f.2 IDE interface: Intel Corporation|SATA Controller 1 cc=IDE (ata_piix)
    00:1f.3 SMBus: Intel Corporation|SMBus Controller (i2c-i801)
    00:1f.5 IDE interface: Intel Corporation|SATA Controller 2 cc=IDE (ata_piix)
    01:00.0 VGA compatible controller: nVidia Corp.|GeForce 7600 GT (vesa)
    03:00.0 Ethernet controller: Realtek Semiconductor|RTL-8168 PCI-E Gigabit Ethernet (r8169)
    04:00.0 Mass storage controller: Silicon Image Inc.|SiI 3132 PCI-X Serial ATA Controller (sata_sil24)
    05:00.0 Ethernet controller: Realtek Semiconductor|RTL-8168 PCI-E Gigabit Ethernet (r8169)
    06:00.0 SATA controller: JMicron Technologies, Inc.|JMicron 20360/20363 AHCI Controller (ahci)
    06:00.1 IDE interface: JMicron Technologies, Inc.|JMicron 20360/20363 AHCI Controller (ahci)
    07:02.0 FireWire (IEEE 1394): Texas Instruments|TSB43AB22 IEEE1394a-2000 OHCI PHY/Link-Layer Ctrlr (ohci1394)
    07:05.0 Multimedia video controller: Conexant Inc.|iTVC15 MPEG Coder (ivtv)
    005:001 USB Hub: Virtual|Hub (hub)
    005:002 USB Human Interface Devices: USB Gaming Mouse [/dev/input/mice] (usbhid)
    002:001 USB Hub: Virtual|Hub (hub)
    007:001 USB Hub: Virtual|Hub (hub)
    006:001 USB Hub: Virtual|Hub (hub)
    001:001 USB Hub: Virtual|Hub (hub)
    004:001 USB Hub: Virtual|Hub (hub)
    003:001 USB Hub: Virtual|Hub (hub)
    ---:--- Mouse: PS/2 Mouse port [/dev/psaux] (msintellips/2)

Maybe you are looking for

  • Adobe Acrobat 9 Pro - I/O error message when saving

    I'm trying to save an 823KB PDF file that I've worked on many times before and saved successfully in the past, but now when I try to save I get an error message that says "The docuement can not be saved. A file I/O error has occured." I really don't

  • *DHCP Server: %DHCP-3-ADDR_NOTIN_POOL: pools.c:158 Error: Ip Address 0.0.0.0 is not in pool (10.0.1.4- 10.0.1.254)

     Anyone have knowledge about this error: *DHCP Server: Jul 19 12:58:19.565: %DHCP-3-ADDR_NOTIN_POOL: pools.c:158 Error: Ip Address 0.0.0.0 is not in pool (10.0.1.4-> 10.0.1.254) I am using DHCP Server of 5508 Software Version 7.0.98.0 and the attache

  • Online Java courses ?

    Folks, Does anyone know of a good online Java course where there are server resources available for uploading servlets and connecting to database, etc. and testing them in a client/server environment ? Some of the tutorials are great, but you need a

  • ERR_DBMSRV_NOSTART error

    Hi, I had installed an Application server for dialog instance two days before, and I have scheduled the background job for backup from DB13, but from the time i had started the application server, my jobs related to database are not getting executed,

  • Iphoto 08 slideshow music not playing

    After making a slideshow with iphoto I mixed some songs together using garageband, then exported the mixed songs to iTunes. But when I choose that track in iTunes for my slideshow it doesn't play. I've tried a bunch of other songs they won't play eit