Bug 133590

Summary: No ACPI Support on HP nx8220
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Uwe Krause <ukrause>
Component: KernelAssignee: Thomas Renninger <trenn>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: i686   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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-*/...