--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: rootskel: [powerpc64] load the fan control modules.
- From: Sven Luther <luther@debian.org>
- Date: Mon, 23 Oct 2006 20:41:02 +0200
- Message-id: <20061023184102.18305.59134.reportbug@pegasos>
Package: rootskel
Version: [powerpc64] load the fan control modules.
Severity: normal
Load the fan control modules in order to not let the apple G5 fans go into
full speed and aircraft noise level after a few minutes.
Friendly,
Sven Luther
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Index: debian/changelog
===================================================================
--- debian/changelog (revision 42042)
+++ debian/changelog (working copy)
@@ -1,3 +1,12 @@
+rootskel (1.42) UNRELEASED; urgency=low
+
+ [ Sven Luther ]
+ * Added S05fancontrol-linux-powerpc, in order to actually load the
+ fancontrol modules, in order to not have G5 apple box go into aircraft
+ noise level a few minutes after the start of the installation.
+
+ -- Sven Luther <sven@tael.powerlinux.fr> Mon, 23 Oct 2006 20:13:59 +0200
+
rootskel (1.41) unstable; urgency=low
* Rebuild against klibc 1.4.29-1 to make cpio in rootskel-bootfloppy work
Index: src/lib/debian-installer-startup.d/S05fancontrol-linux-powerpc
===================================================================
--- src/lib/debian-installer-startup.d/S05fancontrol-linux-powerpc (revision 0)
+++ src/lib/debian-installer-startup.d/S05fancontrol-linux-powerpc (revision 0)
@@ -0,0 +1,13 @@
+# Load fan control modules, to stop the fans to go into aircraft-db levels
+modprobe modprobe i2c-powermac >/dev/null 2>1 || true
+modprobe therm_pm72 >/dev/null 2>1 || true
+modprobe windfarm_core >/dev/null 2>1 || true
+modprobe windfarm_cpufreq_clamp >/dev/null 2>1 || true
+modprobe windfarm_lm75_sensor >/dev/null 2>1 || true
+modprobe windfarm_max6690_sensor >/dev/null 2>1 || true
+modprobe windfarm_pid >/dev/null 2>1 || true
+modprobe windfarm_pm112 >/dev/null 2>1 || true
+modprobe windfarm_pm81 >/dev/null 2>1 || true
+modprobe windfarm_pm91 >/dev/null 2>1 || true
+modprobe windfarm_smu_sat >/dev/null 2>1 || true
+modprobe windfarm_smu_sensors >/dev/null 2>1 || true
Index: src/lib/debian-installer-startup.d/Makefile
===================================================================
--- src/lib/debian-installer-startup.d/Makefile (revision 42042)
+++ src/lib/debian-installer-startup.d/Makefile (working copy)
@@ -32,7 +32,9 @@
ifeq ($(DEB_HOST_ARCH_CPU),powerpc)
files += \
- S45keyboard-linux-powerpc
+ S05fancontrol-linux-powerpc \
+ S45keyboard-linux-powerpc \
+ S50directfb-linux-powerpc
endif
ifneq (,$(filter mips mipsel,$(DEB_HOST_ARCH_CPU)))
--- End Message ---
--- Begin Message ---
Source: rootskel
Source-Version: 1.45
We believe that the bug you reported is fixed in the latest version of
rootskel, which is due to be installed in the Debian FTP archive:
rootskel-bootfloppy_1.45_i386.udeb
to pool/main/r/rootskel/rootskel-bootfloppy_1.45_i386.udeb
rootskel_1.45.dsc
to pool/main/r/rootskel/rootskel_1.45.dsc
rootskel_1.45.tar.gz
to pool/main/r/rootskel/rootskel_1.45.tar.gz
rootskel_1.45_i386.udeb
to pool/main/r/rootskel/rootskel_1.45_i386.udeb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 394971@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Frans Pop <fjp@debian.org> (supplier of updated rootskel package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 24 Nov 2006 21:09:52 +0100
Source: rootskel
Binary: rootskel-bootfloppy rootskel
Architecture: source i386
Version: 1.45
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description:
rootskel - Skeleton root filesystem used by debian-installer (udeb)
rootskel-bootfloppy - Skeleton root filesystem used by debian-installer boot floppy (udeb)
Closes: 394971
Changes:
rootskel (1.45) unstable; urgency=low
.
[ Otavio Salvador ]
* Applied patch from Sven Luther to load fan control modules for G5 Apple
systems, but with trivial fix to remove an unrelated change.
Closes: #394971.
Files:
46e441a79c5166b726e6074129d9d13b 909 debian-installer standard rootskel_1.45.dsc
23ea3c7102f0f22400962f6a68ee6f11 36963 debian-installer standard rootskel_1.45.tar.gz
992302e8dfc818b1620bf40b31e224e4 6128 debian-installer standard rootskel_1.45_i386.udeb
2ca26e93873747d96dd2fe13c6d1436c 88202 debian-installer extra rootskel-bootfloppy_1.45_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD4DBQFFZ1Mqgm/Kwh6ICoQRAqCQAJdimNOG8XuZjfc1YFMKndFuCSY1AJ4mfrwT
XuEHFJyIKOHLrmf4xxgeBQ==
=wvXp
-----END PGP SIGNATURE-----
--- End Message ---