1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
@section Mailinglists
If you have any trouble ask on one of the lists (email at where_to_subscribe):
The Powersave Developer List:@*
@email{powersave-devel@@forge.novell.com} at @uref{http://forge.novell.com/mailman/listinfo/powersave-devel}
The Powersave Users List:@*
@email{powersave-users@@forge.novell.com} at @uref{http://forge.novell.com/mailman/listinfo/powersave-users}
The acpi-devel List:@*
@email{linux-acpi@@vger.kernel.org} at @uref{http://vger.kernel.org/vger-lists.html#linux-acpi}
The cpufreq List:@*
@email{cpufreq@@lists.linux.org.uk} at @uref{http://lists.linux.org.uk/mailman/listinfo/cpufreq}
The SUSE Laptop List (German mainly):@*
@email{suse-laptop@@suse.de} at @uref{http://www.suse.de/de/business/mailinglists.html}
@section Useful Links
The powersave project is hosted on:@*
@uref{http://forge.novell.com/modules/xfmod/project/?powersave} (including SVN)@*
and @uref{http://sourceforge.net/projects/powersave} (new packages, discussions)
If you think you discovered an ACPI/cpufreq/or whatever related kernel bug,
please assign to the kernel bugzilla at:@*
@uref{http://bugzilla.kernel.org}@*
and report your bug against the ACPI subsystem (you will get help for sure).
If you think you have a broken DSDT search:@*
@uref{http://acpi.sourceforge.net/dsdt}@*
whether you find a fix. You can also submit a fixed DSDT there if you found
a bug in yours.
You can find the newest ACPI specification here:@*
@uref{http://www.acpi.info/}
The kernel patches (already included in most distributions - see @ref{DSDT}) to
override your DSDT at runtime is located at:@*
@uref{http://gaugusch.at/kernel.shtml}
If your distribution does not already provide packages/tools to extract,
compile and dissassemble the DSDT you find the current iasl
(Intel ACPI Source Language) compiler here:@*
@uref{http://developer.intel.com/technology/iapc/acpi/downloads.htm}
and userspace tools to reach the DSDT you find here:@*
@uref{http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils}
|