You are not logged in.

#1 2013-08-13 09:36:30

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Prolems with Uvesafb and catalyst

I am trying to get Uvesafb to work with catalyst drivers (catalyst-total-hd234k).

I followed the wiki but it had no effect.

So I checked the file

"/sys/bus/platform/drivers/uvesafb/uvesafb.0/vbe_modes"

to see available resolutions, just to find it does not exist. Nor does the entire directory.

The /sys/devices/virtual/graphics/fbcon contains subfolder "subsystem" which actually is a symlink to... /sys/devices/virtual/graphics/fbcon
And so the circle closes.

Offline

#2 2013-08-13 10:29:37

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Prolems with Uvesafb and catalyst

I use uvesafb (for plymouth) with catalyst driver with no problem (the resolution file should be usr/lib/modprobe.d/uvesafb.conf).

After installation of uvesafb, the passages to get ready are in sequence:

-to modify /etc/default/grub (if you have grub) commenting:

#GRUB_GFXPAYLOAD_LINUX=keep

and adding nomodeset to:

GRUB_CMDLINE_LINUX_DEFAULT="[...] nomodeset"

-to regenerate grub.cfg:

# grub-mkconfig -o /boot/grub/grub.cfg

-To edit /etc/mkinitcpio.conf adding v86d HOOK AFTER base and udev:

HOOKS="base udev v86d ..."

-To change screen startup resolution in /usr/lib/modprobe.d/uvesafb.conf, like this (for example for full hd 1920x1080@32bit):

# This file sets the parameters for uvesafb module.
# The following format should be used:
# options uvesafb mode_option=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ...
#
# For more details see:
# http://www.kernel.org/doc/Documentation/fb/uvesafb.txt
#
options uvesafb mode_option=1920x1080-32 scroll=ywrap

-

# cp /usr/lib/modprobe.d/uvesafb.conf /etc/modprobe.d/uvesafb.conf

-Re-edit mkinitcpio.conf modifying FILES line in:

FILES="/etc/modprobe.d/uvesafb.conf" 

-Re-generate initramfs:

# mkinitcpio -p linux

ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#3 2013-08-13 13:19:46

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Prolems with Uvesafb and catalyst

Yes, that's what it says in wiki, and I have done all that already.

Offline

#4 2013-08-13 18:14:58

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Prolems with Uvesafb and catalyst

Does last command (mkinitcpio -p linux) show a correct output (without error and with v86d hook generated)?

What problem do you have after configuration of uvesafb?

Post your:

dmesg
journactl -p 3
/var/log/Xorg.0.log

ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#5 2013-08-14 09:44:40

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Prolems with Uvesafb and catalyst

mkinitcpio -p linux-pf returns no errors.

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 3.10.1-pf-ARCH (juha@panzor) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Aug 10 17:31:56 CEST 2013
[    0.000000] Command line: root=UUID=5877eafa-2f8c-4dd2-8161-75b8cdce634b loglevel=3 sr0=ide-scsi i915.i915_enable_rc6=1 resume=UUID=42491a39-775f-4d9d-8387-bd2e0ac1f645 init=/usr/lib/systemd/systemd ro nomodeset pcie_aspm=force initrd=../initramfs-linux-pf.img BOOT_IMAGE=../vmlinuz-linux-pf 
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009abff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ac00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf8a0fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf8a1000-0x00000000bf8a6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf8a7000-0x00000000bf9b6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf9b7000-0x00000000bfa0efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bfa0f000-0x00000000bfac6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bfac7000-0x00000000bfad1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bfad2000-0x00000000bfad4fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bfad5000-0x00000000bfad8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bfad9000-0x00000000bfadcfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bfadd000-0x00000000bfadffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bfae0000-0x00000000bfb06fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bfb07000-0x00000000bfb07fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bfb08000-0x00000000bfd0efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bfd0f000-0x00000000bfd9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bfd9f000-0x00000000bfdfefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bfdff000-0x00000000bfdfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bfe00000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023bffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: LENOVO 40612JG/40612JG, BIOS 6FET93WW (3.23 ) 10/12/2012
[    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 = 0x23c000 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 23C000000 mask FFC000000 uncachable
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 100000000 mask F00000000 write-back
[    0.000000]   4 base 200000000 mask FC0000000 write-back
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbfe00 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f6480-0x000f648f] mapped at [ffff8800000f6480]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000094000] 94000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01ae2000, 0x01ae2fff] PGTABLE
[    0.000000] BRK [0x01ae3000, 0x01ae3fff] PGTABLE
[    0.000000] BRK [0x01ae4000, 0x01ae4fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x23be00000-0x23bffffff]
[    0.000000]  [mem 0x23be00000-0x23bffffff] page 2M
[    0.000000] BRK [0x01ae5000, 0x01ae5fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x238000000-0x23bdfffff]
[    0.000000]  [mem 0x238000000-0x23bdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x237ffffff]
[    0.000000]  [mem 0x200000000-0x237ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xbf8a0fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xbf7fffff] page 2M
[    0.000000]  [mem 0xbf800000-0xbf8a0fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbf8a7000-0xbf9b6fff]
[    0.000000]  [mem 0xbf8a7000-0xbf9b6fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbfa0f000-0xbfac6fff]
[    0.000000]  [mem 0xbfa0f000-0xbfac6fff] page 4k
[    0.000000] BRK [0x01ae6000, 0x01ae6fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xbfdff000-0xbfdfffff]
[    0.000000]  [mem 0xbfdff000-0xbfdfffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 2M
[    0.000000] RAMDISK: [mem 0x7f35e000-0x7fffefff]
[    0.000000] ACPI: RSDP 00000000000f6440 00024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 00000000bfd49b3a 00094 (v01 LENOVO TP-6F    00003230  LTP 00000000)
[    0.000000] ACPI: FACP 00000000bfd49c00 000F4 (v03 LENOVO TP-6F    00003230 LNVO 00000001)
[    0.000000] ACPI: DSDT 00000000bfd4a00e 0FB01 (v01 LENOVO TP-6F    00003230 MSFT 03000000)
[    0.000000] ACPI: FACS 00000000bfd8e000 00040
[    0.000000] ACPI: SSDT 00000000bfd49db4 0025A (v01 LENOVO TP-6F    00003230 MSFT 03000000)
[    0.000000] ACPI: ECDT 00000000bfd59b0f 00052 (v01 LENOVO TP-6F    00003230 LNVO 00000001)
[    0.000000] ACPI: APIC 00000000bfd59b61 00078 (v01 LENOVO TP-6F    00003230 LNVO 00000001)
[    0.000000] ACPI: MCFG 00000000bfd59bd9 0003C (v01 LENOVO TP-6F    00003230 LNVO 00000001)
[    0.000000] ACPI: HPET 00000000bfd59c15 00038 (v01 LENOVO TP-6F    00003230 LNVO 00000001)
[    0.000000] ACPI: SLIC 00000000bfd59dc2 00176 (v01 LENOVO TP-6F    00003230  LTP 00000000)
[    0.000000] ACPI: BOOT 00000000bfd59f38 00028 (v01 LENOVO TP-6F    00003230  LTP 00000001)
[    0.000000] ACPI: ASF! 00000000bfd59f60 000A0 (v16 LENOVO TP-6F    00003230 PTL  00000001)
[    0.000000] ACPI: SSDT 00000000bfd8d1fa 00568 (v01 LENOVO TP-6F    00003230 INTL 20050513)
[    0.000000] ACPI: TCPA 00000000bfb07000 00032 (v00                 00000000      00000000)
[    0.000000] ACPI: SSDT 00000000bfad4000 00655 (v01  PmRef    CpuPm 00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 00000000bfad3000 00274 (v01  PmRef  Cpu0Tst 00003000 INTL 20050624)
[    0.000000] ACPI: SSDT 00000000bfad2000 00242 (v01  PmRef    ApTst 00003000 INTL 20050624)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880233600000-ffff88023b5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x23bffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00099fff]
[    0.000000]   node   0: [mem 0x00100000-0xbf8a0fff]
[    0.000000]   node   0: [mem 0xbf8a7000-0xbf9b6fff]
[    0.000000]   node   0: [mem 0xbfa0f000-0xbfac6fff]
[    0.000000]   node   0: [mem 0xbfdff000-0xbfdfffff]
[    0.000000]   node   0: [mem 0x100000000-0x23bffffff]
[    0.000000] On node 0 totalpages: 2079235
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3993 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12202 pages used for memmap
[    0.000000]   DMA32 zone: 780906 pages, LIFO batch:31
[    0.000000]   Normal zone: 20224 pages used for memmap
[    0.000000]   Normal zone: 1294336 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    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[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, 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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009a000 - 000000000009b000
[    0.000000] PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
[    0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000bf8a1000 - 00000000bf8a7000
[    0.000000] PM: Registered nosave memory: 00000000bf9b7000 - 00000000bfa0f000
[    0.000000] PM: Registered nosave memory: 00000000bfac7000 - 00000000bfad2000
[    0.000000] PM: Registered nosave memory: 00000000bfad2000 - 00000000bfad5000
[    0.000000] PM: Registered nosave memory: 00000000bfad5000 - 00000000bfad9000
[    0.000000] PM: Registered nosave memory: 00000000bfad9000 - 00000000bfadd000
[    0.000000] PM: Registered nosave memory: 00000000bfadd000 - 00000000bfae0000
[    0.000000] PM: Registered nosave memory: 00000000bfae0000 - 00000000bfb07000
[    0.000000] PM: Registered nosave memory: 00000000bfb07000 - 00000000bfb08000
[    0.000000] PM: Registered nosave memory: 00000000bfb08000 - 00000000bfd0f000
[    0.000000] PM: Registered nosave memory: 00000000bfd0f000 - 00000000bfd9f000
[    0.000000] PM: Registered nosave memory: 00000000bfd9f000 - 00000000bfdff000
[    0.000000] PM: Registered nosave memory: 00000000bfe00000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
[    0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
[    0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
[    0.000000] PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
[    0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88023bc00000 s79232 r8192 d23168 u524288
[    0.000000] pcpu-alloc: s79232 r8192 d23168 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2046724
[    0.000000] Kernel command line: root=UUID=5877eafa-2f8c-4dd2-8161-75b8cdce634b loglevel=3 sr0=ide-scsi i915.i915_enable_rc6=1 resume=UUID=42491a39-775f-4d9d-8387-bd2e0ac1f645 init=/usr/lib/systemd/systemd ro nomodeset pcie_aspm=force initrd=../initramfs-linux-pf.img BOOT_IMAGE=../vmlinuz-linux-pf 
[    0.000000] PCIe ASPM is forcibly enabled
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[    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: 8082632k/9371648k available (4776k kernel code, 1054708k absent, 234308k reserved, 4102k data, 1004k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] NR_IRQS:4352 nr_irqs:712 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: PIT calibration matches HPET. 1 loops
[    0.000000] tsc: Detected 2526.981 MHz processor
[    0.006670] Calibrating delay loop (skipped), value calculated using timer frequency.. 5055.54 BogoMIPS (lpj=8423270)
[    0.006673] pid_max: default: 32768 minimum: 301
[    0.006718] Security Framework initialized
[    0.006730] AppArmor: AppArmor disabled by boot time parameter
[    0.006739] Mount-cache hash table entries: 256
[    0.006957] Initializing cgroup subsys memory
[    0.006974] Initializing cgroup subsys devices
[    0.006976] Initializing cgroup subsys freezer
[    0.006978] Initializing cgroup subsys net_cls
[    0.006979] Initializing cgroup subsys blkio
[    0.006981] Initializing cgroup subsys bfqio
[    0.007008] Disabled fast string operations
[    0.007012] CPU: Physical Processor ID: 0
[    0.007013] CPU: Processor Core ID: 0
[    0.007015] mce: CPU supports 6 MCE banks
[    0.007022] CPU0: Thermal monitoring enabled (TM2)
[    0.007029] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
tlb_flushall_shift: -1
[    0.007081] Freeing SMP alternatives: 20k freed
[    0.007094] ACPI: Core revision 20130328
[    0.014507] ACPI: All ACPI Tables successfully acquired
[    0.016679] ftrace: allocating 19122 entries in 75 pages
[    0.027041] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.060052] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     P9500  @ 2.53GHz (fam: 06, model: 17, stepping: 0a)
[    0.063333] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.063333] ... version:                2
[    0.063333] ... bit width:              40
[    0.063333] ... generic registers:      2
[    0.063333] ... value mask:             000000ffffffffff
[    0.063333] ... max period:             000000007fffffff
[    0.063333] ... fixed-purpose events:   3
[    0.063333] ... event mask:             0000000700000003
[    0.063352] Disabled fast string operations
[    0.070049] smpboot: Booting Node   0, Processors  #1
[    0.083178] Brought up 2 CPUs
[    0.083178] smpboot: Total of 2 processors activated (10111.08 BogoMIPS)
[    0.083375] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.083540] devtmpfs: initialized
[    0.086668] PM: Registering ACPI NVS region [mem 0xbfac7000-0xbfad1fff] (45056 bytes)
[    0.086668] PM: Registering ACPI NVS region [mem 0xbfad9000-0xbfadcfff] (16384 bytes)
[    0.086668] PM: Registering ACPI NVS region [mem 0xbfae0000-0xbfb06fff] (159744 bytes)
[    0.086668] PM: Registering ACPI NVS region [mem 0xbfd0f000-0xbfd9efff] (589824 bytes)
[    0.087470] RTC time:  5:51:43, date: 08/14/13
[    0.087514] NET: Registered protocol family 16
[    0.087643] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.087645] ACPI: bus type PCI registered
[    0.087703] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.087706] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.096374] PCI: Using configuration type 1 for base access
[    0.096862] bio: create slab <bio-0> at 0
[    0.096862] ACPI: Added _OSI(Module Device)
[    0.096862] ACPI: Added _OSI(Processor Device)
[    0.096862] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.096862] ACPI: Added _OSI(Processor Aggregator Device)
[    0.098271] ACPI: EC: EC description table is found, configuring boot EC
[    0.103357] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.118014] ACPI: SSDT 00000000bfad7c20 002C8 (v01  PmRef  Cpu0Ist 00003000 INTL 20050624)
[    0.120072] ACPI: Dynamic OEM Table Load:
[    0.120075] ACPI: SSDT           (null) 002C8 (v01  PmRef  Cpu0Ist 00003000 INTL 20050624)
[    0.120185] ACPI: SSDT 00000000bfad5020 0087A (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
[    0.120585] ACPI: Dynamic OEM Table Load:
[    0.120587] ACPI: SSDT           (null) 0087A (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
[    0.143530] ACPI: SSDT 00000000bfad6ca0 001CF (v01  PmRef    ApIst 00003000 INTL 20050624)
[    0.143921] ACPI: Dynamic OEM Table Load:
[    0.143923] ACPI: SSDT           (null) 001CF (v01  PmRef    ApIst 00003000 INTL 20050624)
[    0.156730] ACPI: SSDT 00000000bfad6f20 0008D (v01  PmRef    ApCst 00003000 INTL 20050624)
[    0.157108] ACPI: Dynamic OEM Table Load:
[    0.157110] ACPI: SSDT           (null) 0008D (v01  PmRef    ApCst 00003000 INTL 20050624)
[    0.173482] ACPI: Interpreter enabled
[    0.173487] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
[    0.173491] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
[    0.173504] ACPI: (supports S0 S3 S4 S5)
[    0.173506] ACPI: Using IOAPIC for interrupt routing
[    0.173529] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.177353] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[    0.200179] ACPI: Power Resource [PUBS] (on)
[    0.207498] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.207589] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[    0.207677] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.207764] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.207850] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    0.207937] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[    0.208023] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[    0.208109] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    0.208158] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.208275] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.208304] PCI host bridge to bus 0000:00
[    0.208307] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.208308] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.208310] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.208312] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.208313] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.208315] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.208317] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
[    0.208325] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.208343] DMAR: Forcing write-buffer flush capability
[    0.208344] DMAR: Disabling IOMMU for graphics on this chipset
[    0.208416] pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
[    0.208454] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.208505] pci 0000:00:03.0: [8086:2a44] type 00 class 0x078000
[    0.208521] pci 0000:00:03.0: reg 10: [mem 0xfc226800-0xfc22680f 64bit]
[    0.208569] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.208638] pci 0000:00:03.3: [8086:2a47] type 00 class 0x070002
[    0.208651] pci 0000:00:03.3: reg 10: [io  0x1828-0x182f]
[    0.208658] pci 0000:00:03.3: reg 14: [mem 0xfc224000-0xfc224fff]
[    0.208812] pci 0000:00:19.0: [8086:10f5] type 00 class 0x020000
[    0.208836] pci 0000:00:19.0: reg 10: [mem 0xfc200000-0xfc21ffff]
[    0.208847] pci 0000:00:19.0: reg 14: [mem 0xfc225000-0xfc225fff]
[    0.208858] pci 0000:00:19.0: reg 18: [io  0x1840-0x185f]
[    0.208945] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.208971] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.209011] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.209066] pci 0000:00:1a.0: reg 20: [io  0x1860-0x187f]
[    0.209158] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.209190] pci 0000:00:1a.1: reg 20: [io  0x1880-0x189f]
[    0.209190] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.209190] pci 0000:00:1a.2: reg 20: [io  0x18a0-0x18bf]
[    0.209190] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.209190] pci 0000:00:1a.7: reg 10: [mem 0xfc226c00-0xfc226fff]
[    0.209190] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.209190] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.209190] pci 0000:00:1b.0: reg 10: [mem 0xfc220000-0xfc223fff 64bit]
[    0.209190] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.209190] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.209190] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.209190] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
[    0.209190] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.209190] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1c.2: [8086:2944] type 01 class 0x060400
[    0.209190] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.209190] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
[    0.209190] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.209190] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
[    0.209190] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.209190] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.209190] pci 0000:00:1d.0: reg 20: [io  0x18c0-0x18df]
[    0.209190] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.209190] pci 0000:00:1d.1: reg 20: [io  0x18e0-0x18ff]
[    0.209190] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.209190] pci 0000:00:1d.2: reg 20: [io  0x1c00-0x1c1f]
[    0.209190] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.209190] pci 0000:00:1d.7: reg 10: [mem 0xfc227000-0xfc2273ff]
[    0.209190] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.209190] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.209190] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.209190] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.209204] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
[    0.209393] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.209419] pci 0000:00:1f.2: reg 10: [io  0x1c40-0x1c47]
[    0.209430] pci 0000:00:1f.2: reg 14: [io  0x1834-0x1837]
[    0.209441] pci 0000:00:1f.2: reg 18: [io  0x1838-0x183f]
[    0.209451] pci 0000:00:1f.2: reg 1c: [io  0x1830-0x1833]
[    0.209462] pci 0000:00:1f.2: reg 20: [io  0x1c20-0x1c3f]
[    0.209473] pci 0000:00:1f.2: reg 24: [mem 0xfc226000-0xfc2267ff]
[    0.209541] pci 0000:00:1f.2: PME# supported from D3hot
[    0.209607] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.209628] pci 0000:00:1f.3: reg 10: [mem 0xfc227400-0xfc2274ff 64bit]
[    0.209656] pci 0000:00:1f.3: reg 20: [io  0x1c60-0x1c7f]
[    0.209783] pci 0000:01:00.0: [1002:9591] type 00 class 0x030000
[    0.209798] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[    0.209809] pci 0000:01:00.0: reg 14: [io  0x2000-0x20ff]
[    0.209820] pci 0000:01:00.0: reg 18: [mem 0xcfff0000-0xcfffffff]
[    0.209856] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.209905] pci 0000:01:00.0: supports D1 D2
[    0.209962] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.209965] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.209967] pci 0000:00:01.0:   bridge window [mem 0xcff00000-0xcfffffff]
[    0.209971] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.210044] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.210156] pci 0000:03:00.0: [8086:4236] type 00 class 0x028000
[    0.210196] pci 0000:03:00.0: reg 10: [mem 0xf4200000-0xf4201fff 64bit]
[    0.210389] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.220021] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.220029] pci 0000:00:1c.1:   bridge window [mem 0xf4200000-0xf42fffff]
[    0.220135] pci 0000:04:00.0: [8086:444e] type 00 class 0x058000
[    0.220161] pci 0000:04:00.0: reg 10: [mem 0xf4300000-0xf43003ff]
[    0.220196] pci 0000:04:00.0: reg 18: [io  0x3000-0x30ff]
[    0.220264] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.230017] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.230022] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.230026] pci 0000:00:1c.2:   bridge window [mem 0xf4300000-0xf43fffff]
[    0.230102] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.230106] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.230110] pci 0000:00:1c.3:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.230117] pci 0000:00:1c.3:   bridge window [mem 0xf4000000-0xf40fffff 64bit pref]
[    0.230185] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
[    0.230189] pci 0000:00:1c.4:   bridge window [io  0x5000-0x5fff]
[    0.230193] pci 0000:00:1c.4:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.230200] pci 0000:00:1c.4:   bridge window [mem 0xf4100000-0xf41fffff 64bit pref]
[    0.230258] pci 0000:15:00.0: [1180:0476] type 02 class 0x060700
[    0.230280] pci 0000:15:00.0: proprietary Ricoh MMC controller disabled (via cardbus function)
[    0.230282] pci 0000:15:00.0: MMC cards are now supported by standard SDHCI controller
[    0.230297] pci 0000:15:00.0: reg 10: [mem 0xf4400000-0xf4400fff]
[    0.230332] pci 0000:15:00.0: supports D1 D2
[    0.230333] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.230387] pci 0000:15:00.1: [1180:0832] type 00 class 0x0c0010
[    0.230408] pci 0000:15:00.1: reg 10: [mem 0xf4401000-0xf44017ff]
[    0.230498] pci 0000:15:00.1: supports D1 D2
[    0.230500] pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.230550] pci 0000:15:00.2: [1180:0822] type 00 class 0x080500
[    0.230572] pci 0000:15:00.2: reg 10: [mem 0xf4401800-0xf44018ff]
[    0.230662] pci 0000:15:00.2: supports D1 D2
[    0.230664] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.230715] pci 0000:15:00.4: [1180:0592] type 00 class 0x088000
[    0.230735] pci 0000:15:00.4: reg 10: [mem 0xf4402000-0xf44020ff]
[    0.230825] pci 0000:15:00.4: supports D1 D2
[    0.230827] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.230877] pci 0000:15:00.5: [1180:0852] type 00 class 0x088000
[    0.230898] pci 0000:15:00.5: reg 10: [mem 0xf4402400-0xf44024ff]
[    0.230988] pci 0000:15:00.5: supports D1 D2
[    0.230990] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
[    0.231088] pci 0000:00:1e.0: PCI bridge to [bus 15-18] (subtractive decode)
[    0.231093] pci 0000:00:1e.0:   bridge window [io  0x6000-0x9fff]
[    0.231097] pci 0000:00:1e.0:   bridge window [mem 0xf4400000-0xf7ffffff]
[    0.231104] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xf3ffffff 64bit pref]
[    0.231106] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.231108] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.231110] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.231112] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.231113] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.231115] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[    0.231167] pci_bus 0000:16: busn_res: can not insert [bus 16-ff] under [bus 15-18] (conflicts with (null) [bus 15-18])
[    0.231172] pci_bus 0000:16: busn_res: [bus 16-ff] end is updated to 17
[    0.231211] pci_bus 0000:00: on NUMA node 0
[    0.231308] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    0.231678] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
[    0.237199] ACPI: Enabled 3 GPEs in block 00 to 3F
[    0.237209] acpi root: \_SB_.PCI0 notify handler is installed
[    0.237255] Found 1 acpi root devices
[    0.237321] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[    0.237389] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.237392] vgaarb: loaded
[    0.237393] vgaarb: bridge control possible 0000:01:00.0
[    0.237433] PCI: Using ACPI for IRQ routing
[    0.238182] PCI: pci_cache_line_size set to 64 bytes
[    0.238193] e820: reserve RAM buffer [mem 0x0009ac00-0x0009ffff]
[    0.238195] e820: reserve RAM buffer [mem 0xbf8a1000-0xbfffffff]
[    0.238197] e820: reserve RAM buffer [mem 0xbf9b7000-0xbfffffff]
[    0.238199] e820: reserve RAM buffer [mem 0xbfac7000-0xbfffffff]
[    0.238201] e820: reserve RAM buffer [mem 0xbfe00000-0xbfffffff]
[    0.238285] NetLabel: Initializing
[    0.238286] NetLabel:  domain hash size = 128
[    0.238287] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.238298] NetLabel:  unlabeled traffic allowed by default
[    0.238321] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.238326] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.238330] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.243353] Switching to clocksource hpet
[    0.248408] pnp: PnP ACPI init
[    0.248419] ACPI: bus type PNP registered
[    0.268615] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.268618] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.268620] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.268622] system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
[    0.268624] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[    0.268626] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[    0.268628] system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
[    0.268630] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.268632] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.268634] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.268636] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.268638] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.268640] system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
[    0.268642] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.268644] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.268647] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.288546] system 00:01: [io  0x1000-0x107f] has been reserved
[    0.288548] system 00:01: [io  0x1180-0x11ff] has been reserved
[    0.288551] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.288552] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    0.288554] system 00:01: [io  0x1600-0x167f] has been reserved
[    0.288556] system 00:01: [io  0x1680-0x169f] has been reserved
[    0.288558] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.288561] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.288563] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.288565] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.288567] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.288569] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.288572] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.288622] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.288633] pnp 00:03: [dma 4]
[    0.288656] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.288681] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.288717] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.288745] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.288777] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.288806] pnp 00:08: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active)
[    0.308686] pnp 00:09: Plug and Play ACPI device, IDs PNP0c31 (active)
[    0.309120] pnp: PnP ACPI: found 10 devices
[    0.309121] ACPI: bus type PNP unregistered
[    0.315193] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.315196] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.315199] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.315209] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.315211] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[    0.315222] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x001fffff pref] to [bus 04] add_size 200000
[    0.315258] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.315260] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.315262] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.315264] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
[    0.315266] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.315268] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.315273] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
[    0.315276] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.315278] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    0.315281] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc0600000-0xc08fffff pref]
[    0.315284] pci 0000:00:1c.0: BAR 13: assigned [io  0xa000-0xafff]
[    0.315286] pci 0000:00:1c.1: BAR 13: assigned [io  0xb000-0xbfff]
[    0.315290] pci 0000:01:00.0: BAR 6: assigned [mem 0xcff00000-0xcff1ffff pref]
[    0.315292] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.315295] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.315298] pci 0000:00:01.0:   bridge window [mem 0xcff00000-0xcfffffff]
[    0.315301] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.315304] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.315307] pci 0000:00:1c.0:   bridge window [io  0xa000-0xafff]
[    0.315313] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc01fffff]
[    0.315317] pci 0000:00:1c.0:   bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.315324] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.315327] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    0.315332] pci 0000:00:1c.1:   bridge window [mem 0xf4200000-0xf42fffff]
[    0.315337] pci 0000:00:1c.1:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    0.315344] pci 0000:04:00.0: BAR 6: assigned [mem 0xc0600000-0xc060ffff pref]
[    0.315346] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.315349] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.315354] pci 0000:00:1c.2:   bridge window [mem 0xf4300000-0xf43fffff]
[    0.315359] pci 0000:00:1c.2:   bridge window [mem 0xc0600000-0xc08fffff pref]
[    0.315365] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.315368] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.315374] pci 0000:00:1c.3:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.315378] pci 0000:00:1c.3:   bridge window [mem 0xf4000000-0xf40fffff 64bit pref]
[    0.315385] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
[    0.315388] pci 0000:00:1c.4:   bridge window [io  0x5000-0x5fff]
[    0.315394] pci 0000:00:1c.4:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.315398] pci 0000:00:1c.4:   bridge window [mem 0xf4100000-0xf41fffff 64bit pref]
[    0.315406] pci 0000:15:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.315408] pci 0000:15:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.315410] pci 0000:15:00.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.315412] pci 0000:15:00.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.315414] pci 0000:15:00.0: BAR 15: assigned [mem 0xf0000000-0xf3ffffff pref]
[    0.315417] pci 0000:15:00.0: BAR 16: assigned [mem 0xc4000000-0xc7ffffff]
[    0.315419] pci 0000:15:00.0: BAR 13: assigned [io  0x6000-0x60ff]
[    0.315421] pci 0000:15:00.0: BAR 14: assigned [io  0x6400-0x64ff]
[    0.315423] pci 0000:15:00.0: CardBus bridge to [bus 16-17]
[    0.315425] pci 0000:15:00.0:   bridge window [io  0x6000-0x60ff]
[    0.315430] pci 0000:15:00.0:   bridge window [io  0x6400-0x64ff]
[    0.315435] pci 0000:15:00.0:   bridge window [mem 0xf0000000-0xf3ffffff pref]
[    0.315440] pci 0000:15:00.0:   bridge window [mem 0xc4000000-0xc7ffffff]
[    0.315445] pci 0000:00:1e.0: PCI bridge to [bus 15-18]
[    0.315448] pci 0000:00:1e.0:   bridge window [io  0x6000-0x9fff]
[    0.315454] pci 0000:00:1e.0:   bridge window [mem 0xf4400000-0xf7ffffff]
[    0.315458] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xf3ffffff 64bit pref]
[    0.315761] pci 0000:00:1e.0: setting latency timer to 64
[    0.315796] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.315798] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.315800] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.315801] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.315803] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.315805] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
[    0.315807] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.315808] pci_bus 0000:01: resource 1 [mem 0xcff00000-0xcfffffff]
[    0.315810] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.315812] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[    0.315814] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
[    0.315815] pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.315817] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    0.315819] pci_bus 0000:03: resource 1 [mem 0xf4200000-0xf42fffff]
[    0.315821] pci_bus 0000:03: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    0.315823] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    0.315825] pci_bus 0000:04: resource 1 [mem 0xf4300000-0xf43fffff]
[    0.315826] pci_bus 0000:04: resource 2 [mem 0xc0600000-0xc08fffff pref]
[    0.315828] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.315830] pci_bus 0000:05: resource 1 [mem 0xf8000000-0xf9ffffff]
[    0.315831] pci_bus 0000:05: resource 2 [mem 0xf4000000-0xf40fffff 64bit pref]
[    0.315833] pci_bus 0000:0d: resource 0 [io  0x5000-0x5fff]
[    0.315835] pci_bus 0000:0d: resource 1 [mem 0xfa000000-0xfbffffff]
[    0.315836] pci_bus 0000:0d: resource 2 [mem 0xf4100000-0xf41fffff 64bit pref]
[    0.315838] pci_bus 0000:15: resource 0 [io  0x6000-0x9fff]
[    0.315840] pci_bus 0000:15: resource 1 [mem 0xf4400000-0xf7ffffff]
[    0.315842] pci_bus 0000:15: resource 2 [mem 0xf0000000-0xf3ffffff 64bit pref]
[    0.315843] pci_bus 0000:15: resource 4 [io  0x0000-0x0cf7]
[    0.315845] pci_bus 0000:15: resource 5 [io  0x0d00-0xffff]
[    0.315847] pci_bus 0000:15: resource 6 [mem 0x000a0000-0x000bffff]
[    0.315848] pci_bus 0000:15: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.315850] pci_bus 0000:15: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.315852] pci_bus 0000:15: resource 9 [mem 0xc0000000-0xfebfffff]
[    0.315853] pci_bus 0000:16: resource 0 [io  0x6000-0x60ff]
[    0.315855] pci_bus 0000:16: resource 1 [io  0x6400-0x64ff]
[    0.315857] pci_bus 0000:16: resource 2 [mem 0xf0000000-0xf3ffffff pref]
[    0.315858] pci_bus 0000:16: resource 3 [mem 0xc4000000-0xc7ffffff]
[    0.315890] NET: Registered protocol family 2
[    0.316028] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.316397] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.316792] TCP: Hash tables configured (established 65536 bind 65536)
[    0.316848] TCP: reno registered
[    0.316851] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.316902] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.317008] NET: Registered protocol family 1
[    0.317030] pci 0000:00:1a.0: power state changed by ACPI to D0
[    0.317242] pci 0000:00:1a.2: power state changed by ACPI to D0
[    0.317464] pci 0000:00:1d.0: power state changed by ACPI to D0
[    0.317883] pci 0000:01:00.0: Boot video device
[    0.317907] PCI: CLS 64 bytes, default 64
[    0.317943] Unpacking initramfs...
[    0.570664] Freeing initrd memory: 12932k freed
[    0.576460] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.576467] software IO TLB [mem 0xbb8a1000-0xbf8a1000] (64MB) mapped at [ffff8800bb8a1000-ffff8800bf8a0fff]
[    0.576508] Simple Boot Flag at 0x35 set to 0x1
[    0.576647] Scanning for low memory corruption every 60 seconds
[    0.576889] audit: initializing netlink socket (disabled)
[    0.576903] type=2000 audit(1376459503.576:1): initialized
[    0.591014] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.592394] VFS: Disk quotas dquot_6.5.2
[    0.592437] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.592605] msgmni has been set to 15811
[    0.592775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.592796] io scheduler noop registered
[    0.592797] io scheduler deadline registered
[    0.592825] io scheduler cfq registered (default)
[    0.592829] io scheduler bfq registered
[    0.592951] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.593045] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.593158] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[    0.593272] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[    0.593395] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[    0.593507] pcieport 0000:00:1c.4: irq 45 for MSI/MSI-X
[    0.593626] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.593629] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.593631] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.593650] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.593655] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.593674] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    0.593676] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.593680] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    0.593700] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.593702] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.593706] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.593725] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    0.593729] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    0.593748] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.593752] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.593835] intel_idle: does not run on family 6 model 23
[    0.593884] GHES: HEST is not enabled!
[    0.593920] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.614602] 0000:00:03.3: ttyS0 at I/O 0x1828 (irq = 17) is a 16550A
[    0.614728] Linux agpgart interface v0.103
[    0.614822] mei_me 0000:00:03.0: setting latency timer to 64
[    0.614842] mei_me 0000:00:03.0: irq 46 for MSI/MSI-X
[    0.617079] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.625712] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.625723] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.625832] mousedev: PS/2 mouse device common for all mice
[    0.625881] rtc_cmos 00:06: RTC can wake from S4
[    0.626007] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    0.626036] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.626043] cpuidle: using governor ladder
[    0.626045] cpuidle: using governor menu
[    0.626086] drop_monitor: Initializing network drop monitor service
[    0.626154] TCP: cubic registered
[    0.626250] NET: Registered protocol family 10
[    0.626430] NET: Registered protocol family 17
[    0.626440] Key type dns_resolver registered
[    0.626549] TuxOnIce 3.3 (http://tuxonice.net)
[    0.631651] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.643118] TuxOnIce: Can't translate "UUID=42491a39-775f-4d9d-8387-bd2e0ac1f645" into a device id yet.
[    0.643122] PM: Checking hibernation image partition UUID=42491a39-775f-4d9d-8387-bd2e0ac1f645
[    0.643124] PM: Hibernation image not present or could not be loaded.
[    0.643133] registered taskstats version 1
[    1.063971] UKSM: relative memcmp_cost = 276 hash=1376695987 cmp_ret=0.
[    1.066204]   Magic number: 9:929:870
[    1.066305] rtc_cmos 00:06: setting system clock to 2013-08-14 05:51:45 UTC (1376459505)
[    1.067137] Freeing unused kernel memory: 1004k freed
[    1.067522] Write protecting the kernel read-only data: 8192k
[    1.070688] Freeing unused kernel memory: 1356k freed
[    1.072187] Freeing unused kernel memory: 424k freed
[    1.072345] BFS CPU scheduler v0.440 by Con Kolivas.
[    1.079366] systemd-udevd[46]: starting version 204
[    1.104945] ACPI: bus type USB registered
[    1.104979] usbcore: registered new interface driver usbfs
[    1.104989] usbcore: registered new interface driver hub
[    1.105036] usbcore: registered new device driver usb
[    1.105375] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.105495] ehci-pci: EHCI PCI platform driver
[    1.105622] ehci-pci 0000:00:1a.7: setting latency timer to 64
[    1.105642] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.105648] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.105663] ehci-pci 0000:00:1a.7: debug port 1
[    1.105695] uhci_hcd: USB Universal Host Controller Interface driver
[    1.109582] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.109604] ehci-pci 0000:00:1a.7: irq 23, io mem 0xfc226c00
[    1.111545] sdhci: Secure Digital Host Controller Interface driver
[    1.111547] sdhci: Copyright(c) Pierre Ossman
[    1.113241] SCSI subsystem initialized
[    1.114407] ACPI: bus type ATA registered
[    1.114446] libata version 3.00 loaded.
[    1.116692] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.116839] hub 1-0:1.0: USB hub found
[    1.116844] hub 1-0:1.0: 6 ports detected
[    1.117157] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.117161] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.117167] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
[    1.117204] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
[    1.117319] hub 2-0:1.0: USB hub found
[    1.117323] hub 2-0:1.0: 2 ports detected
[    1.117476] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.117479] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.117484] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
[    1.117517] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
[    1.117628] hub 3-0:1.0: USB hub found
[    1.117632] hub 3-0:1.0: 2 ports detected
[    1.117791] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.117795] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.117801] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 4
[    1.117834] uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
[    1.117950] hub 4-0:1.0: USB hub found
[    1.117954] hub 4-0:1.0: 2 ports detected
[    1.118057] ahci 0000:00:1f.2: version 3.0
[    1.118148] ahci 0000:00:1f.2: irq 47 for MSI/MSI-X
[    1.118187] ahci: SSS flag set, parallel bus scan disabled
[    1.118210] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.118213] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc sxs 
[    1.118218] ahci 0000:00:1f.2: setting latency timer to 64
[    1.118684] scsi0 : ahci
[    1.118751] scsi1 : ahci
[    1.118861] scsi2 : ahci
[    1.118913] scsi3 : ahci
[    1.118981] ata1: SATA max UDMA/133 abar m2048@0xfc226000 port 0xfc226100 irq 47
[    1.118984] ata2: SATA max UDMA/133 abar m2048@0xfc226000 port 0xfc226180 irq 47
[    1.118986] ata3: DUMMY
[    1.118987] ata4: DUMMY
[    1.119128] ehci-pci 0000:00:1d.7: setting latency timer to 64
[    1.119139] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.119144] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
[    1.119158] ehci-pci 0000:00:1d.7: debug port 1
[    1.123072] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.123085] ehci-pci 0000:00:1d.7: irq 19, io mem 0xfc227000
[    1.133355] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.133455] hub 5-0:1.0: USB hub found
[    1.133459] hub 5-0:1.0: 6 ports detected
[    1.133754] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.133758] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.133763] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.133799] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
[    1.133917] hub 6-0:1.0: USB hub found
[    1.133921] hub 6-0:1.0: 2 ports detected
[    1.134077] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.134080] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.134086] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.134111] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
[    1.134241] hub 7-0:1.0: USB hub found
[    1.134244] hub 7-0:1.0: 2 ports detected
[    1.134404] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.134408] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.134412] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.134447] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
[    1.134578] hub 8-0:1.0: USB hub found
[    1.134582] hub 8-0:1.0: 2 ports detected
[    1.176717] firewire_ohci 0000:15:00.1: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    1.176743] sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev 21)
[    1.177807] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
[    1.178819] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
[    1.178871] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
[    1.319983] mmc0: new high speed SDHC card at address d555
[    1.320528] mmcblk0: mmc0:d555 SD04G 3.79 GiB 
[    1.321325]  mmcblk0: p1
[    1.436694] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.437221] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.437224] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.437227] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.437453] ata1.00: ATA-9: SAMSUNG SSD 830 Series, CXM03B1Q, max UDMA/133
[    1.437455] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.437750] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.437753] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.437755] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.437980] ata1.00: configured for UDMA/133
[    1.438059] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG SSD 830  CXM0 PQ: 0 ANSI: 5
[    1.576680] tsc: Refined TSC clocksource calibration: 2526.999 MHz
[    1.576684] Switching to clocksource tsc
[    1.676724] firewire_core 0000:15:00.1: created device fw0: GUID 00061b032a48091c, S400
[    1.756684] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.757925] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.757928] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.757930] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.758925] ata2.00: ATA-8: Hitachi HTS543232L9A300, FB4OC40C, max UDMA/133
[    1.758927] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.760336] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.760338] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.760341] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.761345] ata2.00: configured for UDMA/133
[    1.761407] scsi 1:0:0:0: Direct-Access     ATA      Hitachi HTS54323 FB4O PQ: 0 ANSI: 5
[    1.763285] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    1.763314] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    1.763333] sd 0:0:0:0: [sda] Write Protect is off
[    1.763342] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.763356] sd 1:0:0:0: [sdb] Write Protect is off
[    1.763358] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.763359] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.763374] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.764210]  sda: sda1 sda2 sda3
[    1.764456] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.786496]  sdb: sdb1 sdb2
[    1.786687] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.806680] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[    2.143527] uvesafb: Unknown parameter `mode_option1920x1200-32'
[    2.158604] PM: Starting manual resume from disk
[    2.175183] TuxOnIce: No image found.
[    2.175264] Restarting tasks ... done.
[    2.175327] PM: Hibernation image partition 8:2 present
[    2.175329] PM: Looking for hibernation image.
[    2.175398] PM: Image not found (code -22)
[    2.175400] PM: Hibernation image not present or could not be loaded.
[    2.189079] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[    2.189082] EXT4-fs (sda1): write access will be enabled during recovery
[    2.855714] EXT4-fs (sda1): orphan cleanup on readonly fs
[    2.855722] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 401558
[    2.855773] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 401557
[    2.855790] EXT4-fs (sda1): 2 orphan inodes deleted
[    2.855792] EXT4-fs (sda1): recovery complete
[    2.864721] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.930669] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.931804] systemd[1]: Set hostname to <panzor>.
[    2.956013] systemd[1]: [/etc/systemd/system/rc-local.service:5] Failed to parse service type, ignoring: fork # https://bbs.archlinux.org/viewtopic.php?pid=1152496
[    2.977450] systemd[1]: Cannot add dependency job for unit temp-links-catalyst.service, ignoring: Unit temp-links-catalyst.service failed to load: No such file or directory. See system logs and 'systemctl status temp-links-catalyst.service' for details.
[    2.977461] systemd[1]: Cannot add dependency job for unit dcron.service, ignoring: Unit dcron.service failed to load: No such file or directory. See system logs and 'systemctl status dcron.service' for details.
[    2.977479] systemd[1]: Cannot add dependency job for unit arno-iptables-firewall.service, ignoring: Unit arno-iptables-firewall.service failed to load: No such file or directory. See system logs and 'systemctl status arno-iptables-firewall.service' for details.
[    2.977683] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    2.977736] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.977749] systemd[1]: Starting Remote File Systems.
[    2.978149] systemd[1]: Reached target Remote File Systems.
[    2.978159] systemd[1]: Starting Syslog Socket.
[    2.978558] systemd[1]: Listening on Syslog Socket.
[    2.978568] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    2.978951] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.978959] systemd[1]: Starting Delayed Shutdown Socket.
[    2.979341] systemd[1]: Listening on Delayed Shutdown Socket.
[    2.979349] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    2.979735] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.979743] systemd[1]: Starting LVM2 metadata daemon socket.
[    2.980137] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.980190] systemd[1]: Starting udev Kernel Socket.
[    2.980569] systemd[1]: Listening on udev Kernel Socket.
[    2.980611] systemd[1]: Starting udev Control Socket.
[    2.980994] systemd[1]: Listening on udev Control Socket.
[    2.981021] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    2.981471] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.981484] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    2.981516] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.981525] systemd[1]: Starting Encrypted Volumes.
[    2.981895] systemd[1]: Reached target Encrypted Volumes.
[    2.981904] systemd[1]: Starting Journal Socket.
[    2.982300] systemd[1]: Listening on Journal Socket.
[    2.982313] systemd[1]: Starting Setup Virtual Console...
[    2.982862] systemd[1]: Mounting Debug File System...
[    2.984117] systemd[1]: Starting Set Up Additional Binary Formats...
[    2.984893] systemd[1]: Mounting POSIX Message Queue File System...
[    2.985388] systemd[1]: Starting Create static device nodes in /dev...
[    2.987228] systemd[1]: Starting Load Kernel Modules...
[    2.987878] systemd[1]: Mounting Huge Pages File System...
[    2.990369] systemd[1]: Starting Apply Kernel Variables...
[    2.991288] systemd[1]: Starting udev Coldplug all Devices...
[    2.991824] systemd[1]: Starting Journal Service...
[    2.992825] systemd[1]: Started Journal Service.
[    2.992855] systemd[1]: Expecting device dev-disk-by\x2duuid-42491a39\x2d775f\x2d4d9d\x2d8387\x2dbd2e0ac1f645.device...
[    2.993135] systemd[1]: Starting File System Check on Root Device...
[    2.994069] systemd[1]: Expecting device dev-disk-by\x2duuid-47AD480B6B4E6064.device...
[    2.994326] systemd[1]: Expecting device dev-disk-by\x2duuid-2c7c44ac\x2ddfce\x2d4e6f\x2db6ce\x2d0ccc0d46321f.device...
[    2.994730] systemd[1]: Expecting device dev-disk-by\x2duuid-08e49767\x2d99a0\x2d4ac4\x2d8740\x2d813b82352b58.device...
[    3.026731] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    3.027395] ACPI: Lid Switch [LID]
[    3.027449] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    3.027454] ACPI: Sleep Button [SLPB]
[    3.027523] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    3.027526] ACPI: Power Button [PWRF]
[    3.028381] systemd-udevd[128]: starting version 204
[    3.028827] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    3.028829] AMD IOMMUv2 functionality not available on this system
[    3.078365] EXT4-fs (sda1): re-mounted. Opts: discard,commit=60
[    3.086284] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[    3.086288] Disabling lock debugging due to kernel taint
[    3.095540] <6>[fglrx] Maximum main memory to use for locked dma buffers: 7676 MBytes.
[    3.095970] <6>[fglrx]   vendor: 1002 device: 9591 count: 1
[    3.096648] <6>[fglrx] ioport: bar 1, base 0x2000, size: 0x100
[    3.097063] <6>[fglrx] Kernel PAT support is enabled
[    3.097083] <6>[fglrx] module loaded - fglrx 8.97.2 [Nov 16 2012] with 1 minors
[    3.114888] vboxdrv: Found 2 processor cores.
[    3.115005] vboxdrv: fAsync=0 offMin=0x18f offMax=0xa5a
[    3.115057] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[    3.115059] vboxdrv: Successfully loaded version 4.2.16_OSE (interface 0x001a0005).
[    3.121176] ACPI: Requesting acpi_cpufreq
[    3.124773] pps_core: LinuxPPS API ver. 1 registered
[    3.124776] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.125929] PTP clock support registered
[    3.128177] Monitor-Mwait will be used to enter C-1 state
[    3.128182] Monitor-Mwait will be used to enter C-2 state
[    3.128186] Monitor-Mwait will be used to enter C-3 state
[    3.128189] tsc: Marking TSC unstable due to TSC halts in idle
[    3.128213] Switching to clocksource hpet
[    3.128235] ACPI: acpi_idle registered with cpuidle
[    3.134279] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    3.134282] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    3.135423] e1000e 0000:00:19.0: setting latency timer to 64
[    3.135506] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    3.135531] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[    3.181990] ACPI: AC Adapter [AC] (on-line)
[    3.183726] Non-volatile memory driver v1.3
[    3.190977] acpi device:08: registered as cooling_device2
[    3.191083] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[    3.191127] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:07/LNXVIDEO:01/input/input4
[    3.212893] tpm_tis 00:09: 1.2 TPM (device-id 0x1020, rev-id 6)
[    3.212895] tpm_tis 00:09: Intel iTPM workaround enabled
[    3.213419] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    3.213421] thinkpad_acpi: http://ibm-acpi.sf.net/
[    3.213423] thinkpad_acpi: ThinkPad BIOS 6FET93WW (3.23 ), EC 7VHT16WW-1.06
[    3.213434] thinkpad_acpi: Lenovo ThinkPad W500, model 40612JG
[    3.234069] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    3.234374] thinkpad_acpi: radio switch found; radios are enabled
[    3.236881] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    3.236884] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    3.237328] ACPI: Battery Slot [BAT0] (battery present)
[    3.239573] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[    3.242284] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    3.242365] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    3.243741] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
[    3.254522] wmi: Mapper loaded
[    3.255890] thermal LNXTHERM:00: registered as thermal_zone0
[    3.255892] ACPI: Thermal Zone [THM0] (38 C)
[    3.264235] thermal LNXTHERM:01: registered as thermal_zone1
[    3.264238] ACPI: Thermal Zone [THM1] (43 C)
[    3.284653] skipping vid at 0, 75 is greater than default 35
[    3.284656] failed to parse vid value at 1 (:23 74:0 8:0 6:0 136:0
)
[    3.292489] cfg80211: Calling CRDA to update world regulatory domain
[    3.296149] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    3.296152] Copyright(c) 2003-2013 Intel Corporation
[    3.296318] iwlwifi 0000:03:00.0: irq 49 for MSI/MSI-X
[    3.298690] skipping vid at 0, 75 is greater than default 35
[    3.298693] failed to parse vid value at 1 (:23 74:0 8:0 6:0 136:0
)
[    3.302020] iwlwifi 0000:03:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
[    3.342096] thinkpad_ec: thinkpad_ec 0.41 loaded.
[    3.343374] tpm_tis 00:09: TPM is disabled/deactivated (0x6)
[    3.355874] tp_smapi 0.41 loading...
[    3.355973] tp_smapi successfully loaded (smapi_port=0xb2).
[    3.356365] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    3.356367] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[    3.356369] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    3.356370] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[    3.356372] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P disabled
[    3.356374] iwlwifi 0000:03:00.0: Detected Intel(R) Ultimate N WiFi Link 5300 AGN, REV=0x24
[    3.356402] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    3.356796] iwlwifi 0000:03:00.0: RF_KILL bit toggled to enable radio.
[    3.359641] hdaps: initial mode latch is 0x05
[    3.359806] hdaps: setting ec_rate=250, filter_order=2
[    3.360041] hdaps: device successfully initialized.
[    3.360089] input: ThinkPad HDAPS joystick emulation as /devices/virtual/input/input6
[    3.360120] input: ThinkPad HDAPS accelerometer data as /devices/virtual/input/input7
[    3.360121] hdaps: driver successfully loaded.
[    3.376078] r592: driver successfully loaded
[    3.381181] mmcblk0: error -110 sending status command, retrying
[    3.381218] mmcblk0: error -110 sending status command, retrying
[    3.383263] mmcblk0: error -110 sending status command, aborting
[    3.383267] end_request: I/O error, dev mmcblk0, sector 336
[    3.383270] Buffer I/O error on device mmcblk0, logical block 42
[    3.384502] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.387375] mmcblk0: error -110 sending status command, retrying
[    3.389403] mmcblk0: error -110 sending status command, retrying
[    3.391442] mmcblk0: error -110 sending status command, aborting
[    3.391445] end_request: I/O error, dev mmcblk0, sector 336
[    3.391447] Buffer I/O error on device mmcblk0, logical block 42
[    3.393512] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.395556] mmcblk0: error -110 sending status command, retrying
[    3.397606] mmcblk0: error -110 sending status command, retrying
[    3.399647] mmcblk0: error -110 sending status command, aborting
[    3.399651] end_request: I/O error, dev mmcblk0, sector 512
[    3.399652] Buffer I/O error on device mmcblk0, logical block 64
[    3.400004] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.403740] mmcblk0: error -110 sending status command, retrying
[    3.405774] mmcblk0: error -110 sending status command, retrying
[    3.407811] mmcblk0: error -110 sending status command, aborting
[    3.407815] end_request: I/O error, dev mmcblk0, sector 512
[    3.407817] Buffer I/O error on device mmcblk0, logical block 64
[    3.409865] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.411907] mmcblk0: error -110 sending status command, retrying
[    3.413770] r852: driver loaded successfully
[    3.413947] mmcblk0: error -110 sending status command, retrying
[    3.415980] mmcblk0: error -110 sending status command, aborting
[    3.415984] end_request: I/O error, dev mmcblk0, sector 32
[    3.415985] Buffer I/O error on device mmcblk0, logical block 4
[    3.416670] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.419076] mmcblk0: error -110 sending status command, retrying
[    3.421117] mmcblk0: error -110 sending status command, retrying
[    3.423149] mmcblk0: error -110 sending status command, aborting
[    3.423152] end_request: I/O error, dev mmcblk0, sector 32
[    3.423154] Buffer I/O error on device mmcblk0, logical block 4
[    3.424443] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.426089] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    3.427261] mmcblk0: error -110 sending status command, retrying
[    3.429300] mmcblk0: error -110 sending status command, retrying
[    3.431341] mmcblk0: error -110 sending status command, aborting
[    3.431346] end_request: I/O error, dev mmcblk0, sector 131072
[    3.431348] Buffer I/O error on device mmcblk0, logical block 16384
[    3.433402] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.435447] mmcblk0: error -110 sending status command, retrying
[    3.437494] mmcblk0: error -110 sending status command, retrying
[    3.439524] mmcblk0: error -110 sending status command, aborting
[    3.439528] end_request: I/O error, dev mmcblk0, sector 4096
[    3.439529] Buffer I/O error on device mmcblk0, logical block 512
[    3.458744] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:24:7e:df:0b:8c
[    3.458747] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    3.458774] e1000e 0000:00:19.0 eth0: MAC: 7, PHY: 8, PBA No: 1008FF-0FF
[    3.458909] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[    3.460005] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.463432] mmcblk0: error -110 sending status command, retrying
[    3.465474] mmcblk0: error -110 sending status command, retrying
[    3.467514] mmcblk0: error -110 sending status command, aborting
[    3.467518] end_request: I/O error, dev mmcblk0, sector 0
[    3.467520] Buffer I/O error on device mmcblk0, logical block 0
[    3.469562] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.471611] mmcblk0: error -110 sending status command, retrying
[    3.473663] mmcblk0: error -110 sending status command, retrying
[    3.475705] mmcblk0: error -110 sending status command, aborting
[    3.475709] end_request: I/O error, dev mmcblk0, sector 0
[    3.476669] mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
[    3.479854] mmcblk0: error -110 sending status command, retrying
[    3.481898] mmcblk0: error -110 sending status command, retrying
[    3.481951] mmcblk0: timed out sending r/w cmd command, card status 0x800b00
[    3.487812] hda_codec: CX20561 (Hermosa): BIOS auto-probing.
[    3.489269] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[    3.501679] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    3.501717] input: HDA Intel Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    3.501748] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    3.501778] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    3.502883] ACPI Warning: 0x0000000000001028-0x000000000000102f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20130328/utaddress-251)
[    3.502888] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.502892] ACPI Warning: 0x00000000000011b0-0x00000000000011bf SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130328/utaddress-251)
[    3.502895] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.502896] ACPI Warning: 0x0000000000001180-0x00000000000011af SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20130328/utaddress-251)
[    3.502899] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.502900] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.531403] Adding 4095996k swap on /dev/sda2.  Priority:-1 extents:1 across:4095996k SSFS
[    3.544603] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[    3.555315] fuse init (API version 7.22)
[    3.567104] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa0c
[    3.879354] iTCO_vendor_support: vendor-support=0
[    3.879830] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    3.879867] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x1060)
[    3.879928] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.889542] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa0c
[    3.894366] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.906907] kvm: disabled by bios
[    3.918714] skipping vid at 0, 75 is greater than default 35
[    3.918718] failed to parse vid value at 1 (:23 74:0 8:0 6:0 136:0
)
[    3.922356] skipping vid at 0, 75 is greater than default 35
[    3.922359] failed to parse vid value at 1 (:23 74:0 8:0 6:0 136:0
)
[    3.975322] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[    4.110058] usb 3-2: new full-speed USB device number 3 using uhci_hcd
[    4.329061] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    4.345347] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input13
[    4.702024] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: commit=60
[    5.087110] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: commit=60
[    5.193415] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.210936] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    5.990771] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    5.991159] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
[    6.211041] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    6.211427] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
[    6.337878] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    7.052160] vboxguest: PCI device not found, probably running on physical hardware.
[    7.061888] vboxguest: PCI device not found, probably running on physical hardware.
[    7.079119] [drm] Initialized drm 1.1.0 20060810
[    7.093134] vboxpci: IOMMU not found (not registered)
[   10.885742] fglrx_pci 0000:01:00.0: irq 51 for MSI/MSI-X
[   10.886353] <6>[fglrx] Firegl kernel thread PID: 1405
[   10.886394] <6>[fglrx] Firegl kernel thread PID: 1406
[   10.886487] <6>[fglrx] Firegl kernel thread PID: 1407
[   10.887067] <6>[fglrx] IRQ 51 Enabled
[   11.153548] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   11.256743] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   11.256907] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.604937] <6>[fglrx] Gart USWC size:1279 M.
[   11.604940] <6>[fglrx] Gart cacheable size:508 M.
[   11.604944] <6>[fglrx] Reserved FB block: Shared offset:0, size:1000000 
[   11.604946] <6>[fglrx] Reserved FB block: Unshared offset:fbff000, size:401000 
[   11.604947] <6>[fglrx] Reserved FB block: Unshared offset:1fffb000, size:5000 
[   13.512173] EXT4-fs (sda1): re-mounted. Opts: discard,commit=60,commit=0
[   13.533485] EXT4-fs (sdb2): re-mounted. Opts: commit=60,commit=0
[   13.559088] EXT4-fs (sdb1): re-mounted. Opts: commit=60,commit=0
[   17.745135] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   17.745519] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
[   17.868249] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   18.087745] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   18.190138] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   18.190230] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.243818] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   18.244211] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
[   18.371174] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   23.487617] wlan0: authenticate with f4:ca:e5:f6:b6:5c
[   23.490986] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 1/3)
[   23.537878] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 2/3)
[   23.592973] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 3/3)
[   23.628767] wlan0: authentication with f4:ca:e5:f6:b6:5c timed out
[   26.857200] wlan0: authenticate with f4:ca:e5:f6:b6:5c
[   26.858243] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 1/3)
[   27.001313] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 2/3)
[   27.067157] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 3/3)
[   27.107345] wlan0: authentication with f4:ca:e5:f6:b6:5c timed out
[   30.748519] wlan0: authenticate with f4:ca:e5:f6:b6:5c
[   30.751345] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 1/3)
[   30.796127] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 2/3)
[   30.864842] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 3/3)
[   30.911892] wlan0: authentication with f4:ca:e5:f6:b6:5c timed out
[   35.151737] wlan0: authenticate with f4:ca:e5:f6:b6:5c
[   35.154173] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 1/3)
[   35.187091] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 2/3)
[   35.216506] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 3/3)
[   35.279713] wlan0: authentication with f4:ca:e5:f6:b6:5c timed out
[   43.446129] wlan0: authenticate with f4:ca:e5:f6:b6:5c
[   43.447576] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 1/3)
[   43.487004] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 2/3)
[   43.531893] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 3/3)
[   43.580773] wlan0: authentication with f4:ca:e5:f6:b6:5c timed out
[   56.756867] wlan0: authenticate with f4:ca:e5:f6:b6:5c
[   56.757512] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 1/3)
[   56.793606] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 2/3)
[   56.826124] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 3/3)
[   56.876076] wlan0: authentication with f4:ca:e5:f6:b6:5c timed out
[   67.200618] wlan0: authenticate with f4:ca:e5:f6:b6:5c
[   67.202048] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 1/3)
[   67.245111] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 2/3)
[   67.286992] wlan0: send auth to f4:ca:e5:f6:b6:5c (try 3/3)
[   67.333626] wlan0: authentication with f4:ca:e5:f6:b6:5c timed out
[   68.829150] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   68.829535] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
[   68.955227] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   69.197807] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   69.300118] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   69.300201] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   69.311864] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   69.312249] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
[   69.441650] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   70.403236] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   70.403674] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
[   70.526970] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   70.757077] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   70.860196] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   70.860343] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   71.612044] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   85.283491] usb 3-2: USB disconnect, device number 3
[  396.287594] show_signal_msg: 1 callbacks suppressed
[  396.287599] operapluginwrap[4446]: segfault at 7f983228b764 ip 00007f983228b764 sp 00007f982dd4be60 error 14 in libXdmcp.so.6.0.0[7f983718a000+5000]
[  396.688486] operapluginwrap[4456]: segfault at f64f1071 ip 00000000f64f1071 sp 00000000f44a62b0 error 14
[ 1953.321892] warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
[ 2241.915445] CE: hpet increased min_delta_ns to 20113 nsec

journalctl -p 3 give me

Error was encountered while opening journal files: No data available
-- Logs begin at Tue 2013-08-13 18:50:01 CEST, end at Wed 2013-08-14 11:40:42 CEST. --
Aug 14 07:51:47 panzor kernel: tsc: Fast TSC calibration failed
Aug 14 07:51:47 panzor kernel: uvesafb: Unknown parameter `mode_option1920x1200-32'
Aug 14 07:51:47 panzor systemd[1]: [/etc/systemd/system/rc-local.service:5] Failed to parse service type, ignoring: fork # https://bbs.archlinux.org/viewtopic.php?pid=1152496
Aug 14 07:51:47 panzor systemd-udevd[148]: Error running install command for pcmcia_core
Aug 14 07:51:47 panzor systemd-modules-load[108]: Error running install command for acpi_cpufreq
Aug 14 07:51:47 panzor systemd-modules-load[108]: Failed to insert 'acpi_cpufreq': Operation not permitted
Aug 14 07:51:47 panzor systemd-udevd[148]: Error running install command for pcmcia_core
Aug 14 07:51:47 panzor systemd[1]: Failed to start Load Kernel Modules.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 336
Aug 14 07:51:47 panzor kernel: Buffer I/O error on device mmcblk0, logical block 42
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 336
Aug 14 07:51:47 panzor kernel: Buffer I/O error on device mmcblk0, logical block 42
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 512
Aug 14 07:51:47 panzor kernel: Buffer I/O error on device mmcblk0, logical block 64
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 512
Aug 14 07:51:47 panzor kernel: Buffer I/O error on device mmcblk0, logical block 64
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 32
Aug 14 07:51:47 panzor kernel: Buffer I/O error on device mmcblk0, logical block 4
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 32
Aug 14 07:51:47 panzor kernel: Buffer I/O error on device mmcblk0, logical block 4
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 131072
Aug 14 07:51:47 panzor kernel: Buffer I/O error on device mmcblk0, logical block 16384
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 4096
Aug 14 07:51:47 panzor kernel: Buffer I/O error on device mmcblk0, logical block 512
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 0
Aug 14 07:51:47 panzor kernel: Buffer I/O error on device mmcblk0, logical block 0
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, aborting
Aug 14 07:51:47 panzor kernel: end_request: I/O error, dev mmcblk0, sector 0
Aug 14 07:51:47 panzor kernel: mmc0: Got data interrupt 0x00400000 even though no data operation was in progress.
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: error -110 sending status command, retrying
Aug 14 07:51:47 panzor kernel: mmcblk0: timed out sending r/w cmd command, card status 0x800b00
Aug 14 07:51:47 panzor systemd-udevd[148]: Error running install command for pcspkr
Aug 14 07:51:48 panzor kernel: kvm: disabled by bios
Aug 14 07:51:48 panzor systemd-udevd[147]: Error running install command for acpi_cpufreq
Aug 14 07:51:48 panzor systemd-udevd[141]: error opening ATTR{/sys/devices/pci0000:00/0000:00:1a.1/usb3/3-1/3-1:1.0/power/control} for writing: No such file or directory
Aug 14 07:51:49 panzor systemd-tmpfiles[407]: Failed to create file /var/log/lastlog: No such file or directory
Aug 14 07:51:49 panzor systemd-tmpfiles[407]: Failed to create directory /var/log/samba: No such file or directory
Aug 14 07:51:49 panzor systemd-tmpfiles[407]: Failed to create file /var/log/wtmp: No such file or directory
Aug 14 07:51:49 panzor systemd-tmpfiles[407]: Failed to create file /var/log/btmp: No such file or directory
Aug 14 07:51:49 panzor systemd[1]: Failed to start Run missed cronjobs with cronwhip..
Aug 14 07:51:54 panzor login[461]: pam_loginuid(login:session): set_loginuid failed
Aug 14 07:52:02 panzor dhcpcd[1894]: dhcpcd not running
Aug 14 07:52:02 panzor dhcpcd[1901]: dhcpcd not running
Aug 14 07:52:02 panzor dhcpcd[1909]: dhcpcd not running
Aug 14 07:52:53 panzor dhcpcd[2333]: dhcpcd not running
Aug 14 07:52:53 panzor dhcpcd[2342]: dhcpcd not running
Aug 14 07:52:53 panzor dhcpcd[2350]: dhcpcd not running
Aug 14 07:52:54 panzor dhcpcd[2367]: dhcpcd not running
Aug 14 07:52:54 panzor dhcpcd[2373]: dhcpcd not running
Aug 14 07:52:57 panzor dhcpcd[2395]: wlan0: ipv6rs_sendprobe: sendmsg: Cannot assign requested address
Aug 14 07:53:55 panzor ntpd_intres[2765]: host name not found: ntp2.sandvika.net
Aug 14 07:53:55 panzor ntpd_intres[2765]: host name not found: ntp1.sandvika.net
Aug 14 07:58:20 panzor systemd-coredump[4554]: Process 4445 (operapluginwrap) dumped core.
Aug 14 07:58:20 panzor systemd-coredump[4566]: Process 4447 (operapluginwrap) dumped core.
Aug 14 08:06:44 panzor systemd-tmpfiles[7665]: stat(/run/user/1001/gvfs) failed: Permission denied
Aug 14 11:08:44 panzor fingerprint-helper[6726]: Started.
Aug 14 11:08:44 panzor fingerprint-helper[6726]: Devices initialized.
Aug 14 11:08:45 panzor fingerprint-helper[6726]: No devices found by libbsapi.
Aug 14 11:08:45 panzor fingerprint-helper[6726]: Could not open fpDevice.
Aug 14 11:08:45 panzor fingerprint-helper[6726]: Mode of /var/lib/fingerprint-gui/juha is "444", must be "700" -- ignoring.
Aug 14 11:08:45 panzor fingerprint-helper[6726]: No fingerprint data for this user.
Aug 14 11:08:45 panzor fingerprint-helper[6726]: Devices released.
Aug 14 11:08:45 panzor fingerprint-helper[6726]: ERROR: Requesting fingerprint, EXIT_FAILURE.
Aug 14 11:39:58 panzor fingerprint-helper[17478]: Started.
Aug 14 11:39:58 panzor fingerprint-helper[17478]: Devices initialized.
Aug 14 11:39:58 panzor fingerprint-helper[17478]: No devices found by libbsapi.
Aug 14 11:39:58 panzor fingerprint-helper[17478]: No fingerprint data for this user.
Aug 14 11:39:58 panzor fingerprint-helper[17478]: Devices released.
Aug 14 11:39:58 panzor fingerprint-helper[17478]: ERROR: Requesting fingerprint, EXIT_FAILURE.
uvesafb: Unknown parameter `mode_option1920x1200-32'

However, as I mentioned above, I am unable to list available modes, because uvesafb files mentioned in the wiki do not exist in my system.

Offline

#6 2013-08-14 10:52:18

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Prolems with Uvesafb and catalyst

With wiki I've got /sys/bus/platform/drivers/uvesafb/uvesafb.0/vbe_modes. This is its contain:

640x400-8, 0x0100
640x480-8, 0x0101
800x600-8, 0x0103
1024x768-8, 0x0105
1280x1024-8, 0x0107
640x480-15, 0x0110
640x480-16, 0x0111
800x600-15, 0x0113
800x600-16, 0x0114
1024x768-15, 0x0116
1024x768-16, 0x0117
1280x1024-15, 0x0119
1280x1024-16, 0x011a
320x200-15, 0x010d
320x200-16, 0x010e
320x200-32, 0x0120
320x240-8, 0x0193
320x240-16, 0x0195
320x240-32, 0x0196
512x384-8, 0x01b3
512x384-16, 0x01b5
512x384-32, 0x01b6
640x350-8, 0x01c3
640x350-16, 0x01c5
640x350-32, 0x01c6
720x400-8, 0x0133
720x400-16, 0x0135
720x400-32, 0x0136
1152x864-8, 0x0153
1152x864-16, 0x0155
1152x864-32, 0x0156
1280x960-8, 0x0163
1280x960-16, 0x0165
1280x960-32, 0x0166
640x480-32, 0x0121
800x600-32, 0x0122
1024x768-32, 0x0123
1280x1024-32, 0x0124
1400x1050-8, 0x0143
1400x1050-16, 0x0145
1400x1050-32, 0x0146
1920x1080-8, 0x01d1
1920x1080-16, 0x01d2
1920x1080-32, 0x01d4

Try to create vbe_modes with these lines, reboot and see if the problem is resolved.


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#7 2013-08-14 11:37:19

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Prolems with Uvesafb and catalyst

That is weird because it goes up to 1920x1080 on 16:9, but it won't go to 16:10 equivalent of 1920x1200.
That sucks.

I can't create the folder because of some strange error:

 sudo mdir /sys/bus/platform/drivers/uvesafb/
[sudo] password for juha: 
Can't open /dev/fd0: No such file or directory
Cannot initialize 'A:'

Is suspend working for you after removing nomodeset? Because for me it crashes every time, and if uvesafb doesn't fix it (and I don't see how could it), I won't be able to use it anyway.

Last edited by Lockheed (2013-08-14 11:44:41)

Offline

#8 2013-08-14 12:54:58

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Prolems with Uvesafb and catalyst

To create a directory you have to use mkdir command, not mdir smile

I didn't try to remove nomodeset, because, I need it to working with catalyst and plymouth. However, with nomodeset I've no suspending problem.


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#9 2013-08-14 12:58:20

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Prolems with Uvesafb and catalyst

Hah, my bad. But still no luck:

$ cd /sys/bus/platform/drivers/
$ ls
alarmtimer  hdaps  iTCO_wdt    smapi          thinkpad_hwmon  vboxdrv
coretemp    i8042  serial8250  thinkpad_acpi  ucb1400_gpio    wp_gpio
$ sudo mkdir uvesafb
mkdir: cannot create directory ‘uvesafb’: No such file or directory

I though removing nomodeset was necessary for this to work.

Offline

#10 2013-08-14 13:27:23

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Prolems with Uvesafb and catalyst

Try doing it as su and not sudo:

# mkdir /sys/bus/platform/drivers/uvesafb/

nomodeset is necessary to do catalyst working, so you havn't to remove nomodeset from kernel parameter smile

Last edited by Fregtux (2013-08-14 13:28:49)


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#11 2013-08-14 14:01:48

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Prolems with Uvesafb and catalyst

su give me the same result.

Offline

#12 2013-08-14 14:25:10

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Prolems with Uvesafb and catalyst

Strange, seems to not recognize parents directory. Try with mkdir -p.


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#13 2013-08-14 15:26:23

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Prolems with Uvesafb and catalyst

same thing

# mkdir -p /sys/bus/platform/drivers/uvesafb/
mkdir: cannot create directory ‘/sys/bus/platform/drivers/uvesafb/’: No such file or directory

Offline

#14 2013-08-16 07:48:11

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Prolems with Uvesafb and catalyst

I tried to make a directory in /sys and neither I can create. Did you try to -Rsn and reinstall v86d?


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#15 2013-08-16 08:54:40

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Prolems with Uvesafb and catalyst

Yes, but apparently it started working now even without those files.
However, I cannot set the native resolution of 1920x1200, and the current one causes the letters in the vertical line ~7cm from the left edge of the screen to be doubled and stretched. I never had that on Nvidia or even ati opensource.

Offline

#16 2013-08-16 09:54:11

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Prolems with Uvesafb and catalyst

The strange fact is that I installed v86d too but I've got vbe_modes files. The only difference that I see in this thread is that I've a different kernel (linux) instead linux-pf.

After v86d reinstallation, Does vbe_modes appear?


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#17 2013-08-16 18:35:57

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Prolems with Uvesafb and catalyst

Nope.

Offline

Board footer

Powered by FluxBB