Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
acpi issues .... (IRQ conflicts ?????)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
KLG
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2005
Posts: 90
Location: @York, UK

PostPosted: Fri Sep 16, 2005 12:14 pm    Post subject: acpi issues .... (IRQ conflicts ?????) Reply with quote

I am trying to set my new laptop, the only problems i have is that pc speakers and smartlink modem won't work. i ve tried many things, posted sever threads but nothing worked. It just occured to me that perhaps ACPI irq handling is to blame...

so here i post mime ACPI outputs hoping that you will help me debug all this wird irq conflict stuff!!!!

Code:

thanasis@KLG_laptop ~ $ dmesg |grep ACPI
ACPI: setting ELCR to 0200 (from 0c28)
ACPI: Subsystem revision 20050309
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: Embedded Controller [EC0] (gpe 24)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
pnp: PnP ACPI init
pnp: PnP ACPI: found 12 devices
PCI: Using ACPI for IRQ routing
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 3
ACPI: PCI Interrupt 0000:01:05.0[A] -> Link [LNKD] -> GSI 3 (level, low) -> IRQ 3
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5
ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 5 (level, low) -> IRQ 5
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
ACPI: PCI Interrupt 0000:01:07.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt 0000:01:04.0[A] -> Link [LNKC] -> GSI 5 (level, low) -> IRQ 5
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:1d.7[A] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt 0000:00:1d.1[B] -> Link [LNKD] -> GSI 3 (level, low) -> IRQ 3
ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [LNKC] -> GSI 5 (level, low) -> IRQ 5
ACPI: PCI Interrupt 0000:00:1d.3[D] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt 0000:00:1b.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt 0000:01:03.0[A] -> Link [LNKD] -> GSI 3 (level, low) -> IRQ 3
apm: overridden by ACPI.
ACPI: AC Adapter [AC0] (on-line)
ACPI: Battery Slot [BAT0] (battery present)
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LID]
ACPI: Sleep Button (CM) [SLPB]
ACPI: CPU0 (power states: C1[C1] C2[C2])
ACPI: Processor [CPU1] (supports 8 throttling states)
ACPI: Thermal Zone [THRM] (52 C)
acpi-cpufreq: CPU0 - ACPI performance management activated.


As you can see ACPI power managemenr work extremely well, but what about all those interrupts???

Code:

thanasis@KLG_laptop ~ $ cat /proc/interrupts
           CPU0
  0:    3849884          XT-PIC  timer
  1:       5594          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  3:     256554          XT-PIC  uhci_hcd:usb3, ipw2200, eth0
  5:     144303          XT-PIC  ohci1394, uhci_hcd:usb4
  9:        747          XT-PIC  acpi
 10:     294408          XT-PIC  libata, uhci_hcd:usb5, HDA Intel, nvidia
 11:          2          XT-PIC  ehci_hcd:usb1, uhci_hcd:usb2
 14:         22          XT-PIC  ide0
NMI:          0
ERR:          3


What about that?

oftopic!!!!! i got that message from dmesg
Code:

ReiserFS: sdb1: warning: vs-8301: reiserfs_kmalloc: allocated memory 202444
ReiserFS: sdb1: warning: vs-8301: reiserfs_kmalloc: allocated memory 404132


How can i fix it?????

-
May the force be with you
Back to top
View user's profile Send private message
rufnut
Apprentice
Apprentice


Joined: 16 May 2005
Posts: 247

PostPosted: Fri Sep 23, 2005 6:00 am    Post subject: Reply with quote

I wonder if your new Laptop supports APIC interrupt handling?

Maybe that could help with the errors as I have turned APIC off in my BIOS and it looked similar to yrs.

Oh yes and if it is supported you must enable it in the Kernel as well.

Good luck.
Back to top
View user's profile Send private message
KLG
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2005
Posts: 90
Location: @York, UK

PostPosted: Mon Sep 26, 2005 1:11 pm    Post subject: Reply with quote

how do i check that?

unfortunately, my bios has a very few options.

Enable APIC from kernel....

Again emerge everything..... nvidia, realtek, spca5xx, ipw2200, .....
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum