You are not logged in.

#1 2011-04-23 21:42:36

redsolja
Member
Registered: 2011-04-04
Posts: 43

kernel upgrade, udev forever

Hello,

After the 2 latest kernel updates, when my laptop boots up, the probing of the devices with udev takes forever. That is 180 seconds i think, until it times out and then it boots up normally.
Before the 2.6.38 kernel, everything was fine...
Any ideas of how to resolve this situation? I would be really grateful.

Thanks.

Offline

#2 2011-04-23 21:49:57

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: kernel upgrade, udev forever

It looks like a problem with initramfs, rather than udev... Is there anything peculiar about the hooks in your mkinitcpio.conf?

Do I correctly understand that you have udev 146 in initramfs and udev 147 in the normal system? If that's the case you could try regenerating the RAM disk with mkinitcpio, or just run pacman -S kernel26.


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#3 2011-04-23 21:58:57

redsolja
Member
Registered: 2011-04-04
Posts: 43

Re: kernel upgrade, udev forever

I dont think i have anything peculiar with my hooks in mkinitcpio.conf.
Here it is:

HOOKS="base udev pata scsi sata usb filesystems"

I have tried the other recommended setting @ mkinitcpio.conf, this one:

base udev autodetect ide scsi sata filesystems

but nothing changes...

I also do not understand what u mean by

you have udev 146 in initramfs and udev 147 in the normal system?

Thanks much for the response..

Offline

#4 2011-04-23 22:00:57

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: kernel upgrade, udev forever

On a freshly updated system:

~> grep udev /var/log/dmesg.log
[    1.243739] udev[38]: starting version 166
[    8.375700] <30>udev[411]: converting old udev database
[    8.406573] <30>udev[412]: starting version 167

EDIT: <erased>

Last edited by Leonid.I (2011-04-23 22:03:16)


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#5 2011-04-23 22:03:08

redsolja
Member
Registered: 2011-04-04
Posts: 43

Re: kernel upgrade, udev forever

Thats the output...

[    1.292206] <30>udev[38]: starting version 167
[    7.322626] <30>udev[632]: starting version 167

woah, thanks again for the fast reply smile
So?

EDIT: i have tried removing it, it made no difference
Can we chat anywhere? since you are so fast...:O

Last edited by redsolja (2011-04-23 22:04:18)

Offline

#6 2011-04-23 22:08:38

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: kernel upgrade, udev forever

Well, you can try this https://wiki.archlinux.org/index.php/Ud … _parameter... I assume that fallback hangs also, right?

Last edited by Leonid.I (2011-04-23 22:09:03)


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#7 2011-04-23 22:14:44

redsolja
Member
Registered: 2011-04-04
Posts: 43

Re: kernel upgrade, udev forever

Its not that clear to me, where should i put this parameter?

load_modules=off

Yeah the fallback is the previous 2.6.38 kernel so it hangs too.

EDIT: By "kernel boot line", does it mean at menu.lst of grub?

Last edited by redsolja (2011-04-23 22:15:51)

Offline

#8 2011-04-24 02:47:19

fphillips
Member
From: Austin, TX
Registered: 2009-01-24
Posts: 202

Re: kernel upgrade, udev forever

You probably have this bug, since I see you have scsi in you HOOKS line:

https://bugs.archlinux.org/task/23725

Offline

#9 2011-04-24 15:10:11

redsolja
Member
Registered: 2011-04-04
Posts: 43

Re: kernel upgrade, udev forever

I do not have such error messages, or problems with my cd-drive. Any other suggestions?

Offline

#10 2011-04-24 15:40:11

yasar11732
Member
Registered: 2010-11-29
Posts: 127

Re: kernel upgrade, udev forever

So, are you guys suggesting this isbad for some reason? My system seems normal to me.

[yasar@yasar_laptop ~]$ grep udev /var/log/dmesg.log
[    0.695907] udev[32]: starting version 166
[    4.427444] <30>udev[431]: converting old udev database
[    4.455946] <30>udev[432]: starting version 167

Yo Dawg, I heard you likes patches, so I have created a patch for your patch, so you can patch your patches before you patch.

Offline

#11 2011-04-24 18:01:10

Leonid.I
Member
From: Aethyr
Registered: 2009-03-22
Posts: 999

Re: kernel upgrade, udev forever

redsolja wrote:

Its not that clear to me, where should i put this parameter?

load_modules=off

Yeah the fallback is the previous 2.6.38 kernel so it hangs too.

EDIT: By "kernel boot line", does it mean at menu.lst of grub?

The fallback is the same kernel, but different RAM disk (without the autodetect hook). Yes, the load_modules should be added to menu.lst. It'll disable autoloading of modules, so you should, in principle, be able to tell which module hangs udev...

Can you at least post dmesg.log after the "unsuccessful" boot?

yasar11732 wrote:

So, are you guys suggesting this isbad for some reason? My system seems normal to me.

[yasar@yasar_laptop ~]$ grep udev /var/log/dmesg.log
[    0.695907] udev[32]: starting version 166
[    4.427444] <30>udev[431]: converting old udev database
[    4.455946] <30>udev[432]: starting version 167

No, I am not. But since udev was also upgraded, I thought that the difference in DB might be the problem.


Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd

Offline

#12 2011-04-25 19:29:47

redsolja
Member
Registered: 2011-04-04
Posts: 43

Re: kernel upgrade, udev forever

The dmesg:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110415 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Apr 17 14:51:34 UTC 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007feb0000 (usable)
[    0.000000]  BIOS-e820: 000000007feb0000 - 000000007fecb000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fecb000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI present.
[    0.000000] DMI: Sony Corporation VGN-SZ61XN_C/VAIO                            , BIOS R0101S5 09/05/2007
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7feb0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07FF00000 mask FFFF00000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [c00f7700] f7700
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
[    0.000000] RAMDISK: 7f6a6000 - 7fea0000
[    0.000000] Allocated new RAMDISK: 37004000 - 377fd4a2
[    0.000000] Move RAMDISK from 000000007f6a6000 - 000000007fe9f4a1 to 37004000 - 377fd4a1
[    0.000000] ACPI: RSDP 000f76d0 00024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 7febe3ec 00094 (v01   Sony     VAIO 20070905 PTL  00000000)
[    0.000000] ACPI: FACP 7fec7bd2 000F4 (v03   Sony     VAIO 20070905 PTL  00000001)
[    0.000000] ACPI: DSDT 7fec041a 07744 (v02   Sony     VAIO 20070905 PTL  20050624)
[    0.000000] ACPI: FACS 7fecafc0 00040
[    0.000000] ACPI: APIC 7fec7cc6 00068 (v01   Sony     VAIO 20070905 PTL  0000005A)
[    0.000000] ACPI: HPET 7fec7d2e 00038 (v01   Sony     VAIO 20070905 PTL  0000005A)
[    0.000000] ACPI: MCFG 7fec7d66 0003C (v01   Sony     VAIO 20070905 PTL  0000005A)
[    0.000000] ACPI: TCPA 7fec7da2 00032 (v01   Sony     VAIO 20070905 PTL  00005A52)
[    0.000000] ACPI: TMOR 7fec7dd4 00026 (v01   Sony     VAIO 20070905 PTL  00000003)
[    0.000000] ACPI: SLIC 7fec7dfa 00176 (v01   Sony     VAIO 20070905 PTL  01000000)
[    0.000000] ACPI: APIC 7fec7f70 00068 (v01   Sony     VAIO 20070905 PTL  00000000)
[    0.000000] ACPI: BOOT 7fec7fd8 00028 (v01   Sony     VAIO 20070905 PTL  00000001)
[    0.000000] ACPI: SSDT 7febfd59 006C1 (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.000000] ACPI: SSDT 7febf64b 0070E (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.000000] ACPI: SSDT 7febea0c 0025F (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.000000] ACPI: SSDT 7febe966 000A6 (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.000000] ACPI: SSDT 7febe480 004E6 (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1158MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0007feb0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007feb0
[    0.000000] On node 0 totalpages: 523839
[    0.000000] free_area_init_node: node 0, pgdat c1450b00, node_mem_map f6003200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2318 pages used for memmap
[    0.000000]   HighMem zone: 294308 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    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_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] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f5800000 s27392 r0 d21760 u2097152
[    0.000000] pcpu-alloc: s27392 r0 d21760 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 519745
[    0.000000] Kernel command line: root=/dev/sda3 ro vga=773
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 10478720 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007feb0)
[    0.000000] Memory: 2053788k/2095808k available (3182k kernel code, 41568k reserved, 1260k data, 424k init, 1186504k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc1457000 - 0xc14c1000   ( 424 kB)
[    0.000000]       .data : 0xc131b80b - 0xc1456a00   (1260 kB)
[    0.000000]       .text : 0xc1000000 - 0xc131b80b   (3182 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000]     RCU-based detection of stalled CPUs is disabled.
[    0.000000]     Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:512
[    0.000000] CPU 0 irqstacks, hard=f480c000 soft=f480e000
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration failed
[    0.000000] TSC: PIT calibration matches HPET. 1 loops
[    0.000000] Detected 2194.943 MHz processor.
[    0.006673] Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.79 BogoMIPS (lpj=7316476)
[    0.006701] pid_max: default: 32768 minimum: 301
[    0.006806] Security Framework initialized
[    0.006824] AppArmor: AppArmor disabled by boot time parameter
[    0.006885] Mount-cache hash table entries: 512
[    0.007358] Initializing cgroup subsys ns
[    0.007375] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.007396] Initializing cgroup subsys cpuacct
[    0.007435] Initializing cgroup subsys memory
[    0.007467] Initializing cgroup subsys devices
[    0.007480] Initializing cgroup subsys freezer
[    0.007492] Initializing cgroup subsys net_cls
[    0.007504] Initializing cgroup subsys blkio
[    0.007602] CPU: Physical Processor ID: 0
[    0.007614] CPU: Processor Core ID: 0
[    0.007627] mce: CPU supports 6 MCE banks
[    0.007651] CPU0: Thermal monitoring enabled (TM2)
[    0.007666] using mwait in idle threads.
[    0.010807] ACPI: Core revision 20110112
[    0.023443] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.027137] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.060176] CPU0: Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz stepping 0a
[    0.063329] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.063329] PEBS disabled due to CPU errata.
[    0.063329] ... version:                2
[    0.063329] ... bit width:              40
[    0.063329] ... generic registers:      2
[    0.063329] ... value mask:             000000ffffffffff
[    0.063329] ... max period:             000000007fffffff
[    0.063329] ... fixed-purpose events:   3
[    0.063329] ... event mask:             0000000700000003
[    0.070247] NMI watchdog enabled, takes one hw-pmu counter.
[    0.083363] CPU 1 irqstacks, hard=f48aa000 soft=f48ac000
[    0.083376] Booting Node   0, Processors  #1 Ok.
[    0.009999] Initializing CPU#1
[    0.180039] NMI watchdog enabled, takes one hw-pmu counter.
[    0.183337] Brought up 2 CPUs
[    0.183350] Total of 2 processors activated (8782.72 BogoMIPS).
[    0.186219] devtmpfs: initialized
[    0.187125] NET: Registered protocol family 16
[    0.187422] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.187445] ACPI: bus type pci registered
[    0.187712] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.187737] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.187751] PCI: Using MMCONFIG for extended config space
[    0.187764] PCI: Using configuration type 1 for base access
[    0.189071] bio: create slab <bio-0> at 0
[    0.193360] ACPI: EC: Look up EC in DSDT
[    0.200606] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.204271] ACPI: SSDT 7febf309 0027A (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.205146] ACPI: Dynamic OEM Table Load:
[    0.205164] ACPI: SSDT   (null) 0027A (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.205599] ACPI: SSDT 7febec6b 00619 (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.206421] ACPI: Dynamic OEM Table Load:
[    0.206437] ACPI: SSDT   (null) 00619 (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.207186] ACPI: SSDT 7febf583 000C8 (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.208036] ACPI: Dynamic OEM Table Load:
[    0.208053] ACPI: SSDT   (null) 000C8 (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.208360] ACPI: SSDT 7febf284 00085 (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.209185] ACPI: Dynamic OEM Table Load:
[    0.209201] ACPI: SSDT   (null) 00085 (v01   Sony     VAIO 20070905 PTL  20050624)
[    0.209917] ACPI: Interpreter enabled
[    0.209944] ACPI: (supports S0 S3 S4 S5)
[    0.210022] ACPI: Using IOAPIC for interrupt routing
[    0.247176] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.265341] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.265359] HEST: Table not found.
[    0.265375] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.266543] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.268567] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.268576] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.268584] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.268592] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[    0.268599] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.268606] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[    0.268613] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[    0.268622] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xdfffffff] (ignored)
[    0.268629] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
[    0.268636] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] (ignored)
[    0.268662] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
[    0.268771] pci 0000:00:01.0: [8086:2a01] type 1 class 0x000604
[    0.268860] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.268869] pci 0000:00:01.0: PME# disabled
[    0.269026] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[    0.269218] pci 0000:00:1a.0: reg 20: [io  0x1800-0x181f]
[    0.269344] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
[    0.269535] pci 0000:00:1a.1: reg 20: [io  0x1820-0x183f]
[    0.269710] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[    0.269789] pci 0000:00:1a.7: reg 10: [mem 0xfc304000-0xfc3043ff]
[    0.270100] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.270115] pci 0000:00:1a.7: PME# disabled
[    0.270208] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[    0.270279] pci 0000:00:1b.0: reg 10: [mem 0xfc300000-0xfc303fff 64bit]
[    0.270555] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.270569] pci 0000:00:1b.0: PME# disabled
[    0.270659] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[    0.270949] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.270961] pci 0000:00:1c.0: PME# disabled
[    0.271061] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
[    0.271347] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.271359] pci 0000:00:1c.1: PME# disabled
[    0.271458] pci 0000:00:1c.2: [8086:2843] type 1 class 0x000604
[    0.271744] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.271759] pci 0000:00:1c.2: PME# disabled
[    0.271858] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
[    0.272143] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.272158] pci 0000:00:1c.3: PME# disabled
[    0.272262] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[    0.272449] pci 0000:00:1d.0: reg 20: [io  0x1840-0x185f]
[    0.272577] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[    0.272766] pci 0000:00:1d.1: reg 20: [io  0x1860-0x187f]
[    0.272894] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[    0.273082] pci 0000:00:1d.2: reg 20: [io  0x1880-0x189f]
[    0.273251] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[    0.273343] pci 0000:00:1d.7: reg 10: [mem 0xfc304400-0xfc3047ff]
[    0.273641] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.273656] pci 0000:00:1d.7: PME# disabled
[    0.273729] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.274002] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
[    0.274289] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.274321] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.274348] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1670 (mask 000f)
[    0.274479] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
[    0.274532] pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
[    0.274572] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.274612] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.274651] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.274691] pci 0000:00:1f.1: reg 20: [io  0x18a0-0x18af]
[    0.274838] pci 0000:00:1f.2: [8086:2828] type 0 class 0x000101
[    0.274906] pci 0000:00:1f.2: reg 10: [io  0x18f8-0x18ff]
[    0.274945] pci 0000:00:1f.2: reg 14: [io  0x18cc-0x18cf]
[    0.274984] pci 0000:00:1f.2: reg 18: [io  0x18f0-0x18f7]
[    0.275023] pci 0000:00:1f.2: reg 1c: [io  0x18c8-0x18cb]
[    0.275062] pci 0000:00:1f.2: reg 20: [io  0x18e0-0x18ef]
[    0.275100] pci 0000:00:1f.2: reg 24: [io  0x18d0-0x18df]
[    0.275211] pci 0000:00:1f.2: PME# supported from D3hot
[    0.275225] pci 0000:00:1f.2: PME# disabled
[    0.275273] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[    0.275328] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
[    0.275469] pci 0000:00:1f.3: reg 20: [io  0x1c00-0x1c1f]
[    0.275692] pci 0000:01:00.0: [10de:0427] type 0 class 0x000300
[    0.275724] pci 0000:01:00.0: reg 10: [mem 0xca000000-0xcaffffff]
[    0.275759] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.275794] pci 0000:01:00.0: reg 1c: [mem 0xc8000000-0xc9ffffff 64bit]
[    0.275818] pci 0000:01:00.0: reg 24: [io  0x2000-0x207f]
[    0.275842] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.275953] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.275971] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.275980] pci 0000:00:01.0:   bridge window [mem 0xc8000000-0xcaffffff]
[    0.275992] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.276194] pci 0000:00:1c.0: PCI bridge to [bus 02-05]
[    0.276218] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.276232] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf7ffffff]
[    0.276257] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.276572] pci 0000:06:00.0: [8086:4222] type 0 class 0x000280
[    0.276642] pci 0000:06:00.0: reg 10: [mem 0xf8000000-0xf8000fff]
[    0.277056] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.277075] pci 0000:06:00.0: PME# disabled
[    0.277199] pci 0000:00:1c.1: PCI bridge to [bus 06-06]
[    0.277220] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.277231] pci 0000:00:1c.1:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.277247] pci 0000:00:1c.1:   bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[    0.277554] pci 0000:07:00.0: [11ab:4363] type 0 class 0x000200
[    0.277736] pci 0000:07:00.0: reg 10: [mem 0xfa000000-0xfa003fff 64bit]
[    0.277840] pci 0000:07:00.0: reg 18: [io  0x5000-0x50ff]
[    0.278203] pci 0000:07:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.278535] pci 0000:07:00.0: supports D1 D2
[    0.278541] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.278571] pci 0000:07:00.0: PME# disabled
[    0.278743] pci 0000:00:1c.2: PCI bridge to [bus 07-07]
[    0.278763] pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
[    0.278774] pci 0000:00:1c.2:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.278790] pci 0000:00:1c.2:   bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[    0.278901] pci 0000:00:1c.3: PCI bridge to [bus 08-08]
[    0.278921] pci 0000:00:1c.3:   bridge window [io  0x6000-0x6fff]
[    0.278932] pci 0000:00:1c.3:   bridge window [mem 0xc4000000-0xc5ffffff]
[    0.278948] pci 0000:00:1c.3:   bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[    0.279045] pci 0000:09:04.0: [104c:8039] type 2 class 0x000607
[    0.279089] pci 0000:09:04.0: reg 10: [mem 0xfc004000-0xfc004fff]
[    0.279138] pci 0000:09:04.0: supports D1 D2
[    0.279144] pci 0000:09:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.279156] pci 0000:09:04.0: PME# disabled
[    0.279199] pci 0000:09:04.1: [104c:803a] type 0 class 0x000c00
[    0.279243] pci 0000:09:04.1: reg 10: [mem 0xfc006000-0xfc0067ff]
[    0.279269] pci 0000:09:04.1: reg 14: [mem 0xfc000000-0xfc003fff]
[    0.279415] pci 0000:09:04.1: supports D1 D2
[    0.279421] pci 0000:09:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.279433] pci 0000:09:04.1: PME# disabled
[    0.279473] pci 0000:09:04.2: [104c:803b] type 0 class 0x000180
[    0.279514] pci 0000:09:04.2: reg 10: [mem 0xfc005000-0xfc005fff]
[    0.279671] pci 0000:09:04.2: supports D1 D2
[    0.279677] pci 0000:09:04.2: PME# supported from D0 D1 D2 D3hot
[    0.279688] pci 0000:09:04.2: PME# disabled
[    0.279798] pci 0000:00:1e.0: PCI bridge to [bus 09-0a] (subtractive decode)
[    0.279821] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.279832] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.279848] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.279855] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.279863] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.279953] pci_bus 0000:0a: [bus 0a-0d] partially hidden behind transparent bridge 0000:09 [bus 09-0a]
[    0.280051] pci_bus 0000:00: on NUMA node 0
[    0.280059] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.280705] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[    0.280891] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.281127] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.281287] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.281446] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    0.281679] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.282080]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.299389] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.299548] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.299704] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.299854] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.300024] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.300174] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.300327] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.300476] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.300752] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.300783] vgaarb: loaded
[    0.301035] PCI: Using ACPI for IRQ routing
[    0.301050] PCI: pci_cache_line_size set to 64 bytes
[    0.301300] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.301307] reserve RAM buffer: 000000007feb0000 - 000000007fffffff 
[    0.301593] NetLabel: Initializing
[    0.301606] NetLabel:  domain hash size = 128
[    0.301617] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.301658] NetLabel:  unlabeled traffic allowed by default
[    0.301677] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.301700] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.301722] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.310032] Switching to clocksource hpet
[    0.313063] Switched to NOHz mode on CPU #0
[    0.313235] Switched to NOHz mode on CPU #1
[    0.313420] pnp: PnP ACPI init
[    0.313476] ACPI: bus type pnp registered
[    0.314423] pnp 00:00: [bus 00-ff]
[    0.314432] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.314438] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.314444] pnp 00:00: [io  0x0d00-0xffff window]
[    0.314451] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.314458] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.314464] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.314471] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.314477] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.314484] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.314490] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.314496] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.314503] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.314509] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.314516] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.314522] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.314529] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.314535] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.314542] pnp 00:00: [mem 0x80000000-0xdfffffff window]
[    0.314548] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[    0.314555] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    0.314737] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.314989] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[    0.314996] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[    0.315002] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[    0.315008] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[    0.315013] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.315019] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    0.315025] pnp 00:01: [mem 0xfed40000-0xfed3ffff disabled]
[    0.315031] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[    0.315200] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.315220] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.315238] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.315255] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.315273] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.315291] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.315309] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.315328] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319877] pnp 00:02: Plug and Play ACPI device, IDs SNY6001 (disabled)
[    0.319913] pnp 00:03: [io  0x0000-0x001f]
[    0.319919] pnp 00:03: [io  0x0081-0x0091]
[    0.319924] pnp 00:03: [io  0x0093-0x009f]
[    0.319930] pnp 00:03: [io  0x00c0-0x00df]
[    0.319937] pnp 00:03: [dma 4]
[    0.320108] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.320134] pnp 00:04: [mem 0xff000000-0xffffffff]
[    0.320280] pnp 00:04: Plug and Play ACPI device, IDs INT0800 (active)
[    0.320458] pnp 00:05: [mem 0xfed00000-0xfed003ff]
[    0.320608] pnp 00:05: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.320641] pnp 00:06: [io  0x00f0]
[    0.320656] pnp 00:06: [irq 13]
[    0.320808] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.320841] pnp 00:07: [io  0x002e-0x002f]
[    0.320847] pnp 00:07: [io  0x004e-0x004f]
[    0.320852] pnp 00:07: [io  0x0061]
[    0.320857] pnp 00:07: [io  0x0063]
[    0.320863] pnp 00:07: [io  0x0065]
[    0.320868] pnp 00:07: [io  0x0067]
[    0.320873] pnp 00:07: [io  0x0080]
[    0.320878] pnp 00:07: [io  0x0092]
[    0.320883] pnp 00:07: [io  0x00b2-0x00b3]
[    0.320892] pnp 00:07: [io  0x0680-0x069f]
[    0.320898] pnp 00:07: [io  0x0800-0x080f]
[    0.320903] pnp 00:07: [io  0x1000-0x107f]
[    0.320909] pnp 00:07: [io  0x1180-0x11bf]
[    0.320914] pnp 00:07: [io  0x1640-0x164f]
[    0.320919] pnp 00:07: [io  0xfe00]
[    0.321168] system 00:07: [io  0x0680-0x069f] has been reserved
[    0.321187] system 00:07: [io  0x0800-0x080f] has been reserved
[    0.321204] system 00:07: [io  0x1000-0x107f] has been reserved
[    0.321221] system 00:07: [io  0x1180-0x11bf] has been reserved
[    0.321238] system 00:07: [io  0x1640-0x164f] has been reserved
[    0.321254] system 00:07: [io  0xfe00] has been reserved
[    0.321272] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.321298] pnp 00:08: [io  0x0070-0x0077]
[    0.321310] pnp 00:08: [irq 8]
[    0.321461] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.321555] pnp 00:09: [mem 0xfed40000-0xfed44fff]
[    0.321561] pnp 00:09: [io  0x167e-0x167f]
[    0.321567] pnp 00:09: [io  0x1670-0x167b]
[    0.321579] pnp 00:09: [irq 3]
[    0.321589] pnp 00:09: [irq 5]
[    0.321598] pnp 00:09: [irq 7]
[    0.321604] pnp 00:09: IRQ 9 override to level, high
[    0.321620] pnp 00:09: [irq 9]
[    0.321630] pnp 00:09: [irq 10]
[    0.321639] pnp 00:09: [irq 11]
[    0.321645] pnp 00:09: [irq 13]
[    0.321806] pnp 00:09: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    0.321834] pnp 00:0a: [io  0x0060]
[    0.321840] pnp 00:0a: [io  0x0064]
[    0.321851] pnp 00:0a: [irq 1]
[    0.322004] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.322035] pnp 00:0b: [irq 12]
[    0.322192] pnp 00:0b: Plug and Play ACPI device, IDs SNY9001 PNP0f13 (active)
[    0.326015] pnp: PnP ACPI: found 12 devices
[    0.326030] ACPI: ACPI bus type pnp unregistered
[    0.366855] pci 0000:00:1e.0: BAR 15: assigned [mem 0x80000000-0x83ffffff pref]
[    0.366882] pci 0000:00:1e.0: BAR 13: assigned [io  0x7000-0x7fff]
[    0.366903] pci 0000:00:1f.3: BAR 0: assigned [mem 0x84000000-0x840000ff]
[    0.366927] pci 0000:00:1f.3: BAR 0: set to [mem 0x84000000-0x840000ff] (PCI address [0x84000000-0x840000ff])
[    0.366955] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
[    0.366972] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.366988] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.367008] pci 0000:00:01.0:   bridge window [mem 0xc8000000-0xcaffffff]
[    0.367028] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.367053] pci 0000:00:1c.0: PCI bridge to [bus 02-05]
[    0.367070] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.367093] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf7ffffff]
[    0.367114] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.367144] pci 0000:00:1c.1: PCI bridge to [bus 06-06]
[    0.367160] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.367184] pci 0000:00:1c.1:   bridge window [mem 0xf8000000-0xf9ffffff]
[    0.367205] pci 0000:00:1c.1:   bridge window [mem 0xf2000000-0xf3ffffff 64bit pref]
[    0.367236] pci 0000:07:00.0: BAR 6: assigned [mem 0xf4000000-0xf401ffff pref]
[    0.367255] pci 0000:00:1c.2: PCI bridge to [bus 07-07]
[    0.367272] pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
[    0.367295] pci 0000:00:1c.2:   bridge window [mem 0xfa000000-0xfbffffff]
[    0.367316] pci 0000:00:1c.2:   bridge window [mem 0xf4000000-0xf5ffffff 64bit pref]
[    0.367346] pci 0000:00:1c.3: PCI bridge to [bus 08-08]
[    0.367362] pci 0000:00:1c.3:   bridge window [io  0x6000-0x6fff]
[    0.367385] pci 0000:00:1c.3:   bridge window [mem 0xc4000000-0xc5ffffff]
[    0.367407] pci 0000:00:1c.3:   bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
[    0.367439] pci 0000:09:04.0: BAR 15: assigned [mem 0x80000000-0x83ffffff pref]
[    0.367463] pci 0000:09:04.0: BAR 16: assigned [mem 0x88000000-0x8bffffff]
[    0.367481] pci 0000:09:04.0: BAR 13: assigned [io  0x7000-0x70ff]
[    0.367498] pci 0000:09:04.0: BAR 14: assigned [io  0x7400-0x74ff]
[    0.367515] pci 0000:09:04.0: CardBus bridge to [bus 0a-0d]
[    0.367530] pci 0000:09:04.0:   bridge window [io  0x7000-0x70ff]
[    0.367550] pci 0000:09:04.0:   bridge window [io  0x7400-0x74ff]
[    0.367572] pci 0000:09:04.0:   bridge window [mem 0x80000000-0x83ffffff pref]
[    0.367596] pci 0000:09:04.0:   bridge window [mem 0x88000000-0x8bffffff]
[    0.367618] pci 0000:00:1e.0: PCI bridge to [bus 09-0a]
[    0.367634] pci 0000:00:1e.0:   bridge window [io  0x7000-0x7fff]
[    0.367657] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.367678] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0x83ffffff pref]
[    0.367722] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.367743] pci 0000:00:01.0: setting latency timer to 64
[    0.367759] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.367781] pci 0000:00:1c.0: setting latency timer to 64
[    0.367801] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.367823] pci 0000:00:1c.1: setting latency timer to 64
[    0.367842] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.367864] pci 0000:00:1c.2: setting latency timer to 64
[    0.367884] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.367906] pci 0000:00:1c.3: setting latency timer to 64
[    0.367923] pci 0000:00:1e.0: setting latency timer to 64
[    0.367944] pci 0000:09:04.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.367968] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.367975] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.367982] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.367988] pci_bus 0000:01: resource 1 [mem 0xc8000000-0xcaffffff]
[    0.367995] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.368002] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.368009] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf7ffffff]
[    0.368016] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.368023] pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
[    0.368029] pci_bus 0000:06: resource 1 [mem 0xf8000000-0xf9ffffff]
[    0.368036] pci_bus 0000:06: resource 2 [mem 0xf2000000-0xf3ffffff 64bit pref]
[    0.368043] pci_bus 0000:07: resource 0 [io  0x5000-0x5fff]
[    0.368049] pci_bus 0000:07: resource 1 [mem 0xfa000000-0xfbffffff]
[    0.368057] pci_bus 0000:07: resource 2 [mem 0xf4000000-0xf5ffffff 64bit pref]
[    0.368063] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    0.368070] pci_bus 0000:08: resource 1 [mem 0xc4000000-0xc5ffffff]
[    0.368077] pci_bus 0000:08: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
[    0.368083] pci_bus 0000:09: resource 0 [io  0x7000-0x7fff]
[    0.368090] pci_bus 0000:09: resource 1 [mem 0xfc000000-0xfc0fffff]
[    0.368097] pci_bus 0000:09: resource 2 [mem 0x80000000-0x83ffffff pref]
[    0.368103] pci_bus 0000:09: resource 4 [io  0x0000-0xffff]
[    0.368110] pci_bus 0000:09: resource 5 [mem 0x00000000-0xffffffff]
[    0.368116] pci_bus 0000:0a: resource 0 [io  0x7000-0x70ff]
[    0.368122] pci_bus 0000:0a: resource 1 [io  0x7400-0x74ff]
[    0.368129] pci_bus 0000:0a: resource 2 [mem 0x80000000-0x83ffffff pref]
[    0.368136] pci_bus 0000:0a: resource 3 [mem 0x88000000-0x8bffffff]
[    0.368223] NET: Registered protocol family 2
[    0.368382] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.368890] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.369729] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.370140] TCP: Hash tables configured (established 131072 bind 65536)
[    0.370157] TCP reno registered
[    0.370170] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.370196] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.370462] NET: Registered protocol family 1
[    0.370769] pci 0000:01:00.0: Boot video device
[    0.370813] PCI: CLS 64 bytes, default 64
[    0.370910] Unpacking initramfs...
[    0.585047] Freeing initrd memory: 8168k freed
[    0.592460] Simple Boot Flag at 0x36 set to 0x1
[    0.593115] apm: BIOS not found.
[    0.593612] audit: initializing netlink socket (disabled)
[    0.593649] type=2000 audit(1303769033.593:1): initialized
[    0.594409] highmem bounce pool size: 64 pages
[    0.594431] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.599818] VFS: Disk quotas dquot_6.5.2
[    0.600067] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.600355] msgmni has been set to 1709
[    0.600845] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.600869] io scheduler noop registered
[    0.600880] io scheduler deadline registered
[    0.600918] io scheduler cfq registered (default)
[    0.601265] pcieport 0000:00:01.0: setting latency timer to 64
[    0.601344] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.601493] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.601588] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.601762] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.601855] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[    0.602028] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.602121] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[    0.602293] pcieport 0000:00:1c.3: setting latency timer to 64
[    0.602387] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[    0.603287] vesafb: framebuffer at 0xc9000000, mapped to 0xf8080000, using 1536k, total 14336k
[    0.603311] vesafb: mode is 1024x768x8, linelength=1024, pages=3
[    0.603326] vesafb: protected mode interface info at c000:b780
[    0.603378] vesafb: pmi: set display start = c00cb7e3, set palette = c00cb83e
[    0.603393] vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da 
[    0.603447] vesafb: scrolling: redraw
[    0.603461] vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
[    0.628386] Console: switching to colour frame buffer device 128x48
[    0.654420] fb0: VESA VGA frame buffer device
[    0.654718] intel_idle: MWAIT substates: 0x22220
[    0.654722] intel_idle: does not run on family 6 model 15
[    0.654761] ERST: Table is not found!
[    0.654982] isapnp: Scanning for PnP cards...
[    0.969044] isapnp: No Plug & Play device found
[    0.969401] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.171453] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.173631] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.173965] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.174492] mousedev: PS/2 mouse device common for all mice
[    1.174938] rtc_cmos 00:08: RTC can wake from S4
[    1.196815] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    1.197147] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.197644] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.198166] cpuidle: using governor ladder
[    1.198364] cpuidle: using governor menu
[    1.199159] TCP cubic registered
[    1.199320] NET: Registered protocol family 17
[    1.199544] Registering the dns_resolver key type
[    1.208484] Using IPI No-Shortcut mode
[    1.217872] PM: Hibernation image not present or could not be loaded.
[    1.217885] registered taskstats version 1
[    1.227632] rtc_cmos 00:08: setting system clock to 2011-04-25 22:03:54 UTC (1303769034)
[    1.236857] Initalizing network drop monitor service
[    1.246099] Freeing unused kernel memory: 424k freed
[    1.290752] <30>udev[38]: starting version 167
[    1.593379] Refined TSC clocksource calibration: 2194.500 MHz.
[    1.605359] Switching to clocksource tsc
[    1.857379] SCSI subsystem initialized
[    1.931075] libata version 3.00 loaded.
[    1.938849] ata_piix 0000:00:1f.1: version 2.13
[    1.938896] ata_piix 0000:00:1f.1: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    1.948145] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.949254] scsi0 : ata_piix
[    1.958460] scsi1 : ata_piix
[    1.968343] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18a0 irq 14
[    1.977214] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18a8 irq 15
[    1.986011] ata_piix 0000:00:1f.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[    1.994825] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    2.143897] ata1.00: ATAPI: MATSHITADVD-RAM UJ-852S, 1.51, max UDMA/33
[    2.164786] ata_piix 0000:00:1f.2: setting latency timer to 64
[    2.165922] scsi2 : ata_piix
[    2.174750] scsi3 : ata_piix
[    2.177117] ata1.00: configured for UDMA/33
[    2.193657] ata3: SATA max UDMA/133 cmd 0x18f8 ctl 0x18cc bmdma 0x18e0 irq 22
[    2.202244] ata4: SATA max UDMA/133 cmd 0x18f0 ctl 0x18c8 bmdma 0x18e8 irq 22
[    2.215389] scsi 0:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ-852S  1.51 PQ: 0 ANSI: 5
[    2.295801] Uniform Multi-Platform E-IDE driver
[    3.010132] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.018955] ata3.01: SATA link down (SStatus 0 SControl 300)
[    3.033816] ata3.00: ATA-8: Hitachi HTS545032B9A300, PB3OC64G, max UDMA/133
[    3.042416] ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    3.063820] ata3.00: configured for UDMA/133
[    3.072722] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HTS54503 PB3O PQ: 0 ANSI: 5
[    3.560024] ata4.01: failed to resume link (SControl 0)
[    3.580870] ata4.00: SATA link down (SStatus 0 SControl 300)
[    3.589772] ata4.01: SATA link down (SStatus 0 SControl 0)
[    3.636305] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.645016] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.654420] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    3.655148] sd 2:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    3.664495] sd 2:0:0:0: [sda] Write Protect is off
[    3.673543] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.673583] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    3.673601] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.692281] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    3.741095]  sda: sda1 sda2 < sda5 > sda3 sda4
[    3.751181] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.472829] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    6.382657] <30>udev[543]: starting version 167
[    6.634722] fuse init (API version 7.16)
[    6.889605] vboxdrv: Found 2 processor cores.
[    6.892499] vboxdrv: fAsync=0 offMin=0x4e6 offMax=0x1222
[    6.892805] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[    6.892812] vboxdrv: Successfully loaded version 4.0.6_OSE (interface 0x00180000).
[    6.924488] input: PC Speaker as /devices/platform/pcspkr/input/input1
[    7.164948] iTCO_vendor_support: vendor-support=0
[    7.166141] sky2: driver version 1.28
[    7.166211] sky2 0000:07:00.0: power state changed by ACPI to D0
[    7.166223] sky2 0000:07:00.0: power state changed by ACPI to D0
[    7.166244] sky2 0000:07:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    7.166272] sky2 0000:07:00.0: setting latency timer to 64
[    7.166330] sky2 0000:07:00.0: Yukon-2 EC Ultra chip revision 3
[    7.166518] sky2 0000:07:00.0: irq 45 for MSI/MSI-X
[    7.191939] sky2 0000:07:00.0: eth0: addr 00:1a:80:55:86:1a
[    7.246955] thermal LNXTHERM:00: registered as thermal_zone0
[    7.246963] ACPI: Thermal Zone [ATF0] (26 C)
[    7.248822] thermal LNXTHERM:01: registered as thermal_zone1
[    7.248830] ACPI: Thermal Zone [DTS0] (24 C)
[    7.250511] thermal LNXTHERM:02: registered as thermal_zone2
[    7.250519] ACPI: Thermal Zone [DTS1] (24 C)
[    7.292801] [Firmware Bug]: ACPI(NGFX) defines _DOD but not _DOS
[    7.293934] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input2
[    7.294156] ACPI: Video Device [NGFX] (multi-head: yes  rom: no  post: no)
[    7.299270] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[    7.301469] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[    7.301682] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    7.326724] ACPI: Power Button [PWRB]
[    7.326925] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
[    7.329749] ACPI: Lid Switch [LID0]
[    7.339523] tifm_7xx1 0000:09:04.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    7.407696] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    7.407715] ACPI: Battery Slot [BAT1] (battery present)
[    7.410864] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    7.423777] ACPI: AC Adapter [ACAD] (off-line)
[    7.482339] ACPI: acpi_idle registered with cpuidle
[    7.488821] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input5
[    7.504698] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input6
[    7.507981] Monitor-Mwait will be used to enter C-1 state
[    7.512820] Monitor-Mwait will be used to enter C-2 state
[    7.516703] Monitor-Mwait will be used to enter C-3 state
[    7.516729] Marking TSC unstable due to TSC halts in idle
[    7.520348] Switching to clocksource hpet
[    7.578125] usbcore: registered new interface driver usbfs
[    7.578596] usbcore: registered new interface driver hub
[    7.579085] usbcore: registered new device driver usb
[    7.631574] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    7.631586] ACPI: resource 0000:00:1f.3 [io  0x1c00-0x1c1f] conflicts with ACPI region SMBI [io 0x1c00-0x1c0f]
[    7.631592] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.634835] sony-laptop: Sony Programmable IO Control Driver v0.6.
[    7.634873] sony-laptop: detected Type3 model
[    7.638601] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:39/SNY6001:00/input/input7
[    7.639669] input: Sony Vaio Jogdial as /devices/virtual/input/input8
[    7.653059] sony-laptop: Sony Notebook Control Driver v0.6.
[    7.658794] Linux agpgart interface v0.103
[    7.664580] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    7.664636] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 20 (level, low) -> IRQ 20
[    7.664688] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    7.664697] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    7.664776] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    7.675304] ehci_hcd 0000:00:1a.7: debug port 1
[    7.682081] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    7.682123] ehci_hcd 0000:00:1a.7: irq 20, io mem 0xfc304000
[    7.700048] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    7.700604] hub 1-0:1.0: USB hub found
[    7.700616] hub 1-0:1.0: 4 ports detected
[    7.701503] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    7.701568] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    7.701578] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    7.701602] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    7.713460] ehci_hcd 0000:00:1d.7: debug port 1
[    7.717364] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    7.717403] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfc304400
[    7.730049] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    7.730413] hub 2-0:1.0: USB hub found
[    7.730425] hub 2-0:1.0: 6 ports detected
[    7.779861] uhci_hcd: USB Universal Host Controller Interface driver
[    7.779954] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    7.779972] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    7.779981] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    7.780036] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    7.792370] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001800
[    7.794167] hub 3-0:1.0: USB hub found
[    7.794404] hub 3-0:1.0: 2 ports detected
[    7.794653] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[    7.794671] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    7.794679] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    7.794701] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    7.810615] uhci_hcd 0000:00:1a.1: irq 20, io base 0x00001820
[    7.811024] hub 4-0:1.0: USB hub found
[    7.811036] hub 4-0:1.0: 2 ports detected
[    7.811240] firewire_ohci 0000:09:04.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    7.811610] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    7.811628] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    7.811637] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    7.811658] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    7.825494] tpm_tis 00:09: 1.2 TPM (device-id 0xB, rev-id 16)
[    7.825890] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
[    7.826473] hub 5-0:1.0: USB hub found
[    7.826485] hub 5-0:1.0: 2 ports detected
[    7.826778] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[    7.826796] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    7.826805] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    7.826831] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    7.836753] uhci_hcd 0000:00:1d.1: irq 23, io base 0x00001860
[    7.837171] hub 6-0:1.0: USB hub found
[    7.837182] hub 6-0:1.0: 2 ports detected
[    7.837420] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 23 (level, low) -> IRQ 23
[    7.837437] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    7.837446] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    7.837466] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    7.846798] uhci_hcd 0000:00:1d.2: irq 23, io base 0x00001880
[    7.847204] hub 7-0:1.0: USB hub found
[    7.847215] hub 7-0:1.0: 2 ports detected
[    7.863547] firewire_ohci: Added fw-ohci device 0000:09:04.1, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
[    7.863669] yenta_cardbus 0000:09:04.0: CardBus bridge found [104d:9008]
[    7.863702] yenta_cardbus 0000:09:04.0: Enabling burst memory read transactions
[    7.863714] yenta_cardbus 0000:09:04.0: Using CSCINT to route CSC interrupts to PCI
[    7.863720] yenta_cardbus 0000:09:04.0: Routing CardBus interrupts to PCI
[    7.863732] yenta_cardbus 0000:09:04.0: TI: mfunc 0x01a21b22, devctl 0x64
[    7.873416] cfg80211: Calling CRDA to update world regulatory domain
[    8.094127] yenta_cardbus 0000:09:04.0: ISA IRQ mask 0x0cb0, PCI irq 20
[    8.094136] yenta_cardbus 0000:09:04.0: Socket status: 30000006
[    8.094145] pci_bus 0000:09: Raising subordinate bus# of parent bus (#09) from #0a to #0d
[    8.094165] yenta_cardbus 0000:09:04.0: pcmcia: parent PCI bridge window: [io  0x7000-0x7fff]
[    8.094173] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x7000-0x7fff: excluding 0x7000-0x70ff 0x7400-0x74ff
[    8.109826] yenta_cardbus 0000:09:04.0: pcmcia: parent PCI bridge window: [mem 0xfc000000-0xfc0fffff]
[    8.109836] pcmcia_socket pcmcia_socket0: cs: memory probe 0xfc000000-0xfc0fffff: excluding 0xfc000000-0xfc00ffff
[    8.109879] yenta_cardbus 0000:09:04.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x83ffffff pref]
[    8.109887] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x83ffffff: excluding 0x80000000-0x83ffffff
[    8.113394] usb 1-2: new high speed USB device using ehci_hcd and address 3
[    8.215935] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[    8.215943] iwl3945: Copyright(c) 2003-2010 Intel Corporation
[    8.216044] iwl3945 0000:06:00.0: power state changed by ACPI to D0
[    8.216060] iwl3945 0000:06:00.0: power state changed by ACPI to D0
[    8.216088] iwl3945 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    8.216109] iwl3945 0000:06:00.0: setting latency timer to 64
[    8.274466] iwl3945 0000:06:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[    8.274475] iwl3945 0000:06:00.0: Detected Intel Wireless WiFi Link 3945ABG
[    8.274652] iwl3945 0000:06:00.0: irq 46 for MSI/MSI-X
[    8.353380] usb 2-4: new high speed USB device using ehci_hcd and address 2
[    8.363575] firewire_core: created device fw0: GUID 0800460302921509, S400
[    8.571437] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[    8.602529] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
[    8.604961] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x3f0-0x3f7 0x4d0-0x4d7
[    8.606028] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
[    8.607057] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
[    8.608028] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcffff 0xe0000-0xfffff
[    8.608199] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[    8.608372] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[    8.608545] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
[    8.653712] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
[    8.653727] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
[    8.653747] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    8.653881] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[    8.653942] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    8.827376] input: HDA Intel Mic at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    8.827640] input: HDA Intel HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    8.873384] usb 3-1: new full speed USB device using uhci_hcd and address 2
[    9.141022] Linux video capture interface: v2.00
[    9.221136] uvcvideo: Found UVC 1.00 device <unnamed> (05ca:183a)
[    9.221482] uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
[    9.221757] uvcvideo: Failed to query (129) UVC probe control : -32 (exp. 26).
[    9.221763] uvcvideo: Failed to initialize the device (-5).
[    9.221839] usbcore: registered new interface driver uvcvideo
[    9.221844] USB Video Class driver (v1.0.0)
[    9.266838] usb 7-1: new full speed USB device using uhci_hcd and address 2
[    9.343915] usbcore: registered new interface driver uas
[    9.378220] Initializing USB Mass Storage driver...
[    9.378803] scsi4 : usb-storage 2-4:1.0
[    9.379652] usbcore: registered new interface driver usb-storage
[    9.379658] USB Mass Storage support registered.
[    9.522090] nvidia: module license 'NVIDIA' taints kernel.
[    9.522101] Disabling lock debugging due to kernel taint
[    9.629324] Bluetooth: Core ver 2.15
[    9.629738] NET: Registered protocol family 31
[    9.629743] Bluetooth: HCI device and connection manager initialized
[    9.629749] Bluetooth: HCI socket layer initialized
[    9.940280] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    9.941265] usbcore: registered new interface driver btusb
[   10.390545] scsi 4:0:0:0: Direct-Access     Sony     USB   HS-CARD    4.82 PQ: 0 ANSI: 0
[   10.391101] sd 4:0:0:0: Attached scsi generic sg2 type 0
[   10.399374] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[   11.874710] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   11.874730] nvidia 0000:01:00.0: setting latency timer to 64
[   11.874741] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   11.875045] NVRM: loading NVIDIA UNIX x86 Kernel Module  270.41.06  Mon Apr 18 14:54:25 PDT 2011
[  130.073496] tpm_tis 00:09: tpm_transmit: tpm_send: error 4294967234
[  187.312159] EXT4-fs (sda3): re-mounted. Opts: (null)
[  187.438163] EXT4-fs (sda3): warning: maximal mount count reached, running e2fsck is recommended
[  187.438508] EXT4-fs (sda3): re-mounted. Opts: (null)
[  187.588538] Adding 3905532k swap on /dev/sda5.  Priority:-1 extents:1 across:3905532k 

I am gonna try with the load_modules param now and i ll post back.
Thanks much for the replies

Offline

Board footer

Powered by FluxBB