Bug 133590 - No ACPI Support on HP nx8220
Summary: No ACPI Support on HP nx8220
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Final
Hardware: i686 SuSE Linux 10.0
: P5 - None : Major
Target Milestone: ---
Assignee: Thomas Renninger
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-12 16:13 UTC by Uwe Krause
Modified: 2005-11-14 17:11 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Krause 2005-11-12 16:13:33 UTC
Install will not work with ACPI enabled. Only Installtion without ACPI works. System hung with black screen. 

Installed unsupported kernel 2.6.13-2 which is running well and supports ACPI on these machines. Missing the kernel-sources for this version!!!
Comment 1 Michael Gross 2005-11-14 15:53:00 UTC
I cannot see an actual problem here. Therefore closing the report. The installation system can be booted into safe mode on machines where the full feature set creates problems. ACPI is not really required for an installation.
I don't know which `unsupported kernel' are you talking about. All sources for our packages are available.
Comment 2 Michael Gross 2005-11-14 16:55:08 UTC
Reopening.
Comment 3 Michael Gross 2005-11-14 17:05:36 UTC
Thomas: This kernel you released on your FTP space: Please point out the sources or devel headers and comment about the nature of this kernel (What did you change/add here and what about it is unofficial? Can this kernel be redistributed without concern?).
Comment 4 Thomas Renninger 2005-11-14 17:11:46 UTC
I already answered.
The patch is just reverting the result= in drivers/acpi/pci_link.c
Unmodified:
/* Query _CRS, set link->irq.active */
        result = acpi_pci_link_get_current(link);
        if (result) {
                goto end;
        }

Modified:
/* Query _CRS, set link->irq.active */
        acpi_pci_link_get_current(link);
        if (result) {
                goto end;
        }

Sorry for not patching ...
The changes are in kernel CVS and he can take kernel binaries/sources from ftp.suse.de/pub/people/mantel/kotd/10.0-*/...