Dear Len,
using 2.6.18-rc7 on this box works like charm - using acpi=force. The bad
thing about it stems from the additional fact, that acpi has been disabled for
elder bioses by a switch checking for the bios age. I did not know about this
because 2.6.11 doesn't use the age checking.
However things may be, I tested according to your suggestion and things simply
work as expected.
You can argue that the compile time option for the age check is optional - but
i. e. SuSE is using it, at last.
So you may remove the blacklisting entry, but things will not change for the
user as the age checking forces me to use acpi=force anyway.
IMHO a "normal" user would have failed with this, both kinds of blacklisting
are bad (sure, for this specific system).
Is there any option to white-list systems in order to avoid the acpi=force
commandline switch? IMHO it will be hard for a "normal" user to cope with
this and to understand the relation between an "acpi=force" - switch on the
boot-commandline and a disfunctional USB interface. Just my two cent here ...
Anyway, patch for 2.6.18 is attached, thanks for your efforts,
take care
Dieter Jurzitza
**************************************************************************************************************
--- linux/arch/i386/kernel/acpi/boot.c 2006-09-13 03:41:36.000000000 +0200
+++ linux/arch/i386/kernel/acpi/boot.c 2006-09-22 21:42:46.000000000 +0200
@@ -951,14 +951,6 @@
},
{
.callback = force_acpi_ht,
- .ident = "HP VISUALIZE NT Workstation",
- .matches = {
- DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
- DMI_MATCH(DMI_PRODUCT_NAME, "HP VISUALIZE NT
Workstation"),
- },
- },
- {
- .callback = force_acpi_ht,
.ident = "Compaq Workstation W8000",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Compaq"),
**************************************************************************************************************
Am Mittwoch, 20. September 2006 06:55 schrieb Len Brown:
******
> ACPI is necessary to get the interrupts right for USB to work on this box.
> pci=noacpi and acpi=ht will cause ACPI to be disabled for interrupt routing
> and thus USB will fail with those.
******
--
-----------------------------------------------------------
|
\
/\_/\ |
| ~x~ |/-----\ /
\ /- \_/
^^__ _ / _ ____ /
<°°__ \- \_/ | |/ | |
|| || _| _| _| _|
if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
-----------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html