* yenta cardbus problem
@ 2011-04-25 12:36 Germán Sanchis
2011-04-25 14:00 ` Dominik Brodowski
0 siblings, 1 reply; 8+ messages in thread
From: Germán Sanchis @ 2011-04-25 12:36 UTC (permalink / raw)
To: linux-kernel
Hi!
In my old laptop I had a PCMCIA Creative SoundBlaster Audigy2 ZS
notebook card in order to get my external speakers working. When I
bought a new laptop, I found out that my old PCMCIA card did not fit
in any hole any more... damn! So, I decided to buy a PCMCIA to
ExpressCard adapter. Specifically, I bought DuelAdapter, but I don't
seem to be able to get it working. It does work properly in the Vista
installation my laptop has since I bought it, so a hardware problem is
out of question. I have been doing quite a lot of googleing, but I am
puzzled and don't know what the issue might be. Here a couple of
things which I think could be related.
lspci reports:
""
...
05:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI
Express-to-PCI Bridge (rev 03)
06:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
""
(no sound card!)
Note that the adapter has a switch, which is intended to be in
"position A" for MacOS, and in "position B" for Windows XP (although
my Vista system recognised it perfectly in position A). Under linux,
lspci reports the above devices with the switch in A position, and in
B the devices do not show up.
When googling, I read that the "pci=assign-busses" kernel option could
be the solution, but that didn't help either, and in fact specifying
such option results in the devices above not being listed by lspci.
Here more lspci info:
""
$ lspci -v | grep subordinate
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
Bus: primary=00, secondary=04, subordinate=09, sec-latency=0
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
Bus: primary=00, secondary=00, subordinate=00, sec-latency=0
""
In addition, yenta seems not to be very happy with the setup:
""
$ dmesg | grep yenta
[ 21.098659] yenta_cardbus 0000:05:00.0: No cardbus resource!
""
And I have been unable to find anybody reporting such error in
google... only pages where this error is listed along with the kernel
code, and a couple of pages which do not seem to be related.
I also tried installing the sound card modules by hand via
/etc/modules and rebooting, but that doesn't help either, although the
modules get loaded correctly:
""
$ lsmod | grep yenta
yenta_socket 22901 0
rsrc_nonstatic 9830 1 yenta_socket
pcmcia_core 38176 2 yenta_socket,rsrc_nonstatic
$ lsmod | grep emu10k
snd_emu10k1_synth 6036 0
snd_emux_synth 37367 1 snd_emu10k1_synth
snd_emu10k1 148561 1 snd_emu10k1_synth
snd_ac97_codec 125394 1 snd_emu10k1
snd_pcm 87882 5
snd_emu10k1,snd_hda_intel,snd_hda_codec,snd_ac97_codec,snd_pcm_oss
snd_rawmidi 23420 3 snd_seq_virmidi,snd_emu10k1,snd_seq_midi
snd_util_mem 3818 2 snd_emux_synth,snd_emu10k1
snd_hwdep 6924 3 snd_emux_synth,snd_emu10k1,snd_hda_codec
snd_timer 23649 3 snd_emu10k1,snd_pcm,snd_seq
snd_seq_device 6888 8
snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 71187 20
snd_emux_synth,snd_seq_virmidi,snd_hda_codec_idt,snd_emu10k1,snd_hda_intel,snd_hda_codec,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_pcm,snd_rawmidi,snd_seq,snd_hwdep,snd_timer,snd_seq_device
snd_page_alloc 8500 3 snd_emu10k1,snd_hda_intel,snd_pcm
""
I would have thought that, simply, the adapter is not supported, but
then I also came accross
the following site:
http://fr.audiofanzine.com/carte-son-pcmcia/e-mu/1616M/forums/t.280979,emu-1616m-adaptateur-pcmcia-expresscard-linux.html
Although in french, the author reports that he got a similar sound
card working a PCMCIA-ExpressCard adapter wich reports the same chip
in lspci (the Texas Instruments XIO2000(A)/XIO2200(A) PCI
Express-to-PCI Bridge).
I am running Ubuntu 10.10 with a 2.6.35-28-generic kernel, on a x86_64
machine (an HP dv3000 series laptop).
Any ideas or hints towards where to get any help? ANY help at all is
appreciated, since I have run out of resources towards solving this
problem!! And if you need any further info, please do ask me!
Thanks!!
P.S.: I already posted this problem on the ubuntu forums in
http://ubuntuforums.org/showthread.php?t=1587221
but got no answer, which is why I am finally posting this here. Please
excuse me in the case this is not a kernel-related issue, and, since I
am not subscribed to the kernel-mailing list, please CC me in case of
an answer.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: yenta cardbus problem
2011-04-25 12:36 yenta cardbus problem Germán Sanchis
@ 2011-04-25 14:00 ` Dominik Brodowski
2011-04-25 17:13 ` Germán Sanchis
0 siblings, 1 reply; 8+ messages in thread
From: Dominik Brodowski @ 2011-04-25 14:00 UTC (permalink / raw)
To: Germán Sanchis; +Cc: linux-kernel
Hey,
On Mon, Apr 25, 2011 at 02:36:15PM +0200, Germán Sanchis wrote:
> In my old laptop I had a PCMCIA Creative SoundBlaster Audigy2 ZS
> notebook card in order to get my external speakers working. When I
> bought a new laptop, I found out that my old PCMCIA card did not fit
> in any hole any more... damn! So, I decided to buy a PCMCIA to
> ExpressCard adapter. Specifically, I bought DuelAdapter, but I don't
> seem to be able to get it working. It does work properly in the Vista
> installation my laptop has since I bought it, so a hardware problem is
> out of question. I have been doing quite a lot of googleing, but I am
> puzzled and don't know what the issue might be. Here a couple of
> things which I think could be related.
First of all, does passing "override_bios=1" as a module parameter
to the yenta_socket module help?
> lspci reports:
> ""
> ...
> 05:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI
> Express-to-PCI Bridge (rev 03)
> 06:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
> ""
>
> (no sound card!)
What does "lspci -vvv" report?
> Note that the adapter has a switch, which is intended to be in
> "position A" for MacOS, and in "position B" for Windows XP (although
> my Vista system recognised it perfectly in position A). Under linux,
> lspci reports the above devices with the switch in A position, and in
> B the devices do not show up.
Could you send us a full "dmesg" with the switch in the A and one with the
switch in the B position, preferrably with ddebug_query="module yenta_socket +p"
added as boot parameter?
> In addition, yenta seems not to be very happy with the setup:
>
> ""
> $ dmesg | grep yenta
> [ 21.098659] yenta_cardbus 0000:05:00.0: No cardbus resource!
> ""
Was this with or without the "pci=assign-busses" parameter?
Best,
Dominik
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: yenta cardbus problem
2011-04-25 14:00 ` Dominik Brodowski
@ 2011-04-25 17:13 ` Germán Sanchis
2011-04-25 20:14 ` PCIE-to-PCI bridge doesn't pass mem resources downstream [Re: yenta cardbus problem] Dominik Brodowski
0 siblings, 1 reply; 8+ messages in thread
From: Germán Sanchis @ 2011-04-25 17:13 UTC (permalink / raw)
To: Dominik Brodowski, Germán Sanchis, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1715 bytes --]
Hi again.
First of all, thanks for your help.
Then, one small note: in my first message, the lspci info might have
been slightly incorrect: when I first posted this error in the ubuntu
forums, lspci reported the devices as:
...
04:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI
Express-to-PCI Bridge (rev 03)
05:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
whereas this morning it was reporting them at 05:00.0 and 06:00.0. I
changed that part of the post, but didn't think about changing the
rest. Right now, and with the assign_busses and override_bios options,
lspci is reporting them on 04:00.0 and 05:00.0. Just in case you
notice a small inconsistency in that sense.
I tried the "override_bios=1" parameter when loading yenta_socket, but
that does not seem to help. I did this by:
$ echo "options yenta_socket override_bios=1" >
/etc/modprobe.d/yenta_socket.conf
and rebooted. Just to let you know what was done, since it is the
first time I do this and googled for it, so I want to make sure that I
am not reporting to have tried something which I might have done
incorrectly.
I am attaching three files to this email:
- A.log is the dmesg output when the switch is in position A
- B.log is the dmesg output when the switch is in position B
- lspci.log is the output of lspci -vvv with the switch in position A.
When the switch is in position B, lspci does not report the devices 04
and 05 above.
All the files were collected with 'ddebug_query="module yenta_socket
+p" pci=assign-busses' kernel options, and with yenta_socket
override_bios option.
Thanks again for your help,
best regards,
Germán Sanchis Trilles
[-- Attachment #2: A.log --]
[-- Type: application/octet-stream, Size: 65517 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.35-28-generic (buildd@allspice) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #50-Ubuntu SMP Fri Mar 18 18:42:20 UTC 2011 (Ubuntu 2.6.35-28.50-generic 2.6.35.11)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic root=UUID=48e938a5-3c0e-4217-abb7-127910818d49 ro quiet splash ddebug_query="module yenta_socket +p" pci=assign-busses
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
[ 0.000000] BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000be9c5000 (usable)
[ 0.000000] BIOS-e820: 00000000be9c5000 - 00000000be9c8000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000be9c8000 - 00000000bfc6b000 (usable)
[ 0.000000] BIOS-e820: 00000000bfc6b000 - 00000000bfcbf000 (reserved)
[ 0.000000] BIOS-e820: 00000000bfcbf000 - 00000000bfd86000 (usable)
[ 0.000000] BIOS-e820: 00000000bfd86000 - 00000000bfdbf000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfdbf000 - 00000000bfde1000 (usable)
[ 0.000000] BIOS-e820: 00000000bfde1000 - 00000000bfdf6000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfdf6000 - 00000000bfe00000 (usable)
[ 0.000000] BIOS-e820: 00000000bfe00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0xbfe00 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-CFFFF uncachable
[ 0.000000] D0000-DFFFF write-protect
[ 0.000000] E0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BFE00000 mask FFFE00000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 base 0FFF00000 mask FFFF00000 write-protect
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 000000000009e000 (usable)
[ 0.000000] modified: 000000000009e000 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 00000000be9c5000 (usable)
[ 0.000000] modified: 00000000be9c5000 - 00000000be9c8000 (ACPI NVS)
[ 0.000000] modified: 00000000be9c8000 - 00000000bfc6b000 (usable)
[ 0.000000] modified: 00000000bfc6b000 - 00000000bfcbf000 (reserved)
[ 0.000000] modified: 00000000bfcbf000 - 00000000bfd86000 (usable)
[ 0.000000] modified: 00000000bfd86000 - 00000000bfdbf000 (ACPI NVS)
[ 0.000000] modified: 00000000bfdbf000 - 00000000bfde1000 (usable)
[ 0.000000] modified: 00000000bfde1000 - 00000000bfdf6000 (ACPI data)
[ 0.000000] modified: 00000000bfdf6000 - 00000000bfe00000 (usable)
[ 0.000000] modified: 00000000bfe00000 - 00000000c0000000 (reserved)
[ 0.000000] modified: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] modified: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] modified: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] modified: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] modified: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] modified: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bfe00000
[ 0.000000] 0000000000 - 00bfe00000 page 2M
[ 0.000000] kernel direct mapping tables up to bfe00000 @ 16000-1a000
[ 0.000000] RAMDISK: 3756f000 - 37ff0000
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 HP )
[ 0.000000] ACPI: XSDT 00000000bfdf5120 00064 (v01 HPQOEM SLIC-MPC 00000001 01000013)
[ 0.000000] ACPI: FACP 00000000bfde2000 000F4 (v04 HP DIABLO 00000001 MSFT 01000013)
[ 0.000000] ACPI: DSDT 00000000bfde5000 0A3DB (v01 HP DIABLO 00000001 MSFT 01000013)
[ 0.000000] ACPI: FACS 00000000bfd92000 00040
[ 0.000000] ACPI: HPET 00000000bfdf3000 00038 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: APIC 00000000bfdf2000 0006C (v02 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: MCFG 00000000bfdf1000 0003C (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: ASF! 00000000bfdf0000 000A5 (v32 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: SLIC 00000000bfde4000 00176 (v01 HPQOEM SLIC-MPC 00000001 LOHR 00000000)
[ 0.000000] ACPI: BOOT 00000000bfde3000 00028 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: SSDT 00000000bfde1000 00655 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000bfe00000
[ 0.000000] Initmem setup node 0 0000000000000000-00000000bfe00000
[ 0.000000] NODE_DATA [0000000001d19240 - 0000000001d1e23f]
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff880002600000-ffff880004ffffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x000be9c5
[ 0.000000] 0: 0x000be9c8 -> 0x000bfc6b
[ 0.000000] 0: 0x000bfcbf -> 0x000bfd86
[ 0.000000] 0: 0x000bfdbf -> 0x000bfde1
[ 0.000000] 0: 0x000bfdf6 -> 0x000bfe00
[ 0.000000] On node 0 totalpages: 785641
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3926 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10689 pages used for memmap
[ 0.000000] DMA32 zone: 770970 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, 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 4 CPUs, 2 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] early_res array is doubled to 64 at [18000 - 187ff]
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000be9c5000 - 00000000be9c8000
[ 0.000000] PM: Registered nosave memory: 00000000bfc6b000 - 00000000bfcbf000
[ 0.000000] PM: Registered nosave memory: 00000000bfd86000 - 00000000bfdbf000
[ 0.000000] PM: Registered nosave memory: 00000000bfde1000 - 00000000bfdf6000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001e00000 s91520 r8192 d23168 u524288
[ 0.000000] early_res array is doubled to 128 at [18800 - 197ff]
[ 0.000000] pcpu-alloc: s91520 r8192 d23168 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 774896
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic root=UUID=48e938a5-3c0e-4217-abb7-127910818d49 ro quiet splash ddebug_query="module yenta_socket +p" pci=assign-busses
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 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] Subtract (59 early reservations)
[ 0.000000] #1 [0001000000 - 0001d18114] TEXT DATA BSS
[ 0.000000] #2 [003756f000 - 0037ff0000] RAMDISK
[ 0.000000] #3 [000009e000 - 0000100000] BIOS reserved
[ 0.000000] #4 [0001d19000 - 0001d19238] BRK
[ 0.000000] #5 [0000010000 - 0000012000] TRAMPOLINE
[ 0.000000] #6 [0000012000 - 0000016000] ACPI WAKEUP
[ 0.000000] #7 [0000016000 - 0000018000] PGTABLE
[ 0.000000] #8 [0001d19240 - 0001d1e240] NODE_DATA
[ 0.000000] #9 [0001d1e240 - 0001d1f240] BOOTMEM
[ 0.000000] #10 [0001d18140 - 0001d18380] BOOTMEM
[ 0.000000] #11 [0002520000 - 0002521000] BOOTMEM
[ 0.000000] #12 [0002521000 - 0002522000] BOOTMEM
[ 0.000000] #13 [0002600000 - 0005000000] MEMMAP 0
[ 0.000000] #14 [0001d18380 - 0001d18500] BOOTMEM
[ 0.000000] #15 [0001d1f240 - 0001d37240] BOOTMEM
[ 0.000000] #16 [0001d38000 - 0001d39000] BOOTMEM
[ 0.000000] #17 [0001d18500 - 0001d18541] BOOTMEM
[ 0.000000] #18 [0001d18580 - 0001d185c3] BOOTMEM
[ 0.000000] #19 [0001d18600 - 0001d18a98] BOOTMEM
[ 0.000000] #20 [0001d18ac0 - 0001d18b28] BOOTMEM
[ 0.000000] #21 [0001d18b40 - 0001d18ba8] BOOTMEM
[ 0.000000] #22 [0001d18bc0 - 0001d18c28] BOOTMEM
[ 0.000000] #23 [0001d18c40 - 0001d18ca8] BOOTMEM
[ 0.000000] #24 [0001d18cc0 - 0001d18d28] BOOTMEM
[ 0.000000] #25 [0001d18d40 - 0001d18da8] BOOTMEM
[ 0.000000] #26 [0001d18dc0 - 0001d18e28] BOOTMEM
[ 0.000000] #27 [0001d18e40 - 0001d18ea8] BOOTMEM
[ 0.000000] #28 [0001d18ec0 - 0001d18f28] BOOTMEM
[ 0.000000] #29 [0001d18f40 - 0001d18fa8] BOOTMEM
[ 0.000000] #30 [0001d37240 - 0001d372a8] BOOTMEM
[ 0.000000] #31 [0001d372c0 - 0001d37328] BOOTMEM
[ 0.000000] #32 [0001d37340 - 0001d373a8] BOOTMEM
[ 0.000000] #33 [0001d373c0 - 0001d37428] BOOTMEM
[ 0.000000] #34 [0001d37440 - 0001d374a8] BOOTMEM
[ 0.000000] #35 [0001d374c0 - 0001d37528] BOOTMEM
[ 0.000000] #36 [0001d37540 - 0001d375a8] BOOTMEM
[ 0.000000] #37 [0001d375c0 - 0001d37628] BOOTMEM
[ 0.000000] #38 [0001d37640 - 0001d376a8] BOOTMEM
[ 0.000000] #39 [0001d376c0 - 0001d37728] BOOTMEM
[ 0.000000] #40 [0001d18fc0 - 0001d18fe0] BOOTMEM
[ 0.000000] #41 [0001d37740 - 0001d37760] BOOTMEM
[ 0.000000] #42 [0001d37780 - 0001d377a0] BOOTMEM
[ 0.000000] #43 [0001d377c0 - 0001d377e0] BOOTMEM
[ 0.000000] #44 [0001d37800 - 0001d37820] BOOTMEM
[ 0.000000] #45 [0001d37840 - 0001d378e2] BOOTMEM
[ 0.000000] #46 [0001d37900 - 0001d379a2] BOOTMEM
[ 0.000000] #47 [0001e00000 - 0001e1e000] BOOTMEM
[ 0.000000] #48 [0001e80000 - 0001e9e000] BOOTMEM
[ 0.000000] #49 [0001f00000 - 0001f1e000] BOOTMEM
[ 0.000000] #50 [0001f80000 - 0001f9e000] BOOTMEM
[ 0.000000] #51 [0001d379c0 - 0001d379c8] BOOTMEM
[ 0.000000] #52 [0001d37a00 - 0001d37a08] BOOTMEM
[ 0.000000] #53 [0001d37a40 - 0001d37a50] BOOTMEM
[ 0.000000] #54 [0001d37a80 - 0001d37aa0] BOOTMEM
[ 0.000000] #55 [0001d37ac0 - 0001d37bf0] BOOTMEM
[ 0.000000] #56 [0001d37c00 - 0001d37c50] BOOTMEM
[ 0.000000] #57 [0001d37c80 - 0001d37cd0] BOOTMEM
[ 0.000000] #58 [0001d39000 - 0001d41000] BOOTMEM
[ 0.000000] Memory: 3074708k/3143680k available (5716k kernel code, 1116k absent, 67856k reserved, 5375k data, 912k init)
[ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:712
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 31457280 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] Fast TSC calibration using PIT
[ 0.000000] Detected 1995.060 MHz processor.
[ 0.010011] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.12 BogoMIPS (lpj=19950600)
[ 0.010016] pid_max: default: 32768 minimum: 301
[ 0.010042] Security Framework initialized
[ 0.010065] AppArmor: AppArmor initialized
[ 0.010067] Yama: becoming mindful.
[ 0.010548] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.013117] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.014341] Mount-cache hash table entries: 256
[ 0.014508] Initializing cgroup subsys ns
[ 0.014515] Initializing cgroup subsys cpuacct
[ 0.014519] Initializing cgroup subsys memory
[ 0.014529] Initializing cgroup subsys devices
[ 0.014532] Initializing cgroup subsys freezer
[ 0.014534] Initializing cgroup subsys net_cls
[ 0.014567] CPU: Physical Processor ID: 0
[ 0.014569] CPU: Processor Core ID: 0
[ 0.014571] mce: CPU supports 6 MCE banks
[ 0.014580] CPU0: Thermal monitoring enabled (TM1)
[ 0.014585] using mwait in idle threads.
[ 0.014588] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.014596] ... version: 2
[ 0.014598] ... bit width: 40
[ 0.014599] ... generic registers: 2
[ 0.014601] ... value mask: 000000ffffffffff
[ 0.014603] ... max period: 000000007fffffff
[ 0.014605] ... fixed-purpose events: 3
[ 0.014607] ... event mask: 0000000700000003
[ 0.020658] ACPI: Core revision 20100428
[ 0.040012] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.040018] ftrace: allocating 22687 entries in 89 pages
[ 0.050056] Setting APIC routing to flat
[ 0.050409] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.158626] CPU0: Intel(R) Core(TM)2 Duo CPU P7350 @ 2.00GHz stepping 06
[ 0.160000] Booting Node 0, Processors #1
[ 0.320017] Brought up 2 CPUs
[ 0.320021] Total of 2 processors activated (7980.56 BogoMIPS).
[ 0.320733] devtmpfs: initialized
[ 0.320737] regulator: core version 0.5
[ 0.320763] Time: 18:42:47 Date: 04/25/11
[ 0.320804] NET: Registered protocol family 16
[ 0.320827] Trying to unpack rootfs image as initramfs...
[ 0.320942] ACPI: bus type pci registered
[ 0.321022] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.321026] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.336415] PCI: Using configuration type 1 for base access
[ 0.350187] bio: create slab <bio-0> at 0
[ 0.352097] ACPI: EC: Look up EC in DSDT
[ 0.354684] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.357625] ACPI: BIOS _OSI(Linux) query ignored
[ 0.585742] Freeing initrd memory: 10756k freed
[ 0.621768] ACPI: SSDT 00000000bfc76c98 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.622275] ACPI: Dynamic OEM Table Load:
[ 0.622279] ACPI: SSDT (null) 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.622620] ACPI: SSDT 00000000bfc74618 005B3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.623105] ACPI: Dynamic OEM Table Load:
[ 0.623108] ACPI: SSDT (null) 005B3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.623675] ACPI: SSDT 00000000bfc75e18 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.624195] ACPI: Dynamic OEM Table Load:
[ 0.624198] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.624392] ACPI: SSDT 00000000bfc76f18 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.624890] ACPI: Dynamic OEM Table Load:
[ 0.624894] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.620120] ACPI: Interpreter enabled
[ 0.620124] ACPI: (supports S0 S3 S4 S5)
[ 0.620158] ACPI: Using IOAPIC for interrupt routing
[ 0.631712] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[ 0.631801] ACPI: Power Resource [FN00] (on)
[ 0.631997] ACPI: No dock devices found.
[ 0.632001] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.632555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.633625] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.633629] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.633632] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.633636] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
[ 0.633716] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.633720] pci 0000:00:01.0: PME# disabled
[ 0.633828] pci 0000:00:1a.0: reg 20: [io 0x60e0-0x60ff]
[ 0.633945] pci 0000:00:1a.1: reg 20: [io 0x60c0-0x60df]
[ 0.634042] pci 0000:00:1a.7: reg 10: [mem 0xd9304c00-0xd9304fff]
[ 0.634120] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.634125] pci 0000:00:1a.7: PME# disabled
[ 0.634168] pci 0000:00:1b.0: reg 10: [mem 0xd9300000-0xd9303fff 64bit]
[ 0.634222] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.634227] pci 0000:00:1b.0: PME# disabled
[ 0.634314] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.634318] pci 0000:00:1c.0: PME# disabled
[ 0.634405] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.634410] pci 0000:00:1c.1: PME# disabled
[ 0.634501] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.634505] pci 0000:00:1c.5: PME# disabled
[ 0.634590] pci 0000:00:1d.0: reg 20: [io 0x60a0-0x60bf]
[ 0.634705] pci 0000:00:1d.1: reg 20: [io 0x6080-0x609f]
[ 0.634824] pci 0000:00:1d.2: reg 20: [io 0x6060-0x607f]
[ 0.634943] pci 0000:00:1d.3: reg 20: [io 0x6040-0x605f]
[ 0.635026] pci 0000:00:1d.7: reg 10: [mem 0xd9304800-0xd9304bff]
[ 0.635102] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.635106] pci 0000:00:1d.7: PME# disabled
[ 0.635311] pci 0000:00:1f.2: reg 10: [io 0x6108-0x610f]
[ 0.635318] pci 0000:00:1f.2: reg 14: [io 0x6114-0x6117]
[ 0.635326] pci 0000:00:1f.2: reg 18: [io 0x6100-0x6107]
[ 0.635332] pci 0000:00:1f.2: reg 1c: [io 0x6110-0x6113]
[ 0.635339] pci 0000:00:1f.2: reg 20: [io 0x6020-0x603f]
[ 0.635346] pci 0000:00:1f.2: reg 24: [mem 0xd9304000-0xd93047ff]
[ 0.635387] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.635391] pci 0000:00:1f.2: PME# disabled
[ 0.635427] pci 0000:00:1f.3: reg 10: [mem 0xd9305000-0xd93050ff 64bit]
[ 0.635444] pci 0000:00:1f.3: reg 20: [io 0x6000-0x601f]
[ 0.635566] pci 0000:01:00.0: reg 10: [mem 0xd2000000-0xd2ffffff]
[ 0.635582] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.635597] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit]
[ 0.635606] pci 0000:01:00.0: reg 24: [io 0x5000-0x507f]
[ 0.635616] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.650022] pci 0000:00:01.0: PCI bridge to [bus 01-ff]
[ 0.650026] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
[ 0.650029] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd2ffffff]
[ 0.650034] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.650125] pci 0000:02:00.0: reg 10: [io 0x3000-0x30ff]
[ 0.650147] pci 0000:02:00.0: reg 18: [mem 0xd8200000-0xd8200fff 64bit]
[ 0.650164] pci 0000:02:00.0: reg 20: [mem 0xd3000000-0xd300ffff 64bit pref]
[ 0.650173] pci 0000:02:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.650220] pci 0000:02:00.0: supports D1 D2
[ 0.650222] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.650227] pci 0000:02:00.0: PME# disabled
[ 0.670017] pci 0000:00:1c.0: PCI bridge to [bus 02-ff]
[ 0.670021] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
[ 0.670027] pci 0000:00:1c.0: bridge window [mem 0xd8200000-0xd92fffff]
[ 0.670034] pci 0000:00:1c.0: bridge window [mem 0xd3000000-0xd40fffff 64bit pref]
[ 0.670182] pci 0000:03:00.0: reg 10: [mem 0xd7100000-0xd7101fff 64bit]
[ 0.670301] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.670311] pci 0000:03:00.0: PME# disabled
[ 0.690042] pci 0000:00:1c.1: PCI bridge to [bus 03-ff]
[ 0.690047] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.690052] pci 0000:00:1c.1: bridge window [mem 0xd7100000-0xd81fffff]
[ 0.690060] pci 0000:00:1c.1: bridge window [mem 0xd4100000-0xd50fffff 64bit pref]
[ 0.690245] pci 0000:04:00.0: supports D1 D2
[ 0.690273] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.690286] pci 0000:00:1c.5: PCI bridge to [bus 04-ff]
[ 0.690290] pci 0000:00:1c.5: bridge window [io 0x1000-0x1fff]
[ 0.690295] pci 0000:00:1c.5: bridge window [mem 0xd6100000-0xd70fffff]
[ 0.690303] pci 0000:00:1c.5: bridge window [mem 0xd5100000-0xd60fffff 64bit pref]
[ 0.690462] pci 0000:05:00.0: reg 10: [mem 0x00000000-0x00000fff]
[ 0.690500] pci 0000:05:00.0: supports D1 D2
[ 0.690502] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.690509] pci 0000:05:00.0: PME# disabled
[ 0.690617] pci 0000:04:00.0: PCI bridge to [bus 05-ff]
[ 0.690628] pci 0000:04:00.0: bridge window [io 0x0000-0x0000] (disabled)
[ 0.690634] pci 0000:04:00.0: bridge window [mem 0x00000000-0x000fffff] (disabled)
[ 0.690646] pci 0000:04:00.0: bridge window [mem 0x00000000-0x000fffff pref] (disabled)
[ 0.690803] pci 0000:00:1e.0: PCI bridge to [bus 0a-ff] (subtractive decode)
[ 0.690808] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.690812] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.690820] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.690822] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.690825] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.690828] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.690830] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[ 0.690842] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.691115] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.691201] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.691358] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.691474] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[ 0.691578] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP6._PRT]
[ 0.707602] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.707742] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.707881] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.708024] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.708162] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.708301] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.708440] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.708578] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.708645] HEST: Table is not found!
[ 0.708752] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.708757] vgaarb: loaded
[ 0.708907] SCSI subsystem initialized
[ 0.708920] libata version 3.00 loaded.
[ 0.708920] usbcore: registered new interface driver usbfs
[ 0.708920] usbcore: registered new interface driver hub
[ 0.708920] usbcore: registered new device driver usb
[ 0.708920] ACPI: WMI: Mapper loaded
[ 0.708920] PCI: Using ACPI for IRQ routing
[ 0.708920] PCI: pci_cache_line_size set to 64 bytes
[ 0.708920] reserve RAM buffer: 000000000009e000 - 000000000009ffff
[ 0.708920] reserve RAM buffer: 00000000be9c5000 - 00000000bfffffff
[ 0.708920] reserve RAM buffer: 00000000bfc6b000 - 00000000bfffffff
[ 0.708920] reserve RAM buffer: 00000000bfd86000 - 00000000bfffffff
[ 0.708920] reserve RAM buffer: 00000000bfde1000 - 00000000bfffffff
[ 0.708920] reserve RAM buffer: 00000000bfe00000 - 00000000bfffffff
[ 0.708920] NetLabel: Initializing
[ 0.708920] NetLabel: domain hash size = 128
[ 0.708920] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.708920] NetLabel: unlabeled traffic allowed by default
[ 0.708920] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.708920] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.708920] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.720018] Switching to clocksource tsc
[ 0.729909] AppArmor: AppArmor Filesystem Enabled
[ 0.729930] pnp: PnP ACPI init
[ 0.729953] ACPI: bus type pnp registered
[ 0.731729] pnp 00:01: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.5 BAR 13 [io 0x1000-0x1fff]
[ 0.732610] alloc irq_desc for 23 on node 0
[ 0.732612] alloc kstat_irqs on node 0
[ 0.732672] pnp: PnP ACPI: found 11 devices
[ 0.732675] ACPI: ACPI bus type pnp unregistered
[ 0.732687] system 00:01: [io 0x0600-0x060f] has been reserved
[ 0.732690] system 00:01: [io 0x0610] has been reserved
[ 0.732693] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.732696] system 00:01: [io 0x0810-0x0817] has been reserved
[ 0.732698] system 00:01: [io 0x0820-0x0823] has been reserved
[ 0.732701] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.732704] system 00:01: [io 0x0700-0x073f] has been reserved
[ 0.732707] system 00:01: [io 0x0500-0x0501] has been reserved
[ 0.732711] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.732714] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.732716] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.732719] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.732722] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.732726] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.732729] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.732732] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.732735] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.732737] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.738785] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.738789] pci 0000:02:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.738853] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.738856] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.738859] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
[ 0.738863] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd2ffffff]
[ 0.738867] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.738873] pci 0000:02:00.0: BAR 6: assigned [mem 0xd3020000-0xd303ffff pref]
[ 0.738875] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.738878] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
[ 0.738885] pci 0000:00:1c.0: bridge window [mem 0xd8200000-0xd92fffff]
[ 0.738889] pci 0000:00:1c.0: bridge window [mem 0xd3000000-0xd40fffff 64bit pref]
[ 0.738897] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.738900] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.738906] pci 0000:00:1c.1: bridge window [mem 0xd7100000-0xd81fffff]
[ 0.738910] pci 0000:00:1c.1: bridge window [mem 0xd4100000-0xd50fffff 64bit pref]
[ 0.738919] pci 0000:04:00.0: BAR 15: can't assign mem pref (size 0x4000000)
[ 0.738922] pci 0000:04:00.0: BAR 14: can't assign mem (size 0x6000000)
[ 0.738924] pci 0000:04:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.738928] pci 0000:05:00.0: BAR 15: can't assign mem pref (size 0x4000000)
[ 0.738930] pci 0000:05:00.0: BAR 16: can't assign mem (size 0x4000000)
[ 0.738933] pci 0000:05:00.0: BAR 0: can't assign mem (size 0x1000)
[ 0.738936] pci 0000:05:00.0: BAR 13: assigned [io 0x1000-0x10ff]
[ 0.738938] pci 0000:05:00.0: BAR 14: assigned [io 0x1400-0x14ff]
[ 0.738941] pci 0000:05:00.0: CardBus bridge to [bus 06-09]
[ 0.738943] pci 0000:05:00.0: bridge window [io 0x1000-0x10ff]
[ 0.738950] pci 0000:05:00.0: bridge window [io 0x1400-0x14ff]
[ 0.738957] pci 0000:04:00.0: PCI bridge to [bus 05-09]
[ 0.738961] pci 0000:04:00.0: bridge window [io 0x1000-0x1fff]
[ 0.738970] pci 0000:04:00.0: bridge window [mem disabled]
[ 0.738976] pci 0000:04:00.0: bridge window [mem pref disabled]
[ 0.738987] pci 0000:00:1c.5: PCI bridge to [bus 04-09]
[ 0.738990] pci 0000:00:1c.5: bridge window [io 0x1000-0x1fff]
[ 0.738996] pci 0000:00:1c.5: bridge window [mem 0xd6100000-0xd70fffff]
[ 0.739001] pci 0000:00:1c.5: bridge window [mem 0xd5100000-0xd60fffff 64bit pref]
[ 0.739008] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[ 0.739010] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.739016] pci 0000:00:1e.0: bridge window [mem disabled]
[ 0.739020] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.739033] alloc irq_desc for 16 on node -1
[ 0.739035] alloc kstat_irqs on node -1
[ 0.739040] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.739044] pci 0000:00:01.0: setting latency timer to 64
[ 0.739053] alloc irq_desc for 17 on node -1
[ 0.739055] alloc kstat_irqs on node -1
[ 0.739059] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.739064] pci 0000:00:1c.0: setting latency timer to 64
[ 0.739073] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.739078] pci 0000:00:1c.1: setting latency timer to 64
[ 0.739087] pci 0000:00:1c.5: enabling device (0000 -> 0003)
[ 0.739091] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.739097] pci 0000:00:1c.5: setting latency timer to 64
[ 0.739111] pci 0000:04:00.0: enabling device (0000 -> 0001)
[ 0.739121] pci 0000:04:00.0: setting latency timer to 64
[ 0.739135] pci 0000:05:00.0: enabling device (0000 -> 0001)
[ 0.739142] pci 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.739151] pci 0000:05:00.0: setting latency timer to 64
[ 0.739160] pci 0000:00:1e.0: setting latency timer to 64
[ 0.739164] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.739167] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.739169] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.739171] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.739174] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
[ 0.739176] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd2ffffff]
[ 0.739179] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.739181] pci_bus 0000:02: resource 0 [io 0x3000-0x4fff]
[ 0.739183] pci_bus 0000:02: resource 1 [mem 0xd8200000-0xd92fffff]
[ 0.739186] pci_bus 0000:02: resource 2 [mem 0xd3000000-0xd40fffff 64bit pref]
[ 0.739189] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 0.739191] pci_bus 0000:03: resource 1 [mem 0xd7100000-0xd81fffff]
[ 0.739193] pci_bus 0000:03: resource 2 [mem 0xd4100000-0xd50fffff 64bit pref]
[ 0.739196] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 0.739198] pci_bus 0000:04: resource 1 [mem 0xd6100000-0xd70fffff]
[ 0.739200] pci_bus 0000:04: resource 2 [mem 0xd5100000-0xd60fffff 64bit pref]
[ 0.739203] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
[ 0.739205] pci_bus 0000:06: resource 0 [io 0x1000-0x10ff]
[ 0.739208] pci_bus 0000:06: resource 1 [io 0x1400-0x14ff]
[ 0.739210] pci_bus 0000:0a: resource 4 [io 0x0000-0x0cf7]
[ 0.739212] pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff]
[ 0.739215] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.739217] pci_bus 0000:0a: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.739250] NET: Registered protocol family 2
[ 0.739415] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.740737] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.744997] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.745613] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.745616] TCP reno registered
[ 0.745626] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.745679] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.745847] NET: Registered protocol family 1
[ 0.780019] pci 0000:01:00.0: Boot video device
[ 0.780060] pci 0000:04:00.0: TI XIO2000a quirk detected; secondary bus fast back-to-back transfers disabled
[ 0.780075] PCI: CLS 64 bytes, default 64
[ 0.780121] Simple Boot Flag value 0x5 read from CMOS RAM was invalid
[ 0.780123] Simple Boot Flag at 0x44 set to 0x1
[ 0.780326] Scanning for low memory corruption every 60 seconds
[ 0.780486] audit: initializing netlink socket (disabled)
[ 0.780499] type=2000 audit(1303756966.770:1): initialized
[ 0.795609] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.797047] VFS: Disk quotas dquot_6.5.2
[ 0.797104] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.797685] fuse init (API version 7.14)
[ 0.797773] msgmni has been set to 6026
[ 0.800249] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.800253] io scheduler noop registered
[ 0.800255] io scheduler deadline registered
[ 0.800291] io scheduler cfq registered (default)
[ 0.800398] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.800423] alloc irq_desc for 40 on node -1
[ 0.800425] alloc kstat_irqs on node -1
[ 0.800434] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.800504] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.800549] alloc irq_desc for 41 on node -1
[ 0.800550] alloc kstat_irqs on node -1
[ 0.800559] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 0.800658] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.800703] alloc irq_desc for 42 on node -1
[ 0.800705] alloc kstat_irqs on node -1
[ 0.800714] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 0.800813] pcieport 0000:00:1c.5: setting latency timer to 64
[ 0.800858] alloc irq_desc for 43 on node -1
[ 0.800860] alloc kstat_irqs on node -1
[ 0.800869] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[ 0.800986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.801187] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.801266] intel_idle: MWAIT substates: 0x3122220
[ 0.801268] intel_idle: does not run on family 6 model 23
[ 0.801780] ACPI: AC Adapter [AC] (on-line)
[ 0.801859] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.801866] ACPI: Sleep Button [SLPB]
[ 0.801908] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.801917] ACPI: Power Button [PWRB]
[ 0.801962] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 0.802285] ACPI: Lid Switch [LID0]
[ 0.802341] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.802345] ACPI: Power Button [PWRF]
[ 0.802558] ACPI: Fan [FAN] (on)
[ 0.802903] ACPI: acpi_idle registered with cpuidle
[ 0.802922] ACPI: Invalid PBLK length [8]
[ 0.803084] Monitor-Mwait will be used to enter C-1 state
[ 0.803110] Monitor-Mwait will be used to enter C-2 state
[ 0.803134] Monitor-Mwait will be used to enter C-3 state
[ 0.803139] Marking TSC unstable due to TSC halts in idle
[ 0.803185] Switching to clocksource hpet
[ 0.803214] ACPI: Invalid PBLK length [8]
[ 0.807801] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.807811] ACPI: Thermal Zone [TZ0] (73 C)
[ 0.809284] thermal LNXTHERM:02: registered as thermal_zone1
[ 0.809291] ACPI: Thermal Zone [TZ1] (70 C)
[ 0.809370] ERST: Table is not found!
[ 0.809609] Linux agpgart interface v0.103
[ 0.809630] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.811121] brd: module loaded
[ 0.811667] loop: module loaded
[ 0.812259] Fixed MDIO Bus: probed
[ 0.812289] PPP generic driver version 2.4.2
[ 0.812323] tun: Universal TUN/TAP device driver, 1.6
[ 0.812325] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.812396] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.812418] alloc irq_desc for 19 on node -1
[ 0.812420] alloc kstat_irqs on node -1
[ 0.812426] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.812439] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.812442] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.812480] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.812510] ehci_hcd 0000:00:1a.7: debug port 1
[ 0.816408] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 0.816428] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xd9304c00
[ 0.819783] ACPI: Battery Slot [BAT0] (battery present)
[ 0.840015] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.840118] hub 1-0:1.0: USB hub found
[ 0.840123] hub 1-0:1.0: 4 ports detected
[ 0.840194] alloc irq_desc for 20 on node -1
[ 0.840196] alloc kstat_irqs on node -1
[ 0.840201] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.840213] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.840216] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.840247] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.840275] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.844148] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 0.844161] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xd9304800
[ 0.860017] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.860118] hub 2-0:1.0: USB hub found
[ 0.860123] hub 2-0:1.0: 8 ports detected
[ 0.860200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.860213] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.860261] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.860269] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.860273] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.860307] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.860344] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000060e0
[ 0.860456] hub 3-0:1.0: USB hub found
[ 0.860461] hub 3-0:1.0: 2 ports detected
[ 0.860522] alloc irq_desc for 22 on node -1
[ 0.860524] alloc kstat_irqs on node -1
[ 0.860529] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[ 0.860535] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.860539] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.860572] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.860608] uhci_hcd 0000:00:1a.1: irq 22, io base 0x000060c0
[ 0.860718] hub 4-0:1.0: USB hub found
[ 0.860722] hub 4-0:1.0: 2 ports detected
[ 0.860783] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.860789] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.860793] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.860826] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.860853] uhci_hcd 0000:00:1d.0: irq 20, io base 0x000060a0
[ 0.860969] hub 5-0:1.0: USB hub found
[ 0.860973] hub 5-0:1.0: 2 ports detected
[ 0.861036] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.861042] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.861046] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.861083] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.861113] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006080
[ 0.861225] hub 6-0:1.0: USB hub found
[ 0.861229] hub 6-0:1.0: 2 ports detected
[ 0.861291] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 0.861297] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.861301] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.861338] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.861365] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00006060
[ 0.861478] hub 7-0:1.0: USB hub found
[ 0.861482] hub 7-0:1.0: 2 ports detected
[ 0.861545] alloc irq_desc for 18 on node -1
[ 0.861547] alloc kstat_irqs on node -1
[ 0.861551] uhci_hcd 0000:00:1d.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.861558] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 0.861561] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 0.861598] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
[ 0.861633] uhci_hcd 0000:00:1d.3: irq 18, io base 0x00006040
[ 0.861741] hub 8-0:1.0: USB hub found
[ 0.861746] hub 8-0:1.0: 2 ports detected
[ 0.861858] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
[ 0.865433] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 0.867987] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.867994] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.867997] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.868000] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.868003] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.868065] mice: PS/2 mouse device common for all mice
[ 0.868212] rtc_cmos 00:03: RTC can wake from S4
[ 0.868247] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 0.868277] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 0.868366] device-mapper: uevent: version 1.0.3
[ 0.868449] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[ 0.868533] device-mapper: multipath: version 1.1.1 loaded
[ 0.868536] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.868776] cpuidle: using governor ladder
[ 0.868871] cpuidle: using governor menu
[ 0.869130] TCP cubic registered
[ 0.869252] NET: Registered protocol family 10
[ 0.869598] lo: Disabled Privacy Extensions
[ 0.869788] NET: Registered protocol family 17
[ 0.870382] PM: Resume from disk failed.
[ 0.870397] registered taskstats version 1
[ 0.870795] Magic number: 7:460:747
[ 0.870896] rtc_cmos 00:03: setting system clock to 2011-04-25 18:42:47 UTC (1303756967)
[ 0.870899] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.870901] EDD information not available.
[ 0.871007] Freeing unused kernel memory: 912k freed
[ 0.871291] Write protecting the kernel read-only data: 10240k
[ 0.871514] Freeing unused kernel memory: 408k freed
[ 0.871802] Freeing unused kernel memory: 1640k freed
[ 0.887440] udev[81]: starting version 163
[ 0.911435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.960214] ahci 0000:00:1f.2: version 3.0
[ 0.960236] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.960282] alloc irq_desc for 44 on node -1
[ 0.960284] alloc kstat_irqs on node -1
[ 0.960297] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[ 0.960348] ahci: SSS flag set, parallel bus scan disabled
[ 0.960387] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 0.960391] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pmp pio slum part ccc ems
[ 0.960397] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.974165] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.974194] r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.974243] r8169 0000:02:00.0: setting latency timer to 64
[ 0.974299] alloc irq_desc for 45 on node -1
[ 0.974301] alloc kstat_irqs on node -1
[ 0.974319] r8169 0000:02:00.0: irq 45 for MSI/MSI-X
[ 0.974790] r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc90000678000, 00:22:64:59:47:4f, XID 1c4000c0 IRQ 45
[ 1.051454] scsi0 : ahci
[ 1.051570] scsi1 : ahci
[ 1.051638] scsi2 : ahci
[ 1.051711] scsi3 : ahci
[ 1.051790] scsi4 : ahci
[ 1.051872] scsi5 : ahci
[ 1.052070] ata1: SATA max UDMA/133 abar m2048@0xd9304000 port 0xd9304100 irq 44
[ 1.052074] ata2: SATA max UDMA/133 abar m2048@0xd9304000 port 0xd9304180 irq 44
[ 1.052076] ata3: DUMMY
[ 1.052078] ata4: DUMMY
[ 1.052081] ata5: SATA max UDMA/133 abar m2048@0xd9304000 port 0xd9304300 irq 44
[ 1.052084] ata6: SATA max UDMA/133 abar m2048@0xd9304000 port 0xd9304380 irq 44
[ 1.460144] usb 2-3: new high speed USB device using ehci_hcd and address 3
[ 1.601343] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.601840] ata1.00: ATA-8: FUJITSU MHZ2250BH G2, 8909, max UDMA/100
[ 1.601843] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.602458] ata1.00: configured for UDMA/100
[ 1.619123] Initializing USB Mass Storage driver...
[ 1.619245] usb-storage 2-3:1.0: Quirks match for vid 152d pid 2329: 8020
[ 1.619302] scsi6 : usb-storage 2-3:1.0
[ 1.619382] usbcore: registered new interface driver usb-storage
[ 1.619384] USB Mass Storage support registered.
[ 1.620184] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHZ2250B 8909 PQ: 0 ANSI: 5
[ 1.620323] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.620409] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.620517] sd 0:0:0:0: [sda] Write Protect is off
[ 1.620519] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.620568] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.620751] sda: sda1 sda2 sda3 sda4 < sda5 >
[ 1.658288] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.730099] usb 2-4: new high speed USB device using ehci_hcd and address 4
[ 2.190094] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2.570102] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.574034] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-U20N, HC09, max UDMA/100
[ 2.578998] ata2.00: configured for UDMA/100
[ 2.610753] scsi 6:0:0:0: Direct-Access SAMSUNG HD154UI PQ: 0 ANSI: 2 CCS
[ 2.611258] sd 6:0:0:0: Attached scsi generic sg1 type 0
[ 2.611867] sd 6:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[ 2.612608] sd 6:0:0:0: [sdb] Write Protect is off
[ 2.612611] sd 6:0:0:0: [sdb] Mode Sense: 34 00 00 00
[ 2.612614] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 2.614107] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 2.614113] sdb: unknown partition table
[ 2.616732] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 2.616736] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 2.631289] usb 3-2: new full speed USB device using uhci_hcd and address 3
[ 2.713131] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-U20N HC09 PQ: 0 ANSI: 5
[ 3.049359] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.049364] Uniform CD-ROM driver Revision: 3.20
[ 3.049496] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 3.049555] sr 1:0:0:0: Attached scsi generic sg2 type 5
[ 3.090091] usb 5-2: new low speed USB device using uhci_hcd and address 2
[ 3.313859] usbcore: registered new interface driver hiddev
[ 3.328181] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/input/input5
[ 3.328261] generic-usb 0003:046D:C505.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-2/input0
[ 3.361459] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.1/input/input6
[ 3.361551] generic-usb 0003:046D:C505.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-2/input1
[ 3.361565] usbcore: registered new interface driver usbhid
[ 3.361567] usbhid: USB HID core driver
[ 3.391351] ata5: SATA link down (SStatus 0 SControl 300)
[ 3.760105] ata6: SATA link down (SStatus 0 SControl 300)
[ 9.187919] REISERFS (device sda3): found reiserfs format "3.6" with standard journal
[ 9.187934] REISERFS (device sda3): using ordered data mode
[ 9.257459] REISERFS (device sda3): journal params: device sda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 9.257959] REISERFS (device sda3): checking transaction log (sda3)
[ 9.830669] REISERFS (device sda3): replayed 34 transactions in 1 seconds
[ 9.831212] REISERFS (device sda3): Using r5 hash to sort names
[ 19.536991] udev[399]: starting version 163
[ 21.230210] type=1400 audit(1303749787.849:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=591 comm="apparmor_parser"
[ 21.230940] type=1400 audit(1303749787.849:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=591 comm="apparmor_parser"
[ 21.231322] type=1400 audit(1303749787.859:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=591 comm="apparmor_parser"
[ 21.411613] input: HP WMI hotkeys as /devices/virtual/input/input7
[ 21.487236] lp: driver loaded but no devices found
[ 21.532025] lis3lv02d: laptop model unknown, using default axes configuration
[ 21.532756] lis3lv02d: 8 bits sensor found
[ 21.580095] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input8
[ 21.580308] Registered led device: hp::hddprotect
[ 21.581183] lis3lv02d driver loaded.
[ 21.801487] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 22.036655] cfg80211: Calling CRDA to update world regulatory domain
[ 22.058818] Bluetooth: Core ver 2.15
[ 22.059450] NET: Registered protocol family 31
[ 22.059452] Bluetooth: HCI device and connection manager initialized
[ 22.059455] Bluetooth: HCI socket layer initialized
[ 22.133950] Linux video capture interface: v2.00
[ 22.156715] acpi device:01: registered as cooling_device3
[ 22.157217] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input9
[ 22.157329] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 22.338010] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 22.341771] usbcore: registered new interface driver btusb
[ 22.350893] input: PS/2 Mouse as /devices/platform/i8042/serio4/input/input10
[ 22.366554] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio4/input/input11
[ 22.436313] uvcvideo: Found UVC 1.00 device HP Webcam (10f1:1a09)
[ 22.452705] input: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input12
[ 22.452779] usbcore: registered new interface driver uvcvideo
[ 22.452781] USB Video Class driver (v0.1.0)
[ 22.541380] yenta_cardbus 0000:05:00.0: No cardbus resource!
[ 22.865163] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 22.865166] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[ 22.865290] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 22.865320] iwlagn 0000:03:00.0: setting latency timer to 64
[ 22.865387] iwlagn 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 22.887375] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 22.887458] alloc irq_desc for 46 on node -1
[ 22.887461] alloc kstat_irqs on node -1
[ 22.887502] iwlagn 0000:03:00.0: irq 46 for MSI/MSI-X
[ 22.985394] cfg80211: World regulatory domain updated:
[ 22.985398] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 22.985401] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 22.985404] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 22.985407] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 22.985409] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 22.985412] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.650033] iwlagn 0000:03:00.0: loaded firmware version 8.24.2.12
[ 24.062375] phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 24.893945] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 24.893999] alloc irq_desc for 47 on node -1
[ 24.894001] alloc kstat_irqs on node -1
[ 24.894016] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 24.894048] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 24.929962] nvidia: module license 'NVIDIA' taints kernel.
[ 24.929966] Disabling lock debugging due to kernel taint
[ 25.621654] input: HDA Intel Mic at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 25.621879] input: HDA Intel Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 25.622052] input: HDA Intel Line Out at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 25.622222] input: HDA Intel HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 25.769464] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 25.769480] nvidia 0000:01:00.0: setting latency timer to 64
[ 25.769486] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 25.769927] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 260.19.06 Mon Sep 13 04:29:19 PDT 2010
[ 38.772199] REISERFS (device sda5): found reiserfs format "3.6" with standard journal
[ 38.772219] REISERFS (device sda5): using ordered data mode
[ 38.772494] REISERFS (device sda5): journal params: device sda5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 38.773053] REISERFS (device sda5): checking transaction log (sda5)
[ 38.840198] REISERFS (device sda5): Using r5 hash to sort names
[ 46.168573] type=1400 audit(1303749812.789:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=1196 comm="apparmor_parser"
[ 46.169285] type=1400 audit(1303749812.789:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1196 comm="apparmor_parser"
[ 46.169669] type=1400 audit(1303749812.789:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1196 comm="apparmor_parser"
[ 46.260278] type=1400 audit(1303749812.879:8): apparmor="STATUS" operation="profile_load" name="/usr/bin/freshclam" pid=1201 comm="apparmor_parser"
[ 46.391858] type=1400 audit(1303749813.009:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1197 comm="apparmor_parser"
[ 46.400798] type=1400 audit(1303749813.009:10): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=1197 comm="apparmor_parser"
[ 46.406396] type=1400 audit(1303749813.029:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=1197 comm="apparmor_parser"
[ 46.558151] type=1400 audit(1303749813.169:12): apparmor="STATUS" operation="profile_load" name="/usr/sbin/mysqld" pid=1204 comm="apparmor_parser"
[ 46.614641] type=1400 audit(1303749813.229:13): apparmor="STATUS" operation="profile_load" name="/usr/sbin/mysqld-akonadi" pid=1206 comm="apparmor_parser"
[ 46.615001] type=1400 audit(1303749813.229:14): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1202 comm="apparmor_parser"
[ 47.182057] ppdev: user-space parallel port driver
[ 48.705566] r8169 0000:02:00.0: eth0: link down
[ 48.706020] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 49.020890] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 50.644544] Bluetooth: L2CAP ver 2.14
[ 50.644547] Bluetooth: L2CAP socket layer initialized
[ 50.773514] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 50.773517] Bluetooth: BNEP filters: protocol multicast
[ 51.011165] Bluetooth: SCO (Voice Link) ver 0.6
[ 51.011168] Bluetooth: SCO socket layer initialized
[ 51.878437] Bluetooth: RFCOMM TTY layer initialized
[ 51.878441] Bluetooth: RFCOMM socket layer initialized
[ 51.878443] Bluetooth: RFCOMM ver 1.11
[ 56.613852] audit_printk_skb: 21 callbacks suppressed
[ 56.613856] type=1400 audit(1303749823.239:22): apparmor="DENIED" operation="open" parent=1687 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1688 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 56.713798] type=1400 audit(1303749823.329:23): apparmor="DENIED" operation="open" parent=1775 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1776 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 57.723637] type=1400 audit(1303749824.339:24): apparmor="DENIED" operation="open" parent=1822 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1823 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 58.734244] type=1400 audit(1303749825.349:25): apparmor="DENIED" operation="open" parent=1869 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1870 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 59.745750] type=1400 audit(1303749826.369:26): apparmor="DENIED" operation="open" parent=1923 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1924 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 60.759282] type=1400 audit(1303749827.369:27): apparmor="DENIED" operation="open" parent=1985 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1986 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 61.768794] type=1400 audit(1303749828.389:28): apparmor="DENIED" operation="open" parent=1996 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1997 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 62.778220] type=1400 audit(1303749829.389:29): apparmor="DENIED" operation="open" parent=2007 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2008 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 63.787659] type=1400 audit(1303749830.409:30): apparmor="DENIED" operation="open" parent=2020 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2021 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 64.797280] type=1400 audit(1303749831.409:31): apparmor="DENIED" operation="open" parent=2030 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2031 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 65.806692] type=1400 audit(1303749832.419:32): apparmor="DENIED" operation="open" parent=2041 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2042 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 66.816117] type=1400 audit(1303749833.439:33): apparmor="DENIED" operation="open" parent=2051 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2052 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 67.824950] type=1400 audit(1303749834.439:34): apparmor="DENIED" operation="open" parent=2061 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2062 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 68.834543] type=1400 audit(1303749835.449:35): apparmor="DENIED" operation="open" parent=2071 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2072 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 69.844146] type=1400 audit(1303749836.459:36): apparmor="DENIED" operation="open" parent=2087 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2088 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 70.853518] type=1400 audit(1303749837.469:37): apparmor="DENIED" operation="open" parent=2103 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2104 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 70.863279] type=1400 audit(1303749837.479:38): apparmor="DENIED" operation="open" parent=2112 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2113 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 80.553597] type=1400 audit(1303749847.169:39): apparmor="DENIED" operation="open" parent=2287 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/english/errmsg.sys" pid=2289 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 80.555530] type=1400 audit(1303749847.169:40): apparmor="DENIED" operation="open" parent=2287 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/charsets/Index.xml" pid=2289 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 87.477909] type=1400 audit(1303749854.099:41): apparmor="DENIED" operation="open" parent=2325 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/english/errmsg.sys" pid=2327 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 87.479383] type=1400 audit(1303749854.099:42): apparmor="DENIED" operation="open" parent=2325 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/charsets/Index.xml" pid=2327 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 95.330532] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
[ 96.108784] type=1400 audit(1303749862.719:43): apparmor="DENIED" operation="open" parent=2414 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/english/errmsg.sys" pid=2422 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 96.110383] type=1400 audit(1303749862.719:44): apparmor="DENIED" operation="open" parent=2414 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/charsets/Index.xml" pid=2422 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 98.164130] wlan0: authenticate with 00:1a:70:4e:d7:2f (try 1)
[ 98.166901] wlan0: authenticated
[ 98.166923] wlan0: associate with 00:1a:70:4e:d7:2f (try 1)
[ 98.170416] wlan0: RX AssocResp from 00:1a:70:4e:d7:2f (capab=0x411 status=0 aid=1)
[ 98.170419] wlan0: associated
[ 98.172464] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 98.567755] Intel AES-NI instructions are not detected.
[ 98.817230] padlock: VIA PadLock not detected.
[ 108.520043] wlan0: no IPv6 routers present
[ 112.991037] type=1400 audit(1303749879.609:45): apparmor="DENIED" operation="open" parent=2611 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/english/errmsg.sys" pid=2623 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 112.992513] type=1400 audit(1303749879.609:46): apparmor="DENIED" operation="open" parent=2611 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/charsets/Index.xml" pid=2623 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[-- Attachment #3: B.log --]
[-- Type: application/octet-stream, Size: 62954 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.35-28-generic (buildd@allspice) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #50-Ubuntu SMP Fri Mar 18 18:42:20 UTC 2011 (Ubuntu 2.6.35-28.50-generic 2.6.35.11)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic root=UUID=48e938a5-3c0e-4217-abb7-127910818d49 ro quiet splash ddebug_query="module yenta_socket +p" pci=assign-busses
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
[ 0.000000] BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000be9c5000 (usable)
[ 0.000000] BIOS-e820: 00000000be9c5000 - 00000000be9c8000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000be9c8000 - 00000000bfc6b000 (usable)
[ 0.000000] BIOS-e820: 00000000bfc6b000 - 00000000bfcbf000 (reserved)
[ 0.000000] BIOS-e820: 00000000bfcbf000 - 00000000bfd86000 (usable)
[ 0.000000] BIOS-e820: 00000000bfd86000 - 00000000bfdbf000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfdbf000 - 00000000bfde1000 (usable)
[ 0.000000] BIOS-e820: 00000000bfde1000 - 00000000bfdf6000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfdf6000 - 00000000bfe00000 (usable)
[ 0.000000] BIOS-e820: 00000000bfe00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0xbfe00 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-CFFFF uncachable
[ 0.000000] D0000-DFFFF write-protect
[ 0.000000] E0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BFE00000 mask FFFE00000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 base 0FFF00000 mask FFFF00000 write-protect
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 000000000009e000 (usable)
[ 0.000000] modified: 000000000009e000 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 00000000be9c5000 (usable)
[ 0.000000] modified: 00000000be9c5000 - 00000000be9c8000 (ACPI NVS)
[ 0.000000] modified: 00000000be9c8000 - 00000000bfc6b000 (usable)
[ 0.000000] modified: 00000000bfc6b000 - 00000000bfcbf000 (reserved)
[ 0.000000] modified: 00000000bfcbf000 - 00000000bfd86000 (usable)
[ 0.000000] modified: 00000000bfd86000 - 00000000bfdbf000 (ACPI NVS)
[ 0.000000] modified: 00000000bfdbf000 - 00000000bfde1000 (usable)
[ 0.000000] modified: 00000000bfde1000 - 00000000bfdf6000 (ACPI data)
[ 0.000000] modified: 00000000bfdf6000 - 00000000bfe00000 (usable)
[ 0.000000] modified: 00000000bfe00000 - 00000000c0000000 (reserved)
[ 0.000000] modified: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] modified: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] modified: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] modified: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] modified: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] modified: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bfe00000
[ 0.000000] 0000000000 - 00bfe00000 page 2M
[ 0.000000] kernel direct mapping tables up to bfe00000 @ 16000-1a000
[ 0.000000] RAMDISK: 3756f000 - 37ff0000
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 HP )
[ 0.000000] ACPI: XSDT 00000000bfdf5120 00064 (v01 HPQOEM SLIC-MPC 00000001 01000013)
[ 0.000000] ACPI: FACP 00000000bfde2000 000F4 (v04 HP DIABLO 00000001 MSFT 01000013)
[ 0.000000] ACPI: DSDT 00000000bfde5000 0A3DB (v01 HP DIABLO 00000001 MSFT 01000013)
[ 0.000000] ACPI: FACS 00000000bfd92000 00040
[ 0.000000] ACPI: HPET 00000000bfdf3000 00038 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: APIC 00000000bfdf2000 0006C (v02 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: MCFG 00000000bfdf1000 0003C (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: ASF! 00000000bfdf0000 000A5 (v32 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: SLIC 00000000bfde4000 00176 (v01 HPQOEM SLIC-MPC 00000001 LOHR 00000000)
[ 0.000000] ACPI: BOOT 00000000bfde3000 00028 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[ 0.000000] ACPI: SSDT 00000000bfde1000 00655 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000bfe00000
[ 0.000000] Initmem setup node 0 0000000000000000-00000000bfe00000
[ 0.000000] NODE_DATA [0000000001d19240 - 0000000001d1e23f]
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff880002600000-ffff880004ffffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x000be9c5
[ 0.000000] 0: 0x000be9c8 -> 0x000bfc6b
[ 0.000000] 0: 0x000bfcbf -> 0x000bfd86
[ 0.000000] 0: 0x000bfdbf -> 0x000bfde1
[ 0.000000] 0: 0x000bfdf6 -> 0x000bfe00
[ 0.000000] On node 0 totalpages: 785641
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3926 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10689 pages used for memmap
[ 0.000000] DMA32 zone: 770970 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, 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 4 CPUs, 2 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] early_res array is doubled to 64 at [18000 - 187ff]
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000be9c5000 - 00000000be9c8000
[ 0.000000] PM: Registered nosave memory: 00000000bfc6b000 - 00000000bfcbf000
[ 0.000000] PM: Registered nosave memory: 00000000bfd86000 - 00000000bfdbf000
[ 0.000000] PM: Registered nosave memory: 00000000bfde1000 - 00000000bfdf6000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001e00000 s91520 r8192 d23168 u524288
[ 0.000000] early_res array is doubled to 128 at [18800 - 197ff]
[ 0.000000] pcpu-alloc: s91520 r8192 d23168 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 774896
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic root=UUID=48e938a5-3c0e-4217-abb7-127910818d49 ro quiet splash ddebug_query="module yenta_socket +p" pci=assign-busses
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 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] Subtract (59 early reservations)
[ 0.000000] #1 [0001000000 - 0001d18114] TEXT DATA BSS
[ 0.000000] #2 [003756f000 - 0037ff0000] RAMDISK
[ 0.000000] #3 [000009e000 - 0000100000] BIOS reserved
[ 0.000000] #4 [0001d19000 - 0001d19238] BRK
[ 0.000000] #5 [0000010000 - 0000012000] TRAMPOLINE
[ 0.000000] #6 [0000012000 - 0000016000] ACPI WAKEUP
[ 0.000000] #7 [0000016000 - 0000018000] PGTABLE
[ 0.000000] #8 [0001d19240 - 0001d1e240] NODE_DATA
[ 0.000000] #9 [0001d1e240 - 0001d1f240] BOOTMEM
[ 0.000000] #10 [0001d18140 - 0001d18380] BOOTMEM
[ 0.000000] #11 [0002520000 - 0002521000] BOOTMEM
[ 0.000000] #12 [0002521000 - 0002522000] BOOTMEM
[ 0.000000] #13 [0002600000 - 0005000000] MEMMAP 0
[ 0.000000] #14 [0001d18380 - 0001d18500] BOOTMEM
[ 0.000000] #15 [0001d1f240 - 0001d37240] BOOTMEM
[ 0.000000] #16 [0001d38000 - 0001d39000] BOOTMEM
[ 0.000000] #17 [0001d18500 - 0001d18541] BOOTMEM
[ 0.000000] #18 [0001d18580 - 0001d185c3] BOOTMEM
[ 0.000000] #19 [0001d18600 - 0001d18a98] BOOTMEM
[ 0.000000] #20 [0001d18ac0 - 0001d18b28] BOOTMEM
[ 0.000000] #21 [0001d18b40 - 0001d18ba8] BOOTMEM
[ 0.000000] #22 [0001d18bc0 - 0001d18c28] BOOTMEM
[ 0.000000] #23 [0001d18c40 - 0001d18ca8] BOOTMEM
[ 0.000000] #24 [0001d18cc0 - 0001d18d28] BOOTMEM
[ 0.000000] #25 [0001d18d40 - 0001d18da8] BOOTMEM
[ 0.000000] #26 [0001d18dc0 - 0001d18e28] BOOTMEM
[ 0.000000] #27 [0001d18e40 - 0001d18ea8] BOOTMEM
[ 0.000000] #28 [0001d18ec0 - 0001d18f28] BOOTMEM
[ 0.000000] #29 [0001d18f40 - 0001d18fa8] BOOTMEM
[ 0.000000] #30 [0001d37240 - 0001d372a8] BOOTMEM
[ 0.000000] #31 [0001d372c0 - 0001d37328] BOOTMEM
[ 0.000000] #32 [0001d37340 - 0001d373a8] BOOTMEM
[ 0.000000] #33 [0001d373c0 - 0001d37428] BOOTMEM
[ 0.000000] #34 [0001d37440 - 0001d374a8] BOOTMEM
[ 0.000000] #35 [0001d374c0 - 0001d37528] BOOTMEM
[ 0.000000] #36 [0001d37540 - 0001d375a8] BOOTMEM
[ 0.000000] #37 [0001d375c0 - 0001d37628] BOOTMEM
[ 0.000000] #38 [0001d37640 - 0001d376a8] BOOTMEM
[ 0.000000] #39 [0001d376c0 - 0001d37728] BOOTMEM
[ 0.000000] #40 [0001d18fc0 - 0001d18fe0] BOOTMEM
[ 0.000000] #41 [0001d37740 - 0001d37760] BOOTMEM
[ 0.000000] #42 [0001d37780 - 0001d377a0] BOOTMEM
[ 0.000000] #43 [0001d377c0 - 0001d377e0] BOOTMEM
[ 0.000000] #44 [0001d37800 - 0001d37820] BOOTMEM
[ 0.000000] #45 [0001d37840 - 0001d378e2] BOOTMEM
[ 0.000000] #46 [0001d37900 - 0001d379a2] BOOTMEM
[ 0.000000] #47 [0001e00000 - 0001e1e000] BOOTMEM
[ 0.000000] #48 [0001e80000 - 0001e9e000] BOOTMEM
[ 0.000000] #49 [0001f00000 - 0001f1e000] BOOTMEM
[ 0.000000] #50 [0001f80000 - 0001f9e000] BOOTMEM
[ 0.000000] #51 [0001d379c0 - 0001d379c8] BOOTMEM
[ 0.000000] #52 [0001d37a00 - 0001d37a08] BOOTMEM
[ 0.000000] #53 [0001d37a40 - 0001d37a50] BOOTMEM
[ 0.000000] #54 [0001d37a80 - 0001d37aa0] BOOTMEM
[ 0.000000] #55 [0001d37ac0 - 0001d37bf0] BOOTMEM
[ 0.000000] #56 [0001d37c00 - 0001d37c50] BOOTMEM
[ 0.000000] #57 [0001d37c80 - 0001d37cd0] BOOTMEM
[ 0.000000] #58 [0001d39000 - 0001d41000] BOOTMEM
[ 0.000000] Memory: 3074708k/3143680k available (5716k kernel code, 1116k absent, 67856k reserved, 5375k data, 912k init)
[ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:712
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 31457280 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] Fast TSC calibration using PIT
[ 0.000000] Detected 1995.333 MHz processor.
[ 0.010011] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.66 BogoMIPS (lpj=19953330)
[ 0.010016] pid_max: default: 32768 minimum: 301
[ 0.010042] Security Framework initialized
[ 0.010064] AppArmor: AppArmor initialized
[ 0.010065] Yama: becoming mindful.
[ 0.010547] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.013127] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.014354] Mount-cache hash table entries: 256
[ 0.014519] Initializing cgroup subsys ns
[ 0.014525] Initializing cgroup subsys cpuacct
[ 0.014529] Initializing cgroup subsys memory
[ 0.014538] Initializing cgroup subsys devices
[ 0.014541] Initializing cgroup subsys freezer
[ 0.014543] Initializing cgroup subsys net_cls
[ 0.014576] CPU: Physical Processor ID: 0
[ 0.014578] CPU: Processor Core ID: 0
[ 0.014580] mce: CPU supports 6 MCE banks
[ 0.014589] CPU0: Thermal monitoring enabled (TM1)
[ 0.014594] using mwait in idle threads.
[ 0.014596] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.014605] ... version: 2
[ 0.014607] ... bit width: 40
[ 0.014608] ... generic registers: 2
[ 0.014610] ... value mask: 000000ffffffffff
[ 0.014612] ... max period: 000000007fffffff
[ 0.014614] ... fixed-purpose events: 3
[ 0.014615] ... event mask: 0000000700000003
[ 0.020671] ACPI: Core revision 20100428
[ 0.040012] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.040017] ftrace: allocating 22687 entries in 89 pages
[ 0.050056] Setting APIC routing to flat
[ 0.050389] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.158819] CPU0: Intel(R) Core(TM)2 Duo CPU P7350 @ 2.00GHz stepping 06
[ 0.160000] Booting Node 0, Processors #1
[ 0.320017] Brought up 2 CPUs
[ 0.320021] Total of 2 processors activated (7981.10 BogoMIPS).
[ 0.320732] devtmpfs: initialized
[ 0.320736] regulator: core version 0.5
[ 0.320763] Time: 18:47:30 Date: 04/25/11
[ 0.320803] NET: Registered protocol family 16
[ 0.320825] Trying to unpack rootfs image as initramfs...
[ 0.320941] ACPI: bus type pci registered
[ 0.321021] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.321024] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.336413] PCI: Using configuration type 1 for base access
[ 0.350125] bio: create slab <bio-0> at 0
[ 0.352095] ACPI: EC: Look up EC in DSDT
[ 0.354068] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.356864] ACPI: BIOS _OSI(Linux) query ignored
[ 0.585331] Freeing initrd memory: 10756k freed
[ 0.621774] ACPI: SSDT 00000000bfc76c98 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.622282] ACPI: Dynamic OEM Table Load:
[ 0.622285] ACPI: SSDT (null) 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.622619] ACPI: SSDT 00000000bfc74618 005B3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.623104] ACPI: Dynamic OEM Table Load:
[ 0.623108] ACPI: SSDT (null) 005B3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.623674] ACPI: SSDT 00000000bfc75e18 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.624193] ACPI: Dynamic OEM Table Load:
[ 0.624197] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.624391] ACPI: SSDT 00000000bfc76f18 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.624889] ACPI: Dynamic OEM Table Load:
[ 0.624893] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.620119] ACPI: Interpreter enabled
[ 0.620123] ACPI: (supports S0 S3 S4 S5)
[ 0.620157] ACPI: Using IOAPIC for interrupt routing
[ 0.631713] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[ 0.631803] ACPI: Power Resource [FN00] (on)
[ 0.631999] ACPI: No dock devices found.
[ 0.632003] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.632554] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.633622] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.633625] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.633628] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.633632] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
[ 0.633714] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.633717] pci 0000:00:01.0: PME# disabled
[ 0.633825] pci 0000:00:1a.0: reg 20: [io 0x60e0-0x60ff]
[ 0.633938] pci 0000:00:1a.1: reg 20: [io 0x60c0-0x60df]
[ 0.634037] pci 0000:00:1a.7: reg 10: [mem 0xd9304c00-0xd9304fff]
[ 0.634113] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.634119] pci 0000:00:1a.7: PME# disabled
[ 0.634165] pci 0000:00:1b.0: reg 10: [mem 0xd9300000-0xd9303fff 64bit]
[ 0.634219] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.634223] pci 0000:00:1b.0: PME# disabled
[ 0.634307] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.634312] pci 0000:00:1c.0: PME# disabled
[ 0.634399] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.634404] pci 0000:00:1c.1: PME# disabled
[ 0.634493] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.634498] pci 0000:00:1c.5: PME# disabled
[ 0.634575] pci 0000:00:1d.0: reg 20: [io 0x60a0-0x60bf]
[ 0.634691] pci 0000:00:1d.1: reg 20: [io 0x6080-0x609f]
[ 0.634806] pci 0000:00:1d.2: reg 20: [io 0x6060-0x607f]
[ 0.634902] pci 0000:00:1d.3: reg 20: [io 0x6040-0x605f]
[ 0.635001] pci 0000:00:1d.7: reg 10: [mem 0xd9304800-0xd9304bff]
[ 0.635077] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.635083] pci 0000:00:1d.7: PME# disabled
[ 0.635290] pci 0000:00:1f.2: reg 10: [io 0x6108-0x610f]
[ 0.635297] pci 0000:00:1f.2: reg 14: [io 0x6114-0x6117]
[ 0.635303] pci 0000:00:1f.2: reg 18: [io 0x6100-0x6107]
[ 0.635310] pci 0000:00:1f.2: reg 1c: [io 0x6110-0x6113]
[ 0.635317] pci 0000:00:1f.2: reg 20: [io 0x6020-0x603f]
[ 0.635324] pci 0000:00:1f.2: reg 24: [mem 0xd9304000-0xd93047ff]
[ 0.635364] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.635368] pci 0000:00:1f.2: PME# disabled
[ 0.635405] pci 0000:00:1f.3: reg 10: [mem 0xd9305000-0xd93050ff 64bit]
[ 0.635423] pci 0000:00:1f.3: reg 20: [io 0x6000-0x601f]
[ 0.635544] pci 0000:01:00.0: reg 10: [mem 0xd2000000-0xd2ffffff]
[ 0.635560] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.635576] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit]
[ 0.635585] pci 0000:01:00.0: reg 24: [io 0x5000-0x507f]
[ 0.635594] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.650022] pci 0000:00:01.0: PCI bridge to [bus 01-ff]
[ 0.650026] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
[ 0.650030] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd2ffffff]
[ 0.650034] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.650125] pci 0000:02:00.0: reg 10: [io 0x3000-0x30ff]
[ 0.650149] pci 0000:02:00.0: reg 18: [mem 0xd8200000-0xd8200fff 64bit]
[ 0.650166] pci 0000:02:00.0: reg 20: [mem 0xd3000000-0xd300ffff 64bit pref]
[ 0.650176] pci 0000:02:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.650223] pci 0000:02:00.0: supports D1 D2
[ 0.650226] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.650231] pci 0000:02:00.0: PME# disabled
[ 0.670018] pci 0000:00:1c.0: PCI bridge to [bus 02-ff]
[ 0.670023] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
[ 0.670028] pci 0000:00:1c.0: bridge window [mem 0xd8200000-0xd92fffff]
[ 0.670035] pci 0000:00:1c.0: bridge window [mem 0xd3000000-0xd40fffff 64bit pref]
[ 0.670148] pci 0000:03:00.0: reg 10: [mem 0xd7100000-0xd7101fff 64bit]
[ 0.670256] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.670262] pci 0000:03:00.0: PME# disabled
[ 0.690020] pci 0000:00:1c.1: PCI bridge to [bus 03-ff]
[ 0.690025] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.690030] pci 0000:00:1c.1: bridge window [mem 0xd7100000-0xd81fffff]
[ 0.690037] pci 0000:00:1c.1: bridge window [mem 0xd4100000-0xd50fffff 64bit pref]
[ 0.690094] pci 0000:00:1c.5: PCI bridge to [bus 04-ff]
[ 0.690098] pci 0000:00:1c.5: bridge window [io 0x1000-0x1fff]
[ 0.690102] pci 0000:00:1c.5: bridge window [mem 0xd6100000-0xd70fffff]
[ 0.690110] pci 0000:00:1c.5: bridge window [mem 0xd5100000-0xd60fffff 64bit pref]
[ 0.690193] pci 0000:00:1e.0: PCI bridge to [bus 05-ff] (subtractive decode)
[ 0.690198] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.690203] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.690211] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.690214] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.690216] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.690219] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.690221] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[ 0.690232] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.690504] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.690590] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.690747] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.690863] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[ 0.690968] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP6._PRT]
[ 0.706836] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.706977] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.707115] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.707254] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.707391] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.707530] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.707668] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.707806] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.707872] HEST: Table is not found!
[ 0.707986] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.707990] vgaarb: loaded
[ 0.708137] SCSI subsystem initialized
[ 0.708151] libata version 3.00 loaded.
[ 0.708151] usbcore: registered new interface driver usbfs
[ 0.708151] usbcore: registered new interface driver hub
[ 0.708151] usbcore: registered new device driver usb
[ 0.708151] ACPI: WMI: Mapper loaded
[ 0.708151] PCI: Using ACPI for IRQ routing
[ 0.708151] PCI: pci_cache_line_size set to 64 bytes
[ 0.708151] reserve RAM buffer: 000000000009e000 - 000000000009ffff
[ 0.708151] reserve RAM buffer: 00000000be9c5000 - 00000000bfffffff
[ 0.708151] reserve RAM buffer: 00000000bfc6b000 - 00000000bfffffff
[ 0.708151] reserve RAM buffer: 00000000bfd86000 - 00000000bfffffff
[ 0.708151] reserve RAM buffer: 00000000bfde1000 - 00000000bfffffff
[ 0.708151] reserve RAM buffer: 00000000bfe00000 - 00000000bfffffff
[ 0.708151] NetLabel: Initializing
[ 0.708151] NetLabel: domain hash size = 128
[ 0.708151] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.708151] NetLabel: unlabeled traffic allowed by default
[ 0.708151] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.708151] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.708151] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.720017] Switching to clocksource tsc
[ 0.729923] AppArmor: AppArmor Filesystem Enabled
[ 0.729944] pnp: PnP ACPI init
[ 0.729962] ACPI: bus type pnp registered
[ 0.731781] pnp 00:01: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.5 BAR 13 [io 0x1000-0x1fff]
[ 0.732592] alloc irq_desc for 23 on node 0
[ 0.732594] alloc kstat_irqs on node 0
[ 0.732655] pnp: PnP ACPI: found 11 devices
[ 0.732657] ACPI: ACPI bus type pnp unregistered
[ 0.732670] system 00:01: [io 0x0600-0x060f] has been reserved
[ 0.732673] system 00:01: [io 0x0610] has been reserved
[ 0.732675] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.732678] system 00:01: [io 0x0810-0x0817] has been reserved
[ 0.732681] system 00:01: [io 0x0820-0x0823] has been reserved
[ 0.732684] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.732687] system 00:01: [io 0x0700-0x073f] has been reserved
[ 0.732689] system 00:01: [io 0x0500-0x0501] has been reserved
[ 0.732693] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.732696] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.732699] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.732702] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.732705] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.732708] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.732711] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.732714] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.732717] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.732720] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.738777] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.738781] pci 0000:02:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.738828] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.738831] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.738834] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
[ 0.738838] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd2ffffff]
[ 0.738841] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.738847] pci 0000:02:00.0: BAR 6: assigned [mem 0xd3020000-0xd303ffff pref]
[ 0.738850] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.738853] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
[ 0.738858] pci 0000:00:1c.0: bridge window [mem 0xd8200000-0xd92fffff]
[ 0.738863] pci 0000:00:1c.0: bridge window [mem 0xd3000000-0xd40fffff 64bit pref]
[ 0.738870] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.738873] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.738880] pci 0000:00:1c.1: bridge window [mem 0xd7100000-0xd81fffff]
[ 0.738885] pci 0000:00:1c.1: bridge window [mem 0xd4100000-0xd50fffff 64bit pref]
[ 0.738892] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[ 0.738895] pci 0000:00:1c.5: bridge window [io 0x1000-0x1fff]
[ 0.738901] pci 0000:00:1c.5: bridge window [mem 0xd6100000-0xd70fffff]
[ 0.738906] pci 0000:00:1c.5: bridge window [mem 0xd5100000-0xd60fffff 64bit pref]
[ 0.738914] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[ 0.738916] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.738921] pci 0000:00:1e.0: bridge window [mem disabled]
[ 0.738926] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.738939] alloc irq_desc for 16 on node -1
[ 0.738941] alloc kstat_irqs on node -1
[ 0.738946] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.738950] pci 0000:00:01.0: setting latency timer to 64
[ 0.738959] alloc irq_desc for 17 on node -1
[ 0.738961] alloc kstat_irqs on node -1
[ 0.738965] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.738970] pci 0000:00:1c.0: setting latency timer to 64
[ 0.738980] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.738985] pci 0000:00:1c.1: setting latency timer to 64
[ 0.738993] pci 0000:00:1c.5: enabling device (0000 -> 0003)
[ 0.738998] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.739003] pci 0000:00:1c.5: setting latency timer to 64
[ 0.739011] pci 0000:00:1e.0: setting latency timer to 64
[ 0.739015] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.739017] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.739020] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.739022] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.739025] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
[ 0.739027] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd2ffffff]
[ 0.739030] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.739032] pci_bus 0000:02: resource 0 [io 0x3000-0x4fff]
[ 0.739035] pci_bus 0000:02: resource 1 [mem 0xd8200000-0xd92fffff]
[ 0.739037] pci_bus 0000:02: resource 2 [mem 0xd3000000-0xd40fffff 64bit pref]
[ 0.739040] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 0.739042] pci_bus 0000:03: resource 1 [mem 0xd7100000-0xd81fffff]
[ 0.739044] pci_bus 0000:03: resource 2 [mem 0xd4100000-0xd50fffff 64bit pref]
[ 0.739047] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 0.739049] pci_bus 0000:04: resource 1 [mem 0xd6100000-0xd70fffff]
[ 0.739051] pci_bus 0000:04: resource 2 [mem 0xd5100000-0xd60fffff 64bit pref]
[ 0.739054] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
[ 0.739056] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
[ 0.739058] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.739061] pci_bus 0000:05: resource 7 [mem 0xc0000000-0xfebfffff]
[ 0.739094] NET: Registered protocol family 2
[ 0.739259] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.740585] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.744851] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.745471] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.745474] TCP reno registered
[ 0.745484] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.745538] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.745702] NET: Registered protocol family 1
[ 0.780012] pci 0000:01:00.0: Boot video device
[ 0.780031] PCI: CLS 64 bytes, default 64
[ 0.780074] Simple Boot Flag value 0x5 read from CMOS RAM was invalid
[ 0.780076] Simple Boot Flag at 0x44 set to 0x1
[ 0.780285] Scanning for low memory corruption every 60 seconds
[ 0.780451] audit: initializing netlink socket (disabled)
[ 0.780462] type=2000 audit(1303757250.770:1): initialized
[ 0.795569] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.797004] VFS: Disk quotas dquot_6.5.2
[ 0.797066] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.797646] fuse init (API version 7.14)
[ 0.797734] msgmni has been set to 6026
[ 0.800215] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.800218] io scheduler noop registered
[ 0.800220] io scheduler deadline registered
[ 0.800256] io scheduler cfq registered (default)
[ 0.800359] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.800384] alloc irq_desc for 40 on node -1
[ 0.800386] alloc kstat_irqs on node -1
[ 0.800396] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.800468] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.800513] alloc irq_desc for 41 on node -1
[ 0.800515] alloc kstat_irqs on node -1
[ 0.800524] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 0.800623] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.800668] alloc irq_desc for 42 on node -1
[ 0.800669] alloc kstat_irqs on node -1
[ 0.800678] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 0.800778] pcieport 0000:00:1c.5: setting latency timer to 64
[ 0.800823] alloc irq_desc for 43 on node -1
[ 0.800825] alloc kstat_irqs on node -1
[ 0.800834] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[ 0.800946] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.801147] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.801223] intel_idle: MWAIT substates: 0x3122220
[ 0.801225] intel_idle: does not run on family 6 model 23
[ 0.801737] ACPI: AC Adapter [AC] (on-line)
[ 0.801817] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.801823] ACPI: Sleep Button [SLPB]
[ 0.801867] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.801876] ACPI: Power Button [PWRB]
[ 0.801916] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 0.802243] ACPI: Lid Switch [LID0]
[ 0.802295] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.802299] ACPI: Power Button [PWRF]
[ 0.802522] ACPI: Fan [FAN] (on)
[ 0.802868] ACPI: acpi_idle registered with cpuidle
[ 0.802886] ACPI: Invalid PBLK length [8]
[ 0.803045] Monitor-Mwait will be used to enter C-1 state
[ 0.803071] Monitor-Mwait will be used to enter C-2 state
[ 0.803096] Monitor-Mwait will be used to enter C-3 state
[ 0.803102] Marking TSC unstable due to TSC halts in idle
[ 0.803148] Switching to clocksource hpet
[ 0.803176] ACPI: Invalid PBLK length [8]
[ 0.807746] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.807754] ACPI: Thermal Zone [TZ0] (73 C)
[ 0.809228] thermal LNXTHERM:02: registered as thermal_zone1
[ 0.809237] ACPI: Thermal Zone [TZ1] (71 C)
[ 0.809309] ERST: Table is not found!
[ 0.809549] Linux agpgart interface v0.103
[ 0.809569] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.811099] brd: module loaded
[ 0.811760] loop: module loaded
[ 0.812296] Fixed MDIO Bus: probed
[ 0.812376] PPP generic driver version 2.4.2
[ 0.812407] tun: Universal TUN/TAP device driver, 1.6
[ 0.812409] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.812483] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.812504] alloc irq_desc for 19 on node -1
[ 0.812506] alloc kstat_irqs on node -1
[ 0.812512] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.812525] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.812529] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.812571] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.812602] ehci_hcd 0000:00:1a.7: debug port 1
[ 0.816505] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 0.816524] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xd9304c00
[ 0.819351] ACPI: Battery Slot [BAT0] (battery present)
[ 0.840015] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.840119] hub 1-0:1.0: USB hub found
[ 0.840124] hub 1-0:1.0: 4 ports detected
[ 0.840196] alloc irq_desc for 20 on node -1
[ 0.840198] alloc kstat_irqs on node -1
[ 0.840203] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.840214] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.840218] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.840249] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.840277] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.844153] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 0.844173] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xd9304800
[ 0.860018] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.860122] hub 2-0:1.0: USB hub found
[ 0.860127] hub 2-0:1.0: 8 ports detected
[ 0.860201] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.860216] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.860260] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.860267] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.860271] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.860310] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.860347] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000060e0
[ 0.860456] hub 3-0:1.0: USB hub found
[ 0.860460] hub 3-0:1.0: 2 ports detected
[ 0.860520] alloc irq_desc for 22 on node -1
[ 0.860522] alloc kstat_irqs on node -1
[ 0.860527] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[ 0.860533] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.860537] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.860568] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.860605] uhci_hcd 0000:00:1a.1: irq 22, io base 0x000060c0
[ 0.860715] hub 4-0:1.0: USB hub found
[ 0.860719] hub 4-0:1.0: 2 ports detected
[ 0.860782] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.860788] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.860792] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.860822] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.860848] uhci_hcd 0000:00:1d.0: irq 20, io base 0x000060a0
[ 0.860963] hub 5-0:1.0: USB hub found
[ 0.860967] hub 5-0:1.0: 2 ports detected
[ 0.861030] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.861036] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.861040] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.861077] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.861107] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00006080
[ 0.861220] hub 6-0:1.0: USB hub found
[ 0.861224] hub 6-0:1.0: 2 ports detected
[ 0.861284] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 0.861291] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.861294] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.861334] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.861360] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00006060
[ 0.861471] hub 7-0:1.0: USB hub found
[ 0.861475] hub 7-0:1.0: 2 ports detected
[ 0.861535] alloc irq_desc for 18 on node -1
[ 0.861537] alloc kstat_irqs on node -1
[ 0.861542] uhci_hcd 0000:00:1d.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.861548] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 0.861552] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 0.861585] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
[ 0.861621] uhci_hcd 0000:00:1d.3: irq 18, io base 0x00006040
[ 0.861733] hub 8-0:1.0: USB hub found
[ 0.861738] hub 8-0:1.0: 2 ports detected
[ 0.861848] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
[ 0.865531] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 0.868087] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.868093] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.868097] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.868100] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.868103] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.868163] mice: PS/2 mouse device common for all mice
[ 0.868312] rtc_cmos 00:03: RTC can wake from S4
[ 0.868348] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 0.868377] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 0.868466] device-mapper: uevent: version 1.0.3
[ 0.868550] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[ 0.868634] device-mapper: multipath: version 1.1.1 loaded
[ 0.868637] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.868875] cpuidle: using governor ladder
[ 0.868970] cpuidle: using governor menu
[ 0.869230] TCP cubic registered
[ 0.869351] NET: Registered protocol family 10
[ 0.869698] lo: Disabled Privacy Extensions
[ 0.869889] NET: Registered protocol family 17
[ 0.870480] PM: Resume from disk failed.
[ 0.870495] registered taskstats version 1
[ 0.870827] Magic number: 7:13:798
[ 0.870926] rtc_cmos 00:03: setting system clock to 2011-04-25 18:47:31 UTC (1303757251)
[ 0.870930] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.870931] EDD information not available.
[ 0.871038] Freeing unused kernel memory: 912k freed
[ 0.871307] Write protecting the kernel read-only data: 10240k
[ 0.871542] Freeing unused kernel memory: 408k freed
[ 0.871830] Freeing unused kernel memory: 1640k freed
[ 0.887464] udev[81]: starting version 163
[ 0.901733] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.937516] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.937547] r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.937596] r8169 0000:02:00.0: setting latency timer to 64
[ 0.937651] alloc irq_desc for 44 on node -1
[ 0.937654] alloc kstat_irqs on node -1
[ 0.937672] r8169 0000:02:00.0: irq 44 for MSI/MSI-X
[ 0.938151] r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc90000672000, 00:22:64:59:47:4f, XID 1c4000c0 IRQ 44
[ 0.963477] ahci 0000:00:1f.2: version 3.0
[ 0.963498] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.963544] alloc irq_desc for 45 on node -1
[ 0.963546] alloc kstat_irqs on node -1
[ 0.963560] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[ 0.963612] ahci: SSS flag set, parallel bus scan disabled
[ 0.963651] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 0.963655] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pmp pio slum part ccc ems
[ 0.963661] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.021450] scsi0 : ahci
[ 1.021572] scsi1 : ahci
[ 1.021642] scsi2 : ahci
[ 1.021726] scsi3 : ahci
[ 1.021805] scsi4 : ahci
[ 1.021884] scsi5 : ahci
[ 1.022084] ata1: SATA max UDMA/133 abar m2048@0xd9304000 port 0xd9304100 irq 45
[ 1.022088] ata2: SATA max UDMA/133 abar m2048@0xd9304000 port 0xd9304180 irq 45
[ 1.022091] ata3: DUMMY
[ 1.022092] ata4: DUMMY
[ 1.022095] ata5: SATA max UDMA/133 abar m2048@0xd9304000 port 0xd9304300 irq 45
[ 1.022099] ata6: SATA max UDMA/133 abar m2048@0xd9304000 port 0xd9304380 irq 45
[ 1.460097] usb 2-3: new high speed USB device using ehci_hcd and address 3
[ 1.570099] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.570656] ata1.00: ATA-8: FUJITSU MHZ2250BH G2, 8909, max UDMA/100
[ 1.570659] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.571335] ata1.00: configured for UDMA/100
[ 1.590198] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHZ2250B 8909 PQ: 0 ANSI: 5
[ 1.590339] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.590384] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.590466] sd 0:0:0:0: [sda] Write Protect is off
[ 1.590469] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.590493] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.590670] sda: sda1 sda2 sda3 sda4 <
[ 1.617863] Initializing USB Mass Storage driver...
[ 1.617950] usb-storage 2-3:1.0: Quirks match for vid 152d pid 2329: 8020
[ 1.617974] scsi6 : usb-storage 2-3:1.0
[ 1.618053] usbcore: registered new interface driver usb-storage
[ 1.618055] USB Mass Storage support registered.
[ 1.625364] sda5 >
[ 1.625780] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.730110] usb 2-4: new high speed USB device using ehci_hcd and address 4
[ 2.190146] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2.540159] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.549671] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-U20N, HC09, max UDMA/100
[ 2.554741] ata2.00: configured for UDMA/100
[ 2.612018] scsi 6:0:0:0: Direct-Access SAMSUNG HD154UI PQ: 0 ANSI: 2 CCS
[ 2.612616] sd 6:0:0:0: Attached scsi generic sg1 type 0
[ 2.613126] sd 6:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[ 2.613864] sd 6:0:0:0: [sdb] Write Protect is off
[ 2.613868] sd 6:0:0:0: [sdb] Mode Sense: 34 00 00 00
[ 2.613871] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 2.615364] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 2.615369] sdb: unknown partition table
[ 2.617986] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 2.617990] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 2.631288] usb 3-2: new full speed USB device using uhci_hcd and address 3
[ 2.693103] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-U20N HC09 PQ: 0 ANSI: 5
[ 3.018260] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.018265] Uniform CD-ROM driver Revision: 3.20
[ 3.018395] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 3.018455] sr 1:0:0:0: Attached scsi generic sg2 type 5
[ 3.090104] usb 5-2: new low speed USB device using uhci_hcd and address 2
[ 3.313858] usbcore: registered new interface driver hiddev
[ 3.328178] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/input/input5
[ 3.328261] generic-usb 0003:046D:C505.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.0-2/input0
[ 3.361284] ata5: SATA link down (SStatus 0 SControl 300)
[ 3.361456] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.1/input/input6
[ 3.361539] generic-usb 0003:046D:C505.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-2/input1
[ 3.361553] usbcore: registered new interface driver usbhid
[ 3.361555] usbhid: USB HID core driver
[ 3.730126] ata6: SATA link down (SStatus 0 SControl 300)
[ 9.155472] REISERFS (device sda3): found reiserfs format "3.6" with standard journal
[ 9.155486] REISERFS (device sda3): using ordered data mode
[ 9.224902] REISERFS (device sda3): journal params: device sda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 9.225405] REISERFS (device sda3): checking transaction log (sda3)
[ 9.810597] REISERFS (device sda3): replayed 33 transactions in 1 seconds
[ 9.811089] REISERFS (device sda3): Using r5 hash to sort names
[ 19.615664] udev[387]: starting version 163
[ 21.134909] Bluetooth: Core ver 2.15
[ 21.134956] NET: Registered protocol family 31
[ 21.134958] Bluetooth: HCI device and connection manager initialized
[ 21.134961] Bluetooth: HCI socket layer initialized
[ 21.158984] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 21.159259] usbcore: registered new interface driver btusb
[ 21.475788] cfg80211: Calling CRDA to update world regulatory domain
[ 21.510595] lis3lv02d: laptop model unknown, using default axes configuration
[ 21.511321] lis3lv02d: 8 bits sensor found
[ 21.523560] Linux video capture interface: v2.00
[ 21.560108] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input7
[ 21.560246] Registered led device: hp::hddprotect
[ 21.560261] lis3lv02d driver loaded.
[ 21.579899] acpi device:01: registered as cooling_device3
[ 21.580346] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input8
[ 21.580399] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 21.590376] input: HP WMI hotkeys as /devices/virtual/input/input9
[ 21.953394] type=1400 audit(1303750072.574:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=572 comm="apparmor_parser"
[ 21.954101] type=1400 audit(1303750072.574:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=572 comm="apparmor_parser"
[ 21.954483] type=1400 audit(1303750072.574:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=572 comm="apparmor_parser"
[ 22.014982] uvcvideo: Found UVC 1.00 device HP Webcam (10f1:1a09)
[ 22.031333] input: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input10
[ 22.031399] usbcore: registered new interface driver uvcvideo
[ 22.031401] USB Video Class driver (v0.1.0)
[ 22.344291] lp: driver loaded but no devices found
[ 22.476845] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 22.476849] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[ 22.476938] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 22.476947] iwlagn 0000:03:00.0: setting latency timer to 64
[ 22.476981] iwlagn 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 22.498985] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 22.499067] alloc irq_desc for 46 on node -1
[ 22.499069] alloc kstat_irqs on node -1
[ 22.499111] iwlagn 0000:03:00.0: irq 46 for MSI/MSI-X
[ 22.552768] input: PS/2 Mouse as /devices/platform/i8042/serio4/input/input11
[ 22.570644] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio4/input/input12
[ 22.800723] iwlagn 0000:03:00.0: loaded firmware version 8.24.2.12
[ 22.840791] phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 23.119591] cfg80211: World regulatory domain updated:
[ 23.119595] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 23.119598] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.119601] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 23.119604] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 23.119606] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.119609] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.795231] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 23.795285] alloc irq_desc for 47 on node -1
[ 23.795287] alloc kstat_irqs on node -1
[ 23.795302] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 23.795334] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 23.980249] input: HDA Intel Mic at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 23.980398] input: HDA Intel Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 23.980495] input: HDA Intel Line Out at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 23.980601] input: HDA Intel HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 24.908612] nvidia: module license 'NVIDIA' taints kernel.
[ 24.908617] Disabling lock debugging due to kernel taint
[ 25.748278] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 25.748294] nvidia 0000:01:00.0: setting latency timer to 64
[ 25.748300] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 25.748453] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 260.19.06 Mon Sep 13 04:29:19 PDT 2010
[ 38.270994] REISERFS (device sda5): found reiserfs format "3.6" with standard journal
[ 38.271013] REISERFS (device sda5): using ordered data mode
[ 38.271815] REISERFS (device sda5): journal params: device sda5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 38.272373] REISERFS (device sda5): checking transaction log (sda5)
[ 38.341034] REISERFS (device sda5): Using r5 hash to sort names
[ 45.791681] type=1400 audit(1303750096.414:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=1179 comm="apparmor_parser"
[ 45.792394] type=1400 audit(1303750096.414:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1179 comm="apparmor_parser"
[ 45.792778] type=1400 audit(1303750096.414:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1179 comm="apparmor_parser"
[ 45.872210] type=1400 audit(1303750096.494:8): apparmor="STATUS" operation="profile_load" name="/usr/bin/freshclam" pid=1184 comm="apparmor_parser"
[ 46.029516] type=1400 audit(1303750096.644:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1180 comm="apparmor_parser"
[ 46.038934] type=1400 audit(1303750096.654:10): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=1180 comm="apparmor_parser"
[ 46.044585] type=1400 audit(1303750096.664:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=1180 comm="apparmor_parser"
[ 46.214517] type=1400 audit(1303750096.834:12): apparmor="STATUS" operation="profile_load" name="/usr/sbin/mysqld" pid=1195 comm="apparmor_parser"
[ 46.414396] type=1400 audit(1303750097.034:13): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1190 comm="apparmor_parser"
[ 46.414409] type=1400 audit(1303750097.034:14): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=1187 comm="apparmor_parser"
[ 46.716417] ppdev: user-space parallel port driver
[ 47.895366] r8169 0000:02:00.0: eth0: link down
[ 47.895820] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 48.136099] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 50.957218] Bluetooth: L2CAP ver 2.14
[ 50.957220] Bluetooth: L2CAP socket layer initialized
[ 51.063403] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 51.063406] Bluetooth: BNEP filters: protocol multicast
[ 51.256484] Bluetooth: SCO (Voice Link) ver 0.6
[ 51.256487] Bluetooth: SCO socket layer initialized
[ 53.112387] Bluetooth: RFCOMM TTY layer initialized
[ 53.112394] Bluetooth: RFCOMM socket layer initialized
[ 53.112396] Bluetooth: RFCOMM ver 1.11
[ 58.992933] audit_printk_skb: 21 callbacks suppressed
[ 58.992937] type=1400 audit(1303750109.614:22): apparmor="DENIED" operation="open" parent=1797 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1798 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 59.134985] type=1400 audit(1303750109.754:23): apparmor="DENIED" operation="open" parent=1823 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1824 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 60.145090] type=1400 audit(1303750110.764:24): apparmor="DENIED" operation="open" parent=1853 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1854 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 61.154674] type=1400 audit(1303750111.774:25): apparmor="DENIED" operation="open" parent=1941 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1942 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 62.164042] type=1400 audit(1303750112.784:26): apparmor="DENIED" operation="open" parent=1952 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1953 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 63.174688] type=1400 audit(1303750113.794:27): apparmor="DENIED" operation="open" parent=1962 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1963 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 64.184855] type=1400 audit(1303750114.804:28): apparmor="DENIED" operation="open" parent=1976 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1977 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 65.194242] type=1400 audit(1303750115.814:29): apparmor="DENIED" operation="open" parent=1986 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1987 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 66.203223] type=1400 audit(1303750116.824:30): apparmor="DENIED" operation="open" parent=1997 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=1998 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 67.212633] type=1400 audit(1303750117.834:31): apparmor="DENIED" operation="open" parent=2007 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2008 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 68.222194] type=1400 audit(1303750118.844:32): apparmor="DENIED" operation="open" parent=2017 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2018 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 69.231559] type=1400 audit(1303750119.854:33): apparmor="DENIED" operation="open" parent=2028 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2029 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 69.734803] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
[ 70.240971] type=1400 audit(1303750120.864:34): apparmor="DENIED" operation="open" parent=2047 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2048 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 71.251976] type=1400 audit(1303750121.874:35): apparmor="DENIED" operation="open" parent=2063 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2064 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 72.264626] type=1400 audit(1303750122.884:36): apparmor="DENIED" operation="open" parent=2144 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2145 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 73.274648] type=1400 audit(1303750123.894:37): apparmor="DENIED" operation="open" parent=2158 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2159 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 73.283066] type=1400 audit(1303750123.904:38): apparmor="DENIED" operation="open" parent=2167 profile="/usr/sbin/mysqld" name="/sys/devices/system/cpu/" pid=2168 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 80.321161] type=1400 audit(1303750130.944:39): apparmor="DENIED" operation="open" parent=2263 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/english/errmsg.sys" pid=2265 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 80.323067] type=1400 audit(1303750130.944:40): apparmor="DENIED" operation="open" parent=2263 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/charsets/Index.xml" pid=2265 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 88.056871] type=1400 audit(1303750138.674:41): apparmor="DENIED" operation="open" parent=2302 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/english/errmsg.sys" pid=2304 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 88.058341] type=1400 audit(1303750138.674:42): apparmor="DENIED" operation="open" parent=2302 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/charsets/Index.xml" pid=2304 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 95.774709] type=1400 audit(1303750146.394:43): apparmor="DENIED" operation="open" parent=2389 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/english/errmsg.sys" pid=2391 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 95.776152] type=1400 audit(1303750146.394:44): apparmor="DENIED" operation="open" parent=2389 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/charsets/Index.xml" pid=2391 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 109.757918] type=1400 audit(1303750160.374:45): apparmor="DENIED" operation="open" parent=2509 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/english/errmsg.sys" pid=2513 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 109.759391] type=1400 audit(1303750160.374:46): apparmor="DENIED" operation="open" parent=2509 profile="/usr/sbin/mysqld-akonadi" name="/home/share/mysql/charsets/Index.xml" pid=2513 comm="mysqld-akonadi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 115.522471] wlan0: authenticate with 00:1a:70:4e:d7:2f (try 1)
[ 115.525292] wlan0: authenticated
[ 115.525314] wlan0: associate with 00:1a:70:4e:d7:2f (try 1)
[ 115.527552] wlan0: RX AssocResp from 00:1a:70:4e:d7:2f (capab=0x411 status=0 aid=1)
[ 115.527556] wlan0: associated
[ 115.529955] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 116.160719] Intel AES-NI instructions are not detected.
[ 116.443475] padlock: VIA PadLock not detected.
[-- Attachment #4: lspci.log --]
[-- Type: application/octet-stream, Size: 14746 bytes --]
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel modules: intel-agp
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: d0000000-d2ffffff
Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 4: I/O ports at 60e0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 22
Region 4: I/O ports at 60c0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 19
Region 0: Memory at d9304c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 47
Region 0: Memory at d9300000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00003000-00004fff
Memory behind bridge: d8200000-d92fffff
Prefetchable memory behind bridge: 00000000d3000000-00000000d40fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: d7100000-d81fffff
Prefetchable memory behind bridge: 00000000d4100000-00000000d50fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=04, subordinate=09, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: d6100000-d70fffff
Prefetchable memory behind bridge: 00000000d5100000-00000000d60fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 4: I/O ports at 60a0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 4: I/O ports at 6080 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 16
Region 4: I/O ports at 6060 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 4: I/O ports at 6040 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 0: Memory at d9304800 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=32
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel modules: iTCO_wdt
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) (prog-if 01 [AHCI 1.0])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 45
Region 0: I/O ports at 6108 [size=8]
Region 1: I/O ports at 6114 [size=4]
Region 2: I/O ports at 6100 [size=8]
Region 3: I/O ports at 6110 [size=4]
Region 4: I/O ports at 6020 [size=32]
Region 5: Memory at d9304000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin C routed to IRQ 11
Region 0: Memory at d9305000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 6000 [size=32]
Kernel modules: i2c-i801
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at d0000000 (64-bit, non-prefetchable) [size=32M]
Region 5: I/O ports at 5000 [size=128]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidia-current, nouveau, nvidiafb
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 44
Region 0: I/O ports at 3000 [size=256]
Region 2: Memory at d8200000 (64-bit, non-prefetchable) [size=4K]
Region 4: Memory at d3000000 (64-bit, prefetchable) [size=64K]
Expansion ROM at d3020000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
Subsystem: Intel Corporation WiFi Link 5100 AGN
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 46
Region 0: Memory at d7100000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: iwlagn
Kernel modules: iwlagn
04:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI Express-to-PCI Bridge (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=04, secondary=05, subordinate=09, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel modules: shpchp
05:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
Subsystem: Texas Instruments Device ac48
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 64
Interrupt: pin A routed to IRQ 17
Bus: primary=05, secondary=06, subordinate=09, sec-latency=176
Memory window 0: 00000000-00000000 [disabled] (prefetchable)
Memory window 1: 00000000-00000000 [disabled] (prefetchable)
I/O window 0: 00001000-000010ff
I/O window 1: 00001400-000014ff
BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt- PostWrite-
16-bit legacy interface ports at 0001
Kernel modules: yenta_socket
^ permalink raw reply [flat|nested] 8+ messages in thread
* PCIE-to-PCI bridge doesn't pass mem resources downstream [Re: yenta cardbus problem]
2011-04-25 17:13 ` Germán Sanchis
@ 2011-04-25 20:14 ` Dominik Brodowski
2011-04-27 10:33 ` Germán Sanchis
0 siblings, 1 reply; 8+ messages in thread
From: Dominik Brodowski @ 2011-04-25 20:14 UTC (permalink / raw)
To: Germán Sanchis, Jesse Barnes; +Cc: linux-kernel, linux-pci
Hey,
thanks for the additional debug information. It seems to me to be not a
bug with the yenta driver, but with the parent PCI bridge instead.
Therefore, I've added Jesse and the linux-pci list as recipients. Germán's
problem relates to Ubuntu's 2.6.35-derived kernel; lspci snippets follow.
Let's look at the (grand-)parent bridge: It offers some, if not much I/O and
memory resources for its childs to be used:
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=04, subordinate=09, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: d6100000-d70fffff
Prefetchable memory behind bridge: 00000000d5100000-00000000d60fffff
The PCI bridge, however, does only pass the I/O resources downstream, but
_no_ memory at all.
04:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI Express-to-PCI Bridge (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=04, secondary=05, subordinate=09, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: fff00000-000fffff
The CardBus bridge then has I/O resources to use, but cannot enable memory
resources:
05:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
Memory window 0: 00000000-00000000 [disabled] (prefetchable)
Memory window 1: 00000000-00000000 [disabled] (prefetchable)
I/O window 0: 00001000-000010ff
I/O window 1: 00001400-000014ff
So my question to the PCI folks: why does the PCI bridge fail to pass memory
regions downstream, and assign them properly to the CardBus bridge?
@Germán: assign_busses won't be needed, AFAICT, and possibly override_bios
neither (if we get the PCI bridge to work, that is...) -- it gets into
action much later during yenta_cardbus initialization.
Best,
Dominik
On Mon, Apr 25, 2011 at 07:13:12PM +0200, Germán Sanchis wrote:
> Hi again.
>
> First of all, thanks for your help.
>
> Then, one small note: in my first message, the lspci info might have
> been slightly incorrect: when I first posted this error in the ubuntu
> forums, lspci reported the devices as:
> ...
> 04:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI
> Express-to-PCI Bridge (rev 03)
> 05:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
>
> whereas this morning it was reporting them at 05:00.0 and 06:00.0. I
> changed that part of the post, but didn't think about changing the
> rest. Right now, and with the assign_busses and override_bios options,
> lspci is reporting them on 04:00.0 and 05:00.0. Just in case you
> notice a small inconsistency in that sense.
>
> I tried the "override_bios=1" parameter when loading yenta_socket, but
> that does not seem to help. I did this by:
>
> $ echo "options yenta_socket override_bios=1" >
> /etc/modprobe.d/yenta_socket.conf
>
> and rebooted. Just to let you know what was done, since it is the
> first time I do this and googled for it, so I want to make sure that I
> am not reporting to have tried something which I might have done
> incorrectly.
>
> I am attaching three files to this email:
>
> - A.log is the dmesg output when the switch is in position A
> - B.log is the dmesg output when the switch is in position B
> - lspci.log is the output of lspci -vvv with the switch in position A.
> When the switch is in position B, lspci does not report the devices 04
> and 05 above.
>
> All the files were collected with 'ddebug_query="module yenta_socket
> +p" pci=assign-busses' kernel options, and with yenta_socket
> override_bios option.
>
> Thanks again for your help,
>
> best regards,
>
> Germán Sanchis Trilles
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: PCIE-to-PCI bridge doesn't pass mem resources downstream [Re: yenta cardbus problem]
2011-04-25 20:14 ` PCIE-to-PCI bridge doesn't pass mem resources downstream [Re: yenta cardbus problem] Dominik Brodowski
@ 2011-04-27 10:33 ` Germán Sanchis
2011-04-27 16:23 ` Bjorn Helgaas
0 siblings, 1 reply; 8+ messages in thread
From: Germán Sanchis @ 2011-04-27 10:33 UTC (permalink / raw)
To: Dominik Brodowski, Germán Sanchis, Jesse Barnes,
linux-kernel, linux-pci
Hi again.
Thanks for forwarding the message to the appropriate list. If there is
any other information you guys would need, or anything else I can do
to help, do let me know and I'll collect it as soon as possible.
Thanks again,
Germán Sanchis Trilles
2011/4/25 Dominik Brodowski <linux@dominikbrodowski.net>:
> Hey,
>
> thanks for the additional debug information. It seems to me to be not a
> bug with the yenta driver, but with the parent PCI bridge instead.
> Therefore, I've added Jesse and the linux-pci list as recipients. Germán's
> problem relates to Ubuntu's 2.6.35-derived kernel; lspci snippets follow.
>
> Let's look at the (grand-)parent bridge: It offers some, if not much I/O and
> memory resources for its childs to be used:
>
> 00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03) (prog-if 00 [Normal decode])
> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
> Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> Latency: 0
> Bus: primary=00, secondary=04, subordinate=09, sec-latency=0
> I/O behind bridge: 00001000-00001fff
> Memory behind bridge: d6100000-d70fffff
> Prefetchable memory behind bridge: 00000000d5100000-00000000d60fffff
>
> The PCI bridge, however, does only pass the I/O resources downstream, but
> _no_ memory at all.
>
> 04:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI Express-to-PCI Bridge (rev 03) (prog-if 00 [Normal decode])
> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> Latency: 0
> Bus: primary=04, secondary=05, subordinate=09, sec-latency=0
> I/O behind bridge: 00001000-00001fff
> Memory behind bridge: fff00000-000fffff
>
> The CardBus bridge then has I/O resources to use, but cannot enable memory
> resources:
>
> 05:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
> Memory window 0: 00000000-00000000 [disabled] (prefetchable)
> Memory window 1: 00000000-00000000 [disabled] (prefetchable)
> I/O window 0: 00001000-000010ff
> I/O window 1: 00001400-000014ff
>
> So my question to the PCI folks: why does the PCI bridge fail to pass memory
> regions downstream, and assign them properly to the CardBus bridge?
>
> @Germán: assign_busses won't be needed, AFAICT, and possibly override_bios
> neither (if we get the PCI bridge to work, that is...) -- it gets into
> action much later during yenta_cardbus initialization.
>
> Best,
> Dominik
>
>
> On Mon, Apr 25, 2011 at 07:13:12PM +0200, Germán Sanchis wrote:
>> Hi again.
>>
>> First of all, thanks for your help.
>>
>> Then, one small note: in my first message, the lspci info might have
>> been slightly incorrect: when I first posted this error in the ubuntu
>> forums, lspci reported the devices as:
>> ...
>> 04:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI
>> Express-to-PCI Bridge (rev 03)
>> 05:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
>>
>> whereas this morning it was reporting them at 05:00.0 and 06:00.0. I
>> changed that part of the post, but didn't think about changing the
>> rest. Right now, and with the assign_busses and override_bios options,
>> lspci is reporting them on 04:00.0 and 05:00.0. Just in case you
>> notice a small inconsistency in that sense.
>>
>> I tried the "override_bios=1" parameter when loading yenta_socket, but
>> that does not seem to help. I did this by:
>>
>> $ echo "options yenta_socket override_bios=1" >
>> /etc/modprobe.d/yenta_socket.conf
>>
>> and rebooted. Just to let you know what was done, since it is the
>> first time I do this and googled for it, so I want to make sure that I
>> am not reporting to have tried something which I might have done
>> incorrectly.
>>
>> I am attaching three files to this email:
>>
>> - A.log is the dmesg output when the switch is in position A
>> - B.log is the dmesg output when the switch is in position B
>> - lspci.log is the output of lspci -vvv with the switch in position A.
>> When the switch is in position B, lspci does not report the devices 04
>> and 05 above.
>>
>> All the files were collected with 'ddebug_query="module yenta_socket
>> +p" pci=assign-busses' kernel options, and with yenta_socket
>> override_bios option.
>>
>> Thanks again for your help,
>>
>> best regards,
>>
>> Germán Sanchis Trilles
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: PCIE-to-PCI bridge doesn't pass mem resources downstream [Re: yenta cardbus problem]
2011-04-27 10:33 ` Germán Sanchis
@ 2011-04-27 16:23 ` Bjorn Helgaas
[not found] ` <BANLkTinHbCdYO-edOUA-iAPNzOfKgQNiRQ@mail.gmail.com>
0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2011-04-27 16:23 UTC (permalink / raw)
To: Germán Sanchis
Cc: Dominik Brodowski, Jesse Barnes, linux-kernel, linux-pci
On Wed, Apr 27, 2011 at 4:33 AM, Germán Sanchis <eaglecros@gmail.com> wrote:
> 2011/4/25 Dominik Brodowski <linux@dominikbrodowski.net>:
>> Hey,
>>
>> thanks for the additional debug information. It seems to me to be not a
>> bug with the yenta driver, but with the parent PCI bridge instead.
>> Therefore, I've added Jesse and the linux-pci list as recipients. Germán's
>> problem relates to Ubuntu's 2.6.35-derived kernel; lspci snippets follow.
>>
>> Let's look at the (grand-)parent bridge: It offers some, if not much I/O and
>> memory resources for its childs to be used:
>>
>> 00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03) (prog-if 00 [Normal decode])
>> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
>> Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>> Latency: 0
>> Bus: primary=00, secondary=04, subordinate=09, sec-latency=0
>> I/O behind bridge: 00001000-00001fff
>> Memory behind bridge: d6100000-d70fffff
>> Prefetchable memory behind bridge: 00000000d5100000-00000000d60fffff
>>
>> The PCI bridge, however, does only pass the I/O resources downstream, but
>> _no_ memory at all.
>>
>> 04:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI Express-to-PCI Bridge (rev 03) (prog-if 00 [Normal decode])
>> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>> Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>> Latency: 0
>> Bus: primary=04, secondary=05, subordinate=09, sec-latency=0
>> I/O behind bridge: 00001000-00001fff
>> Memory behind bridge: fff00000-000fffff
>>
>> The CardBus bridge then has I/O resources to use, but cannot enable memory
>> resources:
>>
>> 05:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
>> Memory window 0: 00000000-00000000 [disabled] (prefetchable)
>> Memory window 1: 00000000-00000000 [disabled] (prefetchable)
>> I/O window 0: 00001000-000010ff
>> I/O window 1: 00001400-000014ff
>>
>> So my question to the PCI folks: why does the PCI bridge fail to pass memory
>> regions downstream, and assign them properly to the CardBus bridge?
The BIOS assigned [mem 0xd6100000-0xd70fffff] (16MB) and [mem
0xd5100000-0xd60fffff 64bit pref] (16MB) to bus 04, but left the
04:00.0 bridge windows to bus 05 disabled. Linux only enables them if
we find a downstream device that needs resources. In this case, there
*is* a downstream CardBus bridge (05:00.0) that would like resources.
By default, pci_bus_size_cardbus() requests 64MB for each CardBus
memory window, but there's only 16MB each (prefetchable and
non-prefetchable) available.
I don't think your audio card needs anywhere near 64MB of memory
space. Can you try booting with "pci=cbmemsize=8M"?
Bjorn
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: PCIE-to-PCI bridge doesn't pass mem resources downstream [Re: yenta cardbus problem]
[not found] ` <BANLkTinHbCdYO-edOUA-iAPNzOfKgQNiRQ@mail.gmail.com>
@ 2011-04-27 22:10 ` Germán Sanchis
2011-04-27 22:41 ` Bjorn Helgaas
1 sibling, 0 replies; 8+ messages in thread
From: Germán Sanchis @ 2011-04-27 22:10 UTC (permalink / raw)
To: linux-kernel, linux-pci
[-- Attachment #1: Type: text/plain, Size: 438 bytes --]
Hi!
Well, that did work, so the sound card is being recognized now, and in
fact I already managed to do a couple of successful sound tests.
I am attaching the output of lspci -vvv after specifying
pci=cbmemsize=8M, in case it helps you further... I am happy with my
card working, but I don't know if this should be considered in future
releases of the kernel.
Thank you very much,
best regards,
Germán Sanchis Trilles
[-- Attachment #2: lspci.log2 --]
[-- Type: application/octet-stream, Size: 15368 bytes --]
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel modules: intel-agp
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: d0000000-d2ffffff
Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 4: I/O ports at 60e0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 22
Region 4: I/O ports at 60c0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 19
Region 0: Memory at d9304c00 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 47
Region 0: Memory at d9300000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00003000-00004fff
Memory behind bridge: d8200000-d92fffff
Prefetchable memory behind bridge: 00000000d3000000-00000000d40fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: d7100000-d81fffff
Prefetchable memory behind bridge: 00000000d4100000-00000000d50fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=05, subordinate=07, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: d6100000-d70fffff
Prefetchable memory behind bridge: 00000000d5100000-00000000d60fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 4: I/O ports at 60a0 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 4: I/O ports at 6080 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin D routed to IRQ 16
Region 4: I/O ports at 6060 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 4: I/O ports at 6040 [size=32]
Capabilities: <access denied>
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 0: Memory at d9304800 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=32
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel modules: iTCO_wdt
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) (prog-if 01 [AHCI 1.0])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 44
Region 0: I/O ports at 6108 [size=8]
Region 1: I/O ports at 6114 [size=4]
Region 2: I/O ports at 6100 [size=8]
Region 3: I/O ports at 6110 [size=4]
Region 4: I/O ports at 6020 [size=32]
Region 5: Memory at d9304000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin C routed to IRQ 11
Region 0: Memory at d9305000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 6000 [size=32]
Kernel modules: i2c-i801
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at d0000000 (64-bit, non-prefetchable) [size=32M]
Region 5: I/O ports at 5000 [size=128]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidia-current, nouveau, nvidiafb
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 1505
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 45
Region 0: I/O ports at 3000 [size=256]
Region 2: Memory at d8200000 (64-bit, non-prefetchable) [size=4K]
Region 4: Memory at d3000000 (64-bit, prefetchable) [size=64K]
Expansion ROM at d3020000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
Subsystem: Intel Corporation WiFi Link 5100 AGN
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 46
Region 0: Memory at d7100000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: iwlagn
Kernel modules: iwlagn
05:00.0 PCI bridge: Texas Instruments XIO2000(A)/XIO2200(A) PCI Express-to-PCI Bridge (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=05, secondary=06, subordinate=0a, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: d6400000-d6ffffff
Prefetchable memory behind bridge: 00000000d5800000-00000000d5ffffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel modules: shpchp
06:00.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
Subsystem: Texas Instruments Device ac48
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 168, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at d6400000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=06, secondary=07, subordinate=0a, sec-latency=176
Memory window 0: d5800000-d5fff000 (prefetchable)
Memory window 1: d6800000-d6fff000
I/O window 0: 00001000-000010ff
I/O window 1: 00001400-000014ff
BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+
16-bit legacy interface ports at 0001
Kernel driver in use: yenta_cardbus
Kernel modules: yenta_socket
07:00.0 Multimedia audio controller: Creative Labs SB0400 Audigy2 Value
Subsystem: Creative Labs Device 2001
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 64 (500ns min, 5000ns max)
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at 1000 [size=64]
Capabilities: <access denied>
Kernel driver in use: EMU10K1_Audigy
Kernel modules: snd-emu10k1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: PCIE-to-PCI bridge doesn't pass mem resources downstream [Re: yenta cardbus problem]
[not found] ` <BANLkTinHbCdYO-edOUA-iAPNzOfKgQNiRQ@mail.gmail.com>
2011-04-27 22:10 ` Germán Sanchis
@ 2011-04-27 22:41 ` Bjorn Helgaas
1 sibling, 0 replies; 8+ messages in thread
From: Bjorn Helgaas @ 2011-04-27 22:41 UTC (permalink / raw)
To: Germán Sanchis
Cc: Dominik Brodowski, Jesse Barnes, linux-kernel, linux-pci
On Wed, Apr 27, 2011 at 4:07 PM, Germán Sanchis <eaglecros@gmail.com> wrote:
> Hi!
> Well, that did work, so the sound card is being recognized now, and in fact
> I already managed to do a couple of successful sound tests.
> I am attaching the output of lspci -vvv after specifying pci=cbmemsize=8M,
> in case it helps you further... I am happy with my card working, but I don't
> know if this should be considered in future releases of the kernel.
Good, I'm glad the workaround works.
It sure seems like the kernel could be smarter about this. After all,
we can (at least in principle) find out what devices are behind the
CardBus bridge and how much space they need. Unfortunately, we don't
really have good support for dynamically rearranging things, so we
tend to request more space than we need in case the user later plugs
in another device. It's a known problem and people are thinking about
it, but I'm afraid a complete solution is still a ways off.
Bjorn
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-04-27 22:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-25 12:36 yenta cardbus problem Germán Sanchis
2011-04-25 14:00 ` Dominik Brodowski
2011-04-25 17:13 ` Germán Sanchis
2011-04-25 20:14 ` PCIE-to-PCI bridge doesn't pass mem resources downstream [Re: yenta cardbus problem] Dominik Brodowski
2011-04-27 10:33 ` Germán Sanchis
2011-04-27 16:23 ` Bjorn Helgaas
[not found] ` <BANLkTinHbCdYO-edOUA-iAPNzOfKgQNiRQ@mail.gmail.com>
2011-04-27 22:10 ` Germán Sanchis
2011-04-27 22:41 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).