public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* kacpid respawning under linux-2.4.20 on Toshiba Satellite 5105
@ 2002-12-22 20:41 Ken Hughes
  0 siblings, 0 replies; 2+ messages in thread
From: Ken Hughes @ 2002-12-22 20:41 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Ken Hughes

I have a Toshiba Satellite 5105-S501 and have problems with the latest
patches for the 2.4.20 kernel.  Under 2.4.19 things work ok, but with
the 2.4.20 patches I get kacpidpc respawning continuously.  My load
average sits around 1 with the kacpidpc thread always showing up
as a zombie process. It also seems that this forces the CPU fan to
run continuously.  I'm trying to build a 2.4.20-pre kernel (with
little luck) to see at what point this change occurs.

Can anyone give me some pointers where to look next in the 2.4.20
sources?

Thanks -- Ken


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: kacpid respawning under linux-2.4.20 on Toshiba Satellite 5105
       [not found]   ` <20021221120101.GA1371-XqDnSF8rrUM@public.gmane.org>
@ 2002-12-30 15:51     ` Ken Hughes
  0 siblings, 0 replies; 2+ messages in thread
From: Ken Hughes @ 2002-12-30 15:51 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Ken Hughes


A follow-up to my last post:

I traced my problem to this code in drivers/acpi/osl.c in 
acpi_os_derive_pci_id():

        /* any nicer way to get bus number of bridge ? */
        status = acpi_os_read_pci_configuration(pci_id, 0x0e, &tu8, 8);
       if (ACPI_SUCCESS(status) && (tu8 & 0x7f) == 1) {
                status = acpi_os_read_pci_configuration(pci_id,0x19, 
&tu8, 8);
                if (ACPI_SUCCESS(status))
                        pci_id->bus = tu8;

If I replace the assignment to pci_id->bus with a printk, the zombie 
kacpidpc
processes go away.  The value shown for tu8 is 2.  pci_id->device is 
0x1e and
pci_id->function is 0 at this point.

I don't know if it's related, but I also see the following messages 
earlier
via dmesg:


PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801BAM/CAM PCI Bridge
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
pci_bind-0194 [05] acpi_pci_bind         : Device 00:02:0a.00 not 
present in PCI namespace
pci_bind-0194 [05] acpi_pci_bind         : Device 00:02:0a.01 not 
present in PCI namespace
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]

Here's my lspci output:

29 budgie: lspci 00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) 
Chipset Host Bridge (rev 04)
00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP 
Bridge (rev 04)
00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 
Audio (rev 02)
00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 
440 Go] (rev a3)
02:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22 1394a-2000 
Controller
02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) Chipset 
Ethernet Controller (rev 42)
02:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to 
Cardbus Bridge with ZV Support (rev 32)
02:0b.1 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to 
Cardbus Bridge with ZV Support (rev 32)
02:0c.0 System peripheral: Toshiba America Info Systems: Unknown device 
0804 (rev 03)
02:0d.0 System peripheral: Toshiba America Info Systems: Unknown device 
0805 (rev 03)

Any ideas?

Ken


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-30 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-22 20:41 kacpid respawning under linux-2.4.20 on Toshiba Satellite 5105 Ken Hughes
  -- strict thread matches above, loose matches on Subject: below --
2002-12-17 20:21 [PATCH] acpi_wakeup fixes Ducrot Bruno
2002-12-21 12:01 ` [ACPI] " Pavel Machek
     [not found]   ` <20021221120101.GA1371-XqDnSF8rrUM@public.gmane.org>
2002-12-30 15:51     ` kacpid respawning under linux-2.4.20 on Toshiba Satellite 5105 Ken Hughes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox