Arch on ThinkPads

Hello,
Since there is no non-machine specific collection of information in the wiki and some of the machine-specific are quite outdated I would like to collect some general things of what users of ThinkPads and Arch do in order to get a harmonious interplay.
Especially I am interested in WM and DE independent solutions and tools, installed packages as well as small scripts that facilitate your daily work and make use of all what a ThinkPad has to offer.
Thanks!
Last edited by orschiro (2012-11-21 08:09:15)

orschiro wrote:
Hello,
Since there is no non-machine specific collection of information in the wiki and some of the machine-specific are quite outdated I would like to collect some general things of what users of ThinkPads and Arch do in order to get a harmonious interplay.
Especially I am interested in WM and DE independent solutions and tools, installed packages as well as small scripts that facilitate your daily work and make use of all what a ThinkPad has to offer.
Thanks!
You might want to see if your machine supports tp_smapi, which gives you access to additional hardware features and harddisk protection:
https://wiki.archlinux.org/index.php/Tp_smapi
There is also a nice script for power management specifically for ThinkPads:
https://wiki.archlinux.org/index.php/Tlp
If you happen to have a ThinkPad with TrackPoint, you may wish to look at this to get it working correctly:
http://www.thinkwiki.org/wiki/How_to_co … TrackPoint

Similar Messages

  • How well is Arch with Thinkpad T43?

    I have an old Thinkpad T43 with Opensuse 10.3 installed, as opensuse 10.3 is out of support cycle, I want to try Arch, but not sure if everything is fine, currently all hardwares(modern, suspend/resume, speaker/mic, volume control, etc... everything) are working fine, I also tried latest versions of some distros like Ubuntu 10.04 but there are a few hardwares not working. Is there anyone who have similar experience can tell me how well is it?
    Thanks!

    I think a T43 even fully supports all tp smapi functions Check the wiki for all possibilities!

  • Thinkpad t520 dual boot win 7 and arch + optimus issue

    --today I got my first laptop and first thinkpad..... thinkpad t520 with the following specifications:-
    intel i5 2520M - HD+ AG display (1600*900) - 4 gigs of ram - nvidia optimus -Hard disk 500Gigs 7200rpm - windows 7  and some other windows applications unfortunately a friend bought it for me so he bought it with alot of applications
    --the problem is that I've been using arch linux for a year now, and I love it, no experience with laptops, and I intend to keep windows because I purchased for it and I want dual boot with arch so what is the right disk partitioning to install linux and keep windows untouched............ in my old desktop it was only arch and it was like that:
    128 mb ext2 boot
    2048 swap
    50000 mb / ext4   and the rest of the disk for home folder, now with dual boot what is the right partitoning?
    the second question Does bumblebee work fine with archlinux?
    how to access bios?
    Is there any thread to help to install arch on thinkpad t520 in details ?
    Do I leave the battery always installed or what?
    Last edited by big mac (2012-02-04 13:46:40)

    the Arch partition should take some space from the windows7_os partition. You should keep the Lenovo_Recovery partition if you don't have a Windows installation DVD, or if you think you may want to reset your hard drive to its original state someday. In my laptop I have completely removed it.
    I have a dual boot of Archlinux/Windows7, and I use the following partitioning
    /dev/sda1   ntfs   60.0GiB   /media/C (for windows os)
    /dev/sda2 (extended partition)
          /dev/sda3   swap   4.0GiB swap
          /dev/sda4   ext4    30.0GiB root
          /dev/sda5   ext4    30.0GiB home
    /dev/sda6   ntfs   376GiB   /media/D
    I use the last partition as a shared partition between Arch and Windows, for storing music and videos... I use it also for installing games, so that I  can play them either from windows or from Arch by using wine.
    I'm not saying this is the best way to do it, but this has been working for me, also I don't use a separate /boot partition, I used to have it when I had multiple Linux distros, but with Arch alone I don't find it necessary.

  • Load new kernel

    I am running arch on Thinkpad x230t and I found this guide with recommendations for running arch on this particular laptop:
    https://wiki.archlinux.org/index.php/Le … nkPad_X230
    I am trying to install the linux-ck kernel and am having some trouble. I downloaded the tarball and ran the PKGBUILD and ran for a while and finished without doinging anything alarming.
    I made the recomended changes to:
    /etc/mkinitcpio.conf
    /etc/modprobe.d/modprobe.conf
    And then tried to run:
    mkinitcpio -p linux && mkinitcpio -p linux-ck
    It created the first linux image without any problems but failed on the linux-ck, here is the full post:
    mkinitcpio -p linux && mkinitcpio -p linux-ck
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
      -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.10.9-1-ARCH
      -> Running build hook: [base]
      -> Running build hook: [udev]
      -> Running build hook: [autodetect]
      -> Running build hook: [modconf]
      -> Running build hook: [block]
      -> Running build hook: [filesystems]
      -> Running build hook: [keyboard]
      -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
      -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.10.9-1-ARCH
      -> Running build hook: [base]
      -> Running build hook: [udev]
      -> Running build hook: [modconf]
      -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
      -> Running build hook: [filesystems]
      -> Running build hook: [keyboard]
      -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    [john@X230T-John ld.so.conf.d]$ sudo mkinitcpio -p linux-ck
    ==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'default'
      -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck.img
    ==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux-ck'
    ==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'fallback'
      -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck-fallback.img -S autodetect
    ==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux-ck'
    (Also, what do the 3 warning lines, on the linux image mean?)
    What's going on here? Thanks for any help.
    Last edited by lampwins (2013-08-27 18:36:13)

    What is the output of
    # pacman -Qm
    From the error that you posted, it clearly states that it can't find the specified linux-ck kernel, which if you installed should be hanging out inside of your /boot directory.
    You  might as well post the output of
    ls /boot/
    As for installing/compiling the linux-ck kernel, the Linux-ck ArchWiki, gives you a general idea, however its the same as installing any custom package (for me at least).  Below are the steps that I personally do, keep in mind that there might be other/easier ways. 
    1. Download the latest linux-ck tarball from the AUR, and if you are using an nvidia card you can also grab the proper nvidia-ck package. 
    2. Extract the tarball, and cd into the newly created folder
    3. edit the PKGBUILD, the only things I change in this file, are the variables in the code below that are set equal to y (enabling the option)
    ### PATCH AND BUILD OPTIONS
    # Set these variables to ANYTHING that is not null (y or hello or 2 or "I like icecream") to enable them
    _pstates_pat=y # Enable Haswell support for the new Intel pstate drive
    _makenconfig= # Tweak kernel options prior to a build via nconfig
    _localmodcfg=y # Compile ONLY probed modules
    _use_current= # Use the current kernel's .config file
    _BFQ_enable_=y # Enable BFQ as the default I/O scheduler
    _NUMAdisable=y # Disable NUMA in kernel config
    I personally have just started messing around with the kernel configuration so I'm using localmodconfig as a starting point.  You can however load your own config, or start one from scratch.
    4.Save & quit the file, then I personally run the command below, which compiles the package and if successful it installs it.  Keep in mind I'm pretty sure you have to have 'Sudo' set up on the system.
    makepkg -ci
    If you don't have 'Sudo' or whatever, you can still just run
    $ makepkg
    # pacman -U pkgname-pkgver.pkg.tar.xz
    5. If all is well, I update my grub2
    # grub-mkconfig -o /boot/grub/grub.cfg
    At this point, you should be able to boot into your new kernel.  Hopefully you use nvidia, and will notice that you have no X working.  You can follow the same outline to compile and install the proper nvidia-ck driver package.
    Hope this helps.
    Last edited by luisgmarine (2013-08-29 21:34:37)

  • Hdaps module carried by kernel26 package never work

    Hi, I'm running Arch on thinkpad T400. I found that hdaps.ko module carried by kernel26 package seems never work, I'm currently using tp_smapi package from AUR, it provides hdaps.ko module along with tp_smapi.ko and works flawlessly. I'm wondering why we cannot put the right working module into kernel26 package instead of the useless one?
    The tp_smapi package install tp_smapi.ko and hdaps.ko into /lib/modules/2.6.28-ARCH/extra/, while the default hdaps.ko locates at /lib/modules/2.6.28-ARCH/kernel/drivers/hwmon/. The frustrating point is every time I upgrade kernel26 package, I need to manually remove /lib/modules/2.6.28-ARCH/kernel/drivers/hwmon/hdaps.ko and reinstall tp_smapi-0.40-1-i686.pkg.tar.gz so that kernel can found custom installed modules correctly.
    I guess there are two ways to handle this. First, just remove hdaps.ko module carried along with kernel package, so that it won't mess up module search path of hdaps.ko; Second, add correctly working thinkpad_ec.ko and hdaps.ko or better tp_smapi too into the package.
    Here are all my on opinion, thanks for your attention.
    Best regards!

    You need to raise this with the kernel devs and/or the tp_smapi devs. Our kernel package is built from the upstream source, with as little interference as possible. If we apply patches, we ensure that they have first been submitted upstream, and ideally that they are scheduled for inclusion in a future kernel release.
    It's possible that the tp_smapi devs have already submitted their work for consideration by the kernel devs, but either way, it's their issue, not ours. I'd suggest you submit a bug report to the kernel devs, outlining your problems with the existing module, and suggesting its replacment by the tp_smapi version. I would also contact the tp_smapi guys to ask them if they are in contact with the kernel team about this.

  • Random restart instead shutdown and power off in bios

    Dear all,
    since some time my Thinkpad T410 randomly restarts instead doing a requested shutdown. Also there is a random power off while POST when I power on the system (I not noticed any relationship between both problems except the date since they occur - maybe a system update, but I'm not sure).
    I'm running Linux 3.1.2-1-ARCH with thinkpad-acpi kernel module and laptop-mode enabled.
    I also tried Windows and Ubuntu to assure that this problem is not hardware related and I never experienced the problems with both tested OS's.
    Has anybody experienced similar problems or a clue where to start looking for problems?
    Cheers,
    Martin
    Last edited by schappi (2011-11-28 19:29:24)

    By now, i think i solved the problem with a clean arch installation. I know, it's overkill, but I can't figure out the cause of the randomly appearing problem.
    @albLinux: If you have this problem when rebooting each time, try google or have a look here:
    https://bbs.archlinux.org/viewtopic.php?pid=1023970
    cheers

  • Auto-mount failing with segfault on FAT drives

    I've been running Arch on ThinkPads for years, just got an x240 and installed Arch on it. Everything seems to work fine except for external drives of any sort.
    I'm running Gnome 3.
    With my USB stick, every time I insert it, Nautilus detects it and when I attempt to view the drive it fails. Here's the dmesg output:
    [32426.659595] usb 2-1: new SuperSpeed USB device number 4 using xhci_hcd
    [32426.675126] usb-storage 2-1:1.0: USB Mass Storage device detected
    [32426.675173] scsi5 : usb-storage 2-1:1.0
    [32427.676716] scsi 5:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 6
    [32427.677167] sd 5:0:0:0: [sdb] 60566016 512-byte logical blocks: (31.0 GB/28.8 GiB)
    [32427.677442] sd 5:0:0:0: [sdb] Write Protect is off
    [32427.677458] sd 5:0:0:0: [sdb] Mode Sense: 45 00 00 00
    [32427.677775] sd 5:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [32427.831483] sdb: sdb1
    [32427.832493] sd 5:0:0:0: [sdb] Attached SCSI removable disk
    [32439.190500] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [32439.328724] usb 2-1: reset SuperSpeed USB device number 4 using xhci_hcd
    [32444.339799] usb 2-1: device descriptor read/8, error -110
    [32444.443060] usb 2-1: reset SuperSpeed USB device number 4 using xhci_hcd
    [32449.454646] usb 2-1: device descriptor read/8, error -110
    [32449.611683] sd 5:0:0:0: [sdb] Unhandled error code
    [32449.611686] sd 5:0:0:0: [sdb]
    [32449.611687] Result: hostbyte=0x07 driverbyte=0x00
    [32449.611688] sd 5:0:0:0: [sdb] CDB:
    [32449.611690] usb 2-1: USB disconnect, device number 4
    [32449.611689] cdb[0]=0x28: 28 00 00 00 0d 9b 00 00 0f 00
    [32449.611695] end_request: I/O error, dev sdb, sector 3483
    [32449.617844] sd 5:0:0:0: [sdb] Unhandled error code
    [32449.617846] sd 5:0:0:0: [sdb]
    [32449.617847] Result: hostbyte=0x01 driverbyte=0x00
    [32449.617848] sd 5:0:0:0: [sdb] CDB:
    [32449.617849] cdb[0]=0x28: 28 00 00 00 0d 9c 00 00 0e 00
    [32449.617852] end_request: I/O error, dev sdb, sector 3484
    [32449.617876] sd 5:0:0:0: [sdb] Unhandled error code
    [32449.617877] sd 5:0:0:0: [sdb]
    [32449.617878] Result: hostbyte=0x01 driverbyte=0x00
    [32449.617878] sd 5:0:0:0: [sdb] CDB:
    [32449.617879] cdb[0]=0x28: 28 00 00 00 0c ab 00 00 f0 00
    [32449.617882] end_request: I/O error, dev sdb, sector 3243
    [32449.617952] FAT-fs (sdb1): FAT read failed (blocknr 3211)
    [32449.618677] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8801574ef380
    [32449.618680] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8801574ef3c0
    [32449.621107] FAT-fs (sdb1): Directory bread(block 32768) failed
    [32449.621111] FAT-fs (sdb1): Directory bread(block 32769) failed
    [32449.621113] FAT-fs (sdb1): Directory bread(block 32770) failed
    [32449.621115] FAT-fs (sdb1): Directory bread(block 32771) failed
    [32449.621117] FAT-fs (sdb1): Directory bread(block 32772) failed
    [32449.621119] FAT-fs (sdb1): Directory bread(block 32773) failed
    [32449.621120] FAT-fs (sdb1): Directory bread(block 32774) failed
    [32449.621122] FAT-fs (sdb1): Directory bread(block 32775) failed
    [32449.621124] FAT-fs (sdb1): Directory bread(block 32776) failed
    [32449.621126] FAT-fs (sdb1): Directory bread(block 32777) failed
    [31813.104727] ------------[ cut here ]------------
    [31813.104734] WARNING: CPU: 3 PID: 7798 at fs/sysfs/group.c:214 sysfs_remove_group+0xc6/0xd0()
    [31813.104736] sysfs group ffffffff81895c40 not found for kobject 'target3:0:0'
    [31813.104737] Modules linked in: nls_cp437 vfat fat twofish_generic twofish_avx_x86_64 twofish_x86_64_3way twofish_x86_64 twofish_common serpent_avx2 serpent_avx_x86_64 serpent_sse2_x86_64 serpent_generic xts loop usb_storage usbhid hid fuse ctr ccm snd_hda_codec_hdmi joydev mousedev arc4 snd_hda_codec_realtek intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm iTCO_wdt iTCO_vendor_support cdc_mbim microcode evdev cdc_ncm psmouse uvcvideo pcspkr serio_raw iwlmvm usbnet videobuf2_vmalloc mii videobuf2_memops mac80211 cdc_acm videobuf2_core cdc_wdm videodev media btusb iwlwifi bluetooth cfg80211 rtsx_pci_ms memstick wmi tpm_tis thinkpad_acpi i915 snd_hda_intel nvram tpm rfkill ac battery snd_hda_codec video intel_agp intel_gtt drm_kms_helper drm e1000e snd_hwdep snd_pcm snd_page_alloc thermal
    [31813.104776] snd_timer mei_me lpc_ich mei i2c_algo_bit snd button shpchp i2c_i801 ptp soundcore pps_core i2c_core processor ext4 crc16 mbcache jbd2 dm_crypt dm_mod sd_mod rtsx_pci_sdmmc mmc_core atkbd libps2 crct10dif_pclmul crct10dif_common crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd ahci ehci_pci libahci ehci_hcd libata scsi_mod rtsx_pci xhci_hcd usbcore usb_common i8042 serio
    [31813.104801] CPU: 3 PID: 7798 Comm: umount Not tainted 3.13.6-1-ARCH #1
    [31813.104802] Hardware name: LENOVO 20AL009NMC/20AL009NMC, BIOS GIET66WW (2.16 ) 12/02/2013
    [31813.104804] 0000000000000009 ffff88013ecb5b40 ffffffff81513274 ffff88013ecb5b88
    [31813.104806] ffff88013ecb5b78 ffffffff81061a3d 0000000000000000 ffffffff81895c40
    [31813.104809] ffff8800c72a5c38 ffff8802114d4190 ffff8801728fb000 ffff88013ecb5bd8
    [31813.104812] Call Trace:
    [31813.104818] [<ffffffff81513274>] dump_stack+0x4d/0x6f
    [31813.104824] [<ffffffff81061a3d>] warn_slowpath_common+0x7d/0xa0
    [31813.104827] [<ffffffff81061aac>] warn_slowpath_fmt+0x4c/0x50
    [31813.104831] [<ffffffff8151843e>] ? mutex_unlock+0xe/0x10
    [31813.104834] [<ffffffff8121925e>] ? sysfs_get_dirent_ns+0x4e/0x70
    [31813.104837] [<ffffffff8121a3e6>] sysfs_remove_group+0xc6/0xd0
    [31813.104843] [<ffffffff813b7033>] dpm_sysfs_remove+0x43/0x50
    [31813.104846] [<ffffffff813aceb5>] device_del+0x45/0x1c0
    [31813.104857] [<ffffffffa00a52b7>] scsi_target_reap_usercontext+0x27/0x40 [scsi_mod]
    [31813.104862] [<ffffffff8107b887>] execute_in_process_context+0x67/0x70
    [31813.104870] [<ffffffffa00a65d4>] scsi_target_reap+0xc4/0xf0 [scsi_mod]
    [31813.104879] [<ffffffffa00a8558>] scsi_device_dev_release_usercontext+0x188/0x1c0 [scsi_mod]
    [31813.104882] [<ffffffff8107b887>] execute_in_process_context+0x67/0x70
    [31813.104890] [<ffffffffa00a83cc>] scsi_device_dev_release+0x1c/0x20 [scsi_mod]
    [31813.104894] [<ffffffff813ac3f2>] device_release+0x32/0xa0
    [31813.104899] [<ffffffff812b6b47>] kobject_cleanup+0x77/0x1b0
    [31813.104902] [<ffffffff812b69c8>] kobject_put+0x28/0x60
    [31813.104906] [<ffffffff813ac7f7>] put_device+0x17/0x20
    [31813.104913] [<ffffffffa009c5eb>] scsi_device_put+0x3b/0x50 [scsi_mod]
    [31813.104920] [<ffffffffa025e7e0>] scsi_disk_put+0x30/0x50 [sd_mod]
    [31813.104926] [<ffffffffa025f6a1>] sd_release+0x31/0x70 [sd_mod]
    [31813.104931] [<ffffffff811dc75c>] __blkdev_put+0x17c/0x1b0
    [31813.104936] [<ffffffff811dc6f7>] __blkdev_put+0x117/0x1b0
    [31813.104940] [<ffffffff811dd0be>] blkdev_put+0x4e/0x140
    [31813.104944] [<ffffffff811a5f64>] kill_block_super+0x44/0x70
    [31813.104947] [<ffffffff811a622d>] deactivate_locked_super+0x3d/0x60
    [31813.104950] [<ffffffff811a67e6>] deactivate_super+0x46/0x60
    [31813.104954] [<ffffffff811c24d5>] mntput_no_expire+0xe5/0x170
    [31813.104958] [<ffffffff811c3730>] SyS_umount+0x90/0x3c0
    [31813.104962] [<ffffffff8151d8be>] ? do_page_fault+0xe/0x10
    [31813.104966] [<ffffffff815216ad>] system_call_fastpath+0x1a/0x1f
    [31813.104968] ---[ end trace 9c2068df074620da ]---
    I never had any trouble this this before on my previous laptop (Lenovo ThinkPad E330).
    Likewise, when I use TrueCrypt to mount a volume, although I don't get the stack trace, It does never shows up in Nautilus, and dmesg has the following to say about it:
    [31234.534922] loop: module loaded
    [31234.610930] FAT-fs (dm-5): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    I can view the drive, however, so it's not as bad as the USB stick, but still not the correct behavior. There is no automount and Nautilus does not show it in the device list.
    I've tried formatting the USB stick a few different times (it needs to be FAT for compatibility) and always Arch ends up corrupting the drive and making it useless.
    Anyone have any idea as to what's going on here?
    Thanks
    -Nick
    Last edited by silverbucket (2014-03-16 23:59:56)

    Trying again, to manually mount the USB stick, when I insert it, dmesg shows:
    [22021.214586] usb-storage 2-1:1.0: USB Mass Storage device detected
    [22021.214633] scsi5 : usb-storage 2-1:1.0
    [22022.215965] scsi 5:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 6
    [22022.216251] sd 5:0:0:0: Attached scsi generic sg1 type 0
    [22022.216440] sd 5:0:0:0: [sdb] 60566016 512-byte logical blocks: (31.0 GB/28.8 GiB)
    [22022.216733] sd 5:0:0:0: [sdb] Write Protect is off
    [22022.216736] sd 5:0:0:0: [sdb] Mode Sense: 45 00 00 00
    [22022.217088] sd 5:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [22022.373041] sdb: sdb1
    [22022.374051] sd 5:0:0:0: [sdb] Attached SCSI removable disk
    I then try to mount it with:
    # mount /dev/sdb1 /mnt/usbstick
    And although the command appears to be successful, I get the following in dmesg:
    [22182.804311] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [22186.212884] usb 2-1: reset SuperSpeed USB device number 4 using xhci_hcd
    [22191.224027] usb 2-1: device descriptor read/8, error -110
    [22191.327268] usb 2-1: reset SuperSpeed USB device number 4 using xhci_hcd
    [22196.338854] usb 2-1: device descriptor read/8, error -110
    [22196.495462] sd 5:0:0:0: [sdb] Unhandled error code
    [22196.495465] sd 5:0:0:0: [sdb]
    [22196.495466] Result: hostbyte=0x07 driverbyte=0x00
    [22196.495468] sd 5:0:0:0: [sdb] CDB:
    [22196.495470] usb 2-1: USB disconnect, device number 4
    [22196.495468] cdb[0]=0x28: 28 00 00 00 0c ad 00 00 f0 00
    [22196.495477] end_request: I/O error, dev sdb, sector 3245
    [22196.502037] sd 5:0:0:0: [sdb] Unhandled error code
    [22196.502041] sd 5:0:0:0: [sdb]
    [22196.502043] Result: hostbyte=0x01 driverbyte=0x00
    [22196.502045] sd 5:0:0:0: [sdb] CDB:
    [22196.502046] cdb[0]=0x28: 28 00 00 00 0c ae 00 00 ef 00
    [22196.502056] end_request: I/O error, dev sdb, sector 3246
    [22196.502138] FAT-fs (sdb1): FAT read failed (blocknr 3213)
    [22196.502139] sd 5:0:0:0: [sdb] Unhandled error code
    [22196.502141] sd 5:0:0:0: [sdb]
    [22196.502142] Result: hostbyte=0x01 driverbyte=0x00
    [22196.502143] sd 5:0:0:0: [sdb] CDB:
    [22196.502144] cdb[0]=0x28: 28 00 00 00 0d 9d 00 00 0d 00
    [22196.502152] end_request: I/O error, dev sdb, sector 3485
    [22196.504146] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800785c7980
    [22196.504149] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800785c79c0
    A `df` does not show the mounted location, neither does Nautilus, however `mount` does.
    /dev/sdb1 on /mnt/ZELENACEK type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
    When I attempt to unmount it:
    # umount /dev/sdb1
    I get the following dmesg output:
    [22410.233289] FAT-fs (sdb1): FAT read failed (blocknr 3210)
    [22415.819947] FAT-fs (sdb1): Directory bread(block 32768) failed
    [22415.819951] FAT-fs (sdb1): Directory bread(block 32769) failed
    [22415.819953] FAT-fs (sdb1): Directory bread(block 32770) failed
    [22415.819955] FAT-fs (sdb1): Directory bread(block 32771) failed
    [22415.819956] FAT-fs (sdb1): Directory bread(block 32772) failed
    [22415.819958] FAT-fs (sdb1): Directory bread(block 32773) failed
    [22415.819960] FAT-fs (sdb1): Directory bread(block 32774) failed
    [22415.819961] FAT-fs (sdb1): Directory bread(block 32775) failed
    [22415.819963] FAT-fs (sdb1): Directory bread(block 32776) failed
    [22415.819964] FAT-fs (sdb1): Directory bread(block 32777) failed
    [22556.688959] ------------[ cut here ]------------
    [22556.688967] WARNING: CPU: 2 PID: 27239 at fs/sysfs/group.c:214 sysfs_remove_group+0xc6/0xd0()
    [22556.688968] sysfs group ffffffff81895c40 not found for kobject 'target5:0:0'
    [22556.688970] Modules linked in: sg nls_cp437 vfat fat usb_storage fuse ctr ccm snd_hda_codec_hdmi joydev mousedev arc4 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm iTCO_wdt iTCO_vendor_support microcode iwlmvm evdev cdc_mbim pcspkr uvcvideo psmouse serio_raw mac80211 videobuf2_vmalloc videobuf2_memops btusb videobuf2_core videodev cdc_ncm usbnet bluetooth mii cdc_acm cdc_wdm media iwlwifi rtsx_pci_ms cfg80211 memstick thermal snd_hda_codec_realtek wmi e1000e i915 ac thinkpad_acpi nvram rfkill battery tpm_tis snd_hda_intel tpm snd_hda_codec intel_agp intel_gtt snd_hwdep drm_kms_helper mei_me snd_pcm i2c_i801 ptp drm snd_page_alloc video snd_timer mei i2c_algo_bit snd button shpchp soundcore pps_core i2c_core lpc_ich processor ext4 crc16 mbcache jbd2 dm_crypt dm_mod sd_mod rtsx_pci_sdmmc
    [22556.689016] mmc_core atkbd libps2 crct10dif_pclmul crct10dif_common crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd ahci libahci libata ehci_pci ehci_hcd xhci_hcd rtsx_pci scsi_mod usbcore usb_common i8042 serio
    [22556.689032] CPU: 2 PID: 27239 Comm: umount Tainted: G W 3.13.6-1-ARCH #1
    [22556.689034] Hardware name: LENOVO 20AL009NMC/20AL009NMC, BIOS GIET66WW (2.16 ) 12/02/2013
    [22556.689035] 0000000000000009 ffff880066217b40 ffffffff81513274 ffff880066217b88
    [22556.689038] ffff880066217b78 ffffffff81061a3d 0000000000000000 ffffffff81895c40
    [22556.689040] ffff88020af40438 ffff880089e30190 ffff880211ce7800 ffff880066217bd8
    [22556.689043] Call Trace:
    [22556.689048] [<ffffffff81513274>] dump_stack+0x4d/0x6f
    [22556.689052] [<ffffffff81061a3d>] warn_slowpath_common+0x7d/0xa0
    [22556.689055] [<ffffffff81061aac>] warn_slowpath_fmt+0x4c/0x50
    [22556.689058] [<ffffffff8151843e>] ? mutex_unlock+0xe/0x10
    [22556.689060] [<ffffffff8121925e>] ? sysfs_get_dirent_ns+0x4e/0x70
    [22556.689063] [<ffffffff8121a3e6>] sysfs_remove_group+0xc6/0xd0
    [22556.689067] [<ffffffff813b7033>] dpm_sysfs_remove+0x43/0x50
    [22556.689070] [<ffffffff813aceb5>] device_del+0x45/0x1c0
    [22556.689079] [<ffffffffa00c02b7>] scsi_target_reap_usercontext+0x27/0x40 [scsi_mod]
    [22556.689082] [<ffffffff8107b887>] execute_in_process_context+0x67/0x70
    [22556.689089] [<ffffffffa00c15d4>] scsi_target_reap+0xc4/0xf0 [scsi_mod]
    [22556.689096] [<ffffffffa00c3558>] scsi_device_dev_release_usercontext+0x188/0x1c0 [scsi_mod]
    [22556.689098] [<ffffffff8107b887>] execute_in_process_context+0x67/0x70
    [22556.689105] [<ffffffffa00c33cc>] scsi_device_dev_release+0x1c/0x20 [scsi_mod]
    [22556.689107] [<ffffffff813ac3f2>] device_release+0x32/0xa0
    [22556.689111] [<ffffffff812b6b47>] kobject_cleanup+0x77/0x1b0
    [22556.689114] [<ffffffff812b69c8>] kobject_put+0x28/0x60
    [22556.689117] [<ffffffff813ac7f7>] put_device+0x17/0x20
    [22556.689123] [<ffffffffa00b75eb>] scsi_device_put+0x3b/0x50 [scsi_mod]
    [22556.689128] [<ffffffffa029a7e0>] scsi_disk_put+0x30/0x50 [sd_mod]
    [22556.689133] [<ffffffffa029b6a1>] sd_release+0x31/0x70 [sd_mod]
    [22556.689136] [<ffffffff811dc75c>] __blkdev_put+0x17c/0x1b0
    [22556.689140] [<ffffffff811dc6f7>] __blkdev_put+0x117/0x1b0
    [22556.689143] [<ffffffff811dd0be>] blkdev_put+0x4e/0x140
    [22556.689145] [<ffffffff811a5f64>] kill_block_super+0x44/0x70
    [22556.689148] [<ffffffff811a622d>] deactivate_locked_super+0x3d/0x60
    [22556.689150] [<ffffffff811a67e6>] deactivate_super+0x46/0x60
    [22556.689153] [<ffffffff811c24d5>] mntput_no_expire+0xe5/0x170
    [22556.689156] [<ffffffff811c3730>] SyS_umount+0x90/0x3c0
    [22556.689158] [<ffffffff815216ad>] system_call_fastpath+0x1a/0x1f
    [22556.689160] ---[ end trace 615f2c14f65f6abb ]---
    If I take the USB stick out and plug it in to my other Arch Linux laptop, the drive mounts fine (and complains about fsck only because of the problems incurred on my main laptop). I know the USB stick is good, it's new and I've used it many times between my other machines. I'm assuming the hardware is good as it's a new laptop, I installed Arch Linux from this same USB stick without an issue. I've also used other types of USB devices, like wireless headphones, without issues.
    It must be some system configuration error. Perhaps something with the kernel or system libraries that are / are not installed? lib32 issues? (it's an x86_64 install)? I don't know, I'm grasping at straws. I have read through the USB_Storage_Devices and Udisks Arch Wiki pages without any luck.
    Any help is greatly appreciated as I currently can't get any large amounts data on or off this laptop easily.
    Last edited by silverbucket (2014-03-16 23:42:56)

  • [Solved] Arch noob on Thinkpad: installing tpacpi-bat

    Hello Arch community
         I'm enjoying Arch on my thinkpad t420, but it's about time I properly configured my laptop's power management. I plan to run tlp through systemd, which seems to be going fine. What is not going as planned is my installation of the tpacpi-bat script which makes battery thresholds configurable. I discovered that the project is now hosted on github. So bear with me: i understand that on the AUR, you have to download the .tar.gz, extract it, run makepkg -s, which talks to the PKGBUILD, which you can then pacman -U, but, because i am a noob, i fear i've overlooked a few things. i git cloned the project, so i have it on my machine, but there's no PKGBUILD... only an install script written in perl. "okay, so no big deal..." i ran perl install.pl... and got the following output:
    OUTPUT:
    perl install.pl
    sudo cp tpacpi-bat /usr/local/bin
    git fetch
    git reset HEAD --hard
    HEAD is now at 342a3d2 Repository cleanup, added several methods and scripts from feedback
    git clean -fd
    git checkout v1.0.0
    HEAD is now at 342a3d2... Repository cleanup, added several methods and scripts from feedback
    make
    make -C /lib/modules/3.7.9-1-ARCH/build M=/tmp/acpi_call modules
    make: *** /lib/modules/3.7.9-1-ARCH/build: No such file or directory.  Stop.
    make: *** [default] Error 2
    error running 'make'
    So, it looks like the script stopped itself when it found that /lib/modules/3.7.9-1-Arch/build does not exist... so the noob question is "why should it exist?"--- what am i doing wrong?
    Last edited by garudabear (2013-02-25 06:21:28)

    HI!
    After extracting the .tar.gz, a folder with only a PKGBUILD was extracted. and then I got confused... what would I pass as an argument to makepkg? I saw in the comments that the project had moved to git (https://aur.archlinux.org/packages/tpacpi-bat/ ) which is why I cloned the file. After a little while, I thought maybe I forgot to install a dependancy... i discovered that i acpi_call-git is a dependancy, tried to install that, and received a similar "Error 2" Here's the output for that:
    makepkg -si acpi_call.install
    ==> Determining latest git revision...
      -> Version found: 20130223
    ==> Making package: acpi_call-git 20130223-1 (Sat Feb 23 21:22:44 EST 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    ==> WARNING: Please make sure kernel headers are built/installed for the kernel acpi_call will be used with ::
    ==> WARNING: example #1: 'pacman -S linux-headers'
    ==> WARNING: example #2: 'pacman -S linux-lts-headers'
    ==> Git checkout:  Updating existing tree
    Already up-to-date.
    ==> Git checkout:  Tree has been updated
    ==> Checkout completed
    make -C /usr/lib/modules/3.7.9-1-ARCH/build M=/home/garudabear/Downloads/acpi_call-git/src/acpi_call-build modules
    make: *** /usr/lib/modules/3.7.9-1-ARCH/build: No such file or directory.  Stop.
    make: *** [default] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...
    i discovered this dependancy when i ran makepkg -si in the extracted tpacpi-bat contents from the .tar.gz on the AUR, but seeing that htis acpi-call file has no dependancies, i'm confused.

  • [SOLVED] Arch Linux on (32-bit?) ThinkPads?

    Hi all,
    I'm a newbie, looking at getting a ThinkPad netbook, which I hope to run Arch on. What am I looking for?
    # battery life greater than 4 hours
    # price less than $300 USD
    # trackpoint
    # carrying out tasks associated with being a student - browsing email/internet/pdfs, compiling LaTeX documents, maybe running Mathematica or Maple.
    # not concerned about storage, watching videos or playing games.
    # tablet may be nice, but not a major concern.
    I initially considered an X30/X31/X40/X41, but these seem to have 32-bit processors. So I thought Arch would not work. But then I see various Arch Wikis on installing on an X31/X41 etc. Could someone please explain why Arch can be installed on these 32-bit machines, and any considerations I should take into account in doing so?
    As an aside, I then went looking at the X60/X61 options, however these seem to have very bad over-heating problems, so I then considered X200 models. However these are very pricey, and seem like overkill if Arch will run on an X41 for example. Any other recommendations would be much appreciated!
    Many regards,
    Ianhoolihan
    Last edited by ianhoolihan (2011-08-21 10:27:45)

    Arch works just fine on 32-bit if it's a 686 processor. Installing Arch on an nvidia Tegra tablet may not work (try http://archlinuxarm.org/ instead), but anything standard like an Intel or AMD processor is OK.
    Arch will run on even a decade old Pentium III so you don't need a powerful processor, it only depends what apps you want to install.
    I have no idea about power management / heat issues.
    Last edited by karol (2011-08-20 22:48:03)

  • [SOLVED (Arch is a great community)] Thinkpad x220 does not power off

    My thinkpad x220 does not power off, it goes through the whole shutdown process as expected until reaching the last step where it displays "> POWER OFF" and just sits there until the battery is empty or I force the power off by using the power button.
    I don't know what's wrong or where to start looking for clues.
    The same happens when rebooting, it displays "> REBOOTING" and sits there.
    Occasionally on reboot attempts I have additional messages from iwlwifi:
    iwlwifi 0000:03:00.0: Queue 9 stuck for 10000 ms.
    iwlwifi 0000:03:00.0: Current read_ptr 28 write_ptr 29
    iwlwifi 0000:03:00.0: On demand firmware reload
    iwlwifi 0000:03:00.0: Could not load the INST uCode section
    iwlwifi 0000:03:00.0: Failed to start RT ucode: -110
    iwlwifi 0000:03:00.0: Unable to initialize device
    -edit-
    Not sure if this could be related but my thinkpad has the particularity of having a renice x3 mSATA SSD that I installed myself.
    Last edited by kazimir (2012-03-14 20:59:16)

    This is what you're looking for : https://bugzilla.kernel.org/show_bug.cgi?id=33872
    I've had this issue before, also on my X220. The solution was to remove the e1000e driver before shutdown. I've placed a command that does something like "rmmod e1000e" in a configuration file that runs it on shutdown, and it fixed the problem. I forget where this file is though... Hopefully someone else can fill the gap =]
    Last edited by bolshevik (2012-03-14 07:13:57)

  • ThinkPad x100e - Arch Install

    I picked up an x100e and have spent a fair amount of time (weeks, but it's my first Arch) tweaking things to get Arch up and running properly. There are still hiccups but not so many or critical.
    I'm working on a wiki page but am posting a link to my notes as well. They are updated live as I edit them (gdocs). While not complete yet I think they are pretty comprehensive and should serve as a good guide for anyone else interested in this laptop.
    x100e Arch Linux Install Instructions at:
    http://ethanschoonover.com/x100e
    I need to post some sample /etc files as well (some of the critical configs) but that will be in a day or two.
    -Ethan
    edit:
    Just to clarify the notes linked to above: the main issues were getting hotkeys working as desired and wifi issues. Most of those have been worked through and are detailed on that page. I'll be posting the hotkey ACPI script samples along with the actkbd configuration for reference.
    Last edited by Thinkpol (2010-09-24 00:37:53)

    Thinkpol wrote:
    eldragon wrote:pushing the voltage beyond 0.8 at 1600 hangs the system, so im sticking with 0.8
    i will try lower voltages for the 800mhz freq
    I stopped at 0.7v-800/0.9v-1600 but if you got it down to 0.8 stable at 1600 I may give it another round of tests.
    Did you do load testing at that voltage? I remember when I did load testing on cpupowerd (using mprime) I consistently crashed it (not the machine, just cpupowerd), but in real world use that has never happened. I was going to monitor cpupowerd via cron to make sure this didn't happen, but instead I just piped out the current voltage/freq values to dzen to monitor.
    What's your average power consumption at that voltage? I have a real-world minimum use range of 11.2W-12.4W. I've had it drop below that of course but that's a realistic working range (as long as I'm mosty just doing light web, vim, etc...)
    i used cpuburn to stress the cpu
    i cant get average power consumption with powertop with this laptop and i dont know why.
    anyway, im not aiming at battery life, just at working temperature.

  • [Solved] How to configure ThinkPad trackpoint in arch?

    http://www.thinkwiki.org/wiki/How_to_co … TrackPoint
    Says how to do it.
    http://www.thinkwiki.org/wiki/Patch_to_ … figuration
    Says that it should be included unless it's removed by the archteam.
    I can come this far:
    echo -n 120 > /sys/devices/platform/i8042/serio0/
    but then the serio2 folder is missing.
    Any ideas?
    Package problem in the latest post!
    Last edited by bredin (2008-07-29 17:02:25)

    You missed a piece of info on the thinkwiki pages:
    # With kernels 2.6.19 and above config files for this driver are located in /sys/devices/platform/i8042/serio1.
    # With kernels 2.6.13 (inclusive) to 2.6.19 (exclusive) config files for this driver are located in /sys/devices/platform/i8042/serio0/serio2.
    I use the following config on my X61:
    echo -n 250 > /sys/devices/platform/i8042/serio1/sensitivity
    echo -n 160 > /sys/devices/platform/i8042/serio1/speed
    echo -n 1 > /sys/devices/platform/i8042/serio1/press_to_select
    echo -n 4 > /sys/devices/platform/i8042/serio1/upthresh

  • [GAVE UP] Failure to initialize graphics device [Thinkpad 530W,Nvidia]

    Hello,
    I fail to use `nvidia` as graphics driver for my xorg on a Thinkpad 530W laptop using Nvidia Quadro 2000M and intel graphics card. Using instead `intel` or `vesa` work. This following logs are with optimus enabled, but I tried the same things with only the nvidia graphics card enabled in the bios and I also fail to load the nvidia driver.
    I followed the advice at
    https://wiki.archlinux.org/index.php/NV … IA_Optimus
    for xorg not to be confused by the presense of two graphics cards.
    Do you have any ideas how I get the nvidia card to run? Should I try Bumblebee? But can this even help if already only the nvidia card by itself makes problem? Do you need any more information?
    Thanks, for any advice,
    Holger
    This is a fresh install on a new laptop and I am new to Arch (but with Linux for a long time).
    Here are the logs:
    XOrg.log
    [ 6.236]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 6.236] X Protocol Version 11, Revision 0
    [ 6.236] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 6.236] Current Operating System: Linux ho-think 3.12.2-1-ARCH #1 SMP PREEMPT Fri Nov 29 21:14:15 CET 2013 x86_64
    [ 6.236] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=267f069c-11da-4d2a-88fa-00cab4e28149 rw quiet resume=/dev/sda6
    [ 6.236] Build Date: 01 November 2013 05:10:48PM
    [ 6.236]
    [ 6.236] Current version of pixman: 0.32.4
    [ 6.236] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 6.236] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 6.237] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 5 23:50:52 2013
    [ 6.239] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 6.239] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 6.239] (==) No Layout section. Using the first Screen section.
    [ 6.239] (==) No screen section available. Using defaults.
    [ 6.239] (**) |-->Screen "Default Screen Section" (0)
    [ 6.239] (**) | |-->Monitor "<default monitor>"
    [ 6.240] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 6.240] (**) | |-->Device "Nvidia Card"
    [ 6.240] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 6.240] (==) Automatically adding devices
    [ 6.240] (==) Automatically enabling devices
    [ 6.240] (==) Automatically adding GPU devices
    [ 6.242] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 6.242] Entry deleted from font path.
    [ 6.244] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 6.244] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 6.244] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 6.244] (II) Loader magic: 0x7fdc20
    [ 6.244] (II) Module ABI versions:
    [ 6.244] X.Org ANSI C Emulation: 0.4
    [ 6.244] X.Org Video Driver: 14.1
    [ 6.244] X.Org XInput driver : 19.1
    [ 6.244] X.Org Server Extension : 7.0
    [ 6.244] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 6.245] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 6.246] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21f5 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64
    [ 6.246] (--) PCI: (0:1:0:0) 10de:0ffb:17aa:21f5 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
    [ 6.246] Initializing built-in extension Generic Event Extension
    [ 6.246] Initializing built-in extension SHAPE
    [ 6.246] Initializing built-in extension MIT-SHM
    [ 6.246] Initializing built-in extension XInputExtension
    [ 6.246] Initializing built-in extension XTEST
    [ 6.246] Initializing built-in extension BIG-REQUESTS
    [ 6.246] Initializing built-in extension SYNC
    [ 6.246] Initializing built-in extension XKEYBOARD
    [ 6.246] Initializing built-in extension XC-MISC
    [ 6.246] Initializing built-in extension SECURITY
    [ 6.247] Initializing built-in extension XINERAMA
    [ 6.247] Initializing built-in extension XFIXES
    [ 6.247] Initializing built-in extension RENDER
    [ 6.247] Initializing built-in extension RANDR
    [ 6.247] Initializing built-in extension COMPOSITE
    [ 6.247] Initializing built-in extension DAMAGE
    [ 6.247] Initializing built-in extension MIT-SCREEN-SAVER
    [ 6.247] Initializing built-in extension DOUBLE-BUFFER
    [ 6.247] Initializing built-in extension RECORD
    [ 6.247] Initializing built-in extension DPMS
    [ 6.247] Initializing built-in extension X-Resource
    [ 6.247] Initializing built-in extension XVideo
    [ 6.247] Initializing built-in extension XVideo-MotionCompensation
    [ 6.247] Initializing built-in extension XFree86-VidModeExtension
    [ 6.247] Initializing built-in extension XFree86-DGA
    [ 6.247] Initializing built-in extension XFree86-DRI
    [ 6.247] Initializing built-in extension DRI2
    [ 6.247] (II) "glx" will be loaded by default.
    [ 6.247] (II) LoadModule: "dri2"
    [ 6.247] (II) Module "dri2" already built-in
    [ 6.247] (II) LoadModule: "glamoregl"
    [ 6.275] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 6.475] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 6.475] compiled for 1.14.2, module version = 0.5.1
    [ 6.475] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.475] (II) LoadModule: "glx"
    [ 6.475] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6.517] (II) Module glx: vendor="NVIDIA Corporation"
    [ 6.517] compiled for 4.0.2, module version = 1.0.0
    [ 6.517] Module class: X.Org Server Extension
    [ 6.517] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 6.517] Loading extension GLX
    [ 6.517] (II) LoadModule: "nvidia"
    [ 6.517] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 6.549] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 6.549] compiled for 4.0.2, module version = 1.0.0
    [ 6.549] Module class: X.Org Video Driver
    [ 6.549] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 6.549] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 6.549] (++) using VT number 7
    [ 6.553] (II) Loading sub module "fb"
    [ 6.554] (II) LoadModule: "fb"
    [ 6.554] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 6.557] (II) Module fb: vendor="X.Org Foundation"
    [ 6.557] compiled for 1.14.4, module version = 1.0.0
    [ 6.557] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.557] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 6.557] (II) Loading sub module "wfb"
    [ 6.557] (II) LoadModule: "wfb"
    [ 6.557] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 6.559] (II) Module wfb: vendor="X.Org Foundation"
    [ 6.559] compiled for 1.14.4, module version = 1.0.0
    [ 6.559] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.559] (II) Loading sub module "ramdac"
    [ 6.559] (II) LoadModule: "ramdac"
    [ 6.559] (II) Module "ramdac" already built-in
    [ 6.559] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 6.559] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 6.559] (==) NVIDIA(0): RGB weight 888
    [ 6.559] (==) NVIDIA(0): Default visual is TrueColor
    [ 6.559] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 6.559] (**) NVIDIA(0): Enabling 2D acceleration
    [ 11.161] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 11.161] (EE) NVIDIA(GPU-0): check your system's kernel log for additional error
    [ 11.161] (EE) NVIDIA(GPU-0): messages and refer to Chapter 8: Common Problems in the
    [ 11.161] (EE) NVIDIA(GPU-0): README for additional information.
    [ 11.161] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    [ 11.161] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 11.161] (II) UnloadModule: "nvidia"
    [ 11.161] (II) UnloadSubModule: "wfb"
    [ 11.161] (II) UnloadSubModule: "fb"
    [ 11.161] (EE) Screen(s) found, but none have a usable configuration.
    [ 11.161] (EE)
    Fatal server error:
    [ 11.161] (EE) no screens found(EE)
    [ 11.161] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 11.161] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 11.162] (EE)
    [ 11.167] (EE) Server terminated with error (1). Closing log file.
    dmesg with the nvidia failure at the end:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.12.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Fri Nov 29 21:14:15 CET 2013
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=267f069c-11da-4d2a-88fa-00cab4e28149 rw quiet resume=/dev/sda6
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000a6b2ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000a6b30000-0x00000000bae9efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bae9f000-0x00000000baf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000bf9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043e5fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000043e600000-0x000000043e7fffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: LENOVO 2447DW0/2447DW0, BIOS G5ET93WW (2.53 ) 05/24/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x43e600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0BB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask E00000000 write-back
    [ 0.000000] 7 base 400000000 mask FC0000000 write-back
    [ 0.000000] 8 base 43F000000 mask FFF000000 uncachable
    [ 0.000000] 9 base 43E800000 mask FFF800000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xa6b30 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f0100-0x000f010f] mapped at [ffff8800000f0100]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x43e400000-0x43e5fffff]
    [ 0.000000] [mem 0x43e400000-0x43e5fffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x43c000000-0x43e3fffff]
    [ 0.000000] [mem 0x43c000000-0x43e3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x400000000-0x43bffffff]
    [ 0.000000] [mem 0x400000000-0x43bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0xa6b2ffff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0xa69fffff] page 2M
    [ 0.000000] [mem 0xa6a00000-0xa6b2ffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    [ 0.000000] [mem 0x100000000-0x3ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x379be000-0x37cd6fff]
    [ 0.000000] ACPI: RSDP 00000000000f0120 00024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000baffe170 000BC (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: FACP 00000000bafe6000 0010C (v05 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: DSDT 00000000bafe8000 10A68 (v01 LENOVO TP-G5 00002530 INTL 20061109)
    [ 0.000000] ACPI: FACS 00000000baf54000 00040
    [ 0.000000] ACPI: SLIC 00000000baffd000 00176 (v01 LENOVO TP-G5 00002530 PTL 00000001)
    [ 0.000000] ACPI: TCPA 00000000baffc000 00032 (v02 PTL LENOVO 06040000 LNVO 00000001)
    [ 0.000000] ACPI: SSDT 00000000baffb000 00408 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000baffa000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000baff9000 00797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
    [ 0.000000] ACPI: HPET 00000000bafe4000 00038 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: APIC 00000000bafe3000 00098 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: MCFG 00000000bafe2000 0003C (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: ECDT 00000000bafe1000 00052 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: FPDT 00000000bafe0000 00064 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: ASF! 00000000bafe7000 000A5 (v32 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000bafdf000 0003E (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000bafde000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: MSDM 00000000bafdd000 00055 (v03 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: SSDT 00000000bafdc000 00D23 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000bafdb000 00A83 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 00000000bafda000 002A6 (v01 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: DBG2 00000000bafd9000 000E9 (v00 LENOVO TP-G5 00002530 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000043e5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x43e5fffff]
    [ 0.000000] NODE_DATA [mem 0x43e5ed000-0x43e5f1fff]
    [ 0.000000] [ffffea0000000000-ffffea0010ffffff] PMD -> [ffff88042e200000-ffff88043dbfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x43e5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xa6b2ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x43e5fffff]
    [ 0.000000] On node 0 totalpages: 4083403
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 10597 pages used for memmap
    [ 0.000000] DMA32 zone: 678191 pages, LIFO batch:31
    [ 0.000000] Normal zone: 53144 pages used for memmap
    [ 0.000000] Normal zone: 3401216 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xa6b30000-0xbae9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbae9f000-0xbaf9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbafff000-0xbf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
    [ 0.000000] e820: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88043e200000 s86464 r8192 d24128 u262144
    [ 0.000000] pcpu-alloc: s86464 r8192 d24128 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4019577
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=267f069c-11da-4d2a-88fa-00cab4e28149 rw quiet resume=/dev/sda6
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 15995556K/16333612K available (5121K kernel code, 807K rwdata, 1708K rodata, 1144K init, 1288K bss, 338056K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 65536000 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2694.031 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5390.56 BogoMIPS (lpj=8980103)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000027] Security Framework initialized
    [ 0.000034] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000035] Yama: becoming mindful.
    [ 0.000923] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.004551] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.006146] Mount-cache hash table entries: 256
    [ 0.006298] Initializing cgroup subsys memory
    [ 0.006306] Initializing cgroup subsys devices
    [ 0.006307] Initializing cgroup subsys freezer
    [ 0.006309] Initializing cgroup subsys net_cls
    [ 0.006310] Initializing cgroup subsys blkio
    [ 0.006329] CPU: Physical Processor ID: 0
    [ 0.006330] CPU: Processor Core ID: 0
    [ 0.006334] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.006663] mce: CPU supports 9 MCE banks
    [ 0.006675] CPU0: Thermal monitoring enabled (TM1)
    [ 0.006685] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 1
    [ 0.006786] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
    [ 0.007682] ACPI: Core revision 20130725
    [ 0.013359] ACPI: All ACPI Tables successfully acquired
    [ 0.014627] ftrace: allocating 20311 entries in 80 pages
    [ 0.023669] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056667] smpboot: CPU0: Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.056673] TSC deadline timer enabled
    [ 0.056680] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.056686] ... version: 3
    [ 0.056687] ... bit width: 48
    [ 0.056688] ... generic registers: 4
    [ 0.056689] ... value mask: 0000ffffffffffff
    [ 0.056689] ... max period: 0000ffffffffffff
    [ 0.056690] ... fixed-purpose events: 3
    [ 0.056691] ... event mask: 000000070000000f
    [ 0.093731] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.080104] smpboot: Booting Node 0, Processors # 1 # 2 # 3 # 4 # 5 # 6 # 7 OK
    [ 0.215283] Brought up 8 CPUs
    [ 0.215286] smpboot: Total of 8 processors activated (43121.51 BogoMIPS)
    [ 0.221817] devtmpfs: initialized
    [ 0.225267] PM: Registering ACPI NVS region [mem 0xbae9f000-0xbaf9efff] (1048576 bytes)
    [ 0.225908] RTC time: 22:50:45, date: 12/05/13
    [ 0.225941] NET: Registered protocol family 16
    [ 0.226022] cpuidle: using governor ladder
    [ 0.226024] cpuidle: using governor menu
    [ 0.226046] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.226048] ACPI: bus type PCI registered
    [ 0.226050] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.226221] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.226224] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.230705] PCI: Using configuration type 1 for base access
    [ 0.231329] bio: create slab <bio-0> at 0
    [ 0.231442] ACPI: Added _OSI(Module Device)
    [ 0.231443] ACPI: Added _OSI(Processor Device)
    [ 0.231444] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.231445] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.232701] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.236337] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.272341] ACPI: SSDT 00000000bae3a018 00A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.272660] ACPI: Dynamic OEM Table Load:
    [ 0.272661] ACPI: SSDT (null) 00A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.288532] ACPI: SSDT 00000000bae3ba98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.288874] ACPI: Dynamic OEM Table Load:
    [ 0.288876] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.301731] ACPI: SSDT 00000000bae39d98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.302048] ACPI: Dynamic OEM Table Load:
    [ 0.302049] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.316012] ACPI: Interpreter enabled
    [ 0.316018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
    [ 0.316022] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    [ 0.316034] ACPI: (supports S0 S3 S4 S5)
    [ 0.316035] ACPI: Using IOAPIC for interrupt routing
    [ 0.316057] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.316633] ACPI: ACPI Dock Station Driver: 2 docks/bays found
    [ 0.328772] ACPI: Power Resource [PUBS] (on)
    [ 0.332509] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.332575] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.332638] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.332701] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.332763] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 9 10 11)
    [ 0.332812] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.332874] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    [ 0.332936] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
    [ 0.332972] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.333055] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.333132] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
    [ 0.333133] acpi PNP0A08:00: ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.333260] PCI host bridge to bus 0000:00
    [ 0.333262] pci_bus 0000:00: root bus resource [bus 00-3f]
    [ 0.333264] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.333265] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.333267] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.333268] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff]
    [ 0.333270] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
    [ 0.333277] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.333338] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.333365] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.333416] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.333426] pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
    [ 0.333432] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.333436] pci 0000:00:02.0: reg 0x20: [io 0x6000-0x603f]
    [ 0.333514] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.333534] pci 0000:00:14.0: reg 0x10: [mem 0xf3a20000-0xf3a2ffff 64bit]
    [ 0.333603] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.333630] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.333664] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.333686] pci 0000:00:16.0: reg 0x10: [mem 0xf3a35000-0xf3a3500f 64bit]
    [ 0.333761] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.333815] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
    [ 0.333833] pci 0000:00:16.3: reg 0x10: [io 0x60b0-0x60b7]
    [ 0.333842] pci 0000:00:16.3: reg 0x14: [mem 0xf3a3c000-0xf3a3cfff]
    [ 0.333964] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
    [ 0.333981] pci 0000:00:19.0: reg 0x10: [mem 0xf3a00000-0xf3a1ffff]
    [ 0.333989] pci 0000:00:19.0: reg 0x14: [mem 0xf3a3b000-0xf3a3bfff]
    [ 0.333997] pci 0000:00:19.0: reg 0x18: [io 0x6080-0x609f]
    [ 0.334058] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.334085] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 0.334117] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.334137] pci 0000:00:1a.0: reg 0x10: [mem 0xf3a3a000-0xf3a3a3ff]
    [ 0.334226] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.334254] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.334287] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.334302] pci 0000:00:1b.0: reg 0x10: [mem 0xf3a30000-0xf3a33fff 64bit]
    [ 0.334368] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.334400] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.334427] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.334502] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.334557] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.334632] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.334687] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
    [ 0.334762] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.334792] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.334829] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.334849] pci 0000:00:1d.0: reg 0x10: [mem 0xf3a39000-0xf3a393ff]
    [ 0.334936] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.334965] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.334997] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100
    [ 0.335148] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.335165] pci 0000:00:1f.2: reg 0x10: [io 0x60a8-0x60af]
    [ 0.335173] pci 0000:00:1f.2: reg 0x14: [io 0x60bc-0x60bf]
    [ 0.335181] pci 0000:00:1f.2: reg 0x18: [io 0x60a0-0x60a7]
    [ 0.335188] pci 0000:00:1f.2: reg 0x1c: [io 0x60b8-0x60bb]
    [ 0.335195] pci 0000:00:1f.2: reg 0x20: [io 0x6060-0x607f]
    [ 0.335203] pci 0000:00:1f.2: reg 0x24: [mem 0xf3a38000-0xf3a387ff]
    [ 0.335246] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.335294] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.335309] pci 0000:00:1f.3: reg 0x10: [mem 0xf3a34000-0xf3a340ff 64bit]
    [ 0.335329] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.335425] pci 0000:01:00.0: [10de:0ffb] type 00 class 0x030000
    [ 0.335432] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
    [ 0.335439] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.335445] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    [ 0.335450] pci 0000:01:00.0: reg 0x24: [io 0x5000-0x507f]
    [ 0.335454] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 0.341690] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.341695] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.341700] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
    [ 0.341706] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.341865] pci 0000:02:00.0: [1180:e823] type 00 class 0x088001
    [ 0.341884] pci 0000:02:00.0: MMC controller base frequency changed to 50Mhz.
    [ 0.341910] pci 0000:02:00.0: reg 0x10: [mem 0xf3101000-0xf31010ff]
    [ 0.342112] pci 0000:02:00.0: supports D1 D2
    [ 0.342113] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.342242] pci 0000:02:00.3: [1180:e832] type 00 class 0x0c0010
    [ 0.342268] pci 0000:02:00.3: reg 0x10: [mem 0xf3100000-0xf31007ff]
    [ 0.342472] pci 0000:02:00.3: supports D1 D2
    [ 0.342474] pci 0000:02:00.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.348460] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.348465] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.348469] pci 0000:00:1c.0: bridge window [mem 0xf3100000-0xf39fffff]
    [ 0.348475] pci 0000:00:1c.0: bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
    [ 0.348567] pci 0000:03:00.0: [8086:4238] type 00 class 0x028000
    [ 0.348614] pci 0000:03:00.0: reg 0x10: [mem 0xf3000000-0xf3001fff 64bit]
    [ 0.348839] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.355042] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.355054] pci 0000:00:1c.1: bridge window [mem 0xf3000000-0xf30fffff]
    [ 0.355151] acpiphp: Slot [1] registered
    [ 0.355157] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
    [ 0.355162] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.355165] pci 0000:00:1c.2: bridge window [mem 0xf2800000-0xf2ffffff]
    [ 0.355171] pci 0000:00:1c.2: bridge window [mem 0xf2000000-0xf27fffff 64bit pref]
    [ 0.356013] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.356023] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.356059] Found 1 acpi root devices
    [ 0.356106] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.356165] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.356169] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 0.356170] vgaarb: loaded
    [ 0.356171] vgaarb: bridge control possible 0000:01:00.0
    [ 0.356172] vgaarb: no bridge control possible 0000:00:02.0
    [ 0.356199] PCI: Using ACPI for IRQ routing
    [ 0.357682] PCI: pci_cache_line_size set to 64 bytes
    [ 0.357820] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.357822] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.357823] e820: reserve RAM buffer [mem 0xa6b30000-0xa7ffffff]
    [ 0.357824] e820: reserve RAM buffer [mem 0x43e600000-0x43fffffff]
    [ 0.357892] NetLabel: Initializing
    [ 0.357893] NetLabel: domain hash size = 128
    [ 0.357894] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.357904] NetLabel: unlabeled traffic allowed by default
    [ 0.357921] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.357925] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.360952] Switched to clocksource hpet
    [ 0.364213] pnp: PnP ACPI init
    [ 0.364226] ACPI: bus type PNP registered
    [ 0.364530] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.364532] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    [ 0.364534] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    [ 0.364535] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    [ 0.364537] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    [ 0.364538] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
    [ 0.364540] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
    [ 0.364541] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
    [ 0.364545] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
    [ 0.364546] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    [ 0.364548] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    [ 0.364549] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    [ 0.364551] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    [ 0.364552] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.364554] system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
    [ 0.364555] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 0.364557] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 0.364560] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.364624] pnp 00:01: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
    [ 0.364643] system 00:01: [io 0x0400-0x047f] could not be reserved
    [ 0.364644] system 00:01: [io 0x0500-0x057f] has been reserved
    [ 0.364646] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 0.364647] system 00:01: [io 0x15e0-0x15ef] has been reserved
    [ 0.364649] system 00:01: [io 0x1600-0x167f] has been reserved
    [ 0.364651] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.364652] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.364654] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.364655] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.364657] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.364658] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 0.364661] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.364703] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.364710] pnp 00:03: [dma 4]
    [ 0.364723] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.364738] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.364763] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.364782] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.364803] pnp 00:07: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
    [ 0.364824] pnp 00:08: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
    [ 0.364860] pnp 00:09: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
    [ 0.365288] pnp: PnP ACPI: found 10 devices
    [ 0.365290] ACPI: bus type PNP unregistered
    [ 0.371588] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 0.371620] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1000000-0xf107ffff pref]
    [ 0.371622] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.371624] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.371627] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
    [ 0.371629] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.371632] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.371635] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.371640] pci 0000:00:1c.0: bridge window [mem 0xf3100000-0xf39fffff]
    [ 0.371644] pci 0000:00:1c.0: bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
    [ 0.371650] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.371655] pci 0000:00:1c.1: bridge window [mem 0xf3000000-0xf30fffff]
    [ 0.371663] pci 0000:00:1c.2: PCI bridge to [bus 04-0b]
    [ 0.371666] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.371671] pci 0000:00:1c.2: bridge window [mem 0xf2800000-0xf2ffffff]
    [ 0.371675] pci 0000:00:1c.2: bridge window [mem 0xf2000000-0xf27fffff 64bit pref]
    [ 0.371681] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.371683] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.371684] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.371686] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfebfffff]
    [ 0.371687] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff]
    [ 0.371688] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    [ 0.371690] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
    [ 0.371691] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    [ 0.371693] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
    [ 0.371694] pci_bus 0000:02: resource 1 [mem 0xf3100000-0xf39fffff]
    [ 0.371695] pci_bus 0000:02: resource 2 [mem 0xf1800000-0xf1ffffff 64bit pref]
    [ 0.371697] pci_bus 0000:03: resource 1 [mem 0xf3000000-0xf30fffff]
    [ 0.371698] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    [ 0.371700] pci_bus 0000:04: resource 1 [mem 0xf2800000-0xf2ffffff]
    [ 0.371701] pci_bus 0000:04: resource 2 [mem 0xf2000000-0xf27fffff 64bit pref]
    [ 0.371726] NET: Registered protocol family 2
    [ 0.371936] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    [ 0.372200] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.372304] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.372320] TCP: reno registered
    [ 0.372335] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.372381] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.372455] NET: Registered protocol family 1
    [ 0.372464] pci 0000:00:02.0: Boot video device
    [ 0.372838] PCI: CLS 64 bytes, default 64
    [ 0.372874] Unpacking initramfs...
    [ 0.419708] Freeing initrd memory: 3172K (ffff8800379be000 - ffff880037cd7000)
    [ 0.419712] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.419714] software IO TLB [mem 0xa2b30000-0xa6b30000] (64MB) mapped at [ffff8800a2b30000-ffff8800a6b2ffff]
    [ 0.419965] Scanning for low memory corruption every 60 seconds
    [ 0.420184] audit: initializing netlink socket (disabled)
    [ 0.420191] type=2000 audit(1386283845.413:1): initialized
    [ 0.430696] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.431915] zbud: loaded
    [ 0.432021] VFS: Disk quotas dquot_6.5.2
    [ 0.432054] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.432181] msgmni has been set to 31247
    [ 0.432413] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.432453] io scheduler noop registered
    [ 0.432454] io scheduler deadline registered
    [ 0.432473] io scheduler cfq registered (default)
    [ 0.432595] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.432864] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.432875] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.432907] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
    [ 0.432908] vesafb: scrolling: redraw
    [ 0.432909] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.433568] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90005c80000, using 8128k, total 8128k
    [ 0.566342] Console: switching to colour frame buffer device 240x67
    [ 0.698577] fb0: VESA VGA frame buffer device
    [ 0.698590] intel_idle: MWAIT substates: 0x21120
    [ 0.698591] intel_idle: v0.4 model 0x3A
    [ 0.698592] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.698765] GHES: HEST is not enabled!
    [ 0.698809] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.719500] 0000:00:16.3: ttyS0 at I/O 0x60b0 (irq = 19, base_baud = 115200) is a 16550A
    [ 0.719641] Linux agpgart interface v0.103
    [ 0.719702] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 0.721201] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.721210] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.721298] mousedev: PS/2 mouse device common for all mice
    [ 0.721324] rtc_cmos 00:06: RTC can wake from S4
    [ 0.721444] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 0.721474] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.721482] Intel P-state driver initializing.
    [ 0.721492] Intel pstate controlling: cpu 0
    [ 0.721502] Intel pstate controlling: cpu 1
    [ 0.721510] Intel pstate controlling: cpu 2
    [ 0.721520] Intel pstate controlling: cpu 3
    [ 0.721532] Intel pstate controlling: cpu 4
    [ 0.721541] Intel pstate controlling: cpu 5
    [ 0.721549] Intel pstate controlling: cpu 6
    [ 0.721558] Intel pstate controlling: cpu 7
    [ 0.721630] drop_monitor: Initializing network drop monitor service
    [ 0.721685] TCP: cubic registered
    [ 0.721757] NET: Registered protocol family 10
    [ 0.721886] NET: Registered protocol family 17
    [ 0.721894] Key type dns_resolver registered
    [ 0.722224] registered taskstats version 1
    [ 0.722596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.723178] Magic number: 9:534:855
    [ 0.723283] rtc_cmos 00:06: setting system clock to 2013-12-05 22:50:46 UTC (1386283846)
    [ 0.723323] PM: Checking hibernation image partition /dev/sda6
    [ 0.726752] PM: Hibernation image not present or could not be loaded.
    [ 0.727429] Freeing unused kernel memory: 1144K (ffffffff818cb000 - ffffffff819e9000)
    [ 0.727431] Write protecting the kernel read-only data: 8192k
    [ 0.729430] Freeing unused kernel memory: 1012K (ffff880001503000 - ffff880001600000)
    [ 0.730122] Freeing unused kernel memory: 340K (ffff8800017ab000 - ffff880001800000)
    [ 0.737327] systemd-udevd[79]: starting version 208
    [ 0.753625] ACPI: bus type USB registered
    [ 0.753654] usbcore: registered new interface driver usbfs
    [ 0.753672] usbcore: registered new interface driver hub
    [ 0.753762] usbcore: registered new device driver usb
    [ 0.754364] sdhci: Secure Digital Host Controller Interface driver
    [ 0.754367] sdhci: Copyright(c) Pierre Ossman
    [ 0.754471] pcieport 0000:00:1c.0: driver skip pci_set_master, fix it!
    [ 0.754490] SCSI subsystem initialized
    [ 0.754718] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.755262] ehci-pci: EHCI PCI platform driver
    [ 0.755386] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 0.755406] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.755414] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.755427] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.756165] libata version 3.00 loaded.
    [ 0.759355] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.759370] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf3a3a000
    [ 0.767505] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.767646] hub 1-0:1.0: USB hub found
    [ 0.767652] hub 1-0:1.0: 3 ports detected
    [ 0.767804] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 0.767809] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.767812] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.767823] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.771708] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.771720] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf3a39000
    [ 0.780896] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.780996] hub 2-0:1.0: USB hub found
    [ 0.781000] hub 2-0:1.0: 3 ports detected
    [ 0.781193] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 0.781197] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.781202] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 0.781297] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.781317] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
    [ 0.781456] hub 3-0:1.0: USB hub found
    [ 0.781467] hub 3-0:1.0: 4 ports detected
    [ 0.781705] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.781708] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 0.781799] hub 4-0:1.0: USB hub found
    [ 0.781807] hub 4-0:1.0: 4 ports detected
    [ 0.791001] ahci 0000:00:1f.2: version 3.0
    [ 0.791067] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 0.791088] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.804224] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x17 impl SATA mode
    [ 0.804231] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pio slum part ems sxs apst
    [ 0.804239] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.820938] firewire_ohci 0000:02:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
    [ 0.820989] sdhci-pci 0000:02:00.0: SDHCI controller found [1180:e823] (rev 5)
    [ 0.821107] mmc0: SDHCI controller on PCI [0000:02:00.0] using DMA
    [ 0.824627] scsi0 : ahci
    [ 0.824773] scsi1 : ahci
    [ 0.824907] scsi2 : ahci
    [ 0.825041] scsi3 : ahci
    [ 0.825234] scsi4 : ahci
    [ 0.825350] scsi5 : ahci
    [ 0.825384] ata1: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38100 irq 42
    [ 0.825387] ata2: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38180 irq 42
    [ 0.825390] ata3: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38200 irq 42
    [ 0.825391] ata4: DUMMY
    [ 0.825406] ata5: SATA max UDMA/133 abar m2048@0xf3a38000 port 0xf3a38300 irq 42
    [ 0.825406] ata6: DUMMY
    [ 1.074138] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.144102] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.145449] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.145455] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.146823] ata1.00: ATA-8: HGST HTS725050A7E630, GH2ZB550, max UDMA/133
    [ 1.146827] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.148298] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.148304] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.149813] ata1.00: configured for UDMA/133
    [ 1.150087] scsi 0:0:0:0: Direct-Access ATA HGST HTS725050A7 GH2Z PQ: 0 ANSI: 5
    [ 1.198525] hub 1-1:1.0: USB hub found
    [ 1.198715] hub 1-1:1.0: 6 ports detected
    [ 1.307453] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.320895] firewire_core 0000:02:00.3: created device fw0: GUID 3c970effbe0ba2ff, S400
    [ 1.420670] tsc: Refined TSC clocksource calibration: 2693.881 MHz
    [ 1.431513] hub 2-1:1.0: USB hub found
    [ 1.431588] hub 2-1:1.0: 8 ports detected
    [ 1.467351] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.471615] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    [ 1.473091] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    [ 1.476312] ata2.00: ATAPI: HL-DT-ST DVDRAM GT80N, LT20, max UDMA/133
    [ 1.480154] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    [ 1.481633] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    [ 1.484853] ata2.00: configured for UDMA/133
    [ 1.493873] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GT80N LT20 PQ: 0 ANSI: 5
    [ 1.590645] usb 3-2: new low-speed USB device number 2 using xhci_hcd
    [ 1.611303] usb 3-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.611311] usb 3-2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.613287] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.623187] usbcore: registered new interface driver usbhid
    [ 1.623191] usbhid: USB HID core driver
    [ 1.623948] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input2
    [ 1.624086] hid-generic 0003:046D:C505.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
    [ 1.624501] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/input/input3
    [ 1.624758] hid-generic 0003:046D:C505.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
    [ 1.677468] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
    [ 1.813904] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.814517] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.814523] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.814902] ata3.00: ATA-8: SAMSUNG MZMPC032HBCD-000L1, CXM13L1Q, max UDMA/133
    [ 1.814908] ata3.00: 62533296 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.815417] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.815424] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.815843] ata3.00: configured for UDMA/133
    [ 1.815996] scsi 2:0:0:0: Direct-Access ATA SAMSUNG MZMPC032 CXM1 PQ: 0 ANSI: 5
    [ 1.827413] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
    [ 1.980746] usb 1-1.6: new high-speed USB device number 5 using ehci-pci
    [ 2.133788] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.138079] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.138084] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 2.138107] sd 2:0:0:0: [sdb] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
    [ 2.138214] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.138218] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.138263] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.138291] sd 2:0:0:0: [sdb] Write Protect is off
    [ 2.138294] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 2.138365] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.139366] sdb: sdb1
    [ 2.139583] sd 2:0:0:0: [sdb] Attached SCSI disk
    [ 2.140832] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.140834] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.140984] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 2.150609] usb 2-1.5: new low-speed USB device number 3 using ehci-pci
    [ 2.217042] raid6: sse2x1 6045 MB/s
    [ 2.222964] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    [ 2.224086] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.242780] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input4
    [ 2.242927] hid-generic 0003:046D:C051.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.5/input0
    [ 2.273683] raid6: sse2x2 9288 MB/s
    [ 2.330330] raid6: sse2x4 13180 MB/s
    [ 2.330331] raid6: using algorithm sse2x4 (13180 MB/s)
    [ 2.330332] raid6: using ssse3x2 recovery algorithm
    [ 2.330416] xor: automatically using best checksumming function:
    [ 2.363659] avx : 27280.800 MB/sec
    [ 2.365888] bio: create slab <bio-1> at 1
    [ 2.366416] Btrfs loaded
    [ 2.366872] btrfs: device fsid 267f069c-11da-4d2a-88fa-00cab4e28149 devid 1 transid 2746 /dev/sdb1
    [ 2.420417] Switched to clocksource tsc
    [ 2.749348] btrfs: device fsid f6907d81-f46f-4911-8600-858e8b6bd1a0 devid 1 transid 3707 /dev/sda5
    [ 3.007064] PM: Starting manual resume from disk
    [ 3.007067] PM: Hibernation image partition 8:6 present
    [ 3.007068] PM: Looking for hibernation image.
    [ 3.007178] PM: Image not found (code -22)
    [ 3.007183] PM: Hibernation image not present or could not be loaded.
    [ 3.014955] btrfs: device fsid 267f069c-11da-4d2a-88fa-00cab4e28149 devid 1 transid 2746 /dev/sdb1
    [ 3.015285] btrfs: disk space caching is enabled
    [ 3.028402] Btrfs detected SSD devices, enabling SSD mode
    [ 3.211825] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.212136] systemd[1]: Set hostname to <ho-think>.
    [ 3.252550] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.252605] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.252618] systemd[1]: Starting Remote File Systems.
    [ 3.252629] systemd[1]: Reached target Remote File Systems.
    [ 3.252638] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.252667] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.252675] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.252701] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.252709] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.252724] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.252731] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.252748] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.252758] systemd[1]: Starting Journal Socket.
    [ 3.252795] systemd[1]: Listening on Journal Socket.
    [ 3.253090] systemd[1]: Starting Apply Kernel Variables...
    [ 3.253532] systemd[1]: Starting Journal Service...
    [ 3.253811] systemd[1]: Started Journal Service.
    [ 3.287546] systemd-journald[182]: Vacuuming done, freed 0 bytes
    [ 3.390618] btrfs: use ssd allocation scheme
    [ 3.390622] btrfs: disk space caching is enabled
    [ 3.400329] systemd-udevd[218]: starting version 208
    [ 3.490322] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 3.491089] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 3.491746] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
    [ 3.491865] ACPI: Lid Switch [LID]
    [ 3.492466] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20130725/utaddress-251)
    [ 3.492471] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.492475] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130725/utaddress-251)
    [ 3.492490] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.492491] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130725/utaddress-251)
    [ 3.492494] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.492495] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 3.493000] pps_core: LinuxPPS API ver. 1 registered
    [ 3.493002] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    [ 3.493659] ACPI: Requesting acpi_cpufreq
    [ 3.493823] PTP clock support registered
    [ 3.494020] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7
    [ 3.494025] ACPI: Sleep Button [SLPB]
    [ 3.494069] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
    [ 3.494071] ACPI: Power Button [PWRF]
    [ 3.494675] mei_me 0000:00:16.0: setting latency timer to 64
    [ 3.494714] mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
    [ 3.494990] ACPI: AC Adapter [AC] (on-line)
    [ 3.495691] tpm_tis 00:09: 1.2 TPM (device-id 0x0, rev-id 78)
    [ 3.498616] Non-volatile memory driver v1.3
    [ 3.498683] [drm] Initialized drm 1.1.0 20060810
    [ 3.499437] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 3.502565] ACPI: Battery Slot [BAT0] (battery present)
    [ 3.502633] thinkpad_acpi: ThinkPad ACPI Extras v0.24
    [ 3.502635] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 3.502636] thinkpad_acpi: ThinkPad BIOS G5ET93WW (2.53 ), EC unknown
    [ 3.502637] thinkpad_acpi: Lenovo ThinkPad W530, model 2447DW0
    [ 3.504741] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
    [ 3.504742] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
    [ 3.504806] e1000e 0000:00:19.0: setting latency timer to 64
    [ 3.504855] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 3.504869] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
    [ 3.505719] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
    [ 3.505814] thinkpad_acpi: radio switch found; radios are enabled
    [ 3.507612] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 3.507614] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 3.508991] wmi: Mapper loaded
    [ 3.510574] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
    [ 3.512202] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    [ 3.512859] thermal LNXTHERM:00: registered as thermal_zone0
    [ 3.512862] ACPI: Thermal Zone [THM0] (51 C)
    [ 3.512964] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 3.513826] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
    [ 3.519211] cfg80211: Calling CRDA to update world regulatory domain
    [ 3.529719] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 3.529721] Copyright(c) 2003-2013 Intel Corporation
    [ 3.529746] pcieport 0000:00:1c.1: driver skip pci_set_master, fix it!
    [ 3.529786] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 3.529839] iwlwifi 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 3.541982] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.557020] media: Linux media interface: v0.10
    [ 3.559314] Bluetooth: Core ver 2.16
    [ 3.559324] NET: Registered protocol family 31
    [ 3.559325] Bluetooth: HCI device and connection manager initialized
    [ 3.559331] Bluetooth: HCI socket layer initialized
    [ 3.559332] Bluetooth: L2CAP socket layer initialized
    [ 3.559338] Bluetooth: SCO socket layer initialized
    [ 3.559760] Linux video capture interface: v2.00
    [ 3.561090] btrfs: device fsid 267f069c-11da-4d2a-88fa-00cab4e28149 devid 1 transid 2747 /dev/sdb1
    [ 3.563306] tpm_tis 00:09: TPM is disabled/deactivated (0x6)
    [ 3.565201] usbcore: registered new interface driver btusb
    [ 3.565757] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b2ea)
    [ 3.567801] iTCO_vendor_support: vendor-support=0
    [ 3.568229] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input11
    [ 3.568341] usbcore: registered new interface driver uvcvideo
    [ 3.568342] USB Video Class driver (1.1.1)
    [ 3.568802] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 3.568825] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 3.568884] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.575973] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.579387] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.580314] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.580610] nvidia: module license 'NVIDIA' taints kernel.
    [ 3.580612] Disabling lock debugging due to kernel taint
    [ 3.580964] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.581262] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.581662] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.581969] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x17
    [ 3.582235] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 3.585585] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
    [ 3.585626] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 3.585753] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
    [ 3.585756] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 331.20 Wed Oct 30 17:43:35 PDT 2013
    [ 3.590299] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
    [ 3.604935] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 3.604939] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 3.604940] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 3.604942] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
    [ 3.604991] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 3.611807] kvm: disabled by bios
    [ 3.622449] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 3.643289] systemd-udevd[222]: renamed network interface wlan0 to wlp3s0
    [ 3.699041] e1000e 0000:00:19.0 eth0: registered PHC clock
    [ 3.699043] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 3c:97:0e:be:0b:a2
    [ 3.699045] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [ 3.699088] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
    [ 3.699268]

    I decided to use nouveau instead of nvidia and now I got my external an internal display working.

  • [SOLVED] IBM Thinkpad 600E 3.6.11-1 rt73usb weird wireless issue.

    Hi guys and gals.
    I have been researching this for 3 days now. I have also asked at the #Archlinux channel but they don't seem to know the answer and I cannot seem to find anything relevant... so here goes nothing.
    I have this Belkin rt73usb card - it's connected to this SUPER OLD Thinkpad 600E machine and it's associated always with only 1 router - static IP setup - basically laptop is stationary / not moved. I had little problems with connecting it to the network at boot time but thanks to Boohbah from #Archlinux channel and a bit of research I got it to connect http://sparewotw.wordpress.com/2013/01/ … boot-time/ and to turn off power management and to keep the rate as "fixed" - works well BUT... I have a problem with it - the connection stays up - I can browse the internet from the thinkpad / I can access the sshfs share on my server (from thinkpad) and so on but after a while sshd port - 50505 in my case - goes from open into filtered and I cannot connect to it anymore. Example - rebooted thinkpad - i can connect - thinkpad was left alone for lets say sometimes 10 minutes - sometimes an hour - connection is active but I cannot ssh to the machine anymore.
    I have been running shorewall as a firewall and I said maybe it's a shorewall bug but then I ran as root shorewall clear and it didn't solved it, disabling shorewall or restarting didn't help, restarting sshd service didn't help only restarting the wlan0 service / connection re-opens the port... Any ideas?
    All I get is "No route to host" and when I nmap the port it's not open anymore... it says filtered without firewall enabled / active...
    The connecting method has nothing to do with failures as netcfg (which started connecting at boot time after adding pci=noacpi to the boot time kernel parameters) is doing the exact same thing...
    Also when powermanagement was on and the rate was not fixed the problem was still occuring...
    Connection info is available at the link mentioned above.
    Some more technical data:
    lspci -k
    [root@wishthinkpad andrzejl]# lspci -k
    00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
    Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
    00:02.0 CardBus bridge: Texas Instruments PCI1251A
    Subsystem: IBM Device 00eb
    Kernel driver in use: yenta_cardbus
    00:02.1 CardBus bridge: Texas Instruments PCI1251A
    Subsystem: IBM Device 00eb
    Kernel driver in use: yenta_cardbus
    00:06.0 Multimedia audio controller: Cirrus Logic CS 4610/11 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
    Subsystem: IBM CS4610 SoundFusion Audio Accelerator
    00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
    00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
    Kernel driver in use: ata_piix
    00:07.2 USB controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
    Kernel driver in use: uhci_hcd
    00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
    01:00.0 VGA compatible controller: Neomagic Corporation NM2200 [MagicGraph 256AV] (rev 12)
    Subsystem: IBM ThinkPad 570
    [root@wishthinkpad andrzejl]#
    lscpi -vvv
    [root@wishthinkpad andrzejl]# lspci -vvv
    00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 64
    Region 0: Memory at 40000000 (32-bit, prefetchable) [size=64M]
    Capabilities: [a0] AGP version 1.0
    Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2
    Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
    Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 168
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=176
    I/O behind bridge: 0000d000-0000dfff
    Memory behind bridge: 70000000-dfffffff
    Prefetchable memory behind bridge: e0000000-f7ffffff
    Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR+
    BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B+
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    00:02.0 CardBus bridge: Texas Instruments PCI1251A
    Subsystem: IBM Device 00eb
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 168, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 11
    Region 0: Memory at 50102000 (32-bit, non-prefetchable) [size=4K]
    Bus: primary=00, secondary=02, subordinate=05, sec-latency=176
    Memory window 0: 1c000000-1fffffff (prefetchable)
    Memory window 1: 20000000-23ffffff
    I/O window 0: 00001000-000010ff
    I/O window 1: 00001400-000014ff
    BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
    16-bit legacy interface ports at 0001
    Kernel driver in use: yenta_cardbus
    00:02.1 CardBus bridge: Texas Instruments PCI1251A
    Subsystem: IBM Device 00eb
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 168, Cache Line Size: 64 bytes
    Interrupt: pin B routed to IRQ 11
    Region 0: Memory at 50101000 (32-bit, non-prefetchable) [size=4K]
    Bus: primary=00, secondary=06, subordinate=09, sec-latency=176
    Memory window 0: 24000000-27ffffff (prefetchable)
    Memory window 1: 28000000-2bffffff
    I/O window 0: 00001800-000018ff
    I/O window 1: 00001c00-00001cff
    BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
    16-bit legacy interface ports at 0001
    Kernel driver in use: yenta_cardbus
    00:06.0 Multimedia audio controller: Cirrus Logic CS 4610/11 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
    Subsystem: IBM CS4610 SoundFusion Audio Accelerator
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 32 (1000ns min, 6000ns max)
    Interrupt: pin A routed to IRQ 9
    Region 0: Memory at 50100000 (32-bit, non-prefetchable) [size=4K]
    Region 1: Memory at 50000000 (32-bit, non-prefetchable) [size=1M]
    00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
    Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [Master])
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 48
    Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
    Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable)
    Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
    Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable)
    Region 4: I/O ports at fcf0 [size=16]
    Kernel driver in use: ata_piix
    00:07.2 USB controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 48
    Interrupt: pin D routed to IRQ 11
    Region 4: I/O ports at 8400 [size=32]
    Kernel driver in use: uhci_hcd
    00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
    Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin ? routed to IRQ 9
    01:00.0 VGA compatible controller: Neomagic Corporation NM2200 [MagicGraph 256AV] (rev 12) (prog-if 00 [VGA controller])
    Subsystem: IBM ThinkPad 570
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 128 (4000ns min, 63750ns max)
    Interrupt: pin A routed to IRQ 11
    Region 0: Memory at e0000000 (32-bit, prefetchable) [size=16M]
    Region 1: Memory at 70000000 (32-bit, non-prefetchable) [size=4M]
    Region 2: Memory at 70400000 (32-bit, non-prefetchable) [size=1M]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [dc] Power Management version 1
    Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    [root@wishthinkpad andrzejl]#
    inxi -v7
    [root@wishthinkpad andrzejl]# inxi -v7
    System: Host: wishthinkpad.loc Kernel: 3.6.11-1-ARCH i686 (32 bit, gcc: 4.7.2)
    Desktop: N/A info: lxpanel dm: lxdm Distro: Arch Linux
    Machine: Mobo: IBM model: 26458A0 serial: J197K75421N Bios: IBM version: INET24WW date: 05/24/1999
    CPU: Single core Mobile Pentium II (-UP-) cache: 256 KB flags: (-) bmips: 728.23 clocked at 363.955 MHz
    Graphics: Card: Neomagic NM2200 [MagicGraph 256AV] bus-ID: 01:00.0 chip-ID: 10c8:0005
    X.org: 1.13.1 driver: neomagic tty size: 116x32 Advanced Data: N/A for root
    Audio: Card: Cirrus Logic CS 4610/11 [CrystalClear SoundFusion Audio Accelerator]
    driver: CS4239 bus-ID: 00:06.0 chip-ID: 1013:6001
    Sound: Advanced Linux Sound Architecture ver: 1.0.25
    Network: Card: Ralink RT2501/RT2573 Wireless Adapter driver: rt73usb ver: 2.3.0 usb-ID: 001-003 chip-ID: 148f:2573
    IF: wlan0 state: up mac: 00:0e:2e:f4:db:4c
    WAN IP: None Detected! IF: wlan0 ip: 192.168.0.102 ip-v6: N/A
    Drives: HDD Total Size: 40.0GB (84.5% used)
    1: id: /dev/sda model: TOSHIBA_MK4032GA size: 40.0GB serial: 66SJ8501S
    Optical: /dev/sr0 model: N/A rev: N/A dev-links: cdrom
    Features: speed: 24x multisession: yes audio: yes dvd: yes rw: cd-r,cd-rw state: N/A
    Partition: ID: / size: 9.4G used: 6.9G (77%) fs: ext4 dev: /dev/sda1
    label: N/A uuid: 350fa8e9-36fb-4927-abaf-91f4b958a679
    ID: /media/Extra size: 26G used: 24G (99%) fs: ext4 dev: /dev/sda7
    label: Data uuid: e4eb21d7-8ea8-4059-b44b-778690e44675
    ID: /home size: 1004M used: 834M (88%) fs: ext4 dev: /dev/sda6
    label: N/A uuid: 567947ca-cba3-42e4-9677-e9ddeecd2c26
    ID: swap-1 size: 1.02GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
    label: N/A uuid: 0a64bde1-82c3-4cfb-ab68-7178564d8ed5
    RAID: No RAID data available - /proc/mdstat is missing - is md_mod kernel module loaded?
    Unmounted: ID: /dev/sr0 size: 1.07G label: N/A uuid: N/A
    Sensors: System Temperatures: cpu: 60.8C mobo: 24.8C
    Fan Speeds (in rpm): cpu: N/A
    Info: Processes: 85 Uptime: 5 min Memory: 65.5/404.5MB Runlevel: 5 Gcc sys: 4.7.2
    Client: Shell (bash 4.2.42) inxi: 1.8.26
    [root@wishthinkpad andrzejl]#
    lsmod
    [root@wishthinkpad andrzejl]# lsmod
    Module Size Used by
    fuse 60479 4
    ablk_helper 1529 0
    cryptd 7390 1 ablk_helper
    aes_i586 6980 1
    aes_generic 26055 1 aes_i586
    arc4 1604 2
    rt73usb 22629 0
    rt2x00usb 7823 1 rt73usb
    rt2x00lib 32012 2 rt73usb,rt2x00usb
    mac80211 367308 2 rt2x00lib,rt2x00usb
    cfg80211 153457 2 mac80211,rt2x00lib
    rfkill 12569 2 cfg80211
    ppdev 4751 0
    crc_itu_t 1096 1 rt73usb
    joydev 7696 0
    ac 1893 0
    battery 5691 0
    microcode 8922 0
    irda 91023 0
    parport_pc 26474 0
    parport 26032 2 ppdev,parport_pc
    ns558 1832 0
    video 9964 0
    crc_ccitt 1096 1 irda
    gameport 6265 2 ns558
    pcmcia 31186 0
    fan 1999 0
    thermal 6660 0
    intel_agp 8593 1
    psmouse 71891 0
    shpchp 22302 0
    intel_gtt 12212 1 intel_agp
    i2c_piix4 7288 0
    yenta_socket 18841 0
    processor 24040 1
    pci_hotplug 20151 1 shpchp
    agpgart 21936 2 intel_agp,intel_gtt
    pcmcia_rsrc 8809 1 yenta_socket
    serio_raw 3714 0
    button 3711 0
    i2c_core 16944 1 i2c_piix4
    evdev 7663 8
    pcmcia_core 10242 3 pcmcia,pcmcia_rsrc,yenta_socket
    ext4 402657 3
    crc16 1092 1 ext4
    jbd2 66384 1 ext4
    mbcache 4387 1 ext4
    hid_generic 710 0
    usbhid 32211 0
    hid 68226 2 hid_generic,usbhid
    sr_mod 13149 0
    cdrom 30345 1 sr_mod
    sd_mod 27312 5
    ata_generic 2435 0
    pata_acpi 2400 0
    ata_piix 19705 4
    libata 146129 3 pata_acpi,ata_generic,ata_piix
    uhci_hcd 19841 0
    usbcore 126796 4 uhci_hcd,rt73usb,rt2x00usb,usbhid
    scsi_mod 113073 3 libata,sd_mod,sr_mod
    usb_common 623 1 usbcore
    floppy 48487 0
    snd_cs4236 22145 0
    snd_mpu401_uart 4944 1 snd_cs4236
    snd_rawmidi 14983 1 snd_mpu401_uart
    snd_opl3_lib 7187 1 snd_cs4236
    snd_hwdep 4843 1 snd_opl3_lib
    snd_seq_device 4285 2 snd_rawmidi,snd_opl3_lib
    snd_wss_lib 18180 1 snd_cs4236
    snd_pcm 61958 2 snd_wss_lib,snd_cs4236
    snd_page_alloc 5902 2 snd_wss_lib,snd_pcm
    snd_timer 14903 3 snd_wss_lib,snd_pcm,snd_opl3_lib
    snd 45098 9 snd_hwdep,snd_timer,snd_wss_lib,snd_pcm,snd_rawmidi,snd_mpu401_uart,snd_seq_device,snd_cs4236,snd_opl3_lib
    soundcore 4379 1 snd
    [root@wishthinkpad andrzejl]#
    lsusb -v
    [root@wishthinkpad andrzejl]# lsusb -v
    Bus 001 Device 002: ID 058f:9254 Alcor Micro Corp. Hub
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 8
    idVendor 0x058f Alcor Micro Corp.
    idProduct 0x9254 Hub
    bcdDevice 3.12
    iManufacturer 1 ALCOR
    iProduct 2 Generic USB Hub
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 100mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0001 1x 1 bytes
    bInterval 255
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 4
    wHubCharacteristic 0x0009
    Per-port power switching
    Per-port overcurrent protection
    bPwrOn2PwrGood 22 * 2 milli seconds
    bHubContrCurrent 100 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0103 power enable connect
    Port 2: 0000.0303 lowspeed power enable connect
    Port 3: 0000.0100 power
    Port 4: 0000.0100 power
    Device Status: 0x0001
    Self Powered
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 9 Hub
    bDeviceSubClass 0 Unused
    bDeviceProtocol 0 Full speed (or root) hub
    bMaxPacketSize0 64
    idVendor 0x1d6b Linux Foundation
    idProduct 0x0001 1.1 root hub
    bcdDevice 3.06
    iManufacturer 3 Linux 3.6.11-1-ARCH uhci_hcd
    iProduct 2 UHCI Host Controller
    iSerial 1 0000:00:07.2
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 25
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 9 Hub
    bInterfaceSubClass 0 Unused
    bInterfaceProtocol 0 Full speed (or root) hub
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0002 1x 2 bytes
    bInterval 255
    Hub Descriptor:
    bLength 9
    bDescriptorType 41
    nNbrPorts 2
    wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    bPwrOn2PwrGood 1 * 2 milli seconds
    bHubContrCurrent 0 milli Ampere
    DeviceRemovable 0x00
    PortPwrCtrlMask 0xff
    Hub Port Status:
    Port 1: 0000.0103 power enable connect
    Port 2: 0000.0100 power
    Device Status: 0x0001
    Self Powered
    Bus 001 Device 003: ID 148f:2573 Ralink Technology, Corp. RT2501/RT2573 Wireless Adapter
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    idVendor 0x148f Ralink Technology, Corp.
    idProduct 0x2573 RT2501/RT2573 Wireless Adapter
    bcdDevice 0.01
    iManufacturer 1 Ralink
    iProduct 2 802.11 bg WLAN
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 32
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0x80
    (Bus Powered)
    MaxPower 300mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 2
    bInterfaceClass 255 Vendor Specific Class
    bInterfaceSubClass 255 Vendor Specific Subclass
    bInterfaceProtocol 255 Vendor Specific Protocol
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0040 1x 64 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x01 EP 1 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0040 1x 64 bytes
    bInterval 0
    Device Qualifier (for other device speed):
    bLength 10
    bDescriptorType 6
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    bNumConfigurations 1
    Device Status: 0x0000
    (Bus Powered)
    Bus 001 Device 004: ID 04fc:0538 Sunplus Technology Co., Ltd Wireless Optical Mouse 2.4G [Bright]
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 8
    idVendor 0x04fc Sunplus Technology Co., Ltd
    idProduct 0x0538 Wireless Optical Mouse 2.4G [Bright]
    bcdDevice 1.10
    iManufacturer 1 MLK
    iProduct 2 Silvercrest OM1008
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 34
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 4 HID RF Receiver
    bmAttributes 0xa0
    (Bus Powered)
    Remote Wakeup
    MaxPower 100mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Device
    bInterfaceSubClass 1 Boot Interface Subclass
    bInterfaceProtocol 2 Mouse
    iInterface 5 EP1 Interrupt
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.10
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 114
    Report Descriptors:
    ** UNAVAILABLE **
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0008 1x 8 bytes
    bInterval 10
    Device Status: 0x0000
    (Bus Powered)
    [root@wishthinkpad andrzejl]#
    iwconfig
    [root@wishthinkpad andrzejl]# iwconfig
    wlan0 IEEE 802.11bg ESSID:"Arch_Linux_User"
    Mode:Managed Frequency:2.412 GHz Access Point: 00:18:39:A0:DB:3E
    Bit Rate=54 Mb/s Tx-Power=20 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality=64/70 Signal level=-46 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:5 Missed beacon:0
    lo no wireless extensions.
    [root@wishthinkpad andrzejl]#
    ifconfig
    [root@wishthinkpad andrzejl]# ifconfig
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
    inet 127.0.0.1 netmask 255.0.0.0
    loop txqueuelen 0 (Local Loopback)
    RX packets 526 bytes 275160 (268.7 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 526 bytes 275160 (268.7 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.0.102 netmask 255.255.255.0 broadcast 192.168.0.255
    ether 00:0e:2e:f4:db:4c txqueuelen 1000 (Ethernet)
    RX packets 1590 bytes 381744 (372.7 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 1238 bytes 194926 (190.3 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    [root@wishthinkpad andrzejl]#
    dmesg right after reboot when it works
    [root@wishthinkpad andrzejl]# dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.11-1-ARCH (tobias@testing) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Tue Dec 18 12:58:46 CET 2012
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000019fcffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000019fd0000-0x0000000019fdefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x0000000019fdf000-0x0000000019fdffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000019fe0000-0x0000000019ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
    [ 0.000000] Malformed early option 'apic'
    [ 0.000000] Malformed early option 'apic'
    [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
    [ 0.000000] DMI 2.2 present.
    [ 0.000000] DMI: IBM 26458A0/26458A0, BIOS INET24WW 05/24/1999
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x19fd0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CBFFF write-protect
    [ 0.000000] CC000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FF0000000 write-back
    [ 0.000000] 1 base 010000000 mask FF8000000 write-back
    [ 0.000000] 2 base 018000000 mask FFE000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] PAT not supported by CPU.
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x19fcffff]
    [ 0.000000] [mem 0x00000000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x19bfffff] page 2M
    [ 0.000000] [mem 0x19c00000-0x19fcffff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0x19fcffff @ [mem 0x01bfa000-0x01bfffff]
    [ 0.000000] RAMDISK: [mem 0x18c36000-0x18f14fff]
    [ 0.000000] IBM Thinkpad 600 Series 2645 detected: force use of acpi=noirq
    [ 0.000000] ACPI: RSDP 000fd6e0 00014 (v00 IBM )
    [ 0.000000] ACPI: RSDT 19fd0000 00028 (v01 IBM TP600R 00000001 00000000)
    [ 0.000000] ACPI: FACP 19fd0100 00074 (v01 IBM TP600R 00000001 00000000)
    [ 0.000000] ACPI: DSDT 19fd0200 0B501 (v01 IBM TP600R 0000001D MSFT 0100000B)
    [ 0.000000] ACPI: FACS 19fdf000 00040
    [ 0.000000] 0MB HIGHMEM available.
    [ 0.000000] 415MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 19fd0000
    [ 0.000000] low ram: 0 - 19fd0000
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x19fcffff]
    [ 0.000000] HighMem empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x19fcffff]
    [ 0.000000] On node 0 totalpages: 106335
    [ 0.000000] free_area_init_node: node 0, pgdat c155acc0, node_mem_map d9c8f200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 800 pages used for memmap
    [ 0.000000] Normal zone: 101552 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0xef08
    [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
    [ 0.000000] Local APIC disabled by BIOS -- reenabling.
    [ 0.000000] Could not enable APIC!
    [ 0.000000] APIC: disable apic facility
    [ 0.000000] APIC: switched to apic NOOP
    [ 0.000000] nr_irqs_gsi: 16
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] e820: [mem 0x1a000000-0xfffdffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @d9c7e000 s32384 r0 d20864 u53248
    [ 0.000000] pcpu-alloc: s32384 r0 d20864 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 105503
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=350fa8e9-36fb-4927-abaf-91f4b958a679 ro quiet pci=noacpi lapic apic acpi=noirq apm=on pci=use_crs
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 851456 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
    [ 0.000000] Memory: 410744k/425792k available (3974k kernel code, 14596k reserved, 1545k data, 536k init, 0k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xda7d0000 - 0xff7fe000 ( 592 MB)
    lowmem : 0xc0000000 - 0xd9fd0000 ( 415 MB)
    .init : 0xc1564000 - 0xc15ea000 ( 536 kB)
    .data : 0xc13e18b2 - 0xc1563fc0 (1545 kB)
    .text : 0xc1000000 - 0xc13e18b2 (3974 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
    [ 0.000000] NR_IRQS:2304 nr_irqs:256 16
    [ 0.000000] CPU 0 irqstacks, hard=d9408000 soft=d940a000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 363.955 MHz processor
    [ 0.006677] Calibrating delay loop (skipped), value calculated using timer frequency.. 728.23 BogoMIPS (lpj=1213183)
    [ 0.006704] pid_max: default: 32768 minimum: 301
    [ 0.006934] Security Framework initialized
    [ 0.006969] AppArmor: AppArmor disabled by boot time parameter
    [ 0.007122] Mount-cache hash table entries: 512
    [ 0.008703] Initializing cgroup subsys cpuacct
    [ 0.008725] Initializing cgroup subsys memory
    [ 0.008789] Initializing cgroup subsys devices
    [ 0.008805] Initializing cgroup subsys freezer
    [ 0.008820] Initializing cgroup subsys net_cls
    [ 0.008833] Initializing cgroup subsys blkio
    [ 0.010131] mce: CPU supports 5 MCE banks
    [ 0.010255] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 2
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
    tlb_flushall_shift is 0x6
    [ 0.010345] SMP alternatives: switching to UP code
    [ 0.030215] Freeing SMP alternatives: 16k freed
    [ 0.030302] ACPI: Core revision 20120711
    [ 0.064159] ACPI: setting ELCR to 0a00 (from 0800)
    [ 0.066739] ftrace: allocating 17427 entries in 35 pages
    [ 0.110222] smpboot: weird, boot CPU (#0) not listed by the BIOS
    [ 0.110255] smpboot: SMP motherboard not detected
    [ 0.110269] smpboot: Local APIC not detected. Using dummy APIC emulation.
    [ 0.110278] smpboot: SMP disabled
    [ 0.110291] Performance Events:
    [ 0.110308] no APIC, boot with the "lapic" boot parameter to force-enable it.
    [ 0.110319] no hardware sampling interrupt available.
    [ 0.110332] p6 PMU driver.
    [ 0.110348] ... version: 0
    [ 0.110358] ... bit width: 32
    [ 0.110367] ... generic registers: 2
    [ 0.110378] ... value mask: 00000000ffffffff
    [ 0.110389] ... max period: 000000007fffffff
    [ 0.110398] ... fixed-purpose events: 0
    [ 0.110408] ... event mask: 0000000000000003
    [ 0.137539] NMI watchdog: disabled (cpu0): not supported (no LAPIC?)
    [ 0.137923] Brought up 1 CPUs
    [ 0.137943] smpboot: Total of 1 processors activated (728.23 BogoMIPS)
    [ 0.139405] devtmpfs: initialized
    [ 0.141359] PM: Registering ACPI NVS region [mem 0x19fdf000-0x19fdffff] (4096 bytes)
    [ 0.152637] NET: Registered protocol family 16
    [ 0.154302] ACPI: bus type pci registered
    [ 0.159739] PCI: PCI BIOS revision 2.10 entry at 0xfd880, last bus=7
    [ 0.159754] PCI: Using configuration type 1 for base access
    [ 0.164680] bio: create slab <bio-0> at 0
    [ 0.165221] ACPI: Added _OSI(Module Device)
    [ 0.165239] ACPI: Added _OSI(Processor Device)
    [ 0.165254] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.165270] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.174743] ACPI: EC: Look up EC in DSDT
    [ 0.561367] ACPI: Interpreter enabled
    [ 0.561420] ACPI: (supports S0 S1 S2 S3 S4 S5)
    [ 0.561831] ACPI: Using PIC for interrupt routing
    [ 0.570305] ACPI: Power Resource [PVID] (on)
    [ 0.572694] ACPI: Power Resource [PSIO] (on)
    [ 0.574878] ACPI: Power Resource [PRSD] (off)
    [ 0.629330] ACPI: Power Resource [PFN0] (off)
    [ 0.630906] ACPI: Power Resource [PFN1] (off)
    [ 0.636194] ACPI: Power Resource [PDCK] (on)
    [ 0.637240] ACPI: EC: GPE = 0x9, I/O: command/status = 0x66, data = 0x62
    [ 0.641373] ACPI: ACPI Dock Station Driver: 1 docks/bays found
    [ 0.641842] vgaarb: loaded
    [ 0.642190] PCI: Probing PCI hardware
    [ 0.642209] PCI: root bus 00: using default resources
    [ 0.642221] PCI: Probing PCI hardware (bus 00)
    [ 0.642464] PCI host bridge to bus 0000:00
    [ 0.642497] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.642519] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.642539] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
    [ 0.642568] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
    [ 0.642638] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
    [ 0.642688] pci 0000:00:00.0: reg 10: [mem 0x40000000-0x43ffffff pref]
    [ 0.642858] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
    [ 0.642983] pci 0000:00:02.0: [104c:ac1d] type 02 class 0x060700
    [ 0.643038] pci 0000:00:02.0: reg 10: [mem 0x50102000-0x50102fff]
    [ 0.643117] pci 0000:00:02.0: supports D1 D2
    [ 0.643137] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot
    [ 0.643214] pci 0000:00:02.1: [104c:ac1d] type 02 class 0x060700
    [ 0.643333] pci 0000:00:02.1: reg 10: [mem 0x50101000-0x50101fff]
    [ 0.643414] pci 0000:00:02.1: supports D1 D2
    [ 0.643434] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot
    [ 0.643527] pci 0000:00:06.0: [1013:6001] type 00 class 0x040100
    [ 0.643575] pci 0000:00:06.0: reg 10: [mem 0x50100000-0x50100fff]
    [ 0.643613] pci 0000:00:06.0: reg 14: [mem 0x50000000-0x500fffff]
    [ 0.643780] pci 0000:00:07.0: [8086:7110] type 00 class 0x068000
    [ 0.643978] pci 0000:00:07.1: [8086:7111] type 00 class 0x010180
    [ 0.644084] pci 0000:00:07.1: reg 20: [io 0xfcf0-0xfcff]
    [ 0.644199] pci 0000:00:07.2: [8086:7112] type 00 class 0x0c0300
    [ 0.644308] pci 0000:00:07.2: reg 20: [io 0x8400-0x841f]
    [ 0.644422] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
    [ 0.644441] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
    * this clock source is slow. Consider trying other clock sources
    [ 0.644601] pci 0000:00:07.3: quirk: [io 0xef00-0xef3f] claimed by PIIX4 ACPI
    [ 0.644626] pci 0000:00:07.3: quirk: [io 0xefa0-0xefaf] claimed by PIIX4 SMB
    [ 0.644652] pci 0000:00:07.3: PIIX4 devres B PIO at 02f8-02ff
    [ 0.644674] pci 0000:00:07.3: PIIX4 devres C PIO at 15e8-15ef
    [ 0.644696] pci 0000:00:07.3: PIIX4 devres E PIO at 0538-053f
    [ 0.644720] pci 0000:00:07.3: PIIX4 devres G PIO at 0130-013f
    [ 0.644744] pci 0000:00:07.3: PIIX4 devres I PIO at 002e-002f
    [ 0.644898] pci_bus 0000:01: busn_res: [bus 01] is inserted under [bus 00-ff]
    [ 0.644954] pci 0000:01:00.0: [10c8:0005] type 00 class 0x030000
    [ 0.645006] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xe0ffffff pref]
    [ 0.645042] pci 0000:01:00.0: reg 14: [mem 0x70000000-0x703fffff]
    [ 0.645077] pci 0000:01:00.0: reg 18: [mem 0x70400000-0x704fffff]
    [ 0.645196] pci 0000:01:00.0: supports D1 D2
    [ 0.645293] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.645319] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.645344] pci 0000:00:01.0: bridge window [mem 0x70000000-0xdfffffff]
    [ 0.645369] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf7ffffff pref]
    [ 0.645481] pci_bus 0000:02: busn_res: [bus 02-ff] is inserted under [bus 00-ff]
    [ 0.645511] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
    [ 0.645597] pci_bus 0000:06: busn_res: [bus 06-ff] is inserted under [bus 00-ff]
    [ 0.645625] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 09
    [ 0.645655] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 09
    [ 0.647922] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.648802] pci 0000:00:07.0: PIIX/ICH IRQ router [8086:7110]
    [ 0.648892] PCI: pci_cache_line_size set to 32 bytes
    [ 0.649047] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.649064] e820: reserve RAM buffer [mem 0x19fd0000-0x1bffffff]
    [ 0.649911] NetLabel: Initializing
    [ 0.649928] NetLabel: domain hash size = 128
    [ 0.649990] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.650100] NetLabel: unlabeled traffic allowed by default
    [ 0.650468] Switching to clocksource pit
    [ 0.711237] pnp: PnP ACPI init
    [ 0.711384] ACPI: bus type pnp registered
    [ 0.713292] pnp 00:00: [mem 0x00000000-0x0009ffff]
    [ 0.713318] pnp 00:00: [mem 0x000c0000-0x000cbfff]
    [ 0.713339] pnp 00:00: [mem 0x000f0000-0x000fffff]
    [ 0.713359] pnp 00:00: [mem 0x00100000-0x19ffffff]
    [ 0.713379] pnp 00:00: [mem 0xfffe0000-0xffffffff]
    [ 0.713727] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.713755] system 00:00: [mem 0x000c0000-0x000cbfff] could not be reserved
    [ 0.713779] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.713802] system 00:00: [mem 0x00100000-0x19ffffff] could not be reserved
    [ 0.713827] system 00:00: [mem 0xfffe0000-0xffffffff] has been reserved
    [ 0.713864] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.713985] pnp 00:01: [bus 00-ff]
    [ 0.714037] pnp 00:01: [io 0x0cf8-0x0cff]
    [ 0.714060] pnp 00:01: [io 0x0000-0x0cf7 window]
    [ 0.714081] pnp 00:01: [io 0x0d00-0xffff window]
    [ 0.714103] pnp 00:01: [mem 0x000a0000-0x000bffff window]
    [ 0.714124] pnp 00:01: [mem 0x000cc000-0x000effff window]
    [ 0.714145] pnp 00:01: [mem 0x1a000000-0xffdfffff window]
    [ 0.714436] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.714937] pnp 00:02: [io 0x03f0-0x03f5]
    [ 0.714959] pnp 00:02: [io 0x03f7]
    [ 0.714986] pnp 00:02: [irq 6]
    [ 0.715008] pnp 00:02: [dma 2]
    [ 0.715317] pnp 00:02: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.715952] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (disabled)
    [ 0.716936] pnp 00:04: [io 0x03bc-0x03bf]
    [ 0.716964] pnp 00:04: [irq 7]
    [ 0.717518] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.718750] pnp 00:05: [io 0x03f8-0x03ff]
    [ 0.718775] pnp 00:05: [irq 4]
    [ 0.718795] pnp 00:05: [dma 3]
    [ 0.719828] pnp 00:05: Plug and Play ACPI device, IDs IBM0071 PNP0511 (active)
    [ 0.724699] pnp 00:06: [io 0x0538-0x053f]
    [ 0.725031] pnp 00:06: Plug and Play ACPI device, IDs CSC0110 (active)
    [ 0.733111] pnp 00:07: [io 0x0530-0x0537]
    [ 0.733135] pnp 00:07: [io 0x0388-0x038b]
    [ 0.733155] pnp 00:07: [io 0x0220-0x0233]
    [ 0.733179] pnp 00:07: [irq 5]
    [ 0.733198] pnp 00:07: [dma 1]
    [ 0.733216] pnp 00:07: [dma 0]
    [ 0.733642] pnp 00:07: Plug and Play ACPI device, IDs CSC0100 (active)
    [ 0.735954] pnp 00:08: [io 0x0200-0x0207]
    [ 0.736302] pnp 00:08: Plug and Play ACPI device, IDs CSC0101 PNPb02f (active)
    [ 0.741151] pnp 00:09: Plug and Play ACPI device, IDs CSC0103 (disabled)
    [ 0.749141] pnp 00:0a: [io 0x0130-0x013f]
    [ 0.749165] pnp 00:0a: [io 0x02f8-0x02ff]
    [ 0.749189] pnp 00:0a: [irq 3]
    [ 0.749209] pnp 00:0a: [irq 10]
    [ 0.749228] pnp 00:0a: [dma 7]
    [ 0.752374] pnp 00:0a: Plug and Play ACPI device, IDs IBM3765 (active)
    [ 0.752895] pnp 00:0b: [io 0x0000-0x000f]
    [ 0.752917] pnp 00:0b: [io 0x0080-0x008f]
    [ 0.752937] pnp 00:0b: [io 0x00c0-0x00df]
    [ 0.752956] pnp 00:0b: [dma 4]
    [ 0.753206] pnp 00:0b: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.753287] pnp 00:0c: [io 0x0061]
    [ 0.753520] pnp 00:0c: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.753616] pnp 00:0d: [io 0x0022]
    [ 0.753638] pnp 00:0d: [io 0x0092]
    [ 0.753657] pnp 00:0d: [io 0x00b2]
    [ 0.753676] pnp 00:0d: [io 0x002e-0x002f]
    [ 0.753695] pnp 00:0d: [io 0x15e0-0x15ef]
    [ 0.753714] pnp 00:0d: [io 0xef00-0xef3f]
    [ 0.753733] pnp 00:0d: [io 0xefa0-0xefaf]
    [ 0.754086] system 00:0d: [io 0x15e0-0x15ef] has been reserved
    [ 0.754112] system 00:0d: [io 0xef00-0xef3f] has been reserved
    [ 0.754135] system 00:0d: [io 0xefa0-0xefaf] has been reserved
    [ 0.754168] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.754256] pnp 00:0e: [io 0x00f0-0x00ff]
    [ 0.754281] pnp 00:0e: [irq 13]
    [ 0.754519] pnp 00:0e: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.754608] pnp 00:0f: [io 0x0060]
    [ 0.754629] pnp 00:0f: [io 0x0064]
    [ 0.754650] pnp 00:0f: [irq 1]
    [ 0.754887] pnp 00:0f: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.754973] pnp 00:10: [irq 12]
    [ 0.755233] pnp 00:10: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
    [ 0.755324] pnp 00:11: [io 0x0070-0x0073]
    [ 0.755347] pnp 00:11: [irq 8]
    [ 0.755587] pnp 00:11: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.761409] pnp: PnP ACPI: found 18 devices
    [ 0.761429] ACPI: ACPI bus type pnp unregistered
    [ 0.812245] Switching to clocksource acpi_pm
    [ 0.812534] pci 0000:00:02.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.812561] pci 0000:00:02.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.812586] pci 0000:00:02.1: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.812610] pci 0000:00:02.1: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.812633] pci 0000:00:02.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.812655] pci 0000:00:02.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.812760] pci 0000:00:02.1: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.812785] pci 0000:00:02.1: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.812829] pci 0000:00:02.0: BAR 15: assigned [mem 0x1c000000-0x1fffffff pref]
    [ 0.812855] pci 0000:00:02.0: BAR 16: assigned [mem 0x20000000-0x23ffffff]
    [ 0.812882] pci 0000:00:02.1: BAR 15: assigned [mem 0x24000000-0x27ffffff pref]
    [ 0.812907] pci 0000:00:02.1: BAR 16: assigned [mem 0x28000000-0x2bffffff]
    [ 0.812937] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x10ff]
    [ 0.812963] pci 0000:00:02.0: BAR 14: assigned [io 0x1400-0x14ff]
    [ 0.812990] pci 0000:00:02.1: BAR 13: assigned [io 0x1800-0x18ff]
    [ 0.813016] pci 0000:00:02.1: BAR 14: assigned [io 0x1c00-0x1cff]
    [ 0.813047] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.813073] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.813101] pci 0000:00:01.0: bridge window [mem 0x70000000-0xdfffffff]
    [ 0.813126] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf7ffffff pref]
    [ 0.813154] pci 0000:00:02.0: CardBus bridge to [bus 02-05]
    [ 0.813174] pci 0000:00:02.0: bridge window [io 0x1000-0x10ff]
    [ 0.813199] pci 0000:00:02.0: bridge window [io 0x1400-0x14ff]
    [ 0.813224] pci 0000:00:02.0: bridge window [mem 0x1c000000-0x1fffffff pref]
    [ 0.813249] pci 0000:00:02.0: bridge window [mem 0x20000000-0x23ffffff]
    [ 0.813273] pci 0000:00:02.1: CardBus bridge to [bus 06-09]
    [ 0.813293] pci 0000:00:02.1: bridge window [io 0x1800-0x18ff]
    [ 0.813316] pci 0000:00:02.1: bridge window [io 0x1c00-0x1cff]
    [ 0.813341] pci 0000:00:02.1: bridge window [mem 0x24000000-0x27ffffff pref]
    [ 0.813416] pci 0000:00:02.1: bridge window [mem 0x28000000-0x2bffffff]
    [ 0.813478] PCI: setting IRQ 11 as level-triggered
    [ 0.813500] pci 0000:00:02.0: found PCI INT A -> IRQ 11
    [ 0.813572] pci 0000:00:02.0: sharing IRQ 11 with 0000:01:00.0
    [ 0.813615] pci 0000:00:02.1: found PCI INT B -> IRQ 11
    [ 0.813694] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.813717] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.813739] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.813760] pci_bus 0000:01: resource 1 [mem 0x70000000-0xdfffffff]
    [ 0.813782] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf7ffffff pref]
    [ 0.813804] pci_bus 0000:02: resource 0 [io 0x1000-0x10ff]
    [ 0.813825] pci_bus 0000:02: resource 1 [io 0x1400-0x14ff]
    [ 0.813846] pci_bus 0000:02: resource 2 [mem 0x1c000000-0x1fffffff pref]
    [ 0.813867] pci_bus 0000:02: resource 3 [mem 0x20000000-0x23ffffff]
    [ 0.813889] pci_bus 0000:06: resource 0 [io 0x1800-0x18ff]
    [ 0.813909] pci_bus 0000:06: resource 1 [io 0x1c00-0x1cff]
    [ 0.813931] pci_bus 0000:06: resource 2 [mem 0x24000000-0x27ffffff pref]
    [ 0.813952] pci_bus 0000:06: resource 3 [mem 0x28000000-0x2bffffff]
    [ 0.814282] NET: Registered protocol family 2
    [ 0.815362] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.816017] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.816894] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.817202] TCP: reno registered
    [ 0.817236] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.817312] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.817996] NET: Registered protocol family 1
    [ 0.818107] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    [ 0.818266] pci 0000:00:07.2: found PCI INT D -> IRQ 11
    [ 0.818392] pci 0000:01:00.0: Boot video device
    [ 0.818413] PCI: CLS 32 bytes, default 32
    [ 0.818831] Unpacking initramfs...
    [ 1.351292] Freeing initrd memory: 2940k freed
    [ 1.376909] IBM machine detected. Enabling interrupts during APM calls.
    [ 1.376944] apm: BIOS not found.
    [ 1.378768] audit: initializing netlink socket (disabled)
    [ 1.378869] type=2000 audit(1357623100.375:1): initialized
    [ 1.456306] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 1.469632] VFS: Disk quotas dquot_6.5.2
    [ 1.470155] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 1.471349] msgmni has been set to 808
    [ 1.472909] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.473145] io scheduler noop registered
    [ 1.473160] io scheduler deadline registered
    [ 1.473241] io scheduler cfq registered (default)
    [ 1.474456] vesafb: mode is 1024x768x24, linelength=3072, pages=0
    [ 1.474471] vesafb: scrolling: redraw
    [ 1.474491] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 1.475741] vesafb: framebuffer at 0xe0000000, mapped to 0xda800000, using 2304k, total 2304k
    [ 1.562964] Console: switching to colour frame buffer device 128x48
    [ 1.649186] fb0: VESA VGA frame buffer device
    [ 1.649300] intel_idle: does not run on family 6 model 6
    [ 1.649488] GHES: HEST is not enabled!
    [ 1.649596] isapnp: Scanning for PnP cards...
    [ 1.962801] isapnp: No Plug & Play device found
    [ 1.963142] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.963546] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
    [ 1.965105] serial 00:03: [io 0x03e8-0x03ef]
    [ 1.965270] serial 00:03: [io 0x02e8-0x02ef]
    [ 1.965370] serial 00:03: unable to assign resources
    [ 1.966235] serial: probe of 00:03 failed with error -16
    [ 1.968618] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:MOU0] at 0x60,0x64 irq 1,12
    [ 1.981778] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.982038] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.982810] mousedev: PS/2 mouse device common for all mice
    [ 1.983547] rtc_cmos 00:11: RTC can wake from S4
    [ 1.984178] rtc_cmos 00:11: rtc core: registered rtc_cmos as rtc0
    [ 1.984245] rtc0: alarms up to one month, y3k, 242 bytes nvram
    [ 1.984391] cpuidle: using governor ladder
    [ 1.984407] cpuidle: using governor menu
    [ 1.985466] drop_monitor: Initializing network drop monitor service
    [ 1.986281] TCP: cubic registered
    [ 1.987523] NET: Registered protocol family 10
    [ 1.988965] NET: Registered protocol family 17
    [ 1.989071] Key type dns_resolver registered
    [ 1.989929] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.991439] Using IPI No-Shortcut mode
    [ 1.992165] PM: Hibernation image not present or could not be loaded.
    [ 1.992247] registered taskstats version 1
    [ 1.993234] rtc_cmos 00:11: setting system clock to 2013-01-08 05:31:41 UTC (1357623101)
    [ 1.994003] Freeing unused kernel memory: 536k freed
    [ 1.998614] Write protecting the kernel text: 3976k
    [ 1.998781] Write protecting the kernel read-only data: 1180k
    [ 2.076151] systemd-udevd[35]: starting version 196
    [ 2.376812] tsc: Refined TSC clocksource calibration: 363.959 MHz
    [ 2.376856] Switching to clocksource tsc
    [ 2.660180] Floppy drive(s): fd0 is 1.44M
    [ 2.675627] FDC 0 is a National Semiconductor PC87306
    [ 2.846218] SCSI subsystem initialized
    [ 2.846867] ACPI: bus type usb registered
    [ 2.847139] usbcore: registered new interface driver usbfs
    [ 2.847247] usbcore: registered new interface driver hub
    [ 2.850735] usbcore: registered new device driver usb
    [ 2.865842] uhci_hcd: USB Universal Host Controller Interface driver
    [ 2.866073] uhci_hcd 0000:00:07.2: found PCI INT D -> IRQ 11
    [ 2.866196] uhci_hcd 0000:00:07.2: UHCI Host Controller
    [ 2.866262] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
    [ 2.866376] uhci_hcd 0000:00:07.2: irq 11, io base 0x00008400
    [ 2.870937] hub 1-0:1.0: USB hub found
    [ 2.870987] hub 1-0:1.0: 2 ports detected
    [ 2.916340] ACPI: bus type scsi registered
    [ 2.925593] libata version 3.00 loaded.
    [ 2.928785] ata_piix 0000:00:07.1: version 2.13
    [ 2.951632] scsi0 : ata_piix
    [ 2.957437] scsi1 : ata_piix
    [ 2.957913] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xfcf0 irq 14
    [ 2.957935] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xfcf8 irq 15
    [ 3.114144] ata2.00: ATAPI: QSI CD-RW/DVD-ROM SBW-242, UD22, max UDMA/33
    [ 3.117407] ata1.00: ATA-6: TOSHIBA MK4032GAX, AD101A, max UDMA/100
    [ 3.117435] ata1.00: 78140160 sectors, multi 16: LBA48
    [ 3.120653] ata2.00: configured for UDMA/33
    [ 3.124030] ata1.00: configured for UDMA/33
    [ 3.124974] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK4032GA AD10 PQ: 0 ANSI: 5
    [ 3.127443] scsi 1:0:0:0: CD-ROM QSI CDRW/DVD SBW-242 UD22 PQ: 0 ANSI: 5
    [ 3.176936] usb 1-1: new full-speed USB device number 2 using uhci_hcd
    [ 3.243716] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [ 3.244277] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.244302] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.244530] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.252164] sr0: scsi3-mmc drive: 4x/24x writer cd/rw xa/form2 cdda tray
    [ 3.252195] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.255158] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 3.316885] sda: sda1 sda2 < sda5 sda6 sda7 >
    [ 3.322292] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.340964] hub 1-1:1.0: USB hub found
    [ 3.342614] hub 1-1:1.0: 4 ports detected
    [ 3.621587] usb 1-1.1: new full-speed USB device number 3 using uhci_hcd
    [ 3.948499] usb 1-1.2: new low-speed USB device number 4 using uhci_hcd
    [ 4.158834] usbcore: registered new interface driver usbhid
    [ 4.158859] usbhid: USB HID core driver
    [ 4.184432] input: MLK Silvercrest OM1008 as /devices/pci0000:00/0000:00:07.2/usb1/1-1/1-1.2/1-1.2:1.0/input/input1
    [ 4.192909] hid-generic 0003:04FC:0538.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MLK Silvercrest OM1008] on usb-0000:00:07.2-1.2/input0
    [ 4.408087] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.387222] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 5.436187] systemd[1]: Set hostname to <wishthinkpad.loc>.
    [ 6.018181] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 6.018714] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 6.018876] systemd[1]: Starting Syslog Socket.
    [ 6.019287] systemd[1]: Listening on Syslog Socket.
    [ 6.019417] systemd[1]: Starting Remote File Systems.
    [ 6.019547] systemd[1]: Reached target Remote File Systems.
    [ 6.019670] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    [ 6.019805] systemd[1]: Starting Delayed Shutdown Socket.
    [ 6.020214] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 6.020346] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 6.020607] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 6.020725] systemd[1]: Starting Encrypted Volumes.
    [ 6.020855] systemd[1]: Reached target Encrypted Volumes.
    [ 6.021185] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 6.022274] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 6.022458] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 6.022858] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 6.023723] systemd[1]: Starting udev Kernel Socket.
    [ 6.024020] systemd[1]: Listening on udev Kernel Socket.
    [ 6.024588] systemd[1]: Starting udev Control Socket.
    [ 6.024899] systemd[1]: Listening on udev Control Socket.
    [ 6.025066] systemd[1]: Expecting device dev-disk-by\x2duuid-0a64bde1\x2d82c3\x2d4cfb\x2dab68\x2d7178564d8ed5.device...
    [ 6.025218] systemd[1]: Expecting device dev-disk-by\x2duuid-567947ca\x2dcba3\x2d42e4\x2d9677\x2de9ddeecd2c26.device...
    [ 6.025358] systemd[1]: Expecting device dev-disk-by\x2duuid-e4eb21d7\x2d8ea8\x2d4059\x2db44b\x2d778690e44675.device...
    [ 6.025517] systemd[1]: Starting Journal Socket.
    [ 6.025993] systemd[1]: Listening on Journal Socket.
    [ 6.026212] systemd[1]: Started File System Check on Root Device.
    [ 6.026347] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 6.034598] systemd[1]: Starting Setup Virtual Console...
    [ 6.044014] systemd[1]: Mounting POSIX Message Queue File System...
    [ 6.055201] systemd[1]: Mounting Debug File System...
    [ 6.098496] systemd[1]: Started Set Up Additional Binary Formats.
    [ 6.098949] systemd[1]: Mounting Huge Pages File System...
    [ 6.106869] systemd[1]: Starting udev Kernel Device Manager...
    [ 6.142067] systemd[1]: Starting Apply Kernel Variables...
    [ 6.167655] systemd[1]: Started Load Kernel Modules.
    [ 6.167933] systemd[1]: Mounted FUSE Control File System.
    [ 6.168090] systemd[1]: Mounted Configuration File System.
    [ 6.168674] systemd[1]: Starting udev Coldplug all Devices...
    [ 6.178256] systemd[1]: Starting Journal Service...
    [ 6.254916] systemd[1]: Started Journal Service.
    [ 6.255257] systemd[1]: Starting Syslog.
    [ 6.255396] systemd[1]: Reached target Syslog.
    [ 6.459181] systemd-udevd[82]: starting version 196
    [ 6.601745] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 8.687281] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 8.693686] ACPI: Lid Switch [LID0]
    [ 8.694288] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 8.703735] ACPI: Sleep Button [SLPB]
    [ 8.708032] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 8.710936] ACPI: Power Button [PWRF]
    [ 8.742946] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 8.759509] Linux agpgart interface v0.103
    [ 8.761831] tsc: Marking TSC unstable due to TSC halts in idle
    [ 8.766111] Switching to clocksource acpi_pm
    [ 8.777943] ACPI: acpi_idle registered with cpuidle
    [ 8.790560] piix4_smbus 0000:00:07.3: IBM system detected; this module may corrupt your serial eeprom! Refusing to load module!
    [ 8.792526] piix4_smbus: probe of 0000:00:07.3 failed with error -1
    [ 8.810432] yenta_cardbus 0000:00:02.0: CardBus bridge found [1014:00eb]
    [ 8.810495] yenta_cardbus 0000:00:02.0: Enabling burst memory read transactions
    [ 8.810520] yenta_cardbus 0000:00:02.0: Using CSCINT to route CSC interrupts to PCI
    [ 8.810537] yenta_cardbus 0000:00:02.0: Routing CardBus interrupts to PCI
    [ 8.810562] yenta_cardbus 0000:00:02.0: TI: mfunc 0xfba97543, devctl 0x62
    [ 8.938642] thermal LNXTHERM:00: registered as thermal_zone0
    [ 8.938670] ACPI: Thermal Zone [THM0] (42 C)
    [ 9.004501] ACPI: Fan [FN00] (off)
    [ 9.005012] ACPI: Fan [FN01] (off)
    [ 9.009048] thermal LNXTHERM:01: registered as thermal_zone1
    [ 9.009073] ACPI: Thermal Zone [THM2] (20 C)
    [ 9.009590] ACPI: Fan [FN20] (off)
    [ 9.012203] ACPI: Fan [FN21] (off)
    [ 9.013314] ACPI: Fan [FN60] (off)
    [ 9.014648] ACPI: Fan [FN61] (off)
    [ 9.040764] yenta_cardbus 0000:00:02.0: ISA IRQ mask 0x0498, PCI irq 11
    [ 9.040796] yenta_cardbus 0000:00:02.0: Socket status: 30000006
    [ 9.062521] yenta_cardbus 0000:00:02.1: CardBus bridge found [1014:00eb]
    [ 9.062591] yenta_cardbus 0000:00:02.1: Using CSCINT to route CSC interrupts to PCI
    [ 9.062610] yenta_cardbus 0000:00:02.1: Routing CardBus interrupts to PCI
    [ 9.062634] yenta_cardbus 0000:00:02.1: TI: mfunc 0xfba97543, devctl 0x62
    [ 9.079663] ACPI: Fan [FN70] (off)
    [ 9.093343] thermal LNXTHERM:02: registered as thermal_zone2
    [ 9.095023] ACPI: Thermal Zone [THM6] (27 C)
    [ 9.096320] ACPI: Fan [FN71] (off)
    [ 9.102380] thermal LNXTHERM:03: registered as thermal_zone3
    [ 9.102406] ACPI: Thermal Zone [THM7] (27 C)
    [ 9.290735] yenta_cardbus 0000:00:02.1: ISA IRQ mask 0x0498, PCI irq 11
    [ 9.290767] yenta_cardbus 0000:00:02.1: Socket status: 30000006
    [ 9.298222] psmouse serio1: hgpk: ID: 10 00 64
    [ 9.319131] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.321961] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
    [ 9.383513] gameport gameport0: NS558 PnP Gameport is pnp00:08/gameport0, io 0x200, speed 685kHz
    [ 9.449433] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0x40000000
    [ 9.572098] parport_pc 00:04: reported by Plug and Play ACPI
    [ 9.572186] parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
    [ 9.621417] NET: Registered protocol family 23
    [ 9.702875] nsc-ircc, chip->init
    [ 9.702902] nsc-ircc, Found chip at base=0x02e
    [ 9.702942] nsc-ircc, driver loaded (Dag Brattli)
    [ 9.703038] nsc_ircc_open(), can't get iobase of 0x3f8
    [ 9.703089] nsc-ircc, Found chip at base=0x02e
    [ 9.703128] nsc-ircc, driver loaded (Dag Brattli)
    [ 9.703173] nsc_ircc_open(), can't get iobase of 0x3f8
    [ 9.710755] nsc-ircc 00:05: disabled
    [ 9.829100] microcode: CPU0 sig=0x66a, pf=0x8, revision=0xa
    [ 9.840431] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x0b, buttons: 3/3
    [ 9.871890] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input5
    [ 10.413153] ppdev: user-space parallel port driver
    [ 10.512439] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 10.681703] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
    [ 10.682361] excluding 0x130-0x137 0x170-0x177 0x1f0-0x1f7 0x200-0x207 0x220-0x22f 0x370-0x377 0x388-0x38f
    [ 10.683119] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
    [ 10.687638] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af:
    [ 10.688295] excluding 0x130-0x137 0x170-0x177 0x1f0-0x1f7 0x200-0x207 0x220-0x22f 0x370-0x377 0x388-0x38f
    [ 10.689052] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff:
    [ 10.689327] excluding 0x3f0-0x3ff 0x4c0-0x4c7 0x4d0-0x4d7
    [ 10.689737] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff:
    [ 10.693574] excluding 0x3f0-0x3ff 0x4d0-0x4d7
    [ 10.694068] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
    [ 10.694336] excluding 0x850-0x857
    [ 10.694666] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
    [ 10.695138] clean.
    [ 10.695329] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
    [ 10.695361] excluding 0xc0000-0xcbfff 0xf0000-0xfffff
    [ 10.695577] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    [ 10.695647] excluding 0xa0000000-0xa0ffffff
    [ 10.695820] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
    [ 10.695902] clean.
    [ 10.696062] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
    [ 10.696552] clean.
    [ 10.699553] clean.
    [ 10.703678] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7:
    [ 10.704168] clean.
    [ 10.704390] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff:
    [ 10.704423] excluding 0xc0000-0xcbfff 0xf0000-0xfffff
    [ 10.704641] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff:
    [ 10.704711] excluding 0xa0000000-0xa0ffffff
    [ 10.704884] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff:
    [ 10.704966] clean.
    [ 10.705127] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff:
    [ 10.705615] clean.
    [ 11.538531] Adding

    Hi Dude.
    I will try what You have suggested.
    Which channel do You "recommend"?
    My router is set to G-only as the card is G-only, I have been using channel 1 but I will change it to 11 and see what happens.
    I was using WPA2-Personal with AES but I will change it to WPA2-Mixed (AES + TKIP) and see if that changes anything.
    I was hoping that the upgrade of the linux-firmware (linux-firmware-20130610-1) that I have found in the repo today fixes the issue.
    Installed it and typed in:
    [root@wishthinkpad andrzejl]# iwconfig wlan0 rate 54M fixed
    [root@wishthinkpad andrzejl]# ping go
    and I have lost connection before I could even type in "ping google.com"...
    Edit: Changing router's settings got me nowhere so far Dude:
    [andrzejl@wishmacer ~]$ ssh_ibm
    Last login: Fri Jun 14 16:08:17 2013 from acer.loc
    [andrzejl@wishthinkpad ~]$ su
    Password:
    [root@wishthinkpad andrzejl]# ping google.com
    PING google.com (74.125.24.102) 56(84) bytes of data.
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=1 ttl=47 time=81.5 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=2 ttl=47 time=79.9 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=3 ttl=47 time=85.4 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=4 ttl=47 time=81.6 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=5 ttl=47 time=81.7 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=6 ttl=47 time=94.1 ms
    64 bytes from de-in-f102.1e100.net (74.125.24.102): icmp_seq=7 ttl=47 time=77.0 ms
    ^C
    --- google.com ping statistics ---
    7 packets transmitted, 7 received, 0% packet loss, time 6002ms
    rtt min/avg/max/mdev = 77.097/83.085/94.145/5.084 ms
    [root@wishthinkpad andrzejl]# iwconfig
    wlan0     IEEE 802.11bg  ESSID:"Arch_Linux_User" 
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:39:A0:DB:3E   
              Bit Rate=1 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              Link Quality=60/70  Signal level=-50 dBm 
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:132   Missed beacon:0
    lo        no wireless extensions.
    [root@wishthinkpad andrzejl]# iwconfig wlan0 rate 54M fixed
    [root@wishthinkpad andrzejl]# ping google.com
    PING google.com (74.125.24.101) 56(84) bytes of data.
    64 bytes from de-in-f101.1e100.net (74.125.24.101): icmp_seq=4 ttl=47 time=34.1 ms
    64 bytes from de-in-f101.1e100.net (74.125.24.101): icmp_seq=8 ttl=47 time=70.3 ms
    64 bytes from de-in-f101.1e100.net (74.125.24.101): icmp_seq=9 ttl=47 time=163 ms
    ^C64 bytes from 74.125.24.101: icmp_seq=13 ttl=47 time=39.7 ms
    --- google.com ping statistics ---
    13 packets transmitted, 4 received, 69% packet loss, time 30364ms
    rtt min/avg/max/mdev = 34.139/76.870/163.269/51.752 ms
    [root@wishthinkpad andrzejl]#
    Here is the log (journalctl -b | grep wlan > dump_wlan) for the entire boot:
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen normally on 3 wlan0 192.168.0.102 UDP 123
    Jun 14 16:13:19 wishthinkpad.loc kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: authenticate with 00:18:39:a0:db:3e
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: send auth to 00:18:39:a0:db:3e (try 1/3)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: authenticated
    Jun 14 16:13:19 wishthinkpad.loc kernel: rt73usb 1-1.1:1.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Jun 14 16:13:19 wishthinkpad.loc kernel: rt73usb 1-1.1:1.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: associate with 00:18:39:a0:db:3e (try 1/3)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: RX AssocResp from 00:18:39:a0:db:3e (capab=0x411 status=0 aid=1)
    Jun 14 16:13:19 wishthinkpad.loc kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: associated
    Here is the log (journalctl -b > dump) for the entire boot:
    -- Logs begin at Sat 2013-01-05 05:42:53 GMT, end at Fri 2013-06-14 16:23:56 IST. --
    Jun 14 16:13:03 wishthinkpad.loc systemd-journal[90]: Allowing runtime journal files to grow to 20.2M.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys cpuset
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys cpu
    Jun 14 16:13:03 wishthinkpad.loc kernel: Linux version 3.9.5-1-ARCH (tobias@testing-i686) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Sat Jun 8 10:10:57 CEST 2013
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: BIOS-provided physical RAM map:
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000019fcffff] usable
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000019fd0000-0x0000000019fdefff] ACPI data
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000019fdf000-0x0000000019fdffff] ACPI NVS
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x0000000019fe0000-0x0000000019ffffff] reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: Malformed early option 'apic'
    Jun 14 16:13:03 wishthinkpad.loc kernel: Malformed early option 'apic'
    Jun 14 16:13:03 wishthinkpad.loc kernel: Notice: NX (Execute Disable) protection missing in CPU!
    Jun 14 16:13:03 wishthinkpad.loc kernel: SMBIOS 2.2 present.
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMI: IBM 26458A0/26458A0, BIOS INET24WW 05/24/1999
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: last_pfn = 0x19fd0 max_arch_pfn = 0x100000
    Jun 14 16:13:03 wishthinkpad.loc kernel: MTRR default type: uncachable
    Jun 14 16:13:03 wishthinkpad.loc kernel: MTRR fixed ranges enabled:
    Jun 14 16:13:03 wishthinkpad.loc kernel: 00000-9FFFF write-back
    Jun 14 16:13:03 wishthinkpad.loc kernel: A0000-BFFFF uncachable
    Jun 14 16:13:03 wishthinkpad.loc kernel: C0000-CBFFF write-protect
    Jun 14 16:13:03 wishthinkpad.loc kernel: CC000-EFFFF uncachable
    Jun 14 16:13:03 wishthinkpad.loc kernel: F0000-FFFFF write-protect
    Jun 14 16:13:03 wishthinkpad.loc kernel: MTRR variable ranges enabled:
    Jun 14 16:13:03 wishthinkpad.loc kernel: 0 base 000000000 mask FF0000000 write-back
    Jun 14 16:13:03 wishthinkpad.loc kernel: 1 base 010000000 mask FF8000000 write-back
    Jun 14 16:13:03 wishthinkpad.loc kernel: 2 base 018000000 mask FFE000000 write-back
    Jun 14 16:13:03 wishthinkpad.loc kernel: 3 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: 4 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: 5 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: 6 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: 7 disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: PAT not supported by CPU.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Scanning 1 areas for low memory corruption
    Jun 14 16:13:03 wishthinkpad.loc kernel: initial memory mapped: [mem 0x00000000-0x01bfffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x00000000-0x000fffff] page 4k
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x19800000-0x19bfffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x19800000-0x19bfffff] page 2M
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x18000000-0x197fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x18000000-0x197fffff] page 2M
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x00100000-0x17ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x00100000-0x003fffff] page 4k
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x00400000-0x17ffffff] page 2M
    Jun 14 16:13:03 wishthinkpad.loc kernel: init_memory_mapping: [mem 0x19c00000-0x19fcffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: [mem 0x19c00000-0x19fcffff] page 4k
    Jun 14 16:13:03 wishthinkpad.loc kernel: BRK [0x01742000, 0x01742fff] PGTABLE
    Jun 14 16:13:03 wishthinkpad.loc kernel: RAMDISK: [mem 0x18af1000-0x18eddfff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: IBM Thinkpad 600 Series 2645 detected: force use of acpi=noirq
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: RSDP 000fd6e0 00014 (v00 IBM )
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: RSDT 19fd0000 00028 (v01 IBM TP600R 00000001 00000000)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: FACP 19fd0100 00074 (v01 IBM TP600R 00000001 00000000)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: DSDT 19fd0200 0B501 (v01 IBM TP600R 0000001D MSFT 0100000B)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: FACS 19fdf000 00040
    Jun 14 16:13:03 wishthinkpad.loc kernel: 0MB HIGHMEM available.
    Jun 14 16:13:03 wishthinkpad.loc kernel: 415MB LOWMEM available.
    Jun 14 16:13:03 wishthinkpad.loc kernel: mapped low ram: 0 - 19fd0000
    Jun 14 16:13:03 wishthinkpad.loc kernel: low ram: 0 - 19fd0000
    Jun 14 16:13:03 wishthinkpad.loc kernel: BRK [0x01743000, 0x01743fff] PGTABLE
    Jun 14 16:13:03 wishthinkpad.loc kernel: Zone ranges:
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMA [mem 0x00001000-0x00ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: Normal [mem 0x01000000-0x19fcffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: HighMem empty
    Jun 14 16:13:03 wishthinkpad.loc kernel: Movable zone start for each node
    Jun 14 16:13:03 wishthinkpad.loc kernel: Early memory node ranges
    Jun 14 16:13:03 wishthinkpad.loc kernel: node 0: [mem 0x00001000-0x0009efff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: node 0: [mem 0x00100000-0x19fcffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: On node 0 totalpages: 106350
    Jun 14 16:13:03 wishthinkpad.loc kernel: free_area_init_node: node 0, pgdat c15aeb00, node_mem_map d9c90020
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMA zone: 32 pages used for memmap
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMA zone: 0 pages reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: DMA zone: 3998 pages, LIFO batch:0
    Jun 14 16:13:03 wishthinkpad.loc kernel: Normal zone: 800 pages used for memmap
    Jun 14 16:13:03 wishthinkpad.loc kernel: Normal zone: 102352 pages, LIFO batch:31
    Jun 14 16:13:03 wishthinkpad.loc kernel: Using APIC driver default
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: PM-Timer IO Port: 0xef08
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: Allowing 1 CPUs, 0 hotplug CPUs
    Jun 14 16:13:03 wishthinkpad.loc kernel: Local APIC disabled by BIOS -- reenabling.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Could not enable APIC!
    Jun 14 16:13:03 wishthinkpad.loc kernel: APIC: disable apic facility
    Jun 14 16:13:03 wishthinkpad.loc kernel: APIC: switched to apic NOOP
    Jun 14 16:13:03 wishthinkpad.loc kernel: nr_irqs_gsi: 16
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: [mem 0x1a000000-0xfffdffff] available for PCI devices
    Jun 14 16:13:03 wishthinkpad.loc kernel: Booting paravirtualized kernel on bare hardware
    Jun 14 16:13:03 wishthinkpad.loc kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    Jun 14 16:13:03 wishthinkpad.loc kernel: PERCPU: Embedded 14 pages/cpu @d9c7e000 s33280 r0 d24064 u57344
    Jun 14 16:13:03 wishthinkpad.loc kernel: pcpu-alloc: s33280 r0 d24064 u57344 alloc=14*4096
    Jun 14 16:13:03 wishthinkpad.loc kernel: pcpu-alloc: [0] 0
    Jun 14 16:13:03 wishthinkpad.loc kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 105518
    Jun 14 16:13:03 wishthinkpad.loc kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=350fa8e9-36fb-4927-abaf-91f4b958a679 ro quiet pci=noacpi lapic apic acpi=noirq apm=on pci=use_crs
    Jun 14 16:13:03 wishthinkpad.loc kernel: PID hash table entries: 2048 (order: 1, 8192 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: __ex_table already sorted, skipping sort
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing CPU#0
    Jun 14 16:13:03 wishthinkpad.loc kernel: allocated 851576 bytes of page_cgroup
    Jun 14 16:13:03 wishthinkpad.loc kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing HighMem for node 0 (00000000:00000000)
    Jun 14 16:13:03 wishthinkpad.loc kernel: Memory: 409236k/425792k available (4177k kernel code, 16164k reserved, 1706k data, 572k init, 0k highmem)
    Jun 14 16:13:03 wishthinkpad.loc kernel: [379B blob data]
    Jun 14 16:13:03 wishthinkpad.loc kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Jun 14 16:13:03 wishthinkpad.loc kernel: SLUB: Genslabs=15, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Jun 14 16:13:03 wishthinkpad.loc kernel: Preemptible hierarchical RCU implementation.
    Jun 14 16:13:03 wishthinkpad.loc kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Jun 14 16:13:03 wishthinkpad.loc kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
    Jun 14 16:13:03 wishthinkpad.loc kernel: NR_IRQS:2304 nr_irqs:256 16
    Jun 14 16:13:03 wishthinkpad.loc kernel: CPU 0 irqstacks, hard=d9406000 soft=d9408000
    Jun 14 16:13:03 wishthinkpad.loc kernel: Console: colour dummy device 80x25
    Jun 14 16:13:03 wishthinkpad.loc kernel: console [tty0] enabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: tsc: Fast TSC calibration using PIT
    Jun 14 16:13:03 wishthinkpad.loc kernel: tsc: Detected 363.989 MHz processor
    Jun 14 16:13:03 wishthinkpad.loc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 728.31 BogoMIPS (lpj=1213296)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pid_max: default: 32768 minimum: 301
    Jun 14 16:13:03 wishthinkpad.loc kernel: Security Framework initialized
    Jun 14 16:13:03 wishthinkpad.loc kernel: AppArmor: AppArmor disabled by boot time parameter
    Jun 14 16:13:03 wishthinkpad.loc kernel: Mount-cache hash table entries: 512
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys cpuacct
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys memory
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys devices
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys freezer
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys net_cls
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing cgroup subsys blkio
    Jun 14 16:13:03 wishthinkpad.loc kernel: mce: CPU supports 5 MCE banks
    Jun 14 16:13:03 wishthinkpad.loc kernel: [113B blob data]
    Jun 14 16:13:03 wishthinkpad.loc kernel: Freeing SMP alternatives: 16k freed
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Core revision 20130117
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: All ACPI Tables successfully acquired
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: setting ELCR to 0a00 (from 0800)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ftrace: allocating 18428 entries in 36 pages
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: weird, boot CPU (#0) not listed by the BIOS
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: SMP motherboard not detected
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: Local APIC not detected. Using dummy APIC emulation.
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: SMP disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: Performance Events:
    Jun 14 16:13:03 wishthinkpad.loc kernel: no APIC, boot with the "lapic" boot parameter to force-enable it.
    Jun 14 16:13:03 wishthinkpad.loc kernel: no hardware sampling interrupt available.
    Jun 14 16:13:03 wishthinkpad.loc kernel: p6 PMU driver.
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... version: 0
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... bit width: 32
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... generic registers: 2
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... value mask: 00000000ffffffff
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... max period: 000000007fffffff
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... fixed-purpose events: 0
    Jun 14 16:13:03 wishthinkpad.loc kernel: ... event mask: 0000000000000003
    Jun 14 16:13:03 wishthinkpad.loc kernel: Brought up 1 CPUs
    Jun 14 16:13:03 wishthinkpad.loc kernel: smpboot: Total of 1 processors activated (728.31 BogoMIPS)
    Jun 14 16:13:03 wishthinkpad.loc kernel: NMI watchdog: disabled (cpu0): not supported (no LAPIC?)
    Jun 14 16:13:03 wishthinkpad.loc kernel: devtmpfs: initialized
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Registering ACPI NVS region [mem 0x19fdf000-0x19fdffff] (4096 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: RTC time: 15:12:55, date: 06/14/13
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 16
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type PCI registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: PCI BIOS revision 2.10 entry at 0xfd880, last bus=7
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: Using configuration type 1 for base access
    Jun 14 16:13:03 wishthinkpad.loc kernel: bio: create slab <bio-0> at 0
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Added _OSI(Module Device)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Added _OSI(Processor Device)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: EC: Look up EC in DSDT
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Interpreter enabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: (supports S0 S1 S2 S3 S4 S5)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Using PIC for interrupt routing
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PVID] (on)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PSIO] (on)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PRSD] (off)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PFN0] (off)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PFN1] (off)
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: Power Resource [PDCK] (on)
    Jun 14 16:13:03 wishthinkpad.loc kernel: acpi root: \_SB_.PCI0 notify handler is installed
    Jun 14 16:13:03 wishthinkpad.loc kernel: Found 1 acpi root devices
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: EC: GPE = 0x9, I/O: command/status = 0x66, data = 0x62
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: ACPI Dock Station Driver: 1 docks/bays found
    Jun 14 16:13:03 wishthinkpad.loc kernel: vgaarb: loaded
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: Probing PCI hardware
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: root bus 00: using default resources
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: Probing PCI hardware (bus 00)
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI host bridge to bus 0000:00
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:00.0: reg 10: [mem 0x40000000-0x43ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: [104c:ac1d] type 02 class 0x060700
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: reg 10: [mem 0x50102000-0x50102fff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: supports D1 D2
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: [104c:ac1d] type 02 class 0x060700
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: reg 10: [mem 0x50101000-0x50101fff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: supports D1 D2
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:06.0: [1013:6001] type 00 class 0x040100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:06.0: reg 10: [mem 0x50100000-0x50100fff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:06.0: reg 14: [mem 0x50000000-0x500fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x068000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x010180
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.1: reg 20: [io 0xfcf0-0xfcff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.2: [8086:7112] type 00 class 0x0c0300
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.2: reg 20: [io 0x8400-0x841f]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
    Jun 14 16:13:03 wishthinkpad.loc kernel: [131B blob data]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: quirk: [io 0xef00-0xef3f] claimed by PIIX4 ACPI
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: quirk: [io 0xefa0-0xefaf] claimed by PIIX4 SMB
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres B PIO at 02f8-02ff
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres C PIO at 15e8-15ef
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres E PIO at 0538-053f
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres G PIO at 0130-013f
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.3: PIIX4 devres I PIO at 002e-002f
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: [10c8:0005] type 00 class 0x030000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xe0ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: reg 14: [mem 0x70000000-0x703fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: reg 18: [mem 0x70400000-0x704fffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: supports D1 D2
    Jun 14 16:13:03 wishthinkpad.loc kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [mem 0x70000000-0xdfffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf7ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 09
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 09
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.0: PIIX/ICH IRQ router [8086:7110]
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: pci_cache_line_size set to 32 bytes
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: e820: reserve RAM buffer [mem 0x19fd0000-0x1bffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: NetLabel: Initializing
    Jun 14 16:13:03 wishthinkpad.loc kernel: NetLabel: domain hash size = 128
    Jun 14 16:13:03 wishthinkpad.loc kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jun 14 16:13:03 wishthinkpad.loc kernel: NetLabel: unlabeled traffic allowed by default
    Jun 14 16:13:03 wishthinkpad.loc kernel: Switching to clocksource pit
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp: PnP ACPI init
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type PNP registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0x000c0000-0x000cbfff] could not be reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0x00100000-0x19ffffff] could not be reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: [mem 0xfffe0000-0xffffffff] has been reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:02: [dma 2]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0700 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (disabled)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:05: [dma 3]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:05: Plug and Play ACPI device, IDs IBM0071 PNP0511 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:06: Plug and Play ACPI device, IDs CSC0110 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:07: [dma 1]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:07: [dma 0]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:07: Plug and Play ACPI device, IDs CSC0100 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:08: Plug and Play ACPI device, IDs CSC0101 PNPb02f (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:09: Plug and Play ACPI device, IDs CSC0103 (disabled)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0a: [dma 7]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0a: Plug and Play ACPI device, IDs IBM3765 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0b: [dma 4]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0b: Plug and Play ACPI device, IDs PNP0200 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0c: Plug and Play ACPI device, IDs PNP0800 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:0d: [io 0x15e0-0x15ef] has been reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:0d: [io 0xef00-0xef3f] has been reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:0d: [io 0xefa0-0xefaf] has been reserved
    Jun 14 16:13:03 wishthinkpad.loc kernel: system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0e: Plug and Play ACPI device, IDs PNP0c04 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:0f: Plug and Play ACPI device, IDs PNP0303 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:10: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp 00:11: Plug and Play ACPI device, IDs PNP0b00 (active)
    Jun 14 16:13:03 wishthinkpad.loc kernel: pnp: PnP ACPI: found 18 devices
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type PNP unregistered
    Jun 14 16:13:03 wishthinkpad.loc kernel: Switching to clocksource acpi_pm
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: BAR 15: assigned [mem 0x1c000000-0x1fffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: BAR 16: assigned [mem 0x20000000-0x23ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: BAR 15: assigned [mem 0x24000000-0x27ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: BAR 16: assigned [mem 0x28000000-0x2bffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x10ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: BAR 14: assigned [io 0x1400-0x14ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: BAR 13: assigned [io 0x1800-0x18ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: BAR 14: assigned [io 0x1c00-0x1cff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [mem 0x70000000-0xdfffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf7ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: CardBus bridge to [bus 02-05]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: bridge window [io 0x1000-0x10ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: bridge window [io 0x1400-0x14ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: bridge window [mem 0x1c000000-0x1fffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: bridge window [mem 0x20000000-0x23ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: CardBus bridge to [bus 06-09]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: bridge window [io 0x1800-0x18ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: bridge window [io 0x1c00-0x1cff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: bridge window [mem 0x24000000-0x27ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: bridge window [mem 0x28000000-0x2bffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: setting IRQ 11 as level-triggered
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: found PCI INT A -> IRQ 11
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.0: sharing IRQ 11 with 0000:01:00.0
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:02.1: found PCI INT B -> IRQ 11
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:01: resource 1 [mem 0x70000000-0xdfffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf7ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: resource 0 [io 0x1000-0x10ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: resource 1 [io 0x1400-0x14ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: resource 2 [mem 0x1c000000-0x1fffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:02: resource 3 [mem 0x20000000-0x23ffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: resource 0 [io 0x1800-0x18ff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: resource 1 [io 0x1c00-0x1cff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: resource 2 [mem 0x24000000-0x27ffffff pref]
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci_bus 0000:06: resource 3 [mem 0x28000000-0x2bffffff]
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 2
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP: Hash tables configured (established 4096 bind 4096)
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP: reno registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: UDP hash table entries: 256 (order: 1, 8192 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 1
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:00:07.2: found PCI INT D -> IRQ 11
    Jun 14 16:13:03 wishthinkpad.loc kernel: pci 0000:01:00.0: Boot video device
    Jun 14 16:13:03 wishthinkpad.loc kernel: PCI: CLS 32 bytes, default 32
    Jun 14 16:13:03 wishthinkpad.loc kernel: Unpacking initramfs...
    Jun 14 16:13:03 wishthinkpad.loc kernel: Freeing initrd memory: 4020k freed
    Jun 14 16:13:03 wishthinkpad.loc kernel: IBM machine detected. Enabling interrupts during APM calls.
    Jun 14 16:13:03 wishthinkpad.loc kernel: apm: BIOS not found.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Scanning for low memory corruption every 60 seconds
    Jun 14 16:13:03 wishthinkpad.loc kernel: audit: initializing netlink socket (disabled)
    Jun 14 16:13:03 wishthinkpad.loc kernel: type=2000 audit(1371222775.660:1): initialized
    Jun 14 16:13:03 wishthinkpad.loc kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    Jun 14 16:13:03 wishthinkpad.loc kernel: VFS: Disk quotas dquot_6.5.2
    Jun 14 16:13:03 wishthinkpad.loc kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Jun 14 16:13:03 wishthinkpad.loc kernel: msgmni has been set to 807
    Jun 14 16:13:03 wishthinkpad.loc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Jun 14 16:13:03 wishthinkpad.loc kernel: io scheduler noop registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: io scheduler deadline registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: io scheduler cfq registered (default)
    Jun 14 16:13:03 wishthinkpad.loc kernel: vesafb: mode is 1024x768x24, linelength=3072, pages=0
    Jun 14 16:13:03 wishthinkpad.loc kernel: vesafb: scrolling: redraw
    Jun 14 16:13:03 wishthinkpad.loc kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    Jun 14 16:13:03 wishthinkpad.loc kernel: vesafb: framebuffer at 0xe0000000, mapped to 0xda800000, using 2304k, total 2304k
    Jun 14 16:13:03 wishthinkpad.loc kernel: Console: switching to colour frame buffer device 128x48
    Jun 14 16:13:03 wishthinkpad.loc kernel: fb0: VESA VGA frame buffer device
    Jun 14 16:13:03 wishthinkpad.loc kernel: intel_idle: does not run on family 6 model 6
    Jun 14 16:13:03 wishthinkpad.loc kernel: GHES: HEST is not enabled!
    Jun 14 16:13:03 wishthinkpad.loc kernel: isapnp: Scanning for PnP cards...
    Jun 14 16:13:03 wishthinkpad.loc kernel: isapnp: No Plug & Play device found
    Jun 14 16:13:03 wishthinkpad.loc kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial 00:03: [io 0x03e8-0x03ef]
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial 00:03: [io 0x02e8-0x02ef]
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial 00:03: unable to assign resources
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial: probe of 00:03 failed with error -16
    Jun 14 16:13:03 wishthinkpad.loc kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
    Jun 14 16:13:03 wishthinkpad.loc kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:MOU0] at 0x60,0x64 irq 1,12
    Jun 14 16:13:03 wishthinkpad.loc kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jun 14 16:13:03 wishthinkpad.loc kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Jun 14 16:13:03 wishthinkpad.loc kernel: mousedev: PS/2 mouse device common for all mice
    Jun 14 16:13:03 wishthinkpad.loc kernel: rtc_cmos 00:11: RTC can wake from S4
    Jun 14 16:13:03 wishthinkpad.loc kernel: rtc_cmos 00:11: rtc core: registered rtc_cmos as rtc0
    Jun 14 16:13:03 wishthinkpad.loc kernel: rtc_cmos 00:11: alarms up to one month, y3k, 242 bytes nvram
    Jun 14 16:13:03 wishthinkpad.loc kernel: cpuidle: using governor ladder
    Jun 14 16:13:03 wishthinkpad.loc kernel: cpuidle: using governor menu
    Jun 14 16:13:03 wishthinkpad.loc kernel: EFI Variables Facility v0.08 2004-May-17
    Jun 14 16:13:03 wishthinkpad.loc kernel: drop_monitor: Initializing network drop monitor service
    Jun 14 16:13:03 wishthinkpad.loc kernel: TCP: cubic registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 10
    Jun 14 16:13:03 wishthinkpad.loc kernel: NET: Registered protocol family 17
    Jun 14 16:13:03 wishthinkpad.loc kernel: Key type dns_resolver registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: Using IPI No-Shortcut mode
    Jun 14 16:13:03 wishthinkpad.loc kernel: PM: Hibernation image not present or could not be loaded.
    Jun 14 16:13:03 wishthinkpad.loc kernel: registered taskstats version 1
    Jun 14 16:13:03 wishthinkpad.loc kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Jun 14 16:13:03 wishthinkpad.loc kernel: Magic number: 1:809:234
    Jun 14 16:13:03 wishthinkpad.loc kernel: rtc_cmos 00:11: setting system clock to 2013-06-14 15:12:57 UTC (1371222777)
    Jun 14 16:13:03 wishthinkpad.loc kernel: Freeing unused kernel memory: 572k freed
    Jun 14 16:13:03 wishthinkpad.loc kernel: Write protecting the kernel text: 4180k
    Jun 14 16:13:03 wishthinkpad.loc kernel: Write protecting the kernel read-only data: 1300k
    Jun 14 16:13:03 wishthinkpad.loc systemd-udevd[37]: starting version 204
    Jun 14 16:13:03 wishthinkpad.loc kernel: tsc: Refined TSC clocksource calibration: 363.959 MHz
    Jun 14 16:13:03 wishthinkpad.loc kernel: Switching to clocksource tsc
    Jun 14 16:13:03 wishthinkpad.loc kernel: Floppy drive(s): fd0 is 1.44M
    Jun 14 16:13:03 wishthinkpad.loc kernel: FDC 0 is a National Semiconductor PC87306
    Jun 14 16:13:03 wishthinkpad.loc kernel: SCSI subsystem initialized
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type USB registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new interface driver usbfs
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new interface driver hub
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new device driver usb
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd 0000:00:07.2: found PCI INT D -> IRQ 11
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd 0000:00:07.2: UHCI Host Controller
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
    Jun 14 16:13:03 wishthinkpad.loc kernel: uhci_hcd 0000:00:07.2: irq 11, io base 0x00008400
    Jun 14 16:13:03 wishthinkpad.loc kernel: hub 1-0:1.0: USB hub found
    Jun 14 16:13:03 wishthinkpad.loc kernel: hub 1-0:1.0: 2 ports detected
    Jun 14 16:13:03 wishthinkpad.loc kernel: ACPI: bus type ATA registered
    Jun 14 16:13:03 wishthinkpad.loc kernel: libata version 3.00 loaded.
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata_piix 0000:00:07.1: version 2.13
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi0 : ata_piix
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi1 : ata_piix
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xfcf0 irq 14
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xfcf8 irq 15
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata2.00: ATAPI: QSI CD-RW/DVD-ROM SBW-242, UD22, max UDMA/33
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata1.00: ATA-6: TOSHIBA MK4032GAX, AD101A, max UDMA/100
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata1.00: 78140160 sectors, multi 16: LBA48
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata2.00: configured for UDMA/33
    Jun 14 16:13:03 wishthinkpad.loc kernel: ata1.00: configured for UDMA/33
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK4032GA AD10 PQ: 0 ANSI: 5
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi 1:0:0:0: CD-ROM QSI CDRW/DVD SBW-242 UD22 PQ: 0 ANSI: 5
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] Write Protect is off
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jun 14 16:13:03 wishthinkpad.loc kernel: sr0: scsi3-mmc drive: 4x/24x writer cd/rw xa/form2 cdda tray
    Jun 14 16:13:03 wishthinkpad.loc kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Jun 14 16:13:03 wishthinkpad.loc kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Jun 14 16:13:03 wishthinkpad.loc kernel: sda: sda1 sda2 < sda5 sda6 sda7 >
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Jun 14 16:13:03 wishthinkpad.loc kernel: hub 1-1:1.0: USB hub found
    Jun 14 16:13:03 wishthinkpad.loc kernel: hub 1-1:1.0: 4 ports detected
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1.1: new full-speed USB device number 3 using uhci_hcd
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1.2: new low-speed USB device number 4 using uhci_hcd
    Jun 14 16:13:03 wishthinkpad.loc kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new interface driver usbhid
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbhid: USB HID core driver
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1.4: new full-speed USB device number 5 using uhci_hcd
    Jun 14 16:13:03 wishthinkpad.loc kernel: input: MLK Silvercrest OM1008 as /devices/pci0000:00/0000:00:07.2/usb1/1-1/1-1.2/1-1.2:1.0/input/input1
    Jun 14 16:13:03 wishthinkpad.loc kernel: hid-generic 0003:04FC:0538.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MLK Silvercrest OM1008] on usb-0000:00:07.2-1.2/input0
    Jun 14 16:13:03 wishthinkpad.loc kernel: usb 1-1.4: Parent hub missing LPM exit latency info. Power management will be impacted.
    Jun 14 16:13:03 wishthinkpad.loc kernel: Initializing USB Mass Storage driver...
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi2 : usb-storage 1-1.4:1.0
    Jun 14 16:13:03 wishthinkpad.loc kernel: usbcore: registered new interface driver usb-storage
    Jun 14 16:13:03 wishthinkpad.loc kernel: USB Mass Storage support registered.
    Jun 14 16:13:03 wishthinkpad.loc kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Jun 14 16:13:03 wishthinkpad.loc kernel: scsi 2:0:0:0: Direct-Access Corsair Voyager GT 3.0 1.00 PQ: 0 ANSI: 4
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] 31334400 512-byte logical blocks: (16.0 GB/14.9 GiB)
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] Write Protect is off
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] Mode Sense: bf 00 00 00
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    Jun 14 16:13:03 wishthinkpad.loc kernel: sdb: sdb1
    Jun 14 16:13:03 wishthinkpad.loc kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Set hostname to <wishthinkpad.loc>.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Cannot add dependency job for unit syslog-ng.service, ignoring: Unit syslog-ng.service failed to load: No such file or directory. See system logs and 'systemctl status syslog-ng.service' for details.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Remote File Systems.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Reached target Remote File Systems.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Delayed Shutdown Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on Delayed Shutdown Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Device-mapper event daemon FIFOs.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting LVM2 metadata daemon socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on LVM2 metadata daemon socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Encrypted Volumes.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Reached target Encrypted Volumes.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Paths.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Reached target Paths.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting udev Kernel Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on udev Kernel Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting udev Control Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on udev Control Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Journal Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Listening on Journal Socket.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounting Huge Pages File System...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Create static device nodes in /dev...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Apply Kernel Variables...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Load Kernel Modules.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted FUSE Control File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounting Configuration File System...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting udev Coldplug all Devices...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Journal Service...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Journal Service.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Set Up Additional Binary Formats.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounting Debug File System...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounting POSIX Message Queue File System...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Setup Virtual Console...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device dev-disk-by\x2duuid-0a64bde1\x2d82c3\x2d4cfb\x2dab68\x2d7178564d8ed5.device...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started File System Check on Root Device.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Remount Root and Kernel File Systems...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device dev-disk-by\x2duuid-567947ca\x2dcba3\x2d42e4\x2d9677\x2de9ddeecd2c26.device...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Expecting device dev-disk-by\x2duuid-e4eb21d7\x2d8ea8\x2d4059\x2db44b\x2d778690e44675.device...
    Jun 14 16:13:03 wishthinkpad.loc kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
    Jun 14 16:13:03 wishthinkpad.loc systemd-udevd[99]: starting version 204
    Jun 14 16:13:03 wishthinkpad.loc systemd-journal[90]: Journal started
    Jun 14 16:13:03 wishthinkpad.loc systemd-sysctl[87]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Apply Kernel Variables.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started udev Coldplug all Devices.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Create static device nodes in /dev.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting udev Kernel Device Manager...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted Huge Pages File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted POSIX Message Queue File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted Debug File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted Configuration File System.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Started Remount Root and Kernel File Systems.
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Starting Load Random Seed...
    Jun 14 16:13:03 wishthinkpad.loc systemd[1]: Mounted /tmp.
    Jun 14 16:13:04 wishthinkpad.loc systemd[1]: Started Load Random Seed.
    Jun 14 16:13:04 wishthinkpad.loc systemd[1]: Started Setup Virtual Console.
    Jun 14 16:13:05 wishthinkpad.loc kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    Jun 14 16:13:05 wishthinkpad.loc kernel: ACPI: Lid Switch [LID0]
    Jun 14 16:13:05 wishthinkpad.loc kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    Jun 14 16:13:05 wishthinkpad.loc kernel: ACPI: Sleep Button [SLPB]
    Jun 14 16:13:05 wishthinkpad.loc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Jun 14 16:13:05 wishthinkpad.loc kernel: ACPI: Power Button [PWRF]
    Jun 14 16:13:05 wishthinkpad.loc kernel: Linux agpgart interface v0.103
    Jun 14 16:13:05 wishthinkpad.loc kernel: tsc: Marking TSC unstable due to TSC halts in idle
    Jun 14 16:13:05 wishthinkpad.loc kernel: Switching to clocksource acpi_pm
    Jun 14 16:13:05 wishthinkpad.loc kernel: ACPI: acpi_idle registered with cpuidle
    Jun 14 16:13:05 wishthinkpad.loc kernel: piix4_smbus 0000:00:07.3: IBM system detected; this module may corrupt your serial eeprom! Refusing to load module!
    Jun 14 16:13:05 wishthinkpad.loc kernel: piix4_smbus: probe of 0000:00:07.3 failed with error -1
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: CardBus bridge found [1014:00eb]
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: Enabling burst memory read transactions
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: Using CSCINT to route CSC interrupts to PCI
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: Routing CardBus interrupts to PCI
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: TI: mfunc 0xfba97543, devctl 0x62
    Jun 14 16:13:06 wishthinkpad.loc kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Jun 14 16:13:06 wishthinkpad.loc kernel: gameport gameport0: NS558 PnP Gameport is pnp00:08/gameport0, io 0x200, speed 685kHz
    Jun 14 16:13:06 wishthinkpad.loc kernel: parport_pc 00:04: reported by Plug and Play ACPI
    Jun 14 16:13:06 wishthinkpad.loc kernel: parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
    Jun 14 16:13:06 wishthinkpad.loc kernel: NET: Registered protocol family 23
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: AC Adapter [AC] (on-line)
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: ISA IRQ mask 0x0418, PCI irq 11
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.0: Socket status: 30000006
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, chip->init
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, Found chip at base=0x02e
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, driver loaded (Dag Brattli)
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc_ircc_open(), can't get iobase of 0x3f8
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, Found chip at base=0x02e
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc, driver loaded (Dag Brattli)
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc_ircc_open(), can't get iobase of 0x3f8
    Jun 14 16:13:06 wishthinkpad.loc kernel: nsc-ircc 00:05: disabled
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: CardBus bridge found [1014:00eb]
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: Using CSCINT to route CSC interrupts to PCI
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: Routing CardBus interrupts to PCI
    Jun 14 16:13:06 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: TI: mfunc 0xfba97543, devctl 0x62
    Jun 14 16:13:06 wishthinkpad.loc kernel: thermal LNXTHERM:00: registered as thermal_zone0
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Thermal Zone [THM0] (77 C)
    Jun 14 16:13:06 wishthinkpad.loc kernel: thermal LNXTHERM:01: registered as thermal_zone1
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Thermal Zone [THM2] (35 C)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN00] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN01] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN20] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN21] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN60] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN61] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN70] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Fan [FN71] (off)
    Jun 14 16:13:06 wishthinkpad.loc kernel: thermal LNXTHERM:02: registered as thermal_zone2
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Thermal Zone [THM6] (27 C)
    Jun 14 16:13:06 wishthinkpad.loc kernel: thermal LNXTHERM:03: registered as thermal_zone3
    Jun 14 16:13:06 wishthinkpad.loc kernel: ACPI: Thermal Zone [THM7] (27 C)
    Jun 14 16:13:06 wishthinkpad.loc systemd[1]: Starting Sound Card.
    Jun 14 16:13:06 wishthinkpad.loc systemd[1]: Reached target Sound Card.
    Jun 14 16:13:07 wishthinkpad.loc kernel: cfg80211: Calling CRDA to update world regulatory domain
    Jun 14 16:13:07 wishthinkpad.loc kernel: microcode: CPU0 sig=0x66a, pf=0x8, revision=0xa
    Jun 14 16:13:07 wishthinkpad.loc kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Jun 14 16:13:07 wishthinkpad.loc kernel: psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    Jun 14 16:13:07 wishthinkpad.loc kernel: psmouse serio1: hgpk: ID: 10 00 64
    Jun 14 16:13:08 wishthinkpad.loc kernel: psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x0b, buttons: 3/3
    Jun 14 16:13:08 wishthinkpad.loc kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input5
    Jun 14 16:13:08 wishthinkpad.loc kernel: usb 1-1.1: reset full-speed USB device number 3 using uhci_hcd
    Jun 14 16:13:08 wishthinkpad.loc systemd[1]: Found device TOSHIBA_MK4032GAX.
    Jun 14 16:13:08 wishthinkpad.loc systemd[1]: Starting File System Check on /dev/disk/by-uuid/567947ca-cba3-42e4-9677-e9ddeecd2c26...
    Jun 14 16:13:09 wishthinkpad.loc kernel: phy0 -> rt2x00_set_chip: Info - Chipset detected - rt: 2573, rf: 0002, rev: 000a.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Found device TOSHIBA_MK4032GAX.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Activating swap /dev/disk/by-uuid/0a64bde1-82c3-4cfb-ab68-7178564d8ed5...
    Jun 14 16:13:09 wishthinkpad.loc kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    Jun 14 16:13:09 wishthinkpad.loc kernel: usbcore: registered new interface driver rt73usb
    Jun 14 16:13:09 wishthinkpad.loc kernel: Adding 995992k swap on /dev/sda5. Priority:-1 extents:1 across:995992k
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Activated swap /dev/disk/by-uuid/0a64bde1-82c3-4cfb-ab68-7178564d8ed5.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Starting Swap.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Reached target Swap.
    Jun 14 16:13:09 wishthinkpad.loc systemd-fsck[140]: /dev/sda6: clean, 62025/65280 files, 185105/261048 blocks
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Found device TOSHIBA_MK4032GAX.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Starting File System Check on /dev/disk/by-uuid/e4eb21d7-8ea8-4059-b44b-778690e44675...
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Started File System Check on /dev/disk/by-uuid/567947ca-cba3-42e4-9677-e9ddeecd2c26.
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Mounting /home...
    Jun 14 16:13:09 wishthinkpad.loc kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    Jun 14 16:13:09 wishthinkpad.loc systemd[1]: Mounted /home.
    Jun 14 16:13:09 wishthinkpad.loc kernel: ppdev: user-space parallel port driver
    Jun 14 16:13:09 wishthinkpad.loc systemd-fsck[152]: Data: clean, 249/1692432 files, 5642949/6757332 blocks
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started File System Check on /dev/disk/by-uuid/e4eb21d7-8ea8-4059-b44b-778690e44675.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Mounting /media/Extra...
    Jun 14 16:13:10 wishthinkpad.loc systemd-sysctl[165]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Mounted /media/Extra.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Local File Systems.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Reached target Local File Systems.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Recreate Volatile Files and Directories...
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Found device RT2501/RT2573 Wireless Adapter.
    Jun 14 16:13:10 wishthinkpad.loc kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started Recreate Volatile Files and Directories.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Update UTMP about System Reboot/Shutdown...
    Jun 14 16:13:10 wishthinkpad.loc systemd-journal[90]: Allowing system journal files to grow to 948.4M.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started Update UTMP about System Reboot/Shutdown.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting System Initialization.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Reached target System Initialization.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting D-Bus System Message Bus Socket.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Listening on D-Bus System Message Bus Socket.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Sockets.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Reached target Sockets.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Daily Cleanup of Temporary Directories.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Started Daily Cleanup of Temporary Directories.
    Jun 14 16:13:10 wishthinkpad.loc systemd[1]: Starting Timers.
    Jun 14 16:13:19 wishthinkpad.loc kernel: phy0 -> rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin'.
    Jun 14 16:13:11 wishthinkpad.loc crond[176]: (CRON) INFO (Syslog will be used instead of sendmail.)
    Jun 14 16:13:11 wishthinkpad.loc crond[176]: (CRON) INFO (running with inotify support)
    Jun 14 16:13:13 wishthinkpad.loc sshd[178]: Server listening on 0.0.0.0 port 50505.
    Jun 14 16:13:14 wishthinkpad.loc ntpd[200]: ntpd [email protected] Mon May 6 10:21:04 UTC 2013 (1)
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: proto: precision = 4.469 usec
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen and drop on 1 v6wildcard :: UDP 123
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen normally on 2 lo 127.0.0.1 UDP 123
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: Listen normally on 3 wlan0 192.168.0.102 UDP 123
    Jun 14 16:13:14 wishthinkpad.loc ntpd[201]: peers refreshed
    Jun 14 16:13:19 wishthinkpad.loc kernel: phy0 -> rt2x00lib_request_firmware: Info - Firmware detected - version: 1.7.
    Jun 14 16:13:19 wishthinkpad.loc kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Jun 14 16:13:19 wishthinkpad.loc systemd-logind[179]: Watching system buttons on /dev/input/event4 (Power Button)
    Jun 14 16:13:19 wishthinkpad.loc systemd-logind[179]: Watching system buttons on /dev/input/event2 (Lid Switch)
    Jun 14 16:13:19 wishthinkpad.loc systemd-logind[179]: Watching system buttons on /dev/input/event3 (Sleep Button)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: authenticate with 00:18:39:a0:db:3e
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: send auth to 00:18:39:a0:db:3e (try 1/3)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: authenticated
    Jun 14 16:13:19 wishthinkpad.loc kernel: rt73usb 1-1.1:1.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Jun 14 16:13:19 wishthinkpad.loc kernel: rt73usb 1-1.1:1.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: associate with 00:18:39:a0:db:3e (try 1/3)
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: RX AssocResp from 00:18:39:a0:db:3e (capab=0x411 status=0 aid=1)
    Jun 14 16:13:19 wishthinkpad.loc kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Jun 14 16:13:19 wishthinkpad.loc shorewall[199]: Starting Shorewall....
    Jun 14 16:13:19 wishthinkpad.loc kernel: wlan0: associated
    Jun 14 16:13:19 wishthinkpad.loc kernel: ACPI: Fatal opcode executed
    Jun 14 16:13:19 wishthinkpad.loc kernel: ACPI: Battery Slot [BAT0] (battery present)
    Jun 14 16:13:19 wishthinkpad.loc kernel: ACPI: Battery Slot [BAT1] (battery absent)
    Jun 14 16:13:19 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: ISA IRQ mask 0x0418, PCI irq 11
    Jun 14 16:13:19 wishthinkpad.loc kernel: yenta_cardbus 0000:00:02.1: Socket status: 30000006
    Jun 14 16:13:19 wishthinkpad.loc kernel: agpgart-intel 0000:00:00.0: Intel 440BX Chipset
    Jun 14 16:13:19 wishthinkpad.loc kernel: agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0x40000000
    Jun 14 16:13:19 wishthinkpad.loc kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af:
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
    Jun 14 16:13:19 wishthinkpad.loc shorewall[199]: Initializing...
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding 0x130-0x137 0x170-0x177 0x1f0-0x1f7 0x200-0x207 0x220-0x22f 0x370-0x377 0x388-0x38f
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding
    Jun 14 16:13:19 wishthinkpad.loc kernel: 0x130-0x137 0x170-0x177 0x1f0-0x1f7 0x200-0x207 0x220-0x22f 0x370-0x377 0x388-0x38f 0x3a0-0x3a7
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
    Jun 14 16:13:19 wishthinkpad.loc kernel:
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff:
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding 0x3f0-0x3ff
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding
    Jun 14 16:13:19 wishthinkpad.loc kernel: 0x3f0-0x3ff 0x4d0-0x4d7
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff:
    Jun 14 16:13:19 wishthinkpad.loc kernel: clean.
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7:
    Jun 14 16:13:19 wishthinkpad.loc kernel: clean.
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff:
    Jun 14 16:13:19 wishthinkpad.loc kernel: excluding 0xc0000-0xcbfff 0xf0000-0xfffff
    Jun 14 16:13:19 wishthinkpad.loc kernel: pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff:
    Jun 14 16:13:19 wishthinkpad.loc kernel:

  • LIRC not working on Thinkpad 600e

    Hi,
    I recently bought a simple infrared-receiver (attached to the serial port - ttyS0). It works very well with my Desktop (runnung arch linux), but, unfortunately, not with my old thinkpad (also running arch).
    I followed the lirc-article from the wiki. i had to add the line
    install lirc_serial /usr/bin/setserial /dev/ttyS0 uart none; /sbin/modprobe -- ignore-install lirc_serial;
    to /etc/modprobe.conf, and now modprobe lirc_serial works and the lirc_serial module is shown by lsmod. my config file for my remote control works on my desktop, so i think, it should work on my thinkpad, too. i start the lircd-daemon, but when i test my remote control with irw, it shows no reaction and no error message.
    i searched the forums, there are some similar (or almost the same problems) described, but nu solution...
    oh, and i checked the serial port with the ps2 dos utility -> serial port is enabled.
    well...maybe someone has an idea, what's going wrong? would be great, cos i'd like to use my thinkpad as a music-box ;-)
    thx,
    pseb

    Hi,
    I recently bought a simple infrared-receiver (attached to the serial port - ttyS0). It works very well with my Desktop (runnung arch linux), but, unfortunately, not with my old thinkpad (also running arch).
    I followed the lirc-article from the wiki. i had to add the line
    install lirc_serial /usr/bin/setserial /dev/ttyS0 uart none; /sbin/modprobe -- ignore-install lirc_serial;
    to /etc/modprobe.conf, and now modprobe lirc_serial works and the lirc_serial module is shown by lsmod. my config file for my remote control works on my desktop, so i think, it should work on my thinkpad, too. i start the lircd-daemon, but when i test my remote control with irw, it shows no reaction and no error message.
    i searched the forums, there are some similar (or almost the same problems) described, but nu solution...
    oh, and i checked the serial port with the ps2 dos utility -> serial port is enabled.
    well...maybe someone has an idea, what's going wrong? would be great, cos i'd like to use my thinkpad as a music-box ;-)
    thx,
    pseb

Maybe you are looking for

  • Need help in user exits

    Hi,   I am working on purchase req. enhancement,i developed a subscreen at item level with 9 fields. the screen is coming properly.when i enter data, i have to store this data in eban table. for this i append a str with those fields.How can i update

  • Tomcat BasicDataSource class and JSP

    HiFriends, I am trying to run this simple jsp example: <%@ page language="java" import="java.sql.*,javax.naming.InitialContext,javax.naming.Context,javax.sql.DataSource,org.apache.commons.dbcp.BasicDataSource" %> <body bgcolor="white"> <font color="r

  • What is Clearing ?

    Hello, May be it a very simple question but, I am really confused with the terminology, What is Clearing ? Is clearing mean pay off, for example if vendor has some outstanding payment, and when payment is done it move to clearing. so does that mean c

  • Business Data ToolSet (BDT)

    Hi, Can anyone let me know what is BDT and How it is to be used? Also is there a way to find out all the available BDT's that are available in SAP? Thanks, Karan

  • Mpeg2-Playback with SnowLeopard

    Hi there, I have installed SnowLeopard on my iMac and now the mpeg2-Playback-Component is gone. Anyone any idea what to do now? Don't wanna buy that again in the store actually...