LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora Dmesg Help (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-dmesg-help-459466/)

gone15 06-29-2006 10:23 AM

Fedora Dmesg Help
 
Does Anyone Know What This jibberish is or what I can do to fix it. This is a piece of the output of my dmesg log and it looks like it just keeps repeating over and over again.

[<c0104814>] apic_timer_interrupt+0x1c/0x24

[<c0211348>] acpi_processor_idle+0x22c/0x39c
[<c0102f2d>] cpu_idle+0x8f/0xa8

[<c03d4715>] start_kernel+0x2fe/0x304 <3>Debug: sleeping function called from invalid context at mm/slab.c:2763
in_atomic():1, irqs_disabled():0


[<c0160801>] kmem_cache_alloc+0x1b/0x5a

[<c015949d>] __get_vm_area_node+0x77/0x15c
[<c01595bc>] get_vm_area_node+0x3a/0x3e

[<c0159c38>] __vmalloc_node+0x40/0x65
[<c0159c87>] __vmalloc+0xf/0x13
[
<e0377b5c>] ExAllocatePoolWithTag+0x6b/0x89
[ndiswrapper] [<e0374bde>] NdisAllocateMemoryWithTag+0xf/0x25
[ndiswrapper]
[<e0378eb5>] timer_proc+0x2b/0x6b
[ndiswrapper] [<c012bfc9>] run_timer_softirq+0x128/0x187

[<e0378e8a>] timer_proc+0x0/0x6b
[ndiswrapper] [<c0128358>] __do_softirq+0x58/0xc2

[<c0105f4f>] do_softirq+0x46/0x4e
=======================

Im using Fedora 5 with an Hp Pavilion dv1000.

Darkhack 06-30-2006 05:47 PM

The only clues that I could gather from that is that it seems to be having problems with ACPI or APIC and possibly some IRQ issues as a result of that. You could try appending some boot parameters and see if that works. Keep in mind that there are a lot of different boot parameters. I have no clue which ones will work on your system although here are a few you could atleast try....

noapic acpi=off

if that doesn't work then...

noapic acpi=off irqpoll

or

noapic acpi=off irqfixup

gone15 07-19-2006 05:28 PM

Quote:

Originally Posted by Darkhack
The only clues that I could gather from that is that it seems to be having problems with ACPI or APIC and possibly some IRQ issues as a result of that. You could try appending some boot parameters and see if that works. Keep in mind that there are a lot of different boot parameters. I have no clue which ones will work on your system although here are a few you could atleast try....

noapic acpi=off

if that doesn't work then...

noapic acpi=off irqpoll

or

noapic acpi=off irqfixup


Where would I try putting those commands i'm not that familiar with linux yet!!!


All times are GMT -5. The time now is 01:04 PM.