* Error inserting kvm_intel
@ 2006-12-19 7:42 Piero Ottuzzi
[not found] ` <200612190842.52002.ottuzzi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Piero Ottuzzi @ 2006-12-19 7:42 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi there,
I have an HP nc8430 with a Core2DUO (Merom) T7200.
Yesterday I compiled from subversion repository the latest version of kvm:
everything was smooth but as soon as I try to load the module I get:
piero@acaro:~$ sudo modprobe kvm-intel
Password:
FATAL: Error inserting kvm_intel
(/lib/modules/2.6.17-10-generic/extra/kvm-intel.ko): Operation not supported
I'm running a kubuntu 6.10 (edgy).
As per FAQ I checked for VT extensions:
piero@acaro:~$ egrep '^flags.*(vmx|svm)' /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
Does anybody can help me?
Many thanks
Bye
Piero
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Error inserting kvm_intel
[not found] ` <200612190842.52002.ottuzzi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2006-12-19 8:09 ` Dor Laor
[not found] ` <64F9B87B6B770947A9F8391472E03216099DFF67-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Dor Laor @ 2006-12-19 8:09 UTC (permalink / raw)
To: Piero Ottuzzi, kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
> I have an HP nc8430 with a Core2DUO (Merom) T7200.
> Yesterday I compiled from subversion repository the latest version of
kvm:
> everything was smooth but as soon as I try to load the module I get:
> piero@acaro:~$ sudo modprobe kvm-intel
> Password:
> FATAL: Error inserting kvm_intel
> (/lib/modules/2.6.17-10-generic/extra/kvm-intel.ko): Operation not
> supported
>
> I'm running a kubuntu 6.10 (edgy).
> As per FAQ I checked for VT extensions:
> piero@acaro:~$ egrep '^flags.*(vmx|svm)' /proc/cpuinfo
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca
> cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx
lm
> constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca
> cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx
lm
> constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
>
> Does anybody can help me?
You have vmx but most chances that your bios lack the virtualization
support.
Please provide the dmesg output and we'll see what's wrong.
>
> Many thanks
> Bye
> Piero
>
>
------------------------------------------------------------------------
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
> _______________________________________________
> kvm-devel mailing list
> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Error inserting kvm_intel
[not found] ` <64F9B87B6B770947A9F8391472E03216099DFF67-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
@ 2006-12-19 8:38 ` Piero Ottuzzi
0 siblings, 0 replies; 5+ messages in thread
From: Piero Ottuzzi @ 2006-12-19 8:38 UTC (permalink / raw)
To: Dor Laor; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 2250 bytes --]
Hi there,
I think you got it :(
Last line of the attached dmesg says:
[ 2379.214802] kvm: disabled by bios
It looks like that the next BIOS will enable VT... let's hope so.
Maybe you can modify the error message I got with something easier to
understand?
Many thanks for your fast reply.
Bye
Piero
Alle 09:09, martedì 19 dicembre 2006, Dor Laor ha scritto:
> > I have an HP nc8430 with a Core2DUO (Merom) T7200.
> > Yesterday I compiled from subversion repository the latest version of
>
> kvm:
> > everything was smooth but as soon as I try to load the module I get:
> > piero@acaro:~$ sudo modprobe kvm-intel
> > Password:
> > FATAL: Error inserting kvm_intel
> > (/lib/modules/2.6.17-10-generic/extra/kvm-intel.ko): Operation not
> > supported
> >
> > I'm running a kubuntu 6.10 (edgy).
> > As per FAQ I checked for VT extensions:
> > piero@acaro:~$ egrep '^flags.*(vmx|svm)' /proc/cpuinfo
> > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
>
> mca
>
> > cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx
>
> lm
>
> > constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
> > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
>
> mca
>
> > cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx
>
> lm
>
> > constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
> >
> > Does anybody can help me?
>
> You have vmx but most chances that your bios lack the virtualization
> support.
> Please provide the dmesg output and we'll see what's wrong.
>
> > Many thanks
> > Bye
> > Piero
>
> ------------------------------------------------------------------------
> -
>
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
>
> share
>
> > your
> > opinions on IT & business topics through brief surveys - and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
> V
>
> > _______________________________________________
> > kvm-devel mailing list
> > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/kvm-devel
[-- Attachment #2: dmesg.log --]
[-- Type: text/x-log, Size: 32455 bytes --]
[ 0.000000] Bootdata ok (command line is root=/dev/sda5 ro vga=791 locale=it_IT)
[ 0.000000] Linux version 2.6.17-10-generic (root@king) (gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)) #2 SMP Tue Dec 5 21:16:35 UTC 2006 (Ubuntu 2.6.17-10.34-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000005ffd0000 (usable)
[ 0.000000] BIOS-e820: 000000005ffd0000 - 000000005ffe5600 (reserved)
[ 0.000000] BIOS-e820: 000000005ffe5600 - 000000005fff8000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000005fff8000 - 0000000060000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed9b000 (reserved)
[ 0.000000] BIOS-e820: 00000000feda0000 - 00000000fedc0000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffb00000 - 00000000ffc00000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.4 present.
[ 0.000000] ACPI: RSDP (v002 HP ) @ 0x00000000000f79a0
[ 0.000000] ACPI: XSDT (v001 HPQOEM SLIC-MPC 0x00000001 HP 0x00000001) @ 0x000000005ffe57c0
[ 0.000000] ACPI: FADT (v004 HP 30A3 0x00000003 HP 0x00000001) @ 0x000000005ffe5684
[ 0.000000] ACPI: SLIC (v001 HPQOEM SLIC-MPC 0x00000001 HP 0x00000001) @ 0x000000005ffe582c
[ 0.000000] ACPI: HPET (v001 HP 30A3 0x00000001 HP 0x00000001) @ 0x000000005ffe59a4
[ 0.000000] ACPI: MADT (v001 HP 30A3 0x00000001 HP 0x00000001) @ 0x000000005ffe59dc
[ 0.000000] ACPI: MCFG (v001 HP 30A3 0x00000001 HP 0x00000001) @ 0x000000005ffe5a44
[ 0.000000] ACPI: TCPA (v002 HP 30A3 0x00000001 HP 0x00000001) @ 0x000000005ffe5a80
[ 0.000000] ACPI: SSDT (v001 HP HPQNLP 0x00000001 MSFT 0x0100000e) @ 0x000000005fff571b
[ 0.000000] ACPI: SSDT (v001 HP HPQSAT 0x00000001 MSFT 0x0100000e) @ 0x000000005fff5774
[ 0.000000] ACPI: SSDT (v001 HP CpuPm 0x00003000 INTL 0x20060317) @ 0x000000005fff5fa3
[ 0.000000] ACPI: DSDT (v001 HP nc8430 0x00010000 MSFT 0x0100000e) @ 0x0000000000000000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000005ffd0000
[ 0.000000] Bootmem setup node 0 0000000000000000-000000005ffd0000
[ 0.000000] No mptable found.
[ 0.000000] On node 0 totalpages: 386346
[ 0.000000] DMA zone: 2593 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 383753 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 6:15 APIC version 20
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] Processor #1 6:15 APIC version 20
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Setting APIC routing to physical flat
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 70000000 (gap: 60000000:9ec00000)
[ 0.000000] Checking aperture...
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] Built 1 zonelists
[ 0.000000] Kernel command line: root=/dev/sda5 ro vga=791 locale=it_IT
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] time.c: Using 14.318180 MHz WALL HPET GTOD HPET/TSC timer.
[ 0.000000] time.c: Detected 1995.004 MHz processor.
[ 49.410854] Console: colour dummy device 80x25
[ 49.412123] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 49.413374] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 49.435081] Memory: 1536416k/1572672k available (2129k kernel code, 35868k reserved, 1424k data, 188k init)
[ 49.512660] Calibrating delay using timer specific routine.. 3995.83 BogoMIPS (lpj=7991667)
[ 49.512717] Security Framework v1.0.0 initialized
[ 49.512724] SELinux: Disabled at boot.
[ 49.512746] Mount-cache hash table entries: 256
[ 49.512894] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 49.512898] CPU: L2 cache: 4096K
[ 49.512902] using mwait in idle threads.
[ 49.512905] CPU: Physical Processor ID: 0
[ 49.512907] CPU: Processor Core ID: 0
[ 49.512914] CPU0: Thermal monitoring handled by SMI
[ 49.512924] SMP alternatives: switching to UP code
[ 49.513153] checking if image is initramfs... it is
[ 50.022976] Freeing initrd memory: 5707k freed
[ 50.027965] ACPI: Core revision 20060707
[ 50.028709] ACPI: Looking for DSDT ... not found!
[ 50.144447] activating NMI Watchdog ... done.
[ 50.144457] Using local APIC timer interrupts.
[ 50.194558] result 10390638
[ 50.194560] Detected 10.390 MHz APIC timer.
[ 50.196473] SMP alternatives: switching to SMP code
[ 50.196603] Booting processor 1/2 APIC 0x1
[ 50.208192] Initializing CPU#1
[ 50.284232] Calibrating delay using timer specific routine.. 3990.12 BogoMIPS (lpj=7980250)
[ 50.284239] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 50.284240] CPU: L2 cache: 4096K
[ 50.284243] CPU: Physical Processor ID: 0
[ 50.284244] CPU: Processor Core ID: 1
[ 50.284250] CPU1: Thermal monitoring enabled (TM2)
[ 50.284749] Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz stepping 06
[ 50.288226] APIC error on CPU1: 00(40)
[ 50.288248] Brought up 2 CPUs
[ 50.288302] testing NMI watchdog ... OK.
[ 50.410669] migration_cost=34
[ 50.410955] NET: Registered protocol family 16
[ 50.410982] ACPI: bus type pci registered
[ 50.410988] PCI: BIOS Bug: MCFG area at f8000000 is not E820-reserved
[ 50.410990] PCI: Not using MMCONFIG.
[ 50.410998] PCI: Using configuration type 1
[ 50.464671] ACPI: Interpreter enabled
[ 50.464674] ACPI: Using IOAPIC for interrupt routing
[ 50.465008] ACPI: PCI Root Bridge [C002] (0000:00)
[ 50.465012] PCI: Probing PCI hardware (bus 00)
[ 50.465033] ACPI: Assume root bridge [\_SB_.C002] bus is 0
[ 50.473284] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
[ 50.473488] Boot video device is 0000:01:00.0
[ 50.474799] PCI: Transparent bridge - 0000:00:1e.0
[ 50.474872] PCI: Bus #03 (-#06) is hidden behind transparent bridge #02 (-#03) (try 'pci=assign-busses')
[ 50.474876] Please report the result to linux-kernel to fix this permanently
[ 50.474953] ACPI: PCI Interrupt Routing Table [\_SB_.C002._PRT]
[ 50.510808] ACPI: PCI Interrupt Routing Table [\_SB_.C002.C07E._PRT]
[ 50.511181] ACPI: PCI Interrupt Routing Table [\_SB_.C002.C093._PRT]
[ 50.511890] ACPI: Embedded Controller [C005] (gpe 22) interrupt mode.
[ 50.531513] ACPI: Power Resource [C1EE] (on)
[ 50.532451] ACPI: Power Resource [C1FB] (on)
[ 50.533294] ACPI: Power Resource [C218] (on)
[ 50.535610] ACPI: PCI Interrupt Routing Table [\_SB_.C002.C0FE._PRT]
[ 50.536143] ACPI: PCI Interrupt Routing Table [\_SB_.C002.C10E._PRT]
[ 50.536672] ACPI: PCI Interrupt Routing Table [\_SB_.C002.C114._PRT]
[ 50.537595] ACPI: Power Resource [C220] (off)
[ 50.537962] ACPI: PCI Interrupt Link [C10A] (IRQs *10 11)
[ 50.538420] ACPI: PCI Interrupt Link [C10B] (IRQs *10 11)
[ 50.538878] ACPI: PCI Interrupt Link [C10C] (IRQs 10 *11)
[ 50.539340] ACPI: PCI Interrupt Link [C10D] (IRQs *10 11)
[ 50.539798] ACPI: PCI Interrupt Link [C126] (IRQs *10 11)
[ 50.540265] ACPI: PCI Interrupt Link [C127] (IRQs 10 *11)
[ 50.540721] ACPI: PCI Interrupt Link [C128] (IRQs *10 11)
[ 50.541051] ACPI Exception (pci_link-0182): AE_NOT_FOUND, Evaluating _PRS [20060707]
[ 50.542930] ACPI: Power Resource [C317] (off)
[ 50.543072] ACPI: Power Resource [C318] (off)
[ 50.543209] ACPI: Power Resource [C319] (off)
[ 50.543350] ACPI: Power Resource [C31A] (off)
[ 50.543487] ACPI: Power Resource [C31B] (off)
[ 50.543627] ACPI: Power Resource [C31C] (off)
[ 50.543701] ACPI: Power Resource [C31D] (off)
[ 50.544140] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 50.544149] pnp: PnP ACPI init
[ 50.553168] GSI 23 sharing vector 0xA9 and IRQ 23
[ 50.554620] pnp: PnP ACPI: found 16 devices
[ 50.554659] PCI: Using ACPI for IRQ routing
[ 50.554663] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 50.554806] hpet0: at MMIO 0xfed00000 (virtual 0xffffffffff5fe000), IRQs 2, 8, 0
[ 50.554813] hpet0: 3 64-bit timers, 14318180 Hz
[ 50.555855] PCI-DMA: Disabling IOMMU.
[ 50.557241] pnp: 00:0e: ioport range 0x4d0-0x4d1 has been reserved
[ 50.557246] pnp: 00:0e: ioport range 0x1000-0x107f could not be reserved
[ 50.557250] pnp: 00:0e: ioport range 0x1100-0x113f has been reserved
[ 50.557253] pnp: 00:0e: ioport range 0x1200-0x121f has been reserved
[ 50.557444] PCI: Bridge: 0000:00:01.0
[ 50.557448] IO window: 4000-4fff
[ 50.557453] MEM window: f4600000-f46fffff
[ 50.557457] PREFETCH window: e0000000-efffffff
[ 50.557461] PCI: Bridge: 0000:00:1c.0
[ 50.557463] IO window: disabled.
[ 50.557470] MEM window: f4100000-f41fffff
[ 50.557475] PREFETCH window: disabled.
[ 50.557481] PCI: Bridge: 0000:00:1c.1
[ 50.557483] IO window: disabled.
[ 50.557490] MEM window: f4000000-f40fffff
[ 50.557495] PREFETCH window: disabled.
[ 50.557501] PCI: Bridge: 0000:00:1c.3
[ 50.557505] IO window: 2000-3fff
[ 50.557511] MEM window: f0000000-f3ffffff
[ 50.557516] PREFETCH window: disabled.
[ 50.557525] PCI: Bus 3, cardbus bridge: 0000:02:06.0
[ 50.557528] IO window: 00006000-000060ff
[ 50.557534] IO window: 00006400-000064ff
[ 50.557541] PREFETCH window: 70000000-71ffffff
[ 50.557547] MEM window: 72000000-73ffffff
[ 50.557553] PCI: Bridge: 0000:00:1e.0
[ 50.557557] IO window: 6000-6fff
[ 50.557563] MEM window: f4200000-f45fffff
[ 50.557569] PREFETCH window: 70000000-71ffffff
[ 50.557584] GSI 16 sharing vector 0xB1 and IRQ 16
[ 50.557587] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 177
[ 50.557594] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 50.557615] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 177
[ 50.557622] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 50.557645] GSI 17 sharing vector 0xB9 and IRQ 17
[ 50.557648] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 185
[ 50.557655] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 50.557678] GSI 18 sharing vector 0xC1 and IRQ 18
[ 50.557681] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 193
[ 50.557688] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[ 50.557702] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 50.557719] GSI 19 sharing vector 0xC9 and IRQ 19
[ 50.557723] ACPI: PCI Interrupt 0000:02:06.0[A] -> GSI 18 (level, low) -> IRQ 201
[ 50.557762] NET: Registered protocol family 2
[ 50.604103] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 50.604383] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 50.606644] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 50.607511] TCP: Hash tables configured (established 262144 bind 65536)
[ 50.607515] TCP reno registered
[ 50.608214] IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
[ 50.608624] audit: initializing netlink socket (disabled)
[ 50.608641] audit(1166513711.204:1): initialized
[ 50.608825] VFS: Disk quotas dquot_6.5.1
[ 50.608848] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 50.608900] Initializing Cryptographic API
[ 50.608906] io scheduler noop registered
[ 50.608916] io scheduler anticipatory registered
[ 50.608924] io scheduler deadline registered
[ 50.608943] io scheduler cfq registered (default)
[ 50.611710] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 177
[ 50.611721] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 50.611755] assign_interrupt_mode Found MSI capability
[ 50.611806] Allocate Port Service[0000:00:01.0:pcie00]
[ 50.611850] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 177
[ 50.611858] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 50.611914] assign_interrupt_mode Found MSI capability
[ 50.611973] Allocate Port Service[0000:00:1c.0:pcie00]
[ 50.612005] Allocate Port Service[0000:00:1c.0:pcie02]
[ 50.612052] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 185
[ 50.612060] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 50.612115] assign_interrupt_mode Found MSI capability
[ 50.612174] Allocate Port Service[0000:00:1c.1:pcie00]
[ 50.612207] Allocate Port Service[0000:00:1c.1:pcie02]
[ 50.612247] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 193
[ 50.612256] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[ 50.612311] assign_interrupt_mode Found MSI capability
[ 50.612369] Allocate Port Service[0000:00:1c.3:pcie00]
[ 50.612398] Allocate Port Service[0000:00:1c.3:pcie02]
[ 50.630107] Real Time Clock Driver v1.12ac
[ 50.630337] hpet_resources: 0xfed00000 is busy
[ 50.630366] Linux agpgart interface v0.101 (c) Dave Jones
[ 50.630370] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 50.630525] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 50.630984] 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 50.631251] mice: PS/2 mouse device common for all mice
[ 50.631773] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 50.631879] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[ 50.631884] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 50.632189] PNP: PS/2 Controller [PNP0303:C215,PNP0f13:C216] at 0x60,0x64 irq 1,12
[ 50.633731] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 50.634363] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 50.634481] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 50.634710] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 50.635568] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 50.635686] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 50.635853] TCP bic registered
[ 50.635864] NET: Registered protocol family 1
[ 50.635870] NET: Registered protocol family 8
[ 50.635873] NET: Registered protocol family 20
[ 50.635936] ACPI: (supports S0 S3 S4 S5)
[ 50.635974] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 50.635996] Freeing unused kernel memory: 188k freed
[ 50.675077] input: AT Translated Set 2 keyboard as /class/input/input0
[ 50.677680] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc20000080000, using 3072k, total 16384k
[ 50.677687] vesafb: mode is 1024x768x16, linelength=2048, pages=9
[ 50.677690] vesafb: scrolling: redraw
[ 50.677693] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[ 50.725995] Console: switching to colour frame buffer device 128x48
[ 50.726284] fb0: VESA VGA frame buffer device
[ 50.733231] Capability LSM initialized
[ 50.755175] ACPI: Transitioning device [C31E] to D3
[ 50.755403] ACPI: Transitioning device [C31E] to D3
[ 50.755630] ACPI: Fan [C31E] (off)
[ 50.755893] ACPI: Transitioning device [C31F] to D3
[ 50.756142] ACPI: Transitioning device [C31F] to D3
[ 50.756368] ACPI: Fan [C31F] (off)
[ 50.756630] ACPI: Transitioning device [C320] to D3
[ 50.756855] ACPI: Transitioning device [C320] to D3
[ 50.757082] ACPI: Fan [C320] (off)
[ 50.757343] ACPI: Transitioning device [C321] to D3
[ 50.757569] ACPI: Transitioning device [C321] to D3
[ 50.757795] ACPI: Fan [C321] (off)
[ 50.758055] ACPI: Transitioning device [C322] to D3
[ 50.758281] ACPI: Transitioning device [C322] to D3
[ 50.758507] ACPI: Fan [C322] (off)
[ 50.758767] ACPI: Transitioning device [C323] to D3
[ 50.758992] ACPI: Transitioning device [C323] to D3
[ 50.759219] ACPI: Fan [C323] (off)
[ 50.762568] ACPI: Transitioning device [C324] to D3
[ 50.766075] ACPI: Transitioning device [C324] to D3
[ 50.769602] ACPI: Fan [C324] (off)
[ 50.776027] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [HP ] OemTableId [ Cpu0Ist] [20060707]
[ 50.780438] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [HP ] OemTableId [ Cpu0Cst] [20060707]
[ 50.789019] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 50.793850] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [HP ] OemTableId [ Cpu1Ist] [20060707]
[ 50.798921] ACPI (exconfig-0455): Dynamic SSDT Load - OemId [HP ] OemTableId [ Cpu1Cst] [20060707]
[ 50.803979] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 50.848852] ACPI: Thermal Zone [TZ0] (21 C)
[ 50.877963] ACPI: Thermal Zone [TZ1] (27 C)
[ 50.907260] ACPI: Thermal Zone [TZ2] (26 C)
[ 50.921426] ACPI: Thermal Zone [TZ3] (16 C)
[ 50.930160] ACPI: Thermal Zone [TZ4] (75 C)
[ 51.206665] ICH7: IDE controller at PCI slot 0000:00:1f.1
[ 51.212705] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 177
[ 51.219068] ICH7: chipset revision 1
[ 51.225472] ICH7: not 100% native mode: will probe irqs later
[ 51.232145] ide0: BM-DMA at 0x5080-0x5087, BIOS settings: hda:DMA, hdb:pio
[ 51.239230] Probing IDE interface ide0...
[ 51.979622] hda: HL-DT-ST DVDRAM GMA-4082N, ATAPI CD/DVD-ROM drive
[ 52.323981] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 52.340352] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, DMA
[ 52.347739] Uniform CD-ROM driver Revision: 3.20
[ 52.428281] SCSI subsystem initialized
[ 52.438030] libata version 1.20 loaded.
[ 52.438849] ahci 0000:00:1f.2: version 1.2
[ 52.438873] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 17 (level, low) -> IRQ 185
[ 58.267735] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 58.267744] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[ 58.275427] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pmp pio slum part
[ 58.283198] ata1: SATA max UDMA/133 cmd 0xFFFFC2000001E100 ctl 0x0 bmdma 0x0 irq 58
[ 58.291204] ata2: SATA max UDMA/133 cmd 0xFFFFC2000001E180 ctl 0x0 bmdma 0x0 irq 58
[ 58.299096] ata3: SATA max UDMA/133 cmd 0xFFFFC2000001E200 ctl 0x0 bmdma 0x0 irq 58
[ 58.306896] ata4: SATA max UDMA/133 cmd 0xFFFFC2000001E280 ctl 0x0 bmdma 0x0 irq 58
[ 58.691505] ata1: SATA link up 1.5 Gbps (SStatus 113)
[ 58.700876] ata1: dev 0 cfg 49:2f00 82:306b 83:7c09 84:6003 85:3069 86:3409 87:6003 88:203f
[ 58.700879] ata1: dev 0 ATA-7, max UDMA/100, 156301488 sectors: LBA48
[ 58.710305] ata1: dev 0 configured for UDMA/100
[ 58.718295] scsi0 : ahci
[ 58.931359] ata2: SATA link down (SStatus 0)
[ 58.939342] scsi1 : ahci
[ 59.151232] ata3: SATA link down (SStatus 0)
[ 59.159320] scsi2 : ahci
[ 59.371108] ata4: SATA link down (SStatus 0)
[ 59.379320] scsi3 : ahci
[ 59.387443] Losing some ticks... checking if CPU frequency changed.
[ 59.387537] Vendor: ATA Model: ST98823AS Rev: 7.24
[ 59.396127] Type: Direct-Access ANSI SCSI revision: 05
[ 59.410441] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[ 59.419151] sda: Write Protect is off
[ 59.427781] sda: Mode Sense: 00 3a 00 00
[ 59.427798] SCSI device sda: drive cache: write back
[ 59.436669] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
[ 59.445610] sda: Write Protect is off
[ 59.454329] sda: Mode Sense: 00 3a 00 00
[ 59.454343] SCSI device sda: drive cache: write back
[ 59.463272] sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
[ 59.598543] sd 0:0:0:0: Attached scsi disk sda
[ 59.993958] Probing IDE interface ide1...
[ 60.022909] usbcore: registered new driver usbfs
[ 60.031881] usbcore: registered new driver hub
[ 60.041927] USB Universal Host Controller Interface driver v3.0
[ 60.050583] GSI 20 sharing vector 0x42 and IRQ 20
[ 60.059246] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 66
[ 60.069506] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 60.069512] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 60.079323] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 60.088748] ehci_hcd 0000:00:1d.7: debug port 1
[ 60.097986] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 60.098017] ehci_hcd 0000:00:1d.7: irq 66, io mem 0xf4704000
[ 60.098020] ieee1394: Initialized config rom entry `ip1394'
[ 60.111228] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 60.120723] usb usb1: configuration #1 chosen from 1 choice
[ 60.130131] hub 1-0:1.0: USB hub found
[ 60.139389] hub 1-0:1.0: 8 ports detected
[ 60.254761] ACPI: PCI Interrupt 0000:02:06.1[B] -> GSI 19 (level, low) -> IRQ 193
[ 60.266750] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 66
[ 60.275854] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 60.275858] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 60.284925] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 60.293963] uhci_hcd 0000:00:1d.0: irq 66, io base 0x00005000
[ 60.302967] usb usb2: configuration #1 chosen from 1 choice
[ 60.311860] hub 2-0:1.0: USB hub found
[ 60.314250] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[193] MMIO=[f4201000-f42017ff] Max Packet=[2048] IR/IT contexts=[4/8]
[ 60.339584] hub 2-0:1.0: 2 ports detected
[ 60.454614] GSI 21 sharing vector 0x4A and IRQ 21
[ 60.463465] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 21 (level, low) -> IRQ 74
[ 60.472829] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 60.472833] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 60.482249] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 60.491865] uhci_hcd 0000:00:1d.1: irq 74, io base 0x00005020
[ 60.501427] usb usb3: configuration #1 chosen from 1 choice
[ 60.510965] hub 3-0:1.0: USB hub found
[ 60.520310] hub 3-0:1.0: 2 ports detected
[ 60.634512] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 201
[ 60.644108] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 60.644112] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 60.653803] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 60.663612] uhci_hcd 0000:00:1d.2: irq 201, io base 0x00005040
[ 60.673473] usb usb4: configuration #1 chosen from 1 choice
[ 60.683347] hub 4-0:1.0: USB hub found
[ 60.693114] hub 4-0:1.0: 2 ports detected
[ 60.810409] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 193
[ 60.820320] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 60.820324] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 60.830185] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 60.840044] uhci_hcd 0000:00:1d.3: irq 193, io base 0x00005060
[ 60.849935] usb usb5: configuration #1 chosen from 1 choice
[ 60.859838] hub 5-0:1.0: USB hub found
[ 60.869502] hub 5-0:1.0: 2 ports detected
[ 60.894247] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 61.070106] usb 3-1: configuration #1 chosen from 1 choice
[ 61.091591] Attempting manual resume
[ 61.199089] kjournald starting. Commit interval 5 seconds
[ 61.208984] EXT3-fs: mounted filesystem with ordered data mode.
[ 61.314026] usb 3-2: new low speed USB device using uhci_hcd and address 3
[ 61.509821] usb 3-2: configuration #1 chosen from 1 choice
[ 71.165710] input: PC Speaker as /class/input/input1
[ 71.347169] parport: PnPBIOS parport detected.
[ 71.440170] parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[ 71.453770] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 71.804125] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 72.036140] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 72.084909] hw_random hardware driver 1.0.0 loaded
[ 72.234411] agpgart: Detected an Intel 945GM Chipset.
[ 72.262575] agpgart: AGP aperture is 256M @ 0x0
[ 72.408606] usbcore: registered new driver hiddev
[ 72.425921] tpm_inf_pnp 00:04: Found C1FD with ID IFX0102
[ 72.435308] tpm_inf_pnp 00:04: TPM found: config base 0x560, io base 0x570, chip version 0x000b, vendor id 0x15d1 (Infineon), product id 0x000b (SLB 9635 TT 1.2)
[ 72.456788] input: Microsoft Microsoft(R) Compact Optical Mouse as /class/input/input2
[ 72.466808] input: USB HID v1.10 Mouse [Microsoft Microsoft(R) Compact Optical Mouse] on usb-0000:00:1d.1-2
[ 72.477141] usbcore: registered new driver usbhid
[ 72.487252] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[ 72.499963] sdhci: Secure Digital Host Controller Interface driver, 0.12
[ 72.510246] sdhci: Copyright(c) Pierre Ossman
[ 72.520826] sdhci: SDHCI controller found at 0000:02:06.3 [104c:803c] (rev 0)
[ 72.529737] synaptics reset failed
[ 72.533561] synaptics reset failed
[ 72.537869] synaptics reset failed
[ 72.561389] GSI 22 sharing vector 0x52 and IRQ 22
[ 72.571243] ACPI: PCI Interrupt 0000:02:06.3[C] -> GSI 22 (level, low) -> IRQ 82
[ 72.582274] mmc0: SDHCI at 0xf4209000 irq 82 PIO
[ 72.608404] ACPI: PCI Interrupt 0000:02:06.2[B] -> GSI 19 (level, low) -> IRQ 193
[ 72.639609] ACPI: PCI Interrupt 0000:02:06.0[A] -> GSI 18 (level, low) -> IRQ 201
[ 72.650001] Yenta: CardBus bridge found at 0000:02:06.0 [103c:30a3]
[ 72.660243] Yenta: Enabling burst memory read transactions
[ 72.670274] Yenta: Using INTVAL to route CSC interrupts to PCI
[ 72.680286] Yenta: Routing CardBus interrupts to PCI
[ 72.690176] Yenta TI: socket 0000:02:06.0, mfunc 0x01011b22, devctl 0x64
[ 72.767956] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x25a0b1, caps: 0xa44793/0x300000
[ 72.778169] serio: Synaptics pass-through port at isa0060/serio4/input0
[ 72.788476] ieee80211_crypt: registered algorithm 'NULL'
[ 72.795030] ieee80211: 802.11 data/management/control stack, git-1.1.13
[ 72.805268] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
[ 72.819040] ts: Compaq touchscreen protocol output
[ 72.855019] input: SynPS/2 Synaptics TouchPad as /class/input/input3
[ 72.919602] ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.1.0mp
[ 72.930703] ipw3945: Copyright(c) 2003-2006 Intel Corporation
[ 72.942443] Yenta: ISA IRQ mask 0x0c78, PCI irq 201
[ 72.953405] Socket status: 30000006
[ 72.964194] Yenta: Raising subordinate bus# of parent bus (#02) from #03 to #06
[ 72.975348] pcmcia: parent PCI bridge I/O window: 0x6000 - 0x6fff
[ 72.986515] pcmcia: parent PCI bridge Memory window: 0xf4200000 - 0xf45fffff
[ 72.998149] pcmcia: parent PCI bridge Memory window: 0x70000000 - 0x71ffffff
[ 73.009842] tg3.c:v3.59.1 (August 25, 2006)
[ 73.021243] ACPI: PCI Interrupt 0000:08:00.0[A] -> GSI 16 (level, low) -> IRQ 177
[ 73.032750] PCI: Setting latency timer of device 0000:08:00.0 to 64
[ 73.070780] eth0: Tigon3 [partno(BCM95751M) rev 4201 PHY(5750)] (PCI Express) 10/100/1000BaseT Ethernet 00:17:08:33:9b:56
[ 73.082646] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1]
[ 73.094261] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 73.115445] ACPI: PCI Interrupt 0000:10:00.0[A] -> GSI 17 (level, low) -> IRQ 185
[ 73.127362] PCI: Setting latency timer of device 0000:10:00.0 to 64
[ 73.131730] ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
[ 73.150867] PM: Writing back config space on device 0000:08:00.0 at offset c (was 16fe0000, writing 0)
[ 73.150897] PM: Writing back config space on device 0000:08:00.0 at offset 1 (was 100406, writing 100006)
[ 73.394588] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 177
[ 73.407646] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 74.969823] tg3: eth0: Link is up at 100 Mbps, full duplex.
[ 74.981809] tg3: eth0: Flow control is on for TX and on for RX.
[ 75.210381] ipw3945: Radio Frequency Kill Switch is On:
[ 75.210383] Kill switch must be turned off for wireless networking to work.
[ 76.429129] NET: Registered protocol family 10
[ 76.440942] lo: Disabled Privacy Extensions
[ 76.452800] IPv6 over IPv4 tunneling driver
[ 76.797724] lp0: using parport0 (interrupt-driven).
[ 76.857665] ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
[ 76.869347] ieee1394: sbp2: Try serialize_io=0 for better performance
[ 77.036466] Adding 2626588k swap on /dev/disk/by-uuid/7ed4a69c-fe99-45cf-9dcf-93cbf75ce17b. Priority:-1 extents:1 across:2626588k
[ 77.194607] EXT3 FS on sda5, internal journal
[ 77.658491] input: PS/2 Generic Mouse as /class/input/input4
[ 78.662477] kjournald starting. Commit interval 5 seconds
[ 78.672582] EXT3 FS on sda6, internal journal
[ 78.672586] EXT3-fs: mounted filesystem with ordered data mode.
[ 78.745656] NTFS driver 2.1.27 [Flags: R/O MODULE].
[ 78.812630] NTFS volume version 3.1.
[ 81.928661] vbetool[4130]: segfault at 000000000000352c rip 000000000042472f rsp 00007fff919e4700 error 4
[ 82.009335] ACPI: AC Adapter [C1B7] (off-line)
[ 82.059134] ACPI: Battery Slot [C1B9] (battery present)
[ 82.059388] ACPI: Battery Slot [C1B8] (battery absent)
[ 82.070195] ACPI: Power Button (FF) [PWRF]
[ 82.070240] ACPI: Sleep Button (CM) [C241]
[ 82.070246] ACPI: Lid Switch [C239]
[ 82.180394] ibm_acpi: ec object not found
[ 82.239666] pcc_acpi: loading...
[ 82.280083] wmi_add device=ffff81005d044000
[ 82.280086] calling WQBA
[ 82.344922] ACPI: Video Device [C131] (multi-head: yes rom: no post: no)
[ 84.564509] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 84.567587] [fglrx] Maximum main memory to use for locked dma buffers: 1402 MBytes.
[ 84.567608] [fglrx] module loaded - fglrx 8.28.8 [Aug 17 2006] on minor 0
[ 84.585568] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 177
[ 86.543788] eth0: no IPv6 routers present
[ 86.644660] [fglrx] total GART = 134217728
[ 86.644668] [fglrx] free GART = 118226944
[ 86.644671] [fglrx] max single GART = 118226944
[ 86.644674] [fglrx] total LFB = 258904064
[ 86.644676] [fglrx] free LFB = 244305920
[ 86.644678] [fglrx] max single LFB = 244305920
[ 86.644680] [fglrx] total Inv = 0
[ 86.644682] [fglrx] free Inv = 0
[ 86.644684] [fglrx] max single Inv = 0
[ 86.644685] [fglrx] total TIM = 0
[ 89.799571] Bluetooth: Core ver 2.8
[ 89.799578] NET: Registered protocol family 31
[ 89.799581] Bluetooth: HCI device and connection manager initialized
[ 89.799600] Bluetooth: HCI socket layer initialized
[ 89.882660] Bluetooth: L2CAP ver 2.8
[ 89.882666] Bluetooth: L2CAP socket layer initialized
[ 89.919126] Bluetooth: RFCOMM socket layer initialized
[ 89.919144] Bluetooth: RFCOMM TTY layer initialized
[ 89.919147] Bluetooth: RFCOMM ver 1.7
[ 223.233279] tun: Universal TUN/TAP device driver, 1.6
[ 223.233287] tun: (C) 1999-2004 Max Krasnyansky <maxk-zC7DfRvBq/JWk0Htik3J/w@public.gmane.org>
[ 877.874722] PM: Writing back config space on device 0000:08:00.0 at offset 1 (was 100406, writing 100006)
[ 878.088958] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 879.672880] tg3: eth0: Link is up at 100 Mbps, full duplex.
[ 879.672887] tg3: eth0: Flow control is on for TX and on for RX.
[ 879.677581] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 890.033436] eth0: no IPv6 routers present
[ 2379.214802] kvm: disabled by bios
[-- Attachment #3: Type: text/plain, Size: 347 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #4: Type: text/plain, Size: 186 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Error inserting kvm_intel
@ 2006-12-19 9:00 wurmli-DOupkT7D2OJyDzI6CaY1VQ
[not found] ` <200612190900.kBJ90pU6000498-mO1mYrXT+VyQkRjmRLVkcg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: wurmli-DOupkT7D2OJyDzI6CaY1VQ @ 2006-12-19 9:00 UTC (permalink / raw)
To: ottuzzi-Re5JQEeQqe8AvxtiuMwx3w; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
>Hi there,
>
>I think you got it :(
>Last line of the attached dmesg says:
>[ 2379.214802] kvm: disabled by bios
>
>It looks like that the next BIOS will enable VT... let's hope so.
>
Are you sure it cannot be set in your bios. I had to turn VT on explicitly (on a Dell though).
Regards, H.P.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Error inserting kvm_intel
[not found] ` <200612190900.kBJ90pU6000498-mO1mYrXT+VyQkRjmRLVkcg@public.gmane.org>
@ 2006-12-19 9:09 ` Piero Ottuzzi
0 siblings, 0 replies; 5+ messages in thread
From: Piero Ottuzzi @ 2006-12-19 9:09 UTC (permalink / raw)
To: wurmli-DOupkT7D2OJyDzI6CaY1VQ; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
as you can read in [1] it is a "known" issue :(
In one of the latest post an HP representative says:
"Hang in there folks, we're almost there. It's in test."
Thanks for your interest
Bye
Piero
[1]http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1051601&admit=-682735245+1166519187896+28353475
Alle 10:00, martedì 19 dicembre 2006, wurmli-DOupkT7D2OJyDzI6CaY1VQ@public.gmane.org ha scritto:
> >Hi there,
> >
> >I think you got it :(
> >Last line of the attached dmesg says:
> >[ 2379.214802] kvm: disabled by bios
> >
> >It looks like that the next BIOS will enable VT... let's hope so.
>
> Are you sure it cannot be set in your bios. I had to turn VT on explicitly
> (on a Dell though).
>
> Regards, H.P.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-12-19 9:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-19 7:42 Error inserting kvm_intel Piero Ottuzzi
[not found] ` <200612190842.52002.ottuzzi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2006-12-19 8:09 ` Dor Laor
[not found] ` <64F9B87B6B770947A9F8391472E03216099DFF67-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2006-12-19 8:38 ` Piero Ottuzzi
-- strict thread matches above, loose matches on Subject: below --
2006-12-19 9:00 wurmli-DOupkT7D2OJyDzI6CaY1VQ
[not found] ` <200612190900.kBJ90pU6000498-mO1mYrXT+VyQkRjmRLVkcg@public.gmane.org>
2006-12-19 9:09 ` Piero Ottuzzi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox