public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Toshiba Dynabook S7 ACPI problems
@ 2003-07-13 17:58 Jan Rychter
       [not found] ` <m2wuem8g1i.fsf-dTJq59+VGzkkCw8IV3R6h0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Rychter @ 2003-07-13 17:58 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 2216 bytes --]

I have just tried running Linux w/ACPI-20030619 on a new Toshiba
Dynabook SS7/290LNKW. It's a Centrino-based laptop. There are a number
of problems:

1. Fan control via ACPI does not work. There is a fan entry, but I can
manipulate the fan only via the special Toshiba module.

2. Thermal management: trip points look rather bogus:

  critical (S5):           115 C
  passive:                 114 C: tc1=9 tc2=2 tsp=1800 devices=0xcff1d908 
  active[0]:               114 C: devices=0xcff22648 
  active[1]:               114 C: devices=0xcff22648 

... but it seems something inside the machine does turn on the fan, even
though it isn't Linux.

3. I get LID button events fine, but the power button doesn't seem to
generate any events, which seems strange. Also, I'm getting battery
events every couple of seconds, in spite of the battery being full -- is
this normal? Example: (this was taken over the course of about 15
seconds)

  button/lid LID 00000080 00000003
  button/lid LID 00000080 00000004
  battery BAT1 00000080 00000001
  ac_adapter ADP1 00000080 00000000
  processor CPU0 00000080 00000000
  ac_adapter ADP1 00000080 00000001
  processor CPU0 00000080 00000000
  battery BAT1 00000080 00000001
  battery BAT1 00000080 00000001


4. I don't know if this is ACPI's fault, but it seems all devices want to
sit on the same IRQ:

  ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11)
  ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11)
  ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11)
  ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11)
  ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11)
  ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 *11)
  ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11)
  ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11)

5. Intel Wireless card does not work (hey, Intel folks! what's up with
this?!) and of course the Pentium-M speedstepping is not supported yet
(sigh...)

Perhaps some of the above are notebook problems, not ACPI problems, but
I thought a report was valuable anyway. DSDT and dmesg provided on
request, please let me know if you'd like to see them.

--J.

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: Toshiba Dynabook S7 ACPI problems
       [not found] ` <m2wuem8g1i.fsf-dTJq59+VGzkkCw8IV3R6h0EOCMrvLtNR@public.gmane.org>
@ 2003-07-23  2:06   ` Chris Lawrence
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Lawrence @ 2003-07-23  2:06 UTC (permalink / raw)
  To: Jan Rychter; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Sun, 2003-07-13 at 13:58, Jan Rychter wrote:
> 4. I don't know if this is ACPI's fault, but it seems all devices want to
> sit on the same IRQ:
> 
>   ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11)
>   ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11)
>   ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 *11)
>   ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11)
>   ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11)
>   ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 *11)
>   ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11)
>   ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11)

This is common on systems that are (mostly) legacy-free like my Toshiba
laptop; the ACPI IRQ balancing code tries to avoid putting PCI
interrupts on lines that legacy ISA devices use.  If you modify
drivers/acpi/pci_link.c (look for the "penalty" table) you can make the
IRQ allocation saner (there probably ought to be a kernel argument to
adjust the penalty table, or at least something that will de-penalize
legacy system IRQs).


Chris
-- 
Chris Lawrence <cnlawren-otVW4P3Rl+RCuWAPc0MYQg@public.gmane.org>
Department of Physics and Astronomy, University of Mississippi


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0

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

end of thread, other threads:[~2003-07-23  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-13 17:58 Toshiba Dynabook S7 ACPI problems Jan Rychter
     [not found] ` <m2wuem8g1i.fsf-dTJq59+VGzkkCw8IV3R6h0EOCMrvLtNR@public.gmane.org>
2003-07-23  2:06   ` Chris Lawrence

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