[Solved] Missing Kernel header? 3.9.5.1-ARCH

Every time I try to compile something from AUR, I get an error of this form:
make -C pommed OFLIB=
make[1]: Entering directory `/home/jamie/pommed-1.39/pommed'
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/alsa -DNO_SYS_INOTIFY_H -DNO_SYS_TIMERFD_H -c -o evloop.o evloop.c
In file included from /usr/include/stdio.h:27:0,
from evloop.c:20:
/usr/include/features.h:375:25: fatal error: sys/cdefs.h: No such file or directory
# include <sys/cdefs.h>
^
compilation terminated.
make[1]: *** [evloop.o] Error 1
make[1]: Leaving directory `/home/jamie/pommed-1.39/pommed'
make: *** [pommed] Error 2
inside /usr/include/sys I only have:
/usr/include/sys:
acl.h
Should cdefs.h be there? I tried reinstalling linux-headers, with the same result.
Last edited by jameh0 (2013-06-14 23:28:56)

% pkgfile /usr/include/sys/cdefs.h
core/glibc
Try reinstalling it.

Similar Messages

  • [SOLVED] Missing Kernel Headers for Catalyst

    Hello Everyone,
    I am a new Arch guy! I am from the ubuntu world.  Love the new arch install, I have installed my own DE.
    I use a Radeon HD 68xx so I need the catalyst drivers.
    I have tried installing them via: sudo pacman -S catalyst-dkms catalyst-utils    (per the wiki)
    It gets to the end and gives me this message:
    DKMS: add completed.
    Error! echo
    Your kernel headers for kernel 3.6.2-1-ARCH cannot be found at
    /usr/lib/modules/3.6.2-1-ARCH/build or /usr/lib/modules/3.6.2-1-ARCH/source.
    error: command failed to execute correctly
    Can anybody assist on how I get the kernel headers?  As far as I understood, they should be included in Arch.
    Last edited by luis84 (2012-10-19 03:08:17)

    drewofdoom wrote:
    do this:
    sudo pacman -Sy linux-headers
    Don't use 'pacman -Sy foo' - it may lead to breakage https://bbs.archlinux.org/viewtopic.php?id=89328

  • OWSM SAML Verify step problem: Missing Security Header in SOAP message

    I'm having a problem with SAML steps. From gateway log:
    2008-09-17 13:21:32,987 INFO [HTTPThreadGroup-58] saml.InsertSAMLSVStep - User attributes map set to generate the attribute assertions: null
    2008-09-17 13:21:33,034 INFO [HTTPThreadGroup-60] saml.SAMLProcessor - Assertion Major Version :1 , Minor Version :1
    2008-09-17 13:21:33,034 WARNING [HTTPThreadGroup-60] saml.SAMLProcessor - SAML Assertion verification error: An invalid token was provided
    2008-09-17 13:21:33,034 WARNING [HTTPThreadGroup-60] saml.VerifySAMLStep - SAML Token verification failed:
    2008-09-17 13:21:33,096 SEVERE [HTTPThreadGroup-58] wssecurity.OSDTWSSecurity - Missing Security Header in SOAP message
    2008-09-17 13:21:33,096 WARNING [HTTPThreadGroup-58] wssecurity.SecurityBaseStep - Failure while applying XML Security
    FAULT CODE: InvalidSecurity FAULT MESSAGE: Missing WS Security header in the SOAP message
    at com.cfluent.policysteps.security.wssecurity.OSDTWSSecurity.decryptVerify(OSDTWSSecurity.java:369)
    at com.cfluent.policysteps.security.wssecurity.DecryptStep.performXmlSecurity(DecryptStep.java:131)
    at com.cfluent.policysteps.security.wssecurity.SecurityBaseStep.execute(SecurityBaseStep.java:238)
    at com.cfluent.pipelineengine.container.DefaultPipeline.executeStep(DefaultPipeline.java:124)
    but the wsse:Security header with SAML assertion IS confirmed in the incoming message log. Anybody seen this issue?

    Below is the log of the incoming message just prior to the failing SAML Verify step:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://exception.common.periop.gehc.com" xmlns:ns1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:ns2="http://www.patient.patientmanager.periop.gehc.com/service/" xmlns:ns3="http://entity.common.periop.gehc.com" xmlns:ns4="http://entity.patient.patientmanager.periop.gehc.com" xmlns:ns5="http://entity.allergy.patientmanager.periop.gehc.com" xmlns:ns6="http://pdo.domain.customizer.periop.gehc.com" xmlns:ns7="http://entity.cases.scheduler.periop.gehc.com" xmlns:ns8="http://entity.insurance.patientmanager.periop.gehc.com">
    - <env:Header>
    - <ns1:Security>
    - <saml:Assertion MajorVersion="1" MinorVersion="1" AssertionID="158RBY2QvCFPiTqdXYWh9A22" IssueInstant="2008-09-17T19:58:43Z" Issuer="GE" xmlns="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">
    <saml:Conditions NotBefore="2008-09-17T19:58:13Z" NotOnOrAfter="2008-09-17T19:59:43Z" />
    - <saml:AuthenticationStatement AuthenticationInstant="2008-09-17T19:58:43Z" AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:password">
    - <saml:Subject>
    <saml:NameIdentifier NameQualifier="www.ge.com" Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">gowri</saml:NameIdentifier>
    - <saml:SubjectConfirmation>
    <saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:sender-vouches</saml:ConfirmationMethod>
    </saml:SubjectConfirmation>
    </saml:Subject>
    </saml:AuthenticationStatement>
    </saml:Assertion>
    </ns1:Security>
    </env:Header>
    - <env:Body>
    - <ns2:getPatient>
    <ns2:patientId>137115</ns2:patientId>
    </ns2:getPatient>
    </env:Body>
    </env:Envelope>

  • Yum config, kernel-header, and VBox guest additions

    It appears that I've entered the Twilight Zone in dealing with kernel-header issues and installing OL 5.7 under VBox.
    After using VMWorkstation quite happily for a few years, I've decided to give VBox a try. First I struggled with the differences in the way the two products handled networking (host-only and NAT), now I am struggling with getting VBox Guest Additions installed.
    The first thing I do after initial OS installation is configure for the public yum server. Next I try to install the Guest Additions - mostly so I can share a directory with the host OS (Win 7) and pull in a bunch of standard scripts, Oracle DB install media, etc. Running the Guest Addition install - VBoxLinuxAdditions.run - complains about packgages, so I get them installed, and finally it complains about the kernel headers - unable to find source of kernel.
    Looking around the web there seem to be a lot of 'this worked for me' -- with every solution being a bit different in critical details. I'd like to find not only a solution that will work for me, but also some explanation of the principals involved.
    I'm beginning to suspect it may have to do with exactly how one configures 'public-yum-el5.repo'. I've always just enabled the section [el5_u7_base] (enabled=1) and left all other sections with 'enabled=0'. (and the 'u7' could vary, depending on what version I'm working with -- I've used 5.5 and 5.7). I just now built a new machine to try to crack this problem, and this time paid a lot more attention to what else was in the yum repo file. I noticed that not only are the '[el5_u(something)_base] sections:
    [el5_latest]
    [el5_ga_base]
    [el5_u1_base]
    [el5_u2_base]
    [el5_u3_base]
    [el5_u4_base]
    [el5_u5_base]but also "ol" sections and "ol - UEK" sections:
    [ol5_u5_base]
    [ol5_u6_base]
    [ol5_u7_base]
    [ol5_u8_base]
    [el5_addons]
    [el5_oracle_addons]
    [ol5_UEK_latest]
    [ol5_UEK_base]
    [el5_unsupported]I'm guessing that since "Oracle Enterprise Linux" is now simply "Oracle Linux", I should be using one of the "ol5" sections, and probably the 'ol5_UEK_latest'. Here's what I have actually installed for an OS:
    [root@vblnxsrv01 yum.repos.d]# uname -a
    Linux vblnxsrv01.vbdomain 2.6.32-200.13.1.el5uek #1 SMP Wed Jul 27 21:02:33 EDT 2011 x86_64 x86_64 x86_64 GNU/LinuxCan anyone clarify how these fit together, or point me to documentation to do so?
    thanks.

    DBA(t home) wrote:
    After using VMWorkstation quite happily for a few years, I've decided to give VBox a trywhy now VBox? what is better?I'm beginning to wonder, myself!
    I could really vent, but I dont' want to come off sounding like some of the vistors to the db forum that complain because Oracle isn't just re-badged SQL Server. But every step has been a struggle for what appears to me to be no good reason. When I first started building personal test systems with VMware, I'd never built a *nix system for myself, and had a lot to learn.  But I pretty well had it down in a weekend.  This struggle with VBox has been much more difficult.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • [solved] lirc_atiusb kernel 2.6.29 kernel panic

    Ever since, Kernel 2.6.29, I have been trying to upgrade the kernel.  I get a Kernel Panic when loading LIRC module : lirc_atiusb on any kernel > 2.6.29.
    This is forcing me to stay put on 2.6.29 because I need a working remote.
    On LIRC web site it says tested with kernel 2.6.31.  With Arch Linux package I get the panic and with LIRC latest CVS I get the panic.
    Has anyone heard if this is happening only on Arch Linux system?
    I joined the LIRC mailing list but no one has responded and there is no news about it on their web site.
    Thanks
    JJ
    Last edited by jesso (2009-10-15 00:37:02)

    JohannesE wrote:
    I also had problem using the lirc_atiusb module. You could try the userspace driver for your remote wich is working perfectly for me.
    Setting the driver to "atilibusb" in /etc/conf.d/lircd should work.
    I cannot get that to work with this Snapstream Firefly remote. Plus I believe atilibusb is now unsupported in the latest version of LIRC.
    You know I have Arch Linux on my Laptop, with the latest kernel and the module loads fine there. But not on my PC. 
    Both Systems are up to date.
    Could be hardware related I guess?
    Anyway I believe I am stuck with 2.6.29 for now.

  • [solved] catalyst: Building fglrx module for 3.0-ARCH failing

    I'm running Arch on my laptop since some time now.
    Lately I've done some updates and encountered a problem with my ati (catalyst driver).
    Everytime the auto-build module tries to compile, I'm getting an error:
    $ sudo catalyst_build_module allg
    Building fglrx module for 3.0-ARCH kernel ...
    Failed!!! Check out log: /var/log/catalyst-install.log
    this is what gets logged:
    2011-08-29 15:52:07
    Building fglrx module for 3.0-ARCH kernel ...
    Kernel header files are absent: directory /lib/modules/3.0-ARCH/build doesn't exist! Game over
    I checked it and that build directory is obviously really missing.
    I appreciate any help from you guys, since it's really odd to work on this laptop without the correct graphics drivers..
    this is my video card:
    # lspci -v | grep "VGA"
    01:00.0 VGA compatible controller: ATI Technologies Inc Redwood [Radeon HD 5600 Series] (prog-if 00 [VGA controller])
    please let me know if you need more information and thanks in advance for your help!
    Last edited by derblub (2011-08-29 16:39:22)

    well, ok - this was too oblivious now
    thank you very much!

  • Kernel upgrade issues (missing kernel modules?) [SOLVED]

    A couple of days ago I set up a new system.
    Worked just fine so far. However, today after a kernel upgrade I got these issues:
    -> Running build hook: [fsck]
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ata_generic.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ata_piix.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_acpi.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-a4tech.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-apple.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-axff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-belkin.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-cherry.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-chicony.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-cypress.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-dr.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-elecom.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-emsff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-ezkey.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-gaff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-gyration.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-holtekff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-hyperv.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-kensington.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-keytouch.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-kye.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-lcpower.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-logitech-dj.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-logitech.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-magicmouse.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-microsoft.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-monterey.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-multitouch.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-ntrig.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-ortek.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-petalynx.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-picolcd.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-pl.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-primax.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-prodikeys.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-arvo.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-common.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-isku.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-kone.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-koneplus.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-kovaplus.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat-pyra.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-roccat.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-samsung.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-sjoy.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-sony.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-speedlink.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-sunplus.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-tmff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-topseed.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-twinhan.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-uclogic.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-wacom.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-waltop.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-wiimote.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-zpff.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/hid-zydacron.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/hid/usbhid/usbhid.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/scsi/sd_mod.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/scsi/sr_mod.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/usb/host/ehci-hcd.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/usb/host/uhci-hcd.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/fs/ext4/ext4.ko': No such file or directory
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.3.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [pata]
    -> Running build hook: [scsi]
    -> Running build hook: [sata]
    -> Running build hook: [filesystems]
    -> Running build hook: [usbinput]
    -> Running build hook: [fsck]
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ahci.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ahci_platform.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ata_generic.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/ata_piix.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_acpi.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_ali.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_amd.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_arasan_cf.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_artop.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_atiixp.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_atp867x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cmd640.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cmd64x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cs5520.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cs5530.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cs5535.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cs5536.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_cypress.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_efar.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_hpt366.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_hpt37x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_hpt3x2n.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_hpt3x3.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_isapnp.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_it8213.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_it821x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_jmicron.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_legacy.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_marvell.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_mpiix.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_netcell.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_ninja32.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_ns87410.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_ns87415.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_oldpiix.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_opti.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_optidma.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_pcmcia.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_pdc2027x.ko': No such file or directory
    cp: cannot stat '/lib/modules/3.3.8-1-ARCH/kernel/drivers/ata/pata_pdc202xx_old.ko': No such file or directory
    you get the idea.
    Now upon inspection of my system I found that my /lib/modules/3.3.8-1-ARCH/kernel/ looks like this:
    lrwxrwxrwx 1 root root 24 Jun 5 09:30 extramodules -> ../extramodules-3.3-ARCH
    drwxr-xr-x 12 root root 4096 Jun 5 09:29 kernel
    -rw-r--r-- 1 root root 703194 Jun 5 09:29 modules.alias
    -rw-r--r-- 1 root root 688762 Jun 5 09:29 modules.alias.bin
    -rw-r--r-- 1 root root 2702 Jun 5 09:29 modules.builtin
    -rw-r--r-- 1 root root 3579 Jun 5 09:29 modules.builtin.bin
    -rw-r--r-- 1 root root 346682 Jun 5 09:29 modules.dep
    -rw-r--r-- 1 root root 483093 Jun 5 09:29 modules.dep.bin
    -rw-r--r-- 1 root root 353 Jun 5 09:29 modules.devname
    -rw-r--r-- 1 root root 116651 Jun 5 09:29 modules.order
    -rw-r--r-- 1 root root 131 Jun 5 09:29 modules.softdep
    -rw-r--r-- 1 root root 280312 Jun 5 09:29 modules.symbols
    -rw-r--r-- 1 root root 355147 Jun 5 09:29 modules.symbols.bin
    so it makes sense that the directory and files are not found. The question is where is the problem?
    Was my Arch web install bad or is there a problem with today's kernel upgrade?
    R.
    Last edited by ralvez (2012-06-11 23:58:56)

    ralvez wrote:
    Terminator & Gcool,
    Thank you both for your help.
    I ended up following the link Terminator posted in his reply and I was able to solve the problem.
    Unlike pineapple-biku (in the aforementioned thread) I did not chroot my machine I just:
    pacman -S udev
    pacman -S mkinitcpio
    mkinitcpio -p linux
    pacman -S linux
    and that solved the problem.
    It's odd, however, the number of people having similar problems upgrading the kernel ... seems like there is a bug somewhere that seems to
    affect people that "meet certain criteria".
    Thanks gain guys!!
    R.
    Note that all the missing modules are '.ko', rather than the gzipped '.ko.gz' that you should expect with the arch kernel. This indicates that depmod failed when you installed the kernel.

  • Missing kernel symlink following upgrade? [SOLVED]

    I just updated my system and went to change my /boot/grub/menu.lst to point to the new kernel images rather than the symlinks.
    following that I went to remove the symlinks but found that there wasn't one for the vmlinuz image (just the ramdisk ones)
    obviously this hasn't caused me any problems because I edited my bootloader before rebooting but I was wondering if this were the case for others who upgraded or it was some weird quirk on my system?
    Obviously if it's a bug it's pretty important but just wanted to check that I'm not missing something obvious? anyone else had this issue?
    Last edited by kennyd (2011-08-07 20:55:53)

    graysky wrote:
    This is by design.
    http://mailman.archlinux.org/pipermail/ … 21214.html
    ah, thanks.  silly me.  I had a custom 3.0 kernel installed :S  that explains that then, my bad. 
    I shall mark the thread solved then go beat myself up for being stoopid. 
    Last edited by kennyd (2011-08-07 20:56:23)

  • [Solved] Compiling kernel with 'localmodcfg' - 'brcmsmac' missing

    Hi all,
    I want to compile my own optimized ck-kernel with localmodcfg="y" which works mostly.
    However there is a small problem.
    The module 'brcmsmac' for the WLAN card is never included although it is listed in my modprobed.db.
    Does someone have any clue what could be the cause?
    Thanks
    Radioactiveman
    Last edited by Radioactiveman (2012-01-13 16:36:15)

    A minor fix for the patch by Steven Rostedt solved my issue.
    I have compiled linux-ck 3.2.1-2 with localmodconfig today and brcmsmac is now included.
    Marking the thread as solved, thanks to Steve.
    Patch file:
    diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
    index ec7afce..bccf07d 100644
    --- a/scripts/kconfig/streamline_config.pl
    +++ b/scripts/kconfig/streamline_config.pl
    @@ -250,33 +250,61 @@ if ($kconfig) {
    read_kconfig($kconfig);
    +sub convert_vars {
    + my ($line, %vars) = @_;
    +
    + my $process = "";
    +
    + while ($line =~ s/^(.*?)(\$\((.*?)\))//) {
    + my $start = $1;
    + my $variable = $2;
    + my $var = $3;
    +
    + if (defined($vars{$var})) {
    + $process .= $start . $vars{$var};
    + } else {
    + $process .= $start . $variable;
    + }
    + }
    +
    + $process .= $line;
    +
    + return $process;
    +}
    +
    # Read all Makefiles to map the configs to the objects
    foreach my $makefile (@makefiles) {
    - my $cont = 0;
    + my $line = "";
    + my %make_vars;
    open(MIN,$makefile) || die "Can't open $makefile";
    while (<MIN>) {
    + # if this line ends with a backslash, continue
    + chomp;
    + if (/^(.*)\\$/) {
    + $line .= $1;
    + next;
    + }
    +
    + $line .= $_;
    + $_ = $line;
    + $line = "";
    +
    my $objs;
    - # is this a line after a line with a backslash?
    - if ($cont && /(\S.*)$/) {
    - $objs = $1;
    - $cont = 0;
    + $_ = convert_vars($_, %make_vars);
    # collect objects after obj-$(CONFIG_FOO_BAR)
    if (/obj-\$\((CONFIG_[^\)]*)\)\s*[+:]?=\s*(.*)/) {
    $var = $1;
    $objs = $2;
    +
    + # check if variables are set
    + } elsif (/^\s*(\S+)\s*[:]?=\s*(.*\S)/) {
    + $make_vars{$1} = $2;
    if (defined($objs)) {
    - # test if the line ends with a backslash
    - if ($objs =~ m,(.*)\\$,) {
    - $objs = $1;
    - $cont = 1;
    foreach my $obj (split /\s+/,$objs) {
    $obj =~ s/-/_/g;
    if ($obj =~ /(.*)\.o$/) {
    Last edited by Radioactiveman (2012-01-13 16:37:06)

  • [SOLVED] Missing acpi hwmon sysfs interface on Eeepc 1000H

    Hi,
    I am running a fresh install using Linux 3.15.8-1-ARCH kernel on Asus Eeepc 1000H and there is a problem with the detected thermal sensors.
    After configuring sensors using sensors-detect (yes to all answers, full detection), I only get this:
    $ sensors
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0:        +4.0°C  (crit = +90.0°C)
    eeepc-isa-0000
    Adapter: ISA adapter
    fan1:         970 RPM
    It misses the acpitz-virtual-0 corresponding to the acpi thermal zone which temperature can be read in /sys/class/thermal/thermal_zone0/temp and with "acpi -t" command.
    Unfortunately, the temperature reported by coretemp-isa-0000 sensor is wildly wrong, and cannot be used to drive fancontrol, whereas the acpi temperature is correct.
    I checked that hwmon, thermal_sys, coretemp and eeepc_laptop modules are loaded.
    I also tried to add /etc/sensors.d/EeePC-0123456789 as said in https://forums.archlinux.fr/topic14506.html (french):
    chip "acpitz-virtual-0"
      label temp1 "temp1"
      compute temp1 @-20,@-20
      label temp2 "Core 0"
      compute temp2 @-20,@-20
    but I am not able to get the desired output of sensors -u. all I get is that:
    $ sensors -u
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0:
      temp2_input: 2.000
      temp2_crit: 90.000
      temp2_crit_alarm: 0.000
    eeepc-isa-0000
    Adapter: ISA adapter
    fan1:
      fan1_input: 980.000
    I also tried to install acpi-eeepc-generic from AUR, but unsurprisingly, it did not change anything.
    All I can tell about former behaviour is that I had no problem running sensors and using fancontrol with Xubuntu 12.04 which uses 3.2.0 kernel.
    Can someone give me a clue of what is going on here about missing acpitz-virtual-0 sensor ?
    Best regards,
    archer38
    Last edited by archer38 (2015-06-03 14:53:13)

    The computer is now broken, so marking thread as solved even if the issue has not been really solved.

  • [solved] after kernel upgrade screen flickering in gdm

    Hi,
    after the recent kernel-upgrade to 4.0.1-1-ARCH i have an ugly behavior. The bottom half of my screen flickers while on gdm. After login to gnome everything is normal and I have no problems. But in gdm the screen is flickering which is really annoying. I never had this behavior before. My laptop has such an hybrid graphics stack with intel and ati. Here are some logfiles but I cant find anything suspicious. Has anyone any idea what could be the cause of this behavior or which logfile to log into?
    greetings
    % lspci |grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff)
    Xorg.log:
    -- Logs begin at Mo 2014-04-21 18:45:38 CEST, end at Mo 2015-05-04 20:01:25 CEST. --
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): Default visual is TrueColor
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): RGB weight 888
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Using 8 bits per RGB (8 bit DAC)
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (--) RADEON(G0): Chipset: "CAICOS" (ChipID = 0x6760)
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading sub module "dri2"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) LoadModule: "dri2"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Module "dri2" already built-in
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading sub module "exa"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) LoadModule: "exa"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading /usr/lib/xorg/modules/libexa.so
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Module exa: vendor="X.Org Foundation"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: compiled for 1.17.1, module version = 2.6.0
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: ABI class: X.Org Video Driver, version 19.0
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): KMS Color Tiling: enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): KMS Color Tiling 2D: enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): KMS Pageflipping: enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): SwapBuffers wait for vsync: enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Output VGA-1-1 has no monitor section
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): EDID for output VGA-1-1
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): mem size init: gart size :3fdde000 vram size: s:40000000 visible:3f88b000
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): EXA: Driver will allow EXA pixmaps in VRAM
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): DPI set to (96, 96)
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading sub module "fb"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) LoadModule: "fb"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading /usr/lib/xorg/modules/libfb.so
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Module fb: vendor="X.Org Foundation"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: compiled for 1.17.1, module version = 1.0.0
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: ABI class: X.Org ANSI C Emulation, version 0.4
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Loading sub module "ramdac"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) LoadModule: "ramdac"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Module "ramdac" already built-in
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "modesetting"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Unloading modesetting
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "fbdev"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Unloading fbdev
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UnloadSubModule: "fbdevhw"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Unloading fbdevhw
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "vesa"
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Unloading vesa
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) Depth 24 pixmap format is 32 bpp
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [DRI2] Setup complete
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [DRI2] DRI driver: r600
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [DRI2] VDPAU driver: r600
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Front buffer size: 3072K
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): VRAM usage limit set to 934023K
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): Backing store enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Direct rendering enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) EXA(256): Driver allocated offscreen pixmaps
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) EXA(256): Driver registered support for the following operations:
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Solid
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Copy
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) Composite (RENDER acceleration)
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) UploadToScreen
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) DownloadFromScreen
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Acceleration enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): DPMS enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) RADEON(G0): Silken mouse enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): Set up textured video
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [XvMC] Associated with Radeon Textured Video.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): [XvMC] Extension initialized.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) RADEON(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) intel(0): Backing store enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) intel(0): Silken mouse enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): HW Cursor enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) intel(0): DPMS enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (==) intel(0): display hotplug detection enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): [DRI2] Setup complete
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): [DRI2] DRI driver: i965
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): [DRI2] VDPAU driver: i965
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): direct rendering: DRI2 enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): hardware support for Present enabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (--) RandR disabled
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_ARB_create_context
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_ARB_create_context_profile
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_INTEL_swap_event
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_ARB_fbconfig_float
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: enabled GLX_ARB_create_context_robustness
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) AIGLX: Loaded and initialized i965
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) GLX: Initialized DRI2 GL provider for screen 0
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
    Apr 08 22:19:58 cyph gdm-Xorg-:0[358]: (II) intel(0): Setting screen physical size to 423 x 238
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Power Button (/dev/input/event4)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) LoadModule: "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Module evdev: vendor="X.Org Foundation"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: compiled for 1.17.1, module version = 2.9.2
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: Module class: X.Org XInput Driver
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: ABI class: X.Org XInput driver, version 21.0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Power Button'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Power Button: Device: "/dev/input/event4"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Power Button: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Power Button: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: > Ignoring extra symbols
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: Errors from xkbcomp are not fatal to the X server
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Video Bus'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Video Bus: Device: "/dev/input/event9"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Video Bus: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Video Bus: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10/event9"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Video Bus'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Video Bus: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Video Bus: Device: "/dev/input/event8"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Video Bus: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Video Bus: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/LNXVIDEO:00/input/input9/event8"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Power Button (/dev/input/event3)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Power Button'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Power Button: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Power Button: Device: "/dev/input/event3"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Power Button: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Power Button: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event3"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event14)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event14"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc050
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C050.0001/input/input15/event14"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 10)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse1)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HP Webcam-101 (/dev/input/event15)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Webcam-101: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Webcam-101: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'HP Webcam-101'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Webcam-101: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: HP Webcam-101: Device: "/dev/input/event15"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP Webcam-101: Vendor 0x4f2 Product 0xb249
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP Webcam-101: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: HP Webcam-101: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input16/event15"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "HP Webcam-101" (type: KEYBOARD, id 11)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) AT Translated Set 2 keyboard: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: AT Translated Set 2 keyboard: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) LoadModule: "synaptics"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Module synaptics: vendor="X.Org Foundation"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: compiled for 1.17.1, module version = 1.8.2
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: Module class: X.Org XInput Driver
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: ABI class: X.Org XInput driver, version 21.0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "Device" "/dev/input/event7"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5728 (res 46)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4828 (res 70)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "TapButton1" "1"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "TapButton2" "2"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "TapButton3" "3"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event7"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) No input driver specified, ignoring this device.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) This device may have been added with another device file.
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event1)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Wireless hotkeys: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Wireless hotkeys: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'HP Wireless hotkeys'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP Wireless hotkeys: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: HP Wireless hotkeys: Device: "/dev/input/event1"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP Wireless hotkeys: Vendor 0 Product 0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP Wireless hotkeys: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: HP Wireless hotkeys: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/virtual/input/input2/event1"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 14)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) HP WMI hotkeys: always reports core events
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) evdev: HP WMI hotkeys: Device: "/dev/input/event6"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (--) evdev: HP WMI hotkeys: Found keys
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) evdev: HP WMI hotkeys: Configuring as keyboard
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event6"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 15)
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_rules" "evdev"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_model" "pc104"
    Apr 08 22:19:59 cyph gdm-Xorg-:0[358]: (**) Option "xkb_layout" "de"
    Apr 08 22:20:07 cyph gdm-Xorg-:0[358]: (II) intel(0): EDID vendor "AUO", prod id 5022
    Apr 08 22:20:07 cyph gdm-Xorg-:0[358]: (II) intel(0): Printing DDC gathered Modelines:
    Apr 08 22:20:07 cyph gdm-Xorg-:0[358]: (II) intel(0): Modeline "1600x900"x0.0 107.80 1600 1648 1680 1966 900 903 909 912 -hsync -vsync (54.8 kHz eP)
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: > Ignoring extra symbols
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: > Ignoring extra symbols
    Apr 08 22:20:15 cyph gdm-Xorg-:0[358]: Errors from xkbcomp are not fatal to the X server
    Apr 08 22:29:04 cyph gdm-Xorg-:0[358]: (II) config/udev: removing device Logitech USB-PS/2 Optical Mouse
    Apr 08 22:29:04 cyph gdm-Xorg-:0[358]: (II) evdev: Logitech USB-PS/2 Optical Mouse: Close
    Apr 08 22:29:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 22:29:06 cyph gdm-Xorg-:0[358]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Apr 08 22:29:06 cyph gdm-Xorg-:0[358]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Apr 08 22:29:06 cyph gdm-Xorg-:0[358]: > Ignoring extra symbols
    Apr 08 22:29:06 cyph gdm-Xorg-:0[358]: Errors from xkbcomp are not fatal to the X server
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: HP WMI hotkeys: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: HP Wireless hotkeys: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "synaptics"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: AT Translated Set 2 keyboard: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: HP Webcam-101: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: Power Button: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: Video Bus: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: Video Bus: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) evdev: Power Button: Close
    Apr 08 23:39:04 cyph gdm-Xorg-:0[358]: (II) UnloadModule: "evdev"
    Apr 08 23:39:05 cyph gdm-Xorg-:0[358]: (II) Server terminated successfully (0). Closing log file.
    -- Reboot --
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org X Server 1.17.1
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Release Date: 2015-02-10
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X Protocol Version 11, Revision 0
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Build Operating System: Linux 3.18.6-1-ARCH x86_64
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Current Operating System: Linux cyph 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root rw cryptdevice=/dev/sda6:root
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Build Date: 14 March 2015 06:45:50PM
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Current version of pixman: 0.32.6
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Before reporting problems, check http://wiki.x.org
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: to make sure that you have the latest version.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Markers: (--) probed, (**) from config file, (==) default setting,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (++) from command line, (!!) notice, (II) informational,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (++) Log file: "/dev/null", Time: Thu Apr 9 22:30:42 2015
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) No Layout section. Using the first Screen section.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) No screen section available. Using defaults.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (**) |-->Screen "Default Screen Section" (0)
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (**) | |-->Monitor "<default monitor>"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) No monitor specified for screen "Default Screen Section".
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: Using a default monitor configuration.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Automatically adding devices
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Automatically enabling devices
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) Automatically adding GPU devices
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) FontPath set to:
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/misc/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/TTF/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/OTF/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/Type1/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/100dpi/,
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: /usr/share/fonts/75dpi/
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) The server relies on udev to provide the list of input devices.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) Loader magic: 0x815d80
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) Module ABI versions:
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org ANSI C Emulation: 0.4
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org Video Driver: 19.0
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org XInput driver : 21.0
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: X.Org Server Extension : 9.0
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (EE) systemd-logind: failed to get session: PID 363 does not belong to any known session
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) xfree86: Adding drm device (/dev/dri/card1)
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (--) PCI:*(0:0:2:0) 8086:0116:103c:1672 rev 9, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00005000/64
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (--) PCI: (0:1:0:0) 1002:6760:103c:1672 rev 0, Mem @ 0xa0000000/268435456, 0xc2600000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) LoadModule: "glx"
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Apr 09 22:30:42 cyph gdm-Xorg-:0[363]: (II) Module glx: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.1, module version = 1.0.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Server Extension, version 9.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) AIGLX enabled
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched intel as autoconfigured driver 0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched ati as autoconfigured driver 1
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched intel as autoconfigured driver 2
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched modesetting as autoconfigured driver 3
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched fbdev as autoconfigured driver 4
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Matched vesa as autoconfigured driver 5
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) Assigned the driver to the xf86ConfigLayout
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "intel"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module intel: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.1, module version = 2.99.917
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "ati"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module ati: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.0, module version = 7.5.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "radeon"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module radeon: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.0, module version = 7.5.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "modesetting"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module modesetting: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.1, module version = 1.17.1
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "fbdev"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module fbdev: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.0, module version = 0.4.4
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "vesa"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module vesa: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.0, module version = 2.3.2
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Module class: X.Org Video Driver
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) RADEON: Driver for ATI Radeon chipsets:
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X600 (RV380) 3E50 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon IGP330M/340M/350M (U2) 4337,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800PRO (R420) JI (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9800 (M18) JN (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility M7 LW (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL 7800 M7 LX (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL Mobility 9000 (M9) Ld (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9000 (M9) Lf (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9600 (M10) NQ (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9600 (M11) NR (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9600 (M10) NS (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL Mobility T2 (M10) NT (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800PRO (R423) UI (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800LE (R423) UJ (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800SE (R423) UK (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL unknown (R423) UR (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL unknown (R423) UT (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5000 (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5000 (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X700 XL (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X700 (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X700 (M26) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9100 IGP (U3) 5835,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200 5954 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200M 5975 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200 5A41 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200M 5A42 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200 5A61 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon XPRESS 200M 5A62 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X300 (RV370) 5B60 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X600 (RV370) 5B62 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X550 (RV370) 5B63 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V3100 (RV370) 5B64 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X800 XT (M28) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5100 (M28) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 XT PE (R480) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X850 XT (R480) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X800XT (R423) 5D57 (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X700 PRO (RV410) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3850 X2, ATI RV670,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireGL V3600, ATI Radeon HD 2600 LE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6300 Series Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Firestream 9350, ATI Radeon HD 5800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5000 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5000 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Mobility Radeon Graphics, CEDAR,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) FBDEV: driver for framebuffer: fbdev
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) VESA: driver for VESA chipsets: vesa
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (++) using VT number 1
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20141121
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) [KMS] Kernel modesetting enabled.
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (WW) Falling back to old probe method for modesetting
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (WW) Falling back to old probe method for fbdev
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading sub module "fbdevhw"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) LoadModule: "fbdevhw"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) Module fbdevhw: vendor="X.Org Foundation"
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: compiled for 1.17.1, module version = 0.0.2
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: ABI class: X.Org Video Driver, version 19.0
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (WW) Falling back to old probe method for vesa
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel(0): Creating default Display subsection in Screen section
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: "Default Screen Section" for depth/fbbpp 24/32
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) intel(0): RGB weight 888
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (==) intel(0): Default visual is TrueColor
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (II) intel(0): Output LVDS1 has no monitor section
    Apr 09 22:30:43 cyph gdm-Xorg-:0[363]: (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
    Apr 09 22:30:43 cyph gdm-Xor

    It happens to me as well but in xfce4 or openbox rather than on a display manager because I start X from `~/.bash_profile` upon login on tty1. If I logout and login again the problem goes away until I restart the system again.
    EDIT: Upgrading to linux 4.0.5-1 did not solve the issue.
    Last edited by FernandoBasso (2015-06-07 11:13:04)

  • [SOLVED] Linux kernel 3.9.2-1 bug - hp_wmi dmesg errors (hp nx9420)

    My laptop is hp nx9420, the RAM and hard drive are pretty much new and are surely fine, and I'm using 64-bit Arch. The No Execute bit has always been enabled.
    Upon upgrading my system, which pulled the kernel package linux-3.9.2-1, and after a reboot, there were problems regarding the boot process and it appears it's a bug connected with hp-wmi. Also, my system can't properly unmount the root partition and reboot/shutdown.
    Part of dmesg
    [ 6.218925] ------------[ cut here ]------------
    [ 6.218982] kernel BUG at net/rfkill/core.c:244!
    [ 6.219024] invalid opcode: 0000 [#1] PREEMPT SMP
    [ 6.219085] Modules linked in: iTCO_vendor_support mac80211 yenta_socket(+) tg3 hp_wmi(+) snd_hda_intel(+) ptp lpc_ich snd_hda_codec sparse_keymap pps_core cfg80211 microcode snd_hwdep pcmcia_rsrc libphy snd_pcm pcmcia_core pcspkr evdev hp_accel psmouse serio_raw lis3lv02d rfkill input_polldev snd_page_alloc snd_timer fan snd intel_agp intel_gtt soundcore thermal ac wmi video button battery acpi_cpufreq mperf tpm_tis(+) tpm tpm_bios processor sg ext4 crc16 mbcache jbd2 hid_a4tech usbhid hid sd_mod ata_generic pata_acpi ahci libahci ata_piix libata scsi_mod ehci_pci uhci_hcd ehci_hcd usbcore usb_common radeon i2c_algo_bit drm_kms_helper ttm drm i2c_core
    [ 6.219946] CPU 0
    [ 6.219970] Pid: 134, comm: systemd-udevd Not tainted 3.9.2-1-ARCH #1 Hewlett-Packard HP Compaq nx9420 (RH442ET#ABD)/309F
    [ 6.220062] RIP: 0010:[<ffffffffa05897af>] [<ffffffffa05897af>] rfkill_set_hw_state+0x9f/0xb0 [rfkill]
    [ 6.220150] RSP: 0018:ffff88007af6fb60 EFLAGS: 00010246
    [ 6.220196] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000018
    [ 6.220255] RDX: 0000000000061b00 RSI: 0000000000000001 RDI: 0000000000000000
    [ 6.220313] RBP: ffff88007af6fb80 R08: 0000000000016fa0 R09: ffff88007f616fa0
    [ 6.220371] R10: ffffea0001e98780 R11: ffffffffa07170ee R12: ffff88007c3bfc10
    [ 6.220429] R13: ffff88007c3bfc00 R14: 0000000000000000 R15: ffffffffa0718560
    [ 6.220489] FS: 00007f9d419ca780(0000) GS:ffff88007f600000(0000) knlGS:0000000000000000
    [ 6.220556] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    [ 6.220604] CR2: 0000000001f7c000 CR3: 000000007af0a000 CR4: 00000000000007f0
    [ 6.220663] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    [ 6.220721] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    [ 6.220781] Process systemd-udevd (pid: 134, threadinfo ffff88007af6e000, task ffff88007c3e8860)
    [ 6.220850] Stack:
    [ 6.220870] 0000000000000000 ffff88007c3bfc10 ffff88007c3bfc00 0000000000000000
    [ 6.220954] ffff88007af6fbb0 ffffffffa071a25a 0602122900000022 ffff88007c3bfc10
    [ 6.221036] ffffffffa0718428 ffff88007c3bfc00 ffff88007af6fbe0 ffffffff8135978c
    [ 6.221120] Call Trace:
    [ 6.221151] [<ffffffffa071a25a>] hp_wmi_bios_setup+0x25a/0x3a0 [hp_wmi]
    [ 6.221213] [<ffffffff8135978c>] platform_drv_probe+0x3c/0x70
    [ 6.221266] [<ffffffff81356d6a>] ? driver_sysfs_add+0x7a/0xb0
    [ 6.221325] [<ffffffff81357407>] driver_probe_device+0x87/0x3a0
    [ 6.223365] [<ffffffff813577f3>] __driver_attach+0x93/0xa0
    [ 6.223365] [<ffffffff81357760>] ? __device_attach+0x40/0x40
    [ 6.223365] [<ffffffff81355403>] bus_for_each_dev+0x63/0xa0
    [ 6.223365] [<ffffffff81356e8e>] driver_attach+0x1e/0x20
    [ 6.223365] [<ffffffff81356a28>] bus_add_driver+0x1f8/0x2b0
    [ 6.223365] [<ffffffff81357e81>] driver_register+0x71/0x150
    [ 6.223365] [<ffffffff813594e6>] platform_driver_register+0x46/0x50
    [ 6.223365] [<ffffffff813595ab>] platform_driver_probe+0x1b/0xa0
    [ 6.223365] [<ffffffffa071a55e>] hp_wmi_init+0x1be/0x1fb [hp_wmi]
    [ 6.223365] [<ffffffffa071a3a0>] ? hp_wmi_bios_setup+0x3a0/0x3a0 [hp_wmi]
    [ 6.223365] [<ffffffff8100210a>] do_one_initcall+0x10a/0x160
    [ 6.223365] [<ffffffff810bdac6>] load_module+0x1b46/0x2640
    [ 6.223365] [<ffffffff8128da20>] ? ddebug_proc_write+0xf0/0xf0
    [ 6.223365] [<ffffffff810be662>] sys_init_module+0xa2/0xf0
    [ 6.223365] [<ffffffff814d975d>] system_call_fastpath+0x1a/0x1f
    [ 6.223365] Code: 48 ff ff ff 80 7b 24 00 74 d2 41 83 e5 01 45 38 ec 74 c9 48 8d bb a0 03 00 00 e8 ed bb ae e0 5b 41 5c 41 5d 44 89 f0 41 5e 5d c3 <0f> 0b 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 66 66
    [ 6.223365] RIP [<ffffffffa05897af>] rfkill_set_hw_state+0x9f/0xb0 [rfkill]
    [ 6.223365] RSP <ffff88007af6fb60>
    [ 6.269418] ---[ end trace d433dd1cfe38fec2 ]---
    This is the pstree upon boot and login, the tee process is suspicious:
    systemd
    |-dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    |-login
    | `-bash
    | `-startx /usr/bin/startx
    | `-xinit /home/max/.xinitrc -- /etc/X11/xinit/xserverrc :0 -auth /tmp/serverauth.DAEGu5rgzr
    | |-X -nolisten tcp :0 -auth /tmp/serverauth.DAEGu5rgzr vt1
    | | `-{X}
    | `-openbox
    | |-lxterminal
    | | |-bash
    | | | `-pstree -a
    | | |-gnome-pty-helper
    | | `-{lxterminal}
    | `-tint2
    |-systemd-journal
    |-systemd-logind
    |-systemd-udevd
    `-tee /sys/bus/platform/devices/hp-wmi/power/control
    And this is my boot parameters from Syslinux:
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda1 ro init=/usr/lib/systemd/systemd consoleblank=0 quiet
    INITRD ../initramfs-linux.img
    I removed the powerdown package thinking it was the culprit, but it isn't.
    Currently, I solved this problem by downgrading to an older kernel.
    What could possibly be the cause?
    Last edited by bjornoslav (2013-06-01 15:10:29)

    Also reproduced with a vanilla kernel:
    [ 11.793548] Kernel BUG at f82f054a [verbose debug info unavailable]
    [ 11.793630] invalid opcode: 0000 [#1] PREEMPT SMP
    [ 11.793694] Modules linked in: kvm_intel hp_wmi(+) sparse_keymap kvm e100 psmouse arc4 snd_hda_codec_conexant snd_hda_intel mii fan snd_hda_codec yenta_socket lpc_ich iwl3945 evdev snd_hwdep snd_pcm snd_page_alloc snd_timer snd iwlegacy thermal mfd_core mac80211 wmi soundcore battery ac rtc_cmos cfg80211 rfkill pcmcia_rsrc pcmcia_core rng_core cuse fuse nfs lockd sunrpc fscache autofs4 sr_mod cdrom dm_mod ehci_pci uhci_hcd ehci_hcd usbcore ata_piix usb_common ipv6 ext4 sd_mod crc16 mbcache crc_t10dif jbd2 ahci libahci libata cpufreq_ondemand acpi_cpufreq mperf processor freq_table coretemp hwmon
    [ 11.794367] Pid: 1577, comm: systemd-udevd Not tainted 3.9.4-AP+ #29 Hewlett-Packard HP 530 Notebook PC(KP477AA#AKB)/30D5
    [ 11.794439] EIP: 0060:[<f82f054a>] EFLAGS: 00010246 CPU: 1
    [ 11.794476] EIP is at rfkill_set_hw_state+0x7a/0x80 [rfkill]
    [ 11.794510] EAX: 00000000 EBX: 00000000 ECX: 00000018 EDX: 00000001
    [ 11.794548] ESI: f501940c EDI: f5019400 EBP: c1261a20 ESP: f5353d74
    [ 11.794587] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
    [ 11.794619] CR0: 8005003b CR2: 094768e8 CR3: 35216000 CR4: 000007d0
    [ 11.794658] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
    [ 11.794696] DR6: ffff0ff0 DR7: 00000400
    [ 11.794718] Process systemd-udevd (pid: 1577, ti=f5352000 task=f5952800 task.ti=f5352000)
    [ 11.794770] Stack:
    [ 11.794778] 00000000 f501940c f5019400 c1261a20 f812e232 f88263c8 00000003 00000f29
    [ 11.794863] f501940c f8827014 f5019400 c1263286 f501940c f8827014 f8827014 c1261854
    [ 11.794946] f5807fc0 f501940c f8827014 c12632e1 f501940c f8827014 f5019440 c1261a91
    [ 11.795030] Call Trace:
    [ 11.795048] [<c1261a20>] ? __device_attach+0x30/0x30
    [ 11.795081] [<f812e232>] ? hp_wmi_bios_setup+0x232/0x34f [hp_wmi]
    [ 11.795121] [<c1263286>] ? platform_drv_probe+0x26/0x50
    [ 11.795154] [<c1261854>] ? driver_probe_device+0x54/0x1f0
    [ 11.795188] [<c12632e1>] ? platform_match+0x31/0x70
    [ 11.795218] [<c1261a91>] ? __driver_attach+0x71/0x80
    [ 11.795249] [<c12600cf>] ? bus_for_each_dev+0x3f/0x70
    [ 11.795281] [<c1261466>] ? driver_attach+0x16/0x20
    [ 11.795311] [<c1261a20>] ? __device_attach+0x30/0x30
    [ 11.795342] [<c126112f>] ? bus_add_driver+0x19f/0x250
    [ 11.795374] [<c1261fb3>] ? driver_register+0x63/0x130
    [ 11.795405] [<c126317f>] ? platform_driver_probe+0xf/0x80
    [ 11.795440] [<f812e4e4>] ? hp_wmi_init+0x195/0xcb1 [hp_wmi]
    [ 11.795476] [<f812e34f>] ? hp_wmi_bios_setup+0x34f/0x34f [hp_wmi]
    [ 11.795515] [<c10011f2>] ? do_one_initcall+0x102/0x150
    [ 11.795548] [<c1026ff1>] ? set_memory_ro+0x31/0x40
    [ 11.795579] [<c10767bc>] ? set_section_ro_nx+0x5c/0x60
    [ 11.795612] [<c1078a42>] ? load_module+0x17f2/0x1de0
    [ 11.795645] [<c10790ff>] ? sys_finit_module+0x4f/0x60
    [ 11.796769] [<c133c1be>] ? sysenter_do_call+0x12/0x26
    [ 11.796769] Code: 00 89 d8 e8 89 ff ff ff 80 7b 14 00 74 dc 89 f8 89 f2 83 e0 01 38 c2 74 d1 8d 83 cc 01 00 00 e8 ad 06 d5 c8 89 e8 5b 5e 5f 5d c3 <0f> 0b 8d 74 26 00 8b 40 78 80 78 f4 00 75 07 f3 c3 90 8d 74 26
    [ 11.796769] EIP: [<f82f054a>] rfkill_set_hw_state+0x7a/0x80 [rfkill] SS:ESP 0068:f5353d74
    Quite obviously, this is related to HP laptops. Perhaps blacklisting the hp_wmi module could solve it. However, that module might be related to the extra buttons and/or to reporting the state of the hardware rfkill switch...
    Last edited by andrej.podzimek (2013-05-31 15:52:03)

  • [SOLVED] Random kernel panics during boot (Waiting for UDev uevents..)

    Update 2012-03-31: Workaround confirmed to work, see tenthirteen's post.
    Update 2012-02-03: I've narrowed down the problem to the 3.x kernels. Downgrading to kernel26-2.6.38.5-1, with the other packages up-to-date (using nouveau instead of nvidia driver), solves the problem. Still, I still consider this a problem since it forces me to use an older kernel, so if anyone has any idea how to find the problem I would be very thankful!
    When I came back home after the summer vacations I did a huge upgrade with pacman -Syu (of course I read the announcements before). This included linux (3.0.3-1) from kernel26 (2.6.38.5-1) and udev (167-2 -> 173-3). After this point, the boot process randomly fails from time to time; today I had to restart more than 20 times before my machine would boot successfully.
    It always occurs during "Waiting for UDev uvents to be processed". Some of the errors are:
    1. The computer freezes when the message is shown (cursor stops to blink).
    2. Nothing happens for a long time, then Waiting for UDev uvents to be processed [ FAIL ]s.
    3. Short and long error messages that look similar to this guy's (except for the last line).
    I greped for some of the error messages in /var/log but they don't seem to be logged, so the examples below are from my handwritten notes and thus not very complete (there are a lot of other error messages except these lines). It's also possible that there are some mistakes. Note that they're from different boots.
    BUG: Soft lockup - CPU#1 stuck for 23 s! [modprobe:256]
    BUG: Unable to handle kernel
    --[End ...]--
    note: udevd[225] exited with preempt_count 2
    Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: c0147299
    BUG: Unable to handle kernel paging request at f8d20076
    Code: Bad EIP value.
    EIP: ...
    CRZ: ...
    --[End ...]--
    Kernel panic - not syncing: Attempted to kill the idle task!
    Lock: Bad EIP value
    Note: modprobe [296] exited with preempt_count 3
    WARNING: at kernel/watchdog.c:240 watchdog-overflow-callback+0xac/...
    BUG: Unable to handle kernel NULL pointer dereference at 00000286
    BUG: Unable to handle kernel NULL pointer dereference at (null)
    These errors are seemingly arbitrary which makes it very hard to find the problem. Sometimes it works without a single complaint, sometimes it says something about "No caching mode page present, Assuming drive cache: write through", and sometimes I get different errors (the examples above are only from today!). As you can imagine, it gets pretty annoying.
    So far I've tried to:
    * Use the fallback mode - nope.
    * Rerun mkinitcpio -p linux - nope.
    * Append noapic and nomodeset to the kernel in GRUB - nope.
    * Install and try kernel26-lts - seems to work, although I don't understand what other differences there are (e.g., it doesn't start X). At least this seems to suggest that it's not a hardware problem.
    * Unplug all USB devices before boot - sometimes works, sometimes not. Doesn't seem to be a direct connection.
    * Remove my custom settings in /etc/modprobe.d - nope.
    * A lot of other things I've forgotten.
    Edit: I forgot to mention, once it's booted, the system works perfectly fine. No kernel panics etc. That's the second reason why I suspect it's not a hardware failure.
    I've been thinking about trying to downgrade the kernel and udev, but with the renaming and all dependencies I'm not sure how to do that.
    Since I've run out of ideas how to troubleshoot this issue, I would appreciate if I could get some suggestions here. I've search around and found similar posts but no solution that works for me.
    Finally, here are some more information.
    uname -a:
    Linux archon 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz GenuineIntel GNU/Linux
    The packages that I upgraded with pacman -Syu that day (removed most KDE packages from the list):
    [2011-08-26 15:14] Running 'pacman-color -Syu'
    [2011-08-26 15:14] synchronizing package lists
    [2011-08-26 15:18] Running 'pacman-color -Sy pacman'
    [2011-08-26 15:18] synchronizing package lists
    [2011-08-26 15:18] upgraded linux-api-headers (2.6.38.1-1 -> 3.0.1-1)
    [2011-08-26 15:19] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2011-08-26 15:19] Generating locales...
    [2011-08-26 15:19] en_US.UTF-8... done
    [2011-08-26 15:19] en_US.ISO-8859-1... done
    [2011-08-26 15:19] sv_SE.UTF-8... done
    [2011-08-26 15:19] sv_SE.ISO-8859-1... done
    [2011-08-26 15:19] Generation complete.
    [2011-08-26 15:19] upgraded glibc (2.13-5 -> 2.14-5)
    [2011-08-26 15:19] upgraded pacman (3.5.3-1 -> 3.5.4-4)
    [2011-08-26 15:27] Running 'pacman-color -Syu'
    [2011-08-26 15:27] synchronizing package lists
    [2011-08-26 15:27] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Rsn linuxwacom-bamboo-cth-ctl'
    [2011-08-26 15:29] removed linuxwacom-bamboo-cth-ctl (0.10.99.1-1)
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:53] Running 'pacman-color -Syu'
    [2011-08-26 15:53] synchronizing package lists
    [2011-08-26 15:54] starting full system upgrade
    [2011-08-26 16:03] warning: /etc/krb5.conf saved as /etc/krb5.conf.pacsave
    [2011-08-26 16:03] removed heimdal (1.3.3-4)
    [2011-08-26 16:03] removed eigen (2.0.15-1)
    [2011-08-26 16:03] removed python2-qt (4.8.3-1)
    [2011-08-26 16:03] removed kernel26 (2.6.38.5-1)
    [2011-08-26 16:04] removed kernel26-headers (2.6.38.5-1)
    [2011-08-26 16:04] removed libreoffice (3.3.2-2)
    [2011-08-26 16:04] upgraded readline (6.2.001-1 -> 6.2.001-2)
    [2011-08-26 16:04] upgraded bash (4.2.008-1 -> 4.2.010-1)
    [2011-08-26 16:04] upgraded attr (2.4.44-3 -> 2.4.46-1)
    [2011-08-26 16:04] upgraded acl (2.2.49-2 -> 2.2.51-1)
    [2011-08-26 16:04] upgraded rsync (3.0.8-1 -> 3.0.8-2)
    [2011-08-26 16:04] upgraded abs (2.4.2-1 -> 2.4.3-1)
    [2011-08-26 16:04] upgraded gcc-libs (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:04] upgraded zlib (1.2.5-3 -> 1.2.5-4)
    [2011-08-26 16:04] upgraded icu (4.6.1-1 -> 4.8.1-1)
    [2011-08-26 16:04] upgraded boost-libs (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:04] upgraded libmysqlclient (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded mysql-clients (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] hostname and {,yp,nis}domainname has moved:
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] hostname is now in coreutils
    [2011-08-26 16:04] domainname is now in yp-tools
    [2011-08-26 16:04] their functionality might have changed slightly
    [2011-08-26 16:04]
    [2011-08-26 16:04] dnsdomainname remains in net-tools
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] upgraded net-tools (1.60-14 -> 1.60-18)
    [2011-08-26 16:04] warning: directory permissions differ on var/lib/mysql/
    filesystem: 755 package: 700
    [2011-08-26 16:04] upgraded mysql (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded libpng (1.4.5-1 -> 1.4.8-1)
    [2011-08-26 16:04] upgraded sqlite3 (3.7.6.1-1 -> 3.7.7.1-1)
    [2011-08-26 16:04] upgraded run-parts (3.4.1-1 -> 3.4.4-1)
    [2011-08-26 16:04] upgraded db (5.1.25-1 -> 5.2.28-1)
    [2011-08-26 16:04] installed libgssglue (0.3-1)
    [2011-08-26 16:04] installed libtirpc (0.2.2-2)
    [2011-08-26 16:04] upgraded pam (1.1.3-1 -> 1.1.4-1)
    [2011-08-26 16:04] Fixing gshadow file ...
    [2011-08-26 16:04] upgraded shadow (4.1.4.3-1 -> 4.1.4.3-2)
    [2011-08-26 16:04] upgraded gmp (5.0.1-2 -> 5.0.2-3)
    [2011-08-26 16:04] upgraded libcap (2.20-1 -> 2.22-1)
    [2011-08-26 16:04] upgraded coreutils (8.12-1 -> 8.12-3)
    [2011-08-26 16:04] Updating certificates. This might take a while...
    [2011-08-26 16:04] upgraded ca-certificates (20090814+nmu2-1 -> 20110421-3)
    [2011-08-26 16:04] upgraded pcre (8.12-1 -> 8.13-2)
    [2011-08-26 16:04] upgraded glib2 (2.28.6-1 -> 2.28.8-1)
    [2011-08-26 16:04] upgraded iana-etc (2.30-1 -> 2.30-2)
    [2011-08-26 16:04] warning: /etc/fstab installed as /etc/fstab.pacnew
    [2011-08-26 16:04] warning: directory permissions differ on run/
    filesystem: 1777 package: 755
    [2011-08-26 16:04] upgraded filesystem (2011.04-1 -> 2011.08-1)
    [2011-08-26 16:04] upgraded dbus-core (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:04] upgraded xproto (7.0.21-1 -> 7.0.22-1)
    [2011-08-26 16:04] upgraded libx11 (1.4.3-2 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded dbus (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:05] upgraded freetype2 (2.4.4-2 -> 2.4.6-1)
    [2011-08-26 16:05] upgraded libxfont (1.4.3-1 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded util-linux (2.19-4 -> 2.19.1-3)
    [2011-08-26 16:05] upgraded module-init-tools (3.12-2 -> 3.16-1)
    [2011-08-26 16:05] ATTENTION UDEV:
    [2011-08-26 16:05] ----------
    [2011-08-26 16:05] Kernel 2.6.32 or newer is now required.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] OSS emulation modules are not loaded by default, add to rc.conf if needed.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch specific cd symlinks are now no longer created.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] cd and net persistent rules will no longer be autogenerated,
    [2011-08-26 16:05] see <https://wiki.archlinux.org/index.php/Udev> for details.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Errors are now logged (possibly to the console) by default.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch's custom blacklisting logic has been removed. MOD_AUTOLOAD and
    [2011-08-26 16:05] blacklisting in MODULES no longer works.
    [2011-08-26 16:05] See 'man modprobe.conf' for a replacement to blacklisting.
    [2011-08-26 16:05] To disable a module mod1 on the kernel command line, use
    [2011-08-26 16:05] mod1.disable=1
    [2011-08-26 16:05] or
    [2011-08-26 16:05] modprobe.blacklist=mod1
    [2011-08-26 16:05] --
    [2011-08-26 16:05] The following modules are no longer unconditionally loaded:
    [2011-08-26 16:05] pcspkr irtty-sir analog lp ppdev ide-generic
    [2011-08-26 16:05] Add them to MODULES in rc.conf if you need them.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Support for non-devtmpfs self-compiled kernels have been moved to udev-compat.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Blacklisting of framebuffer devices has moved from /etc/modprobe.d to
    [2011-08-26 16:05] /lib/modprobe.d. Any customizations shoud be done to the file in /etc, as it
    [2011-08-26 16:05] takes precedence.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] kbd and rtc devices are no longer world readable.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] rtc is no longer in the audio group and fb devices are no longer in
    [2011-08-26 16:05] the video group, as permissions and ownership of fb devices are controlled
    [2011-08-26 16:05] by X.
    [2011-08-26 16:05] ---------------
    [2011-08-26 16:05] upgraded udev (167-2 -> 173-3)
    [2011-08-26 16:05] upgraded libdrm (2.4.25-1 -> 2.4.26-1)
    [2011-08-26 16:05] upgraded pixman (0.20.2-1 -> 0.22.2-1)
    [2011-08-26 16:05] upgraded libgpg-error (1.9-3 -> 1.10-1)
    [2011-08-26 16:05] upgraded libgcrypt (1.4.6-3 -> 1.5.0-1)
    [2011-08-26 16:05] upgraded xorg-xkbcomp (1.2.1-2 -> 1.2.3-1)
    [2011-08-26 16:05] upgraded xorg-server-common (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded xorg-server (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded nvidia-173xx-utils (173.14.30-1 -> 173.14.31-1)
    [2011-08-26 16:05] upgraded libxext (1.2.0-1 -> 1.3.0-1)
    [2011-08-26 16:05] upgraded libxrandr (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:05] upgraded inputproto (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:05] upgraded libxi (1.4.2-1 -> 1.4.3-1)
    [2011-08-26 16:05] upgraded xorg-xset (1.2.1-2 -> 1.2.2-1)
    [2011-08-26 16:05] upgraded xdg-utils (1.1.0rc1-2 -> 1.1.0rc1-3)
    [2011-08-26 16:05] upgraded qt (4.7.2-6 -> 4.7.3-3)
    [2011-08-26 16:05] installed libssh2 (1.2.9-1)
    [2011-08-26 16:05] upgraded curl (7.21.6-1 -> 7.21.7-1)
    [2011-08-26 16:05] upgraded raptor (2.0.2-1 -> 2.0.4-1)
    [2011-08-26 16:05] upgraded mpfr (3.0.1-1 -> 3.0.1.p4-2)
    [2011-08-26 16:05] upgraded rasqal (1:0.9.21-1 -> 1:0.9.27-1)
    [2011-08-26 16:05] upgraded binutils (2.21-7 -> 2.21.1-2)
    [2011-08-26 16:05] upgraded libmpc (0.9-1 -> 0.9-2)
    [2011-08-26 16:05] upgraded isl (0.06-1 -> 0.06-2)
    [2011-08-26 16:05] upgraded cloog (0.16.2-1 -> 0.16.2-2)
    [2011-08-26 16:05] upgraded ppl (0.11.2-1 -> 0.11.2-2)
    [2011-08-26 16:05] upgraded gcc (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:05] upgraded libtool (2.4-3 -> 2.4-4)
    [2011-08-26 16:05] upgraded redland (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded redland-storage-virtuoso (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded soprano (2.6.0-5 -> 2.7.0-1)
    [2011-08-26 16:05] upgraded akonadi (1.5.2-1 -> 1.6.0-2)
    [2011-08-26 16:05] upgraded dialog (1.1_20110302-1 -> 1.1_20110707-1)
    [2011-08-26 16:05] upgraded psmisc (22.13-1 -> 22.14-1)
    [2011-08-26 16:05] upgraded alsa-utils (1.0.24.2-1 -> 1.0.24.2-3)
    [2011-08-26 16:06] upgraded exiv2 (0.21.1-1 -> 0.21.1-2)
    [2011-08-26 16:06] upgraded strigi (git20110405-1 -> 0.7.5-4)
    [2011-08-26 16:06] upgraded xz (5.0.2-1 -> 5.0.3-1)
    [2011-08-26 16:06] upgraded libsasl (2.1.23-5 -> 2.1.23-7)
    [2011-08-26 16:06] upgraded libldap (2.4.24-1 -> 2.4.26-3)
    [2011-08-26 16:06] upgraded keyutils (1.4-1 -> 1.5.2-1)
    [2011-08-26 16:06] installed krb5 (1.9.1-3)
    [2011-08-26 16:06] upgraded shared-desktop-ontologies (0.6.0-1 -> 0.7.1-1)
    [2011-08-26 16:06] upgraded libdbusmenu-qt (0.8.2-1 -> 0.8.3-1)
    [2011-08-26 16:06] upgraded grantlee (0.1.8-1 -> 0.1.9-1)
    [2011-08-26 16:06] upgraded aspell (0.60.6-5 -> 0.60.6.1-1)
    [2011-08-26 16:06] upgraded dbus-glib (0.92-1 -> 0.94-2)
    [2011-08-26 16:06] upgraded hunspell (1.2.15-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded enchant (1.6.0-1 -> 1.6.0-3)
    [2011-08-26 16:06] upgraded libogg (1.2.2-1 -> 1.3.0-1)
    [2011-08-26 16:06] upgraded flac (1.2.1-2 -> 1.2.1-3)
    [2011-08-26 16:06] upgraded libsndfile (1.0.24-1 -> 1.0.25-1)
    [2011-08-26 16:06] upgraded libpulse (0.9.22-2 -> 0.9.23-1)
    [2011-08-26 16:06] installed libqzeitgeist (0.7.0-1)
    [2011-08-26 16:06] upgraded pango (1.28.4-2 -> 1.28.4-3)
    [2011-08-26 16:06] upgraded gstreamer0.10 (0.10.32-1 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base-plugins (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded phonon-gstreamer (4.5.0-1 -> 4.5.1-1)
    [2011-08-26 16:06] upgraded sdl (1.2.14-6 -> 1.2.14-7)
    [2011-08-26 16:06] upgraded xvidcore (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded x264 (20110327-1 -> 20110617-1)
    [2011-08-26 16:06] upgraded libvpx (0.9.6-2 -> 0.9.7.p1-1)
    [2011-08-26 16:06] upgraded libva (1.0.12-1 -> 1.0.14-1)
    [2011-08-26 16:06] installed rtmpdump (2.4-1)
    [2011-08-26 16:06] upgraded ffmpeg (20110330-1 -> 20110724-1)
    [2011-08-26 16:06] upgraded cifs-utils (4.9-2 -> 4.9-3)
    [2011-08-26 16:06] upgraded smbclient (3.5.8-2 -> 3.6.0-4)
    [2011-08-26 16:06] upgraded mesa (7.10.2-2 -> 7.11-1)
    [2011-08-26 16:06] upgraded libsamplerate (0.1.7-1 -> 0.1.8-1)
    [2011-08-26 16:06] upgraded jack (0.120.1-1 -> 0.121.2-2)
    [2011-08-26 16:06] upgraded fluidsynth (1.1.3-2 -> 1.1.4-1)
    [2011-08-26 16:06] upgraded libass (0.9.11-1 -> 0.9.13-1)
    [2011-08-26 16:06] upgraded libproxy (0.4.6-6 -> 0.4.7-1)
    [2011-08-26 16:06] upgraded libjpeg-turbo (1.1.0-1 -> 1.1.1-3)
    [2011-08-26 16:06] upgraded v4l-utils (0.8.3-1 -> 0.8.5-1)
    [2011-08-26 16:06] upgraded taglib (1.7-1 -> 1.7-3)
    [2011-08-26 16:06] upgraded libdvbpsi (0.1.7-1 -> 0.2.0-1)
    [2011-08-26 16:06] upgraded libebml (1.2.0-1 -> 1.2.1-1)
    [2011-08-26 16:06] upgraded libmatroska (1.1.0-1 -> 1.2.0-1)
    [2011-08-26 16:06] upgraded libmodplug (0.8.8.1-1 -> 0.8.8.3-1)
    [2011-08-26 16:06] upgraded libmpeg2 (0.5.1-1 -> 0.5.1-3)
    [2011-08-26 16:06] upgraded libmtp (1.0.2-2 -> 1.1.0-1)
    [2011-08-26 16:06] installed libupnp (1.6.13-1)
    [2011-08-26 16:06] upgraded vlc (1.1.9-1 -> 1.1.11-4)
    [2011-08-26 16:06] upgraded phonon-vlc (0.4.0-1 -> 0.4.1-1)
    [2011-08-26 16:06] upgraded phonon (4.5.0-1 -> 4.5.55-1)
    [2011-08-26 16:06] upgraded upower (0.9.10-1 -> 0.9.12-1)
    [2011-08-26 16:07] upgraded device-mapper (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded parted (2.3-1 -> 3.0-3)
    [2011-08-26 16:07] upgraded lvm2 (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded eject (2.1.5-5 -> 2.1.5-7)
    [2011-08-26 16:07] upgraded udisks (1.0.3-2 -> 1.0.3-6)
    [2011-08-26 16:07] upgraded libxcursor (1.1.11-1 -> 1.1.12-1)
    [2011-08-26 16:07] upgraded ntrack (1:13-1 -> 1:13-2)
    [2011-08-26 16:07] upgraded libssh (0.4.8-1 -> 0.5.1-1)
    [2011-08-26 16:07] upgraded oxygen-icons (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:07] upgraded xorg-xauth (1.0.5-2 -> 1.0.6-1)
    [2011-08-26 16:07] installed qjson (0.7.1-1)
    [2011-08-26 16:08] upgraded amarok (2.4.0-4 -> 2.4.3-1)
    [2011-08-26 16:08] upgraded apr (1.4.2-1 -> 1.4.5-1)
    [2011-08-26 16:08] upgraded apr-util (1.3.10-2 -> 1.3.12-2)
    [2011-08-26 16:08] upgraded atk (2.0.0-1 -> 2.0.1-1)
    [2011-08-26 16:08] upgraded avahi (0.6.30-2 -> 0.6.30-4)
    [2011-08-26 16:08] installed eigen2 (2.0.16-1)
    [2011-08-26 16:08] upgraded libffi (3.0.9-1 -> 3.0.10-1)
    [2011-08-26 16:08] upgraded python (3.2-2 -> 3.2.1-1)
    [2011-08-26 16:08] installed sip (4.12.4-1)
    [2011-08-26 16:08] installed pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded python2 (2.7.1-9 -> 2.7.2-2)
    [2011-08-26 16:08] upgraded python2-sip (4.12.1-1 -> 4.12.4-1)
    [2011-08-26 16:08] upgraded dbus-python (0.83.1-2 -> 0.84.0-1)
    [2011-08-26 16:08] installed python2-pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded glew (1.5.8-1 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded blas (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded lapack (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded python2-numpy (1.5.1-2 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded avogadro (1.0.3-1 -> 1.0.3-3)
    [2011-08-26 16:08] upgraded bison (2.4.3-1 -> 2.5-1)
    [2011-08-26 16:08] upgraded bluez (4.93-1 -> 4.96-1)
    [2011-08-26 16:08] upgraded boost (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:08] upgraded cabextract (1.3-1 -> 1.4-1)
    [2011-08-26 16:08] upgraded libsigc++ (2.2.9-1 -> 2.2.10-1)
    [2011-08-26 16:08] upgraded cairomm (1.9.8-1 -> 1.10.0-1)
    [2011-08-26 16:08] upgraded chmlib (0.40-1 -> 0.40-2)
    [2011-08-26 16:08] installed nettle (2.2-1)
    [2011-08-26 16:08] upgraded gnutls (2.12.3-1 -> 3.0.1-1)
    [2011-08-26 16:08] upgraded libcups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:08] upgraded gdk-pixbuf2 (2.23.3-1 -> 2.23.5-1)
    [2011-08-26 16:08] upgraded gtk-update-icon-cache (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:08] upgraded gtk2 (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:09] upgraded nspr (4.8.7-1 -> 4.8.9-1)
    [2011-08-26 16:09] upgraded nss (3.12.9-1 -> 3.12.11-1)
    [2011-08-26 16:09] upgraded libevent (2.0.10-1 -> 2.0.12-1)
    [2011-08-26 16:09] upgraded xorg-mkfontscale (1.0.8-1 -> 1.0.9-1)
    [2011-08-26 16:10] upgraded ttf-dejavu (2.32-2 -> 2.33-1)
    [2011-08-26 16:10] upgraded chromium (11.0.696.57-1 -> 13.0.782.215-1)
    [2011-08-26 16:10] upgraded cln (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:10] upgraded clucene (0.9.21b-1 -> 2.3.3.4-1)
    [2011-08-26 16:11] upgraded cmake (2.8.4-1 -> 2.8.5-1)
    [2011-08-26 16:11] upgraded consolekit (0.4.4-1 -> 0.4.5-1)
    [2011-08-26 16:11] upgraded cryptsetup (1.2.0-1 -> 1.3.1-2)
    [2011-08-26 16:11] upgraded poppler (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:11] daemon script has been renamed to /etc/rc.d/cupsd
    [2011-08-26 16:11] change your entry in /etc/rc.conf
    [2011-08-26 16:11] upgraded cups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:11] upgraded cvs (1.11.23-6 -> 1.11.23-7)
    [2011-08-26 16:11] upgraded dash (0.5.6.1-2 -> 0.5.7-2)
    [2011-08-26 16:11] upgraded dconf (0.7.3-2 -> 0.8.0-1)
    [2011-08-26 16:11] upgraded dcron (4.4-2 -> 4.5-2)
    [2011-08-26 16:11] upgraded diffutils (3.0-2 -> 3.1-1)
    [2011-08-26 16:11] upgraded libksba (1.0.8-1 -> 1.2.0-1)
    [2011-08-26 16:11] upgraded libassuan (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:11] upgraded dirmngr (1.1.0-1 -> 1.1.0-3)
    [2011-08-26 16:11] upgraded dri2proto (2.3-1 -> 2.6-1)
    [2011-08-26 16:11] upgraded fakeroot (1.15.1-1 -> 1.17-1)
    [2011-08-26 16:11] upgraded file (5.06-1 -> 5.08-1)
    [2011-08-26 16:11] upgraded startup-notification (0.10-2 -> 0.12-1)
    [2011-08-26 16:11] upgraded mime-types (1.0-3 -> 8-1)
    [2011-08-26 16:11] upgraded libnotify (0.7.2-1 -> 0.7.3-1)
    [2011-08-26 16:11] upgraded firefox (4.0.1-1 -> 6.0-1)
    [2011-08-26 16:11] upgraded flashplugin (10.2.159.1-2 -> 10.3.183.7-1)
    [2011-08-26 16:11] - The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2011-08-26 16:11] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2011-08-26 16:11] have been removed from @INC.
    [2011-08-26 16:11] - The script/binary directories are now /usr/bin/*_perl instead of
    [2011-08-26 16:11] /usr/lib/perl5/*_perl/bin which will be eventually removed.
    [2011-08-26 16:11] upgraded perl (5.12.3-1 -> 5.14.1-3)
    [2011-08-26 16:11] upgraded foomatic-db (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-filters (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-db-engine (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded fortune-mod (1.99.1-4 -> 1.99.1-5)
    [2011-08-26 16:12] upgraded fpc (2.4.2-1 -> 2.4.4-3)
    [2011-08-26 16:12] upgraded gawk (3.1.8-2 -> 4.0.0-1)
    [2011-08-26 16:12] upgraded gc (7.1-1 -> 7.1-3)
    [2011-08-26 16:12] upgraded gcc-fortran (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:12] upgraded gdb (7.2-2 -> 7.3-2)
    [2011-08-26 16:12] upgraded libftdi (0.18-2 -> 0.19-1)
    [2011-08-26 16:12] upgraded lirc-utils (1:0.9.0-2 -> 1:0.9.0-6)
    [2011-08-26 16:12] installed mpg123 (1.13.3-2)
    [2011-08-26 16:12] upgraded mplayer (33159-1 -> 34007-1)
    [2011-08-26 16:12] upgraded gnome-mplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded gecko-mediaplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded libggz (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ggz-client-libs (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ghostscript (9.02-1 -> 9.04-5)
    [2011-08-26 16:12] upgraded pygobject-devel (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygobject (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygtk (2.24.0-1 -> 2.24.0-2)
    [2011-08-26 16:12] upgraded gimp (2.6.11-5 -> 2.6.11-6)
    [2011-08-26 16:12] upgraded git (1.7.5-1 -> 1.7.6.1-1)
    [2011-08-26 16:12] upgraded glibmm (2.28.0-1 -> 2.28.2-1)
    [2011-08-26 16:12] upgraded glib-networking (2.28.6.1-2 -> 2.28.7-4)
    [2011-08-26 16:12] upgraded glproto (1.4.12-1 -> 1.4.14-1)
    [2011-08-26 16:12] upgraded gnugo (3.8-1 -> 3.8-2)
    [2011-08-26 16:12] upgraded gnupg (1.4.11-2 -> 1.4.11-3)
    [2011-08-26 16:12] upgraded pinentry (0.8.1-1 -> 0.8.1-3)
    [2011-08-26 16:12] upgraded gnupg2 (2.0.17-1 -> 2.0.18-1)
    [2011-08-26 16:12] upgraded wxgtk (2.8.12-1 -> 2.8.12.1-1)
    [2011-08-26 16:12] ==> To add the gnuplot mode in Emacs, add the content of /usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
    [2011-08-26 16:12] Updating TeX tree...
    [2011-08-26 16:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-08-26 16:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-08-26 16:13] mktexlsr: Done.
    [2011-08-26 16:13] upgraded gnuplot (4.4.2-2 -> 4.4.3-1)
    [2011-08-26 16:13] upgraded gtkmm (2.24.0-1 -> 2.24.2-1)
    [2011-08-26 16:13] upgraded gparted (0.8.0-2 -> 0.9.0-3)
    [2011-08-26 16:13] upgraded gpgme (1.3.0-1 -> 1.3.1-1)
    [2011-08-26 16:13] upgraded gpsd (2.96-1 -> 3.0-3)
    [2011-08-26 16:13] upgraded graphicsmagick (1.3.12-1 -> 1.3.12-2)
    [2011-08-26 16:13] upgraded grep (2.7-1 -> 2.9-1)
    [2011-08-26 16:13] warning: /boot/grub/menu.lst installed as /boot/grub/menu.lst.pacnew
    [2011-08-26 16:13] upgraded grub (0.97-17 -> 0.97-20)
    [2011-08-26 16:13] upgraded gsl (1.14-1 -> 1.15-1)
    [2011-08-26 16:13] upgraded vim-runtime (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded ruby (1.9.2_p180-1 -> 1.9.2_p290-1)
    [2011-08-26 16:13] Updating desktop and mime database...done.
    [2011-08-26 16:13] upgraded gvim (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded hdf5 (1.8.6-1 -> 1.8.7-1)
    [2011-08-26 16:13] upgraded heirloom-mailx (12.5-1 -> 12.5-2)
    [2011-08-26 16:13] upgraded htop (0.9-1 -> 0.9-2)
    [2011-08-26 16:13] installed lcms2 (2.2-1)
    [2011-08-26 16:13] upgraded imagemagick (6.6.9.4-1 -> 6.7.1.6-1)
    [2011-08-26 16:13] installed iproute2 (2.6.39-1)
    [2011-08-26 16:13] upgraded kbd (1.15.2-1 -> 1.15.3-1)
    [2011-08-26 16:13] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2011-08-26 16:13] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-08-26 16:13] Blacklisting of modules is no longer supported in rc.conf,
    [2011-08-26 16:13] please add blacklist entries to /etc/modprobe.d/ instead.
    [2011-08-26 16:13] VERBOSE= in rc.conf no longer has any effect.
    [2011-08-26 16:13] Please append 'quiet' to your kernel command line.
    [2011-08-26 16:13] upgraded initscripts (2011.04.1-2 -> 2011.07.3-1)
    [2011-08-26 16:13] upgraded poppler-glib (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:13] upgraded inkscape (0.48.1-2 -> 0.48.2-1)
    [2011-08-26 16:13] upgraded irssi (0.8.15-4 -> 0.8.15-5)
    [2011-08-26 16:13] upgraded jfsutils (1.1.14-2 -> 1.1.15-2)
    [2011-08-26 16:14] upgraded jre (6u25-1 -> 7-3)
    [2011-08-26 16:14] upgraded libdmtx (0.7.2-2 -> 0.7.4-1)
    [2011-08-26 16:14] installed qrencode (3.1.1-2)
    [2011-08-26 16:14] installed prison (1.0-1)
    [2011-08-26 16:14] upgraded libedit (20110227_3.0-1 -> 20110802_3.0-1)
    [2011-08-26 16:14] upgraded openssh (5.8p2-1 -> 5.8p2-9)
    [2011-08-26 16:14] upgraded lm_sensors (3.3.0-1 -> 3.3.1-2)
    [2011-08-26 16:14] upgraded xorg-xprop (1.2.0-2 -> 1.2.1-1)
    [2011-08-26 16:14] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2011-08-26 16:14] installed libkexiv2 (4.7.0-2)
    [2011-08-26 16:15] upgraded qscintilla (2.5.1-1 -> 2.5.1-2)
    [2011-08-26 16:15] installed ocaml (3.12.1-1)
    [2011-08-26 16:15] installed libkipi (4.7.0-2)
    [2011-08-26 16:16] upgraded sane (1.0.22-1 -> 1.0.22-2)
    [2011-08-26 16:16] installed libksane (4.7.0-2)
    [2011-08-26 16:16] installed libkdcraw (4.7.0-2)
    [2011-08-26 16:16] upgraded poppler-qt (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:16] upgraded libidn (1.21-1 -> 1.22-1)
    [2011-08-26 16:16] upgraded qt3 (3.3.8-19 -> 3.3.8-20)
    [2011-08-26 16:16] upgraded libktorrent (1.1.1-1 -> 1.1.2-1)
    [2011-08-26 16:16] installed libmms (0.6.2-1)
    [2011-08-26 16:16] upgraded libgadu (1.10.1-1 -> 1.11.0-1)
    [2011-08-26 16:16] installed ortp (0.16.5-1)
    [2011-08-26 16:16] installed mediastreamer (2.7.3-3)
    [2011-08-26 16:17] upgraded qwt (5.2.1-1 -> 6.0.0-1)
    [2011-08-26 16:17] upgraded neon (0.29.3-2 -> 0.29.6-2)
    [2011-08-26 16:17] upgraded subversion (1.6.15-1 -> 1.6.17-6)
    [2011-08-26 16:17] upgraded linux-firmware (20110227-1 -> 20110727-1)
    [2011-08-26 16:17] upgraded mkinitcpio-busybox (1.18.2-1 -> 1.18.5-1)
    [2011-08-26 16:17] upgraded mkinitcpio (0.6.11-1 -> 0.7.2-1)
    [2011-08-26 16:18] >>> Updating module dependencies. Please wait ...
    [2011-08-26 16:18] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-08-26 16:18] ==> Building image from preset: 'default'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [autodetect]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-08-26 16:18] 7278 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] ==> Building image from preset: 'fallback'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-08-26 16:18] 23389 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] installed linux (3.0.3-1)
    [2011-08-26 16:18] installed linux-headers (3.0.3-1)
    [2011-08-26 16:18] upgraded koffice-servicetypes (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-libs (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-templates (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-plugins (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded koffice-krita (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded ktorrent (4.1.1-1 -> 4.1.2-1)
    [2011-08-26 16:19] upgraded kwebkitpart (1.1-1 -> 1.1.1-1)
    [2011-08-26 16:19] upgraded less (443-1 -> 444-1)
    [2011-08-26 16:19] upgraded usbmuxd (1.0.6-2 -> 1.0.7-2)
    [2011-08-26 16:19] upgraded libimobiledevice (1.1.0-1 -> 1.1.1-2)
    [2011-08-26 16:19] upgraded libgpod (0.8.0-2 -> 0.8.2-2)
    [2011-08-26 16:19] upgraded libgsf (1.14.20-1 -> 1.14.21-1)
    [2011-08-26 16:19] upgraded liblqr (0.4.1-1 -> 0.4.1-2)
    [2011-08-26 16:19] installed libreoffice-en-US (3.4.2-2)
    [2011-08-26 16:19] installed libtextcat (2.2-8)
    [2011-08-26 16:19] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] LibreOffice has been split into several packages:
    [2011-08-26 16:19] - libreoffice-common
    [2011-08-26 16:19] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2011-08-26 16:19] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2011-08-26 16:19] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2011-08-26 16:19]  the LibreOffice APIs and for creating
    [2011-08-26 16:19] extensions (UNO components).
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] * you need to install at least one libreoffice-langpack
    [2011-08-26 16:19] * you may want to pacman -Ss libreoffice-extensions
    [2011-08-26 16:19] to see what additional extensions are prepared to install
    [2011-08-26 16:19] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2011-08-26 16:19] for spell checking
    [2011-08-26 16:19] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2011-08-26 16:19] installed libreoffice-common (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-base (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-calc (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-draw (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-impress (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-math (3.4.2-2)
    [2011-08-26 16:19] upgraded libwpd (0.9.1-1 -> 0.9.2-1)
    [2011-08-26 16:19] installed libwps (0.2.2-1)
    [2011-08-26 16:19] installed libreoffice-writer (3.4.2-2)
    [2011-08-26 16:19] upgraded libreoffice-extension-ct2n (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] The jdk package is licensed software.
    [2011-08-26 16:20] You MUST read and agree to the license stored in
    [2011-08-26 16:20] /usr/share/licenses/jdk/LICENSE before using it.
    [2011-08-26 16:20] Please relogin to include jdk in your PATH
    [2011-08-26 16:20] installed jdk (7-3)
    [2011-08-26 16:20] upgraded libreoffice-extension-diagram (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-hunart (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-nlpsolver (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-numbertext (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-oooblogger (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-pdfimport (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presentation-minimizer (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presenter-screen (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-report-builder (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-typo (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-watch-window (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-wiki-publisher (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded make (3.81-5 -> 3.82-3)
    [2011-08-26 16:20] upgraded libreoffice-sdk (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libsoup (2.34.1-1 -> 2.34.3-1)
    [2011-08-26 16:20] upgraded libwebkit (1.4.0-1 -> 1.4.2-1)
    [2011-08-26 16:20] upgraded links (2.3pre1-1 -> 2.3-1)
    [2011-08-26 16:20] upgraded logrotate (3.7.9-1 -> 3.8.0-1)
    [2011-08-26 16:20] upgraded luasocket (2.0.2-4 -> 2.0.2-5)
    [2011-08-26 16:20] upgraded lzo2 (2.04-1 -> 2.05-1)
    [2011-08-26 16:20] upgraded man-db (2.6.0.2-1 -> 2.6.0.2-2)
    [2011-08-26 16:20] upgraded mdadm (3.2.1-3 -> 3.2.2-3)
    [2011-08-26 16:20] upgraded mercurial (1.8.3-1 -> 1.9.1-1)
    [2011-08-26 16:21] ERROR: Module nvidia is in use
    [2011-08-26 16:21] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-08-26 16:21] upgraded nvidia-173xx (173.14.30-1 -> 173.14.31-2)
    [2011-08-26 16:21] upgraded octave (3.4.0-2 -> 3.4.2-2)
    [2011-08-26 16:21] upgraded openal (1.13-1 -> 1.13-2)
    [2011-08-26 16:21] upgraded openbox (3.4.11.2-2 -> 3.5.0-3)
    [2011-08-26 16:21] upgraded xine-lib (1.1.19-2 -> 1.1.19-3)
    [2011-08-26 16:21] ==> Documentation and samples are in separate packages:
    [2011-08-26 16:21]
    [2011-08-26 16:21] * opencv-docs
    [2011-08-26 16:21] * opencv-samples
    [2011-08-26 16:21] upgraded opencv (2.2.0-5 -> 2.3.0-1)
    [2011-08-26 16:21] upgraded oxygen-gtk (1.0.4-1 -> 1.1.2-1)
    [2011-08-26 16:22] upgraded oxygen-icons-svg (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:22] upgraded p7zip (9.20.1-1 -> 9.20.1-4)
    [2011-08-26 16:22] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2011-08-26 16:22] upgraded pacman-mirrorlist (20110324-1 -> 20110816-1)
    [2011-08-26 16:22] upgraded pcmciautils (017-2 -> 018-1)
    [2011-08-26 16:22] upgraded perl-text-iconv (1.7-5 -> 1.7-6)
    [2011-08-26 16:22] upgraded perl-xml-parser (2.40-2 -> 2.41-1)
    [2011-08-26 16:22] upgraded pkg-config (0.25-3 -> 0.26-1)
    [2011-08-26 16:22] upgraded postgresql-libs (9.0.4-3 -> 9.0.4-4)
    [2011-08-26 16:22] upgraded procps (3.2.8-3 -> 3.2.8-4)
    [2011-08-26 16:22] upgraded python2-distribute (0.6.16-1 -> 0.6.19-1)
    [2011-08-26 16:22] upgraded qtcurve-gtk2 (1.8.8-1 -> 1.8.9-1)
    [2011-08-26 16:22] upgraded qtcurve-kde4 (1.8.7-1 -> 1.8.8-1)
    [2011-08-26 16:24] upgraded qt-doc (4.7.2-1 -> 4.7.3-1)
    [2011-08-26 16:24] >>> The kernel-mode plugin has a new place.
    [2011-08-26 16:24] >>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
    [2011-08-26 16:24] >>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
    [2011-08-26 16:24] upgraded rp-pppoe (3.10-6 -> 3.10-7)
    [2011-08-26 16:24] upgraded rrdtool (1.4.5-1 -> 1.4.5-4)
    [2011-08-26 16:24] updating gtk.immodules... done.
    [2011-08-26 16:24] upgraded scim (1.4.9-2 -> 1.4.11-1)
    [2011-08-26 16:24] upgraded screen (4.0.3-11 -> 4.0.3-12)
    [2011-08-26 16:24] upgraded skype (2.2.0.25-1 -> 2.2.0.35-1)
    [2011-08-26 16:24] upgraded soundtouch (1.5.0-1 -> 1.6.0-1)
    [2011-08-26 16:24] upgraded sudo (1.8.1.p1-1 -> 1.8.2-1)
    [2011-08-26 16:24] upgraded syslog-ng (3.2.2-2 -> 3.2.4-3)
    [2011-08-26 16:25] upgraded tcl (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:26] Updating font cache... done.
    [2011-08-26 16:26] Note: terminus-font is in /usr/share/fonts/local/
    [2011-08-26 16:26] upgraded terminus-font (4.32-1 -> 4.36-1)
    [2011-08-26 16:26] upgraded tk (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:27] Updating font cache... done.
    [2011-08-26 16:27] upgraded ttf-liberation (1.06.0.20100721-1 -> 1.07.0-1)
    [2011-08-26 16:27] upgraded tzdata (2011g-1 -> 2011h-1)
    [2011-08-26 16:27] upgraded usbutils (002-2 -> 004-1)
    [2011-08-26 16:27] upgraded vi (050325-4 -> 1:050325-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-supertab (1.5-1 -> 1.6-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-vcscommand (1.99.42-1 -> 1.99.43-1)
    [2011-08-26 16:27] upgraded wget (1.12-5 -> 1.13.1-1)
    [2011-08-26 16:27] upgraded wine (1.3.19-2 -> 1.3.26-1)
    [2011-08-26 16:27] upgraded winetricks (20110429-1 -> 20110629-1)
    [2011-08-26 16:27] upgraded xcursor-themes (1.0.2-1 -> 1.0.3-1)
    [2011-08-26 16:27] upgraded xorg-iceauth (1.0.4-2 -> 1.0.5-1)
    [2011-08-26 16:27] upgraded xorg-util-macros (1.13.0-1 -> 1.15.0-1)
    [2011-08-26 16:27] upgraded xorg-server-devel (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:27] upgraded xorg-twm (1.0.6-2 -> 1.0.7-1)
    [2011-08-26 16:27] upgraded xorg-x11perf (1.5.3-2 -> 1.5.4-1)
    [2011-08-26 16:27] upgraded xorg-xlsclients (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xorg-xrandr (1.3.4-2 -> 1.3.5-1)
    [2011-08-26 16:28] upgraded xorg-xwininfo (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xpdf (3.02_pl6-1 -> 3.03-1)
    [2011-08-26 16:28] upgraded xscreensaver (5.12-2 -> 5.14-1)
    [2011-08-26 16:28] upgraded xterm (269-1 -> 271-1)
    [2011-08-26 16:28] upgraded xulrunner (2.0.1-1 -> 6.0-2)
    [2011-08-26 16:28] upgraded zsnes (1.51-7 -> 1.51-9)
    /etc/rc.conf without any comments:
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    MODULES=()
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs @crond @cups @sshd @startntpd)
    /etc/mkinitcpio.conf without any comments:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata filesystems"
    Please let me know if you need to know anything else.
    Last edited by Mogger (2012-03-30 23:33:38)

    I've temporarily fixed the problem by doing the following:
    removed cryptsetup (1.3.1-2)
    removed lvm2 (2.02.88-1)
    removed mdadm (3.2.2-4)
    removed linux (3.0.6-2)
    upgraded mkinitcpio-busybox (1.18.5-1 -> 1.18.2-1)
    installed gen-init-cpio (2.6.36-1)
    upgraded udev (173-3 -> 167-2)
    upgraded mkinitcpio (0.7.3-1 -> 0.6.11-1)
    installed kernel26 (2.6.38.5-1)
    upgraded nvidia-173xx-utils (173.14.31-1 -> 173.14.30-1)
    upgraded nvidia-173xx (173.14.31-2 -> 173.14.30-1)
    upgraded initscripts (2011.07.3-1 -> 2011.04.1-2)
    upgraded net-tools (1.60.20110819cvs-1 -> 1.60-18)
    I also restored my old /etc/mkinitcpio.conf, /etc/inittab and /etc/rc.conf.
    I'm still interested in a solution to the original problem. Is it a problem with my configuration, the new kernel, the udev version or something else?
    The difference in inittab is just a -s option and the mkinitcpio.conf files are the same except for some comments. rc.conf has the biggest changes and is now (removed comments):
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    MOD_AUTOLOAD="yes"
    MODULES=(!usblp !pcspkr)
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    eth0="dhcp"
    INTERFACES=(eth0)
    ROUTES=(!gateway)
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs !wicd @crond @cups @sshd @startntpd)
    Last edited by Mogger (2011-10-11 14:04:20)

  • Let's solve this kernel panic :)

    OK here it is, just the facts.
    Imac Intel slot-loading 20” Flatpanel, exactly as I bought it 2yrs ago from applestore(haven’t touched any RAM or ever opened the computer)
    Safari 10.4.1x (recently downloaded the most recent updates)
    No backups, so I cannot Erase and Reinstall, my son’s pictures are on here. Save your flames for someone else.
    I was running a disk-burning utility and the Itunes cover art screensaver was on (the screensaver being my most probable suspect for crash because of its documented bugginess, but the cause is moot for me at this point.) I came back to my mac to check the progress and the screen was frozen on the screensaver (I want to note that the hue of the screensaver was pinkish as opposed to the actual color of the “album covers”, a not too subtle hint that somethin’ ain’t right) At this point nothing worked but a hard shutdown by holding the power button. Upon restart, kernel panic. Sigh
    After several days of reading forums I present to you my not so unique, but as of yet unsolved problem, and a list of what I have tried unsuccessfully to do to resolve it. I am pasting this in several forums hoping to resolve it so you can search if someone does come up with a solution. Pardon me if I mix up cmd, option, ctrl, and alt…I am using a PC keyboard. I know what keys to press through trial and error at this point, I just don’t know what they’re called on macs :P ..
    -zapped PRAM, take note a mac “compatible” keyboard is needed for this (Logitech g15 doesn’t work for this task, but the cheapie Logitech “Classic”200 does, focus on the problem people)
    -C after startup to boot Installation disk and running Disk utility/Repair Disk gives error
    Checking HFSPlus volume
    /red catalog file entry not found for extent
    Volume check failed
    Error: The underlying task reported failure
    Techtool Deluxe showed error in repairing the volume and directory tests, the rest passed
    The partition which previously held Windows and has now been erased and formatted in an unsuccessfull attempt to install a copy of OSX onto reports as “no problems detected”: Attempts to erase this partition and install OSX onto it result in errors
    -Shift(safe mode) gives kernel panic
    -cmd/alt-O/F Firmware boot gives kernel panic
    -T at startup makes a target disk I guess but since I don’t have several mac computers laying around this isn’t a viable option atm
    -cmd/V (Verbose mode) loads the info below and stops
    -cmd /S (Single User Mode) does the same as verbose mode, I am unable to type at the prompt, it is essentially frozen at the end
    -Option at startup only gives kernel panic
    -Archive and Reinstall-The main hard drive won’t mount so it seems all I will be able to do is erase that partition
    - I think I covered all of them, If I missed something, it didn’t help, either :P
    -I tried a brief attempt at giving myself a crash course in terminal bash commands, but decided to do this before I rack my brain over that (as a last resort I will learn to program another **** language that will become useless in a few years before I erase my son’s pictures)…..the terminal is the only place I could run a fsck but it just returns the next prompt, no sign that it did anything,
    -I have heard that occasionally some people’s KP’s “resolve themselves”. I am not sure if this is while the panic screen is showing or just on a successive reboot. I would love for that to happen here. That would be BCS(Best Case Scenario)
    Following is what appears when I start in Verbose or Single-user mode
    Se .Looking for kernel cache file ‘System\Library\Caches\com.apple.kernelcahes\kernelcache.BC122279…………………………………… …………………<then pause for 30-45sec, then “finishes quickly with script below which goes too quick for me to read>
    Loading mach kernel?
    Read error (hexadecimal#)
    ………………………………………………………………………………………………root device uuid?
    loading drivers?
    <next screen>
    I will just put some of the stuff here that might describe an error, and some stuff to give you an idea where it comes in –the hexadecimal numbers(hex)
    Started CPU 01
    BSM auditing present
    Disabled
    Rooting via boot-uuid from/chosen:
    Waiting on <dict ID=”0”><key>IOProviderClass</key>…yadayadayada
    USB caused wake event (EHCI)
    Firewire…yada
    Got Boot device = yadayada
    BSD root
    CSRHIDTransitionDriver::probe: -v (I am assuming that this is where it picks up my input to enter Verbose mode)
    CSRHIDTransitionDriver::start before command (single user mode prints “probe booting in single-user... do not match then skips the next two lines)
    CSRTransitionDriver::stop
    IOBluetoothController::start Idle Timer Stopped
    Disk0s2: Hex# (Undefined).
    Disk0s2: Hex#(Undefined).
    Disk0s2:data underrun.
    Pid 1 exited (signal 0,exit 1)panic(cpu 1 caller hex#): init died
    State at last exception:
    Debugger called: <panic>
    Backtrace, Format – Frame : Return address (4 potential args on stack)
    Hex# :Hex# more hex #’s No mapping exists for frame pointer
    Backtrace terminated – invalid frame pointer 0xbffff968
    Kernel version yada yada yada
    That’s it. Same happens in single-user mode. The cursor stops and I have to restart.
    I can access the original install disc and suspect that if I can delete the cache files, or preference files, or whatever is pointing the boot sequence to the corrupted info I would be okay
    *okay this is new, after clicking restart from “startup disk” on Installation disk I was holding down shift to try a safe boot again, and as the Kp screen came down there was text on the screen
    panic(cpu 0 caller 0x00399CA3) : Unable to find driver for this platform: “ACPI”.
    Debugger…yada yada invalid frame pointer 0x0
    It seems if I choose to use the install disks option to startup to the install disk then I can properly boot into single user mode in which fsck does work but it checks the install disk and not the HD, any way to switch that? is the HD "mounted at this point?

    Well, either way you will probably be spending a little money and more time on
    the Mac project; the difference in buying a relatively inexpensive external FW
    HDD and learning how to use it (and have it for backups and doing your own
    tech work) -- or -- not having it, and paying someone who does have those tools
    on-hand, is you won't have the hardware or ability to backup your stuff, or fix it.
    You can get a good FW enclosed backup hard disk drive of reliable quality
    from Other World Computing and use free Carbon Copy Cloner. You have
    the computer's bootable install disc with its own Disk Utility & tools in it.
    I like my LaCie 250GB FireWire externally enclosed (self contained including
    a separate power supply; it can boot and run my Macs from clones I made)
    and there is room enough for more than two complete computer content clones.
    Bootable exact images of the entire contents of the machines.
    Had I paid for a tech to do the troubleshooting (48 hours at a time, for three
    months) on the one Mac, there is no way I could have afforded the computer
    or the tech bill. And I found out things through doing for myself that my friends
    who use Windows machines (and they take them apart, and curse them) don't
    yet understand. The cure for the few Mac issues outside of some large part
    failure, is to be self-sufficient in the things a user CAN do. Then the shop visit
    is a rarer event, and money spent on hardware is better than on gasoline.
    Gasoline here varies, on the road system from over $4 a gallon (near $5 diesel)
    up to nearly $7-$9 a gallon where fuels are barged or air flown in. Think about that
    when or if you eat any salmon caught in Alaskan waters... Most of the fleet is
    sitting in the docks, so driving in a modern city is a matter of greater efficiency
    and foresight. You could take a chance on that $1200. hydrogen cell kit's claims!
    Good luck & happy computing!
    PS: are you sure that you didn't spring for that AppleCare extended protection plan
    back in the first year of ownership where it could have cost you maybe $160. and
    added up to three years of extra coverage and tech support? If you did an enrolled it
    then it would be a matter of getting the computer to an authorized shop for service.
    edited.

  • [SOLVED] Custom kernel 2.6.17 + ATI drivers

    Hi,
    I'm trying to get DRI, but can't load fglrx. I've read
    http://wiki.archlinux.org/index.php/ATI … om_Kernels and
    http://gentoo-wiki.com/HOWTO_ATI_Drivers
    and done everything like in those howtos. If I set Driver "fglrx" X won't work. So I've made new kernel with some additional modules:
    Device Drivers -->
    Graphics support -->
    <M> Support for frame buffer devices
    <*> Enable firmware EDID
    <M> ATI Radeon display support
    [*] ODC/I2C for ATI Radeon support
    [*] Blacklight & LCD device support --> ...
    but the problem is still the same.
    Here's some of my configs.
    xorg_error.log:
    hostname: Unknown host
    xauth: creating new authority file /home/piotrek/.serverauth.10922
    _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
    _XSERVTransOpen: transport open failed for inet6/arch:0
    _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux arch 2.6.17 #4 Tue Sep 19 19:12:05 PDT 2006 i686
    Build Date: 19 September 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 19 23:22:42 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) module ABI major version (0) doesn't match the server's version (1)
    (EE) Failed to load module "fglrx" (module requirement mismatch, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
    after 0 requests (0 known processed) with 0 events remaining.
    PKGBUILD from abs :
    pkgname=ati-fglrx
    pkgver=8.28.8
    pkgrel=1
    pkgdesc="ATI precompiled drivers for r350, r300, r250 and r200 chipsets. Drivers for the Linux kernel."
    arch=(i686 x86_64)
    url="http://www.ati.com"
    license=""
    depends=('ati-fglrx-utils')
    makedepends=()
    conflicts=('ati-drivers-module' 'ati-drivers-arch' 'nvidia')
    install=ati-fglrx.install
    _kernver=2.6.17
    my xorg.conf:
    Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig Screen 0" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
    EndSection
    Section "Files"
        FontPath     "/usr/share/X11/fonts/misc"
        FontPath     "/usr/share/X11/fonts/cyrillic"
        FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/share/X11/fonts/Type1"
        FontPath     "/usr/share/X11/fonts/CID"
        FontPath     "/usr/share/X11/fonts/100dpi"
        FontPath     "/usr/share/X11/fonts/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
    EndSection
    Section "Module"
        Load  "bitmap"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "type1"
        Load  "vbe"
    EndSection
    Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option        "CoreKeyboard"
        Option        "XkbRules" "xorg"
        Option        "XkbModel" "pc105"
        Option        "XkbLayout" "pl"
        Option        "XkbOptions" "ctrl:nocaps"
    EndSection
    Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option        "CorePointer"
        Option        "Device" "/dev/input/mice"
        Option        "Protocol" "ImPS/2"
        Option        "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
        Identifier   "S/T 77/76BDF"
        HorizSync    30.0 - 90.0
        VertRefresh  50.0 - 80.0
        Option        "DPMS"
    EndSection
    Section "Monitor"
        Identifier   "aticonfig Monitor 0"
    EndSection
    Section "Device"
        Identifier  "ATI Technologies, Inc. Radeon 9100 (R200 QM)"
        Driver      "ati"
        BusID       "PCI:1:0:0"
    EndSection
    Section "Device"
        Identifier  "ATI Graphics Adapter 0"
        Driver      "fglrx"
        Option        "(null)"
        Option        "VideoOverlay" "on"
        Option        "OpenGLOverlay" "off"
        BusID       "PCI:1:0:0"
    EndSection
    Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies, Inc. Radeon 9100 (R200 QM)"
        Monitor    "S/T 77/76BDF"
        DefaultDepth     24
        SubSection "Display"
            Depth     24
            Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    Section "Screen"
        Identifier "aticonfig Screen 0"
        Device     "ATI Graphics Adapter 0"
        Monitor    "aticonfig Monitor 0"
        DefaultDepth     24
        SubSection "Display"
            Viewport   0 0
            Depth     24
        EndSubSection
    EndSection
    Section "DRI"
        Mode         0666
    EndSection
    I'm using xorg 11R7.0-1, ati-fglrx-utils 8.27.10-3, and my own package  ati-fglrx-kickass 8.28.8-1

    As mouse may have noticed, from the log:
    # (EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV"
    # (EE) fglrx(0): cannot init AGP
    # (II) fglrx(0): [drm] removed 1 reserved context for kernel
    # (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x2000 at 0xb7710000
    # (WW) fglrx(0): ***********************************************
    # (WW) fglrx(0): * DRI initialization failed! *
    # (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
    # (WW) fglrx(0): * 2D acceleraton available (MMIO) *
    # (WW) fglrx(0): * no 3D acceleration available *
    # (WW) fglrx(0): ********************************************* *
    That's your problem.  Ensure you have both agp drivers loaded - there's agpgart and your board-specific drivers too.  They both need to be loaded _before_ the fglrx kernel module.
    To figure out which modules they are, run lsmod | grep agp and put both of them into the /etc/rc.conf MODULES array, before fglrx.  If fglrx isn't in that array, put it there too, after the agp modules.
    -=edit=- as for the aiglx thing, don't worry about it.  It's harmless - I get the same message in my logs and everything works fine. -=/edit=-

Maybe you are looking for