Bernd Schwendele wrote:
> habe hier einen schönen PC mit einer AMD Athlon(tm) 64 Processor 2800+
> CPU und einem ASUS K8N Board. Unter Ubuntu war Cool N Quiet kein
> Problem, ferner sah man das auch am CPU Freq Applet schön, was unter
> FreeBSD 6.2 leider nicht der Fall ist. Dort meckert das Applet beim
> Start. Deshalb meine Frage: Wie kann ich fesstellen ob Cool N Quiet
> aktiviert ist?
FreeBSD unterstützt PowerNow und Col'n'Quiet bei
AMD-Prozessoren.
Hast Du cpufreq(4) im Kernel eingeschaltet und den
powerd(8) per /etc/rc.conf enabled? Dann solltest
Du mal die Ausgabe von "sysctl dev.cpu.0.freq"
anschauen.
Die Temperatur des CPU-Sensors, der in neuere AMD-
Athlon-64-Prozessoren eingebaut ist, kannst Du übri-
gens mit folgendem Kommando abfragen:
setpci -d1022:1103 e6.b | awk '{print "CPU",i++":",("0x"$1)-49,"C"}'
Da setpci-Kommando stammt aus ports/sysutils/pciutils.
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "A language that doesn't have everything is actually easier to program in than some that do." -- Dennis M. Ritchie To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Tue 23 Jan 2007 - 21:17:49 CET