http://bugzilla.kernel.org/show_bug.cgi?id=8285





------- Additional Comments From [EMAIL PROTECTED]  2007-04-17 20:57 -------
I just located these instructions:
http://www.cs.uiowa.edu/~asignori/modify-dsdt.txt
Hopefully, this will work for me.

----------------------------
[G] Include DSDT.HEX in the kernel source code -------------------------
Copy the file DSDT.HEX in the directory

   driver/acpi/

of the last kernel source code. Then open with a text editor the file

   osl.c

somewhere before the lines

   #ifdef CONFIG_ACPI_CUSTOM_DSDT
      #include CONFIG_ACPI_CUSTOM_DSDT_FILE
   #endif

you have to write something like

   #define CONFIG_ACPI_CUSTOM_DSDT
   #define CONFIG_ACPI_CUSTOM_DSDT_FILE "dsdt.hex"

Then delete the file OSL.O if it exists and recompile your kernel.

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to