APIC error on CPU1: 00(40)???

Asked by Dines683

my laptop freezes when i play Nexuiz and when i tjeck my dmesg i get the following message

APIC error on CPU1: 00(40)

Does this mean that i have problems with my hardware??
Windows vista works fine on the laptop..never freezes

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Dines683
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

I think this means your IOAPIC is buggy. It happens on a lot of systems and you need to boot with noapic (this means that the ioapic will not be initialized -- not sure why it's ok with windows, maybe windows ignores the ioapic?).

To permanently enable the noapic option, please open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo gedit /boot/grub/menu.lst

look for the line that looks like:
# defoptions= ..... quiet splash

and add noapic to the end of that line.
# defoptions= ..... quiet splash noapic

Save and exit, then update GRUB type:
sudo update-grub

After a reboot, it should be ok.

Hope this helps

Revision history for this message
Dines683 (dines683) said :
#2

Thanks for the advice.

I have done what you suggested me to do but the game still freezes

I more or less get the same error message in dmesg but now without the APIC error

I have looked through the dmesg file and i have found some messages that i think maybe could mean something

[ 18.512000] Asus Laptop ACPI Extras version 0.30
[ 18.512000] unsupported model G1S, trying default values
[ 18.512000] send /proc/acpi/dsdt to the developers
[ 18.520000] No dock devices found.

[ 19.676000] Failure registering capabilities with primary security module.

[ 20.388000] apm: BIOS not found.

[ 16.784000] lp: driver loaded but no devices found

Does any of these messages explain my problem??

I have made an attachment of the entire dmesg print

Revision history for this message
Dines683 (dines683) said :
#3

[ 17.471180] pnp: PnP ACPI init
[ 17.471186] ACPI: bus type pnp registered
[ 17.473181] pnp: PnP ACPI: found 13 devices
[ 17.473183] ACPI: ACPI bus type pnp unregistered
[ 17.473185] PnPBIOS: Disabled by ACPI PNP
[ 17.473241] PCI: Using ACPI for IRQ routing
[ 17.473243] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 17.490930] NET: Registered protocol family 8
[ 17.490932] NET: Registered protocol family 20
[ 17.490966] pnp: 00:01: iomem range 0xfed14000-0xfed19fff has been reserved
[ 17.490973] pnp: 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 17.490975] pnp: 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 17.490977] pnp: 00:08: iomem range 0xfed45000-0xfed89fff has been reserved
[ 17.490980] pnp: 00:08: iomem range 0xffb00000-0xffbfffff could not be reserved
[ 17.490984] pnp: 00:0a: ioport range 0x250-0x253 has been reserved
[ 17.490986] pnp: 00:0a: ioport range 0x256-0x25f has been reserved
[ 17.490988] pnp: 00:0a: iomem range 0xfec00000-0xfec00fff has been reserved
[ 17.490991] pnp: 00:0a: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 17.490994] pnp: 00:0b: iomem range 0xe0000000-0xefffffff has been reserved
[ 17.490998] pnp: 00:0c: iomem range 0x0-0x9ffff could not be reserved
[ 17.491000] pnp: 00:0c: iomem range 0xc0000-0xcffff could not be reserved
[ 17.491002] pnp: 00:0c: iomem range 0xe0000-0xfffff could not be reserved
[ 17.491005] pnp: 00:0c: iomem range 0x100000-0x7fffffff could not be reserved
[ 17.493056] Time: tsc clocksource has been installed.
[ 17.493068] Switched to high resolution mode on CPU 0
[ 17.493132] Switched to high resolution mode on CPU 1
[ 17.521181] PCI: Bridge: 0000:00:01.0
[ 17.521183] IO window: 9000-9fff
[ 17.521186] MEM window: f7e00000-fdefffff
[ 17.521189] PREFETCH window: bdf00000-ddefffff
[ 17.521192] PCI: Bridge: 0000:00:1c.0
[ 17.521194] IO window: a000-afff
[ 17.521198] MEM window: fdf00000-fdffffff
[ 17.521201] PREFETCH window: disabled.
[ 17.521205] PCI: Bridge: 0000:00:1c.1
[ 17.521206] IO window: disabled.
[ 17.521210] MEM window: fe000000-fe0fffff
[ 17.521213] PREFETCH window: disabled.
[ 17.521217] PCI: Bridge: 0000:00:1c.2
[ 17.521219] IO window: b000-bfff
[ 17.521224] MEM window: fe100000-fe8fffff
[ 17.521227] PREFETCH window: ddf00000-dfefffff
[ 17.521231] PCI: Bridge: 0000:00:1c.3
[ 17.521232] IO window: disabled.
[ 17.521236] MEM window: disabled.
[ 17.521239] PREFETCH window: disabled.
[ 17.521243] PCI: Bridge: 0000:00:1c.4
[ 17.521245] IO window: c000-cfff
[ 17.521249] MEM window: fe900000-fe9fffff
[ 17.521252] PREFETCH window: disabled.
[ 17.521256] PCI: Bridge: 0000:00:1e.0
[ 17.521257] IO window: disabled.
[ 17.521261] MEM window: fea00000-feafffff
[ 17.521264] PREFETCH window: disabled.
[ 17.521430] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[ 17.521432] PCI: setting IRQ 10 as level-triggered
[ 17.521435] ACPI: PCI Interrupt 0000:00:01.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 17.521440] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 17.521455] ACPI: PCI Interrupt 0000:00:1c.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 17.521460] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 17.521622] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
[ 17.521624] PCI: setting IRQ 5 as level-triggered
[ 17.521627] ACPI: PCI Interrupt 0000:00:1c.1[B] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
[ 17.521632] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 17.521793] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 3
[ 17.521795] PCI: setting IRQ 3 as level-triggered
[ 17.521798] ACPI: PCI Interrupt 0000:00:1c.2[C] -> Link [LNKC] -> GSI 3 (level, low) -> IRQ 3
[ 17.521803] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 17.521963] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 7
[ 17.521965] PCI: setting IRQ 7 as level-triggered
[ 17.521968] ACPI: PCI Interrupt 0000:00:1c.3[D] -> Link [LNKD] -> GSI 7 (level, low) -> IRQ 7
[ 17.521973] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[ 17.521988] ACPI: PCI Interrupt 0000:00:1c.4[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 17.521993] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 17.522003] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 17.522010] NET: Registered protocol family 2
[ 17.572916] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 17.572963] TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
[ 17.573465] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 17.573632] TCP: Hash tables configured (established 131072 bind 65536)
[ 17.573634] TCP reno registered
[ 17.588976] checking if image is initramfs... it is
[ 18.080956] Freeing initrd memory: 7043k freed
[ 18.081049] Simple Boot Flag at 0x52 set to 0x1
[ 18.081402] audit: initializing netlink socket (disabled)
[ 18.081415] audit(1200249024.408:1): initialized
[ 18.081478] highmem bounce pool size: 64 pages
[ 18.082824] VFS: Disk quotas dquot_6.5.1
[ 18.082856] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 18.082920] io scheduler noop registered
[ 18.082921] io scheduler anticipatory registered
[ 18.082923] io scheduler deadline registered
[ 18.082933] io scheduler cfq registered (default)
[ 18.177333] Boot video device is 0000:01:00.0
[ 18.177400] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 18.177432] assign_interrupt_mode Found MSI capability
[ 18.177434] Allocate Port Service[0000:00:01.0:pcie00]
[ 18.177458] Allocate Port Service[0000:00:01.0:pcie02]
[ 18.177516] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 18.177553] assign_interrupt_mode Found MSI capability
[ 18.177555] Allocate Port Service[0000:00:1c.0:pcie00]
[ 18.177575] Allocate Port Service[0000:00:1c.0:pcie02]
[ 18.177641] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 18.177678] assign_interrupt_mode Found MSI capability
[ 18.177680] Allocate Port Service[0000:00:1c.1:pcie00]
[ 18.177702] Allocate Port Service[0000:00:1c.1:pcie02]
[ 18.177766] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 18.177803] assign_interrupt_mode Found MSI capability
[ 18.177805] Allocate Port Service[0000:00:1c.2:pcie00]
[ 18.177826] Allocate Port Service[0000:00:1c.2:pcie02]
[ 18.177890] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[ 18.177927] assign_interrupt_mode Found MSI capability
[ 18.177929] Allocate Port Service[0000:00:1c.3:pcie00]
[ 18.177950] Allocate Port Service[0000:00:1c.3:pcie02]
[ 18.178017] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 18.178054] assign_interrupt_mode Found MSI capability
[ 18.178056] Allocate Port Service[0000:00:1c.4:pcie00]
[ 18.178077] Allocate Port Service[0000:00:1c.4:pcie02]
[ 18.178185] isapnp: Scanning for PnP cards...
[ 18.530742] isapnp: No Plug & Play device found
[ 18.544919] Real Time Clock Driver v1.12ac
[ 18.545076] hpet_resources: 0xfed00000 is busy
[ 18.545116] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 18.545900] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 18.545993] input: Macintosh mouse button emulation as /class/input/input0
[ 18.546049] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 18.548073] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 18.549005] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 18.549009] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 18.549011] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 18.549013] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 18.549015] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 18.549107] mice: PS/2 mouse device common for all mice
[ 18.549193] EISA: Probing bus 0 at eisa.0
[ 18.549222] EISA: Detected 0 cards.
[ 18.549343] TCP cubic registered
[ 18.549353] NET: Registered protocol family 1
[ 18.549370] Using IPI No-Shortcut mode
[ 18.549505] Magic number: 8:332:544
[ 18.549727] Freeing unused kernel memory: 364k freed
[ 18.587543] input: AT Translated Set 2 keyboard as /class/input/input1
[ 19.701739] AppArmor: AppArmor initialized<5>audit(1200249025.908:2): type=1505 info="AppArmor initialized" pid=1261
[ 19.706072] fuse init (API version 7.8)
[ 19.709257] Failure registering capabilities with primary security module.
[ 19.744218] ACPI Warning (tbutils-0217): Incorrect checksum in table [ATKG] - E9, should be 59 [20070126]
[ 19.744224] ACPI: SSDT 7FFC63A0, 0286 (r1 PmRef Cpu0Ist 3000 INTL 20051117)
[ 19.744444] ACPI: SSDT 7FFC66C0, 05F1 (r1 PmRef Cpu0Cst 3001 INTL 20051117)
[ 19.745230] Monitor-Mwait will be used to enter C-1 state
[ 19.745232] Monitor-Mwait will be used to enter C-2 state
[ 19.745235] ACPI: CPU0 (power states: C1[C1] C2[C2])
[ 19.745238] ACPI: Processor [P001] (supports 8 throttling states)
[ 19.745419] ACPI: SSDT 7FFC62D0, 00C8 (r1 PmRef Cpu1Ist 3000 INTL 20051117)
[ 19.745624] ACPI: SSDT 7FFC6630, 0085 (r1 PmRef Cpu1Cst 3000 INTL 20051117)
[ 19.746451] ACPI: CPU1 (power states: C1[C1] C2[C2])
[ 19.746455] ACPI: Processor [P002] (supports 8 throttling states)
[ 3.164000] Marking TSC unstable due to: possible TSC halt in C2.
[ 3.168000] Time: hpet clocksource has been installed.
[ 3.168000] ACPI: Thermal Zone [THRM] (66 C)
[ 3.484000] usbcore: registered new interface driver usbfs
[ 3.484000] usbcore: registered new interface driver hub
[ 3.484000] usbcore: registered new device driver usb
[ 3.484000] USB Universal Host Controller Interface driver v3.0
[ 3.484000] ACPI: PCI Interrupt 0000:00:1a.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 3.484000] PCI: Setting latency timer of device 0000:00:1a.0 to 64
[ 3.484000] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 3.484000] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 3.484000] uhci_hcd 0000:00:1a.0: irq 10, io base 0x0000e080
[ 3.484000] usb usb1: configuration #1 chosen from 1 choice
[ 3.484000] hub 1-0:1.0: USB hub found
[ 3.484000] hub 1-0:1.0: 2 ports detected
[ 3.540000] SCSI subsystem initialized
[ 3.544000] libata version 2.21 loaded.
[ 3.588000] ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 4
[ 3.588000] PCI: setting IRQ 4 as level-triggered
[ 3.588000] ACPI: PCI Interrupt 0000:00:1a.1[B] -> Link [LNKF] -> GSI 4 (level, low) -> IRQ 4
[ 3.588000] PCI: Setting latency timer of device 0000:00:1a.1 to 64
[ 3.588000] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 3.588000] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[ 3.588000] uhci_hcd 0000:00:1a.1: irq 4, io base 0x0000e000
[ 3.588000] usb usb2: configuration #1 chosen from 1 choice
[ 3.588000] hub 2-0:1.0: USB hub found
[ 3.588000] hub 2-0:1.0: 2 ports detected
[ 3.712000] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 5
[ 3.712000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKH] -> GSI 5 (level, low) -> IRQ 5
[ 3.712000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 3.712000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.712000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[ 3.712000] uhci_hcd 0000:00:1d.0: irq 5, io base 0x0000dc00
[ 3.712000] usb usb3: configuration #1 chosen from 1 choice
[ 3.712000] hub 3-0:1.0: USB hub found
[ 3.712000] hub 3-0:1.0: 2 ports detected
[ 3.816000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> Link [LNKD] -> GSI 7 (level, low) -> IRQ 7
[ 3.816000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 3.816000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 3.816000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4
[ 3.816000] uhci_hcd 0000:00:1d.1: irq 7, io base 0x0000d880
[ 3.816000] usb usb4: configuration #1 chosen from 1 choice
[ 3.816000] hub 4-0:1.0: USB hub found
[ 3.816000] hub 4-0:1.0: 2 ports detected
[ 3.864000] usb 1-1: new full speed USB device using uhci_hcd and address 2
[ 3.924000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [LNKC] -> GSI 3 (level, low) -> IRQ 3
[ 3.924000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 3.924000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 3.924000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5
[ 3.924000] uhci_hcd 0000:00:1d.2: irq 3, io base 0x0000d800
[ 3.924000] usb usb5: configuration #1 chosen from 1 choice
[ 3.924000] hub 5-0:1.0: USB hub found
[ 3.924000] hub 5-0:1.0: 2 ports detected
[ 4.028000] ACPI: PCI Interrupt 0000:00:1a.7[C] -> Link [LNKC] -> GSI 3 (level, low) -> IRQ 3
[ 4.028000] PCI: Setting latency timer of device 0000:00:1a.7 to 64
[ 4.028000] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 4.028000] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6
[ 4.028000] ehci_hcd 0000:00:1a.7: debug port 1
[ 4.028000] PCI: cache line size of 32 is not supported by device 0000:00:1a.7
[ 4.028000] ehci_hcd 0000:00:1a.7: irq 3, io mem 0xfebff400
[ 4.032000] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 4.032000] usb usb6: configuration #1 chosen from 1 choice
[ 4.032000] hub 6-0:1.0: USB hub found
[ 4.032000] hub 6-0:1.0: 4 ports detected
[ 4.040000] usb 1-1: string descriptor 0 read error: -71
[ 4.048000] usb 1-1: string descriptor 0 read error: -71
[ 4.056000] usb 1-1: string descriptor 0 read error: -71
[ 4.056000] usb 1-1: configuration #1 chosen from 1 choice
[ 4.060000] usb 1-1: can't set config #1, error -71
[ 4.136000] ACPI: PCI Interrupt 0000:00:1d.7[A] -> Link [LNKH] -> GSI 5 (level, low) -> IRQ 5
[ 4.136000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 4.136000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.136000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[ 4.136000] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.136000] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 4.136000] ehci_hcd 0000:00:1d.7: irq 5, io mem 0xfebff000
[ 4.140000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 4.140000] usb usb7: configuration #1 chosen from 1 choice
[ 4.140000] hub 7-0:1.0: USB hub found
[ 4.140000] hub 7-0:1.0: 6 ports detected
[ 4.188000] usb 1-1: USB disconnect, address 2
[ 4.252000] ata_piix 0000:00:1f.1: version 2.11
[ 4.252000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 3 (level, low) -> IRQ 3
[ 4.252000] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 4.252000] scsi0 : ata_piix
[ 4.252000] scsi1 : ata_piix
[ 4.252000] ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001ffa0 irq 14
[ 4.252000] ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001ffa8 irq 15
[ 4.592000] ata1.00: ATAPI: HL-DT-ST DVDRAM GSA-T20L, NR02, max UDMA/33
[ 4.792000] ata1.00: configured for UDMA/33
[ 4.792000] ata2: port disabled. ignoring.
[ 4.796000] scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T20L NR02 PQ: 0 ANSI: 5
[ 4.796000] ACPI: PCI Interrupt 0000:08:01.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 4.848000] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[10] MMIO=[feaff800-feafffff] Max Packet=[2048] IR/IT contexts=[4/4]
[ 4.852000] r8169 Gigabit Ethernet driver 2.2LK loaded
[ 4.852000] ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 4.852000] PCI: Setting latency timer of device 0000:02:00.0 to 64
[ 4.852000] eth0: RTL8168b/8111b at 0xf889e000, 00:1d:60:a9:88:b3, XID 38000000 IRQ 10
[ 4.856000] ahci 0000:00:1f.2: version 2.2
[ 4.856000] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 6
[ 4.856000] PCI: setting IRQ 6 as level-triggered
[ 4.856000] ACPI: PCI Interrupt 0000:00:1f.2[B] -> Link [LNKE] -> GSI 6 (level, low) -> IRQ 6
[ 4.940000] usb 6-1: new high speed USB device using ehci_hcd and address 2
[ 5.080000] usb 6-1: configuration #1 chosen from 1 choice
[ 5.320000] usb 6-2: new high speed USB device using ehci_hcd and address 3
[ 5.452000] usb 6-2: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 0, changing to 9
[ 5.452000] usb 6-2: config 1 interface 0 altsetting 0 endpoint 0x2 has an invalid bInterval 0, changing to 9
[ 5.452000] usb 6-2: configuration #1 chosen from 1 choice
[ 5.872000] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[ 5.872000] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[ 5.872000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 5.872000] scsi2 : ahci
[ 5.872000] scsi3 : ahci
[ 5.872000] scsi4 : ahci
[ 5.872000] ata3: SATA max UDMA/133 cmd 0xf88ac900 ctl 0x00000000 bmdma 0x00000000 irq 6
[ 5.872000] ata4: SATA max UDMA/133 cmd 0xf88ac980 ctl 0x00000000 bmdma 0x00000000 irq 6
[ 5.872000] ata5: SATA max UDMA/133 cmd 0xf88aca00 ctl 0x00000000 bmdma 0x00000000 irq 6
[ 5.876000] usb 7-2: new high speed USB device using ehci_hcd and address 3
[ 6.008000] usb 7-2: configuration #1 chosen from 1 choice
[ 6.008000] hub 7-2:1.0: USB hub found
[ 6.008000] hub 7-2:1.0: 4 ports detected
[ 6.136000] ieee1394: Host added: ID:BUS[0-00:1023] GUID[00e0180003aa1421]
[ 6.352000] usbcore: registered new interface driver hiddev
[ 6.356000] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 6.356000] ata3.00: ATA-8: Hitachi HTS542516K9SA00, BBCOC31P, max UDMA/133
[ 6.356000] ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 6.356000] ata3.00: configured for UDMA/133
[ 6.592000] usb 3-1: new low speed USB device using uhci_hcd and address 2
[ 6.676000] ata4: SATA link down (SStatus 0 SControl 300)
[ 6.768000] usb 3-1: configuration #1 chosen from 1 choice
[ 6.972000] usb 7-2.1: new high speed USB device using ehci_hcd and address 5
[ 6.988000] ata5: SATA link down (SStatus 0 SControl 300)
[ 6.988000] scsi 2:0:0:0: Direct-Access ATA Hitachi HTS54251 BBCO PQ: 0 ANSI: 5
[ 6.988000] ACPI: PCI Interrupt 0000:07:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 7.104000] usb 7-2.1: configuration #1 chosen from 1 choice
[ 7.328000] usb 7-2.4: new high speed USB device using ehci_hcd and address 6
[ 7.420000] usb 7-2.4: configuration #1 chosen from 1 choice
[ 7.420000] hub 7-2.4:1.0: USB hub found
[ 7.420000] hub 7-2.4:1.0: 4 ports detected
[ 7.536000] input: Logitech USB-PS/2 Optical Mouse as /class/input/input2
[ 7.536000] input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1
[ 7.556000] input: Western Digital My Book ES as /class/input/input3
[ 7.556000] input: USB HID v1.11 Device [Western Digital My Book ES] on usb-0000:00:1d.7-2.1
[ 7.556000] usbcore: registered new interface driver usbhid
[ 7.556000] /build/buildd/linux-source-2.6.22-2.6.22/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 7.556000] usbcore: registered new interface driver libusual
[ 7.572000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[ 7.572000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 7.572000] Initializing USB Mass Storage driver...
[ 7.764000] usb 5-2: new full speed USB device using uhci_hcd and address 2
[ 7.992000] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
[ 7.992000] ahci 0000:07:00.0: flags: 64bit ncq pm led clo pmp pio slum part
[ 7.992000] PCI: Setting latency timer of device 0000:07:00.0 to 64
[ 7.992000] scsi5 : ahci
[ 7.992000] ata6: SATA max UDMA/133 cmd 0xf88f0100 ctl 0x00000000 bmdma 0x00000000 irq 10
[ 8.008000] usb 5-2: configuration #1 chosen from 1 choice
[ 8.012000] scsi6 : SCSI emulation for USB Mass Storage devices
[ 8.012000] usb-storage: device found at 5
[ 8.012000] usb-storage: waiting for device to settle before scanning
[ 8.012000] usbcore: registered new interface driver usb-storage
[ 8.012000] USB Mass Storage support registered.
[ 8.308000] ata6: SATA link down (SStatus 0 SControl 300)
[ 8.312000] sd 2:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 8.312000] sd 2:0:0:0: [sda] Write Protect is off
[ 8.312000] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 8.312000] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.312000] sd 2:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 8.312000] sd 2:0:0:0: [sda] Write Protect is off
[ 8.312000] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 8.312000] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.312000] sda:sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 8.332000] Uniform CD-ROM driver Revision: 3.20
[ 8.332000] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 8.336000] sda1 sda2 < sda5 >
[ 8.360000] sd 2:0:0:0: [sda] Attached SCSI disk
[ 8.364000] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 8.364000] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 8.528000] Attempting manual resume
[ 8.528000] swsusp: Resume From Partition 8:5
[ 8.528000] PM: Checking swsusp image.
[ 8.528000] PM: Resume from disk failed.
[ 8.572000] kjournald starting. Commit interval 5 seconds
[ 8.572000] EXT3-fs: mounted filesystem with ordered data mode.
[ 13.012000] usb-storage: device scan complete
[ 13.020000] scsi 6:0:0:0: Direct-Access WD My Book ES 012 PQ: 0 ANSI: 4
[ 13.028000] sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
[ 13.032000] sd 6:0:0:0: [sdb] Write Protect is off
[ 13.032000] sd 6:0:0:0: [sdb] Mode Sense: 10 00 00 00
[ 13.032000] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 13.040000] sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
[ 13.044000] sd 6:0:0:0: [sdb] Write Protect is off
[ 13.044000] sd 6:0:0:0: [sdb] Mode Sense: 10 00 00 00
[ 13.044000] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 13.044000] sdb: sdb1
[ 13.044000] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 13.044000] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 13.852000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 13.880000] Netfilter messages via NETLINK v0.30.
[ 13.892000] nf_conntrack version 0.5.0 (8192 buckets, 65536 max)
[ 14.868000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 14.872000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 14.972000] Linux agpgart interface v0.102 (c) Dave Jones
[ 15.092000] input: PC Speaker as /class/input/input4
[ 15.404000] usbcore: registered new interface driver xpad
[ 15.404000] /build/buildd/linux-source-2.6.22-2.6.22/drivers/input/joystick/xpad.c: driver for Xbox controllers v0.1.6
[ 15.432000] Bluetooth: Core ver 2.11
[ 15.432000] NET: Registered protocol family 31
[ 15.432000] Bluetooth: HCI device and connection manager initialized
[ 15.432000] Bluetooth: HCI socket layer initialized
[ 15.456000] iwl4965: Intel(R) Wireless WiFi Link 4965AGN driver for Linux, 1.1.0
[ 15.456000] iwl4965: Copyright(c) 2003-2007 Intel Corporation
[ 15.456000] ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
[ 15.456000] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 15.456000] iwl4965: Detected Intel Wireless WiFi Link 4965AGN
[ 15.488000] Bluetooth: HCI USB driver ver 2.9
[ 15.492000] usbcore: registered new interface driver hci_usb
[ 15.508000] sdhci: Secure Digital Host Controller Interface driver
[ 15.508000] sdhci: Copyright(c) Pierre Ossman
[ 15.548000] sdhci: SDHCI controller found at 0000:08:01.1 [1180:0822] (rev 22)
[ 15.548000] ACPI: PCI Interrupt 0000:08:01.1[B] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
[ 15.548000] mmc0: SDHCI at 0xfeaff400 irq 5 DMA
[ 15.628000] Linux video capture interface: v2.00
[ 15.652000] nvidia: module license 'NVIDIA' taints kernel.
[ 15.904000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 15.904000] PCI: Setting latency timer of device 0000:01:00.0 to 64
[ 15.908000] NVRM: loading NVIDIA UNIX x86 Kernel Module 100.14.19 Wed Sep 12 14:12:24 PDT 2007
[ 15.908000] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (174f:5a35)
[ 15.916000] iwl4965: Tunable channels: 13 802.11bg, 19 802.11a channels
[ 15.920000] wmaster0: Selected rate control algorithm 'iwl-4965-rs'
[ 16.032000] Synaptics Touchpad, model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008
[ 16.072000] input: SynPS/2 Synaptics TouchPad as /class/input/input5
[ 16.104000] ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 10
[ 16.104000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> Link [LNKG] -> GSI 10 (level, low) -> IRQ 10
[ 16.104000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 16.244000] usbcore: registered new interface driver uvcvideo
[ 16.244000] USB Video Class driver (v0.1.0)
[ 16.784000] lp: driver loaded but no devices found
[ 16.872000] Adding 6080560k swap on /dev/sda5. Priority:-1 extents:1 across:6080560k
[ 17.284000] EXT3 FS on sda1, internal journal
[ 18.512000] Asus Laptop ACPI Extras version 0.30
[ 18.512000] unsupported model G1S, trying default values
[ 18.512000] send /proc/acpi/dsdt to the developers
[ 18.520000] No dock devices found.
[ 18.560000] ACPI: AC Adapter [AC0] (on-line)
[ 18.568000] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 18.628000] input: Power Button (FF) as /class/input/input6
[ 18.628000] ACPI: Power Button (FF) [PWRF]
[ 18.628000] input: Sleep Button (CM) as /class/input/input7
[ 18.628000] ACPI: Sleep Button (CM) [SLPB]
[ 18.628000] input: Lid Switch as /class/input/input8
[ 18.628000] ACPI: Lid Switch [LID]
[ 18.688000] ACPI: Battery Slot [BAT0] (battery present)
[ 19.676000] Failure registering capabilities with primary security module.
[ 19.896000] ppdev: user-space parallel port driver
[ 19.988000] r8169: eth0: link up
[ 19.988000] r8169: eth0: link up
[ 20.160000] NET: Registered protocol family 10
[ 20.160000] lo: Disabled Privacy Extensions
[ 20.160000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.308000] audit(1200249043.504:3): type=1503 operation="inode_permission" requested_mask="a" denied_mask="a" name="/dev/tty" pid=5648 profile="/usr/sbin/cupsd"
[ 20.388000] apm: BIOS not found.
[ 21.884000] Bluetooth: L2CAP ver 2.8
[ 21.884000] Bluetooth: L2CAP socket layer initialized
[ 22.020000] Bluetooth: RFCOMM socket layer initialized
[ 22.020000] Bluetooth: RFCOMM TTY layer initialized
[ 22.020000] Bluetooth: RFCOMM ver 1.8
[ 26.524000] NET: Registered protocol family 17
[ 40.272000] eth0: no IPv6 routers present

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

The ACPI messages are related to http://en.wikipedia.org/wiki/Acpi
you can add the noacpi parameter with the same procedure as done for the "noapic" parameter, see above.
Then if your computer then don't shutdown please read this:
https://answers.launchpad.net/ubuntu/+question/20816

Hope this helps

Revision history for this message
Dines683 (dines683) said :
#5

I will try that.

I have become quite determined to solve this problem, or least figure out what goes wrong.

But I have just got an reply from a guy who says that he has the same laptop as me and he is running ubuntu 7.10 without any problems.

Does this imply that my problem is hardware related, and that i need to contact the manufacturer?? The thing is that they won't do anything as long as i experience the problems when running ubuntu. And i havn't been able to make the computer freeze when the laptop is running windovs vista.

I mean when another guy experiences no problems with the same laptop as me- there has got to be something wrong with mine?? or is that wrong??

Revision history for this message
Dines683 (dines683) said :
#6

Strange thing... i think i have turned the APIC off.

this i my /boot/grub/menu.lst

# defoptions=quiet splash noapic
..
..
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=23111d7d-109b-421b-a344-8fc3fe5679b7 ro quiet splash noapic

but i still get the

APIC error on CPU1: 00(40)

when my system freezes.

Have i not shut off the APIC??

Revision history for this message
Dines683 (dines683) said :
#7

Thanks for the advice, i have found an answer for the last question

Revision history for this message
Dines683 (dines683) said :
#8

Occasionally i get this message when i have logged on

Error GNOME settings Deamon.....

My computer works fine, except for the theme, it is not critical but still a bit anoying

when i check my xsessions-error i get the following

knudsen83@ubuntu:~$ more .xsession-errors

(process:7664): Gtk-WARNING **: This process is currently running setuid or setg
id.
This is not a supported use of GTK+. You must create a helper
program instead. For further details, see:

    http://www.gtk.org/setuid.html

Refusing to initialize GTK+.

(process:7668): Gtk-WARNING **: This process is currently running setuid or setg
id.
This is not a supported use of GTK+. You must create a helper
program instead. For further details, see:

    http://www.gtk.org/setuid.html

Refusing to initialize GTK+.
/etc/gdm/Xsession: Beginning session setup...
SESSION_MANAGER=local/ubuntu:/tmp/.ICE-unix/7661
Window manager warning: Failed to read saved session file /home/knudsen83/.metac
ity/sessions/default0.ms: Failed to open file '/home/knudsen83/.metacity/session
s/default0.ms': No such file or directory
** Message: Not starting remote desktop server
libnotify-Message: Unable to get session bus: Failed to connect to socket /tmp/d
bus-D7XXxqB1fJ: Connection refused
Initializing nautilus-image-converter extension
Initializing gnome-mount extension
libnotify-Message: Unable to get session bus: Failed to connect to socket /tmp/d
bus-D7XXxqB1fJ: Connection refused
system-config-printer-applet: unable to initialize pynotify
system-config-printer-applet: failed to connect to session D-Bus
  PID TTY TIME CMD

Does anyone know how to deal with this??