Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Smart Doctor onder Ubuntu  (gelezen 1901 keer)

Gast

  • Gast
Smart Doctor onder Ubuntu
« Gepost op: 2006/08/03, 15:39:25 »
Bestaat er voor Ubunt een programma zoals Asus Smart doctor voor Windows.
Het probleem is dat de fan van mijn videokaart nu een herrie maakt, en ik deze wat langzamer wil laten draaien.

budster

  • Gast
Smart Doctor onder Ubuntu
« Reactie #1 Gepost op: 2006/08/03, 16:07:53 »
Je kan even kijken of je het onder wine kan draaien.

Gast

  • Gast
Smart Doctor onder Ubuntu
« Reactie #2 Gepost op: 2006/08/03, 21:26:22 »
Zijn er nog andere mogelijkheden?

Alvast bedankt.

Offline zappa

  • Lid
    • http://www.c3c.be
Smart Doctor onder Ubuntu
« Reactie #3 Gepost op: 2006/08/03, 22:52:11 »
Ik ken er geen, maar ik twijfel er sterk aan of het met wine zal werken...
Zoek eens op fan, processor, Ubuntu... ?

Gast

  • Gast
Smart Doctor onder Ubuntu
« Reactie #4 Gepost op: 2006/08/09, 01:41:51 »
Inmiddels heel wat afgezocht, maar nog niets kunnen vinden. Als ik wat vind laat ik het zeker weten.

Smart Doctor onder Ubuntu
« Reactie #5 Gepost op: 2006/08/09, 02:38:11 »
Hmz je kan het met de  hand regelen KLIK

Een script om het te regelen KLIK

Nog een script genaamd lm-sensor
Dit was de laatste bugvrije versie die ik kon vinden:
--- pwmconfig.orig 2005-08-05 18:36:40.000000000 +0200
+++ pwmconfig 2005-08-05 18:37:47.000000000 +0200
@@ -465,9 +465,11 @@
function SaveConfig {
echo
echo "Saving configuration to $FCCONFIG..."
- egrep -v '(INTERVAL|FCTEMPS|FCFANS|MAXTEMP|MINTEMP|MINSTART|MINSTOP)' $FCCONFIG >/tmp/fancontrol
- echo -e "INTERVAL=$INTERVAL\nFCTEMPS=$FCTEMPS\nFCFANS=$FCFANS\nMINTEMP=$MINTEMP\nMAXTEMP=$MAXTEMP\nMINSTART=$MINSTART\nMINSTOP=$MINSTOP" /tmp/fancontrol
- mv /tmp/fancontrol $FCCONFIG
+ tmpfile=`tempfile` || { echo "$0: Cannot create temporary file" 2; exit 1;  }
+ trap " [ -f \"$tmpfile\" ] && /bin/rm -f -- \"$tmpfile\"" 0 1 2 3 13 15
+ egrep -v '(INTERVAL|FCTEMPS|FCFANS|MAXTEMP|MINTEMP|MINSTART|MINSTOP)' $FCCONFIG >$tmpfile
+ echo -e "INTERVAL=$INTERVAL\nFCTEMPS=$FCTEMPS\nFCFANS=$FCFANS\nMINTEMP=$MINTEMP\nMAXTEMP=$MAXTEMP\nMINSTART=$MINSTART\nMINSTOP=$MINSTOP" >>$tmpfile
+ mv $tmpfile $FCCONFIG
#check if file was written correctly
echo 'Configuration saved'
}
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8)
Versions of packages lm-sensors depends on:
ii  debconf [debconf-2.0]         1.4.57     Debian configuration management sy
ii  libc6                         2.3.5-3    GNU C Library: Shared libraries an
ii  libsensors3                   1:2.9.1-5  library to read temperature/voltag
ii  makedev                       2.3.1-78   creates device files in /dev
ii  perl                          5.8.7-4    Larry Wall's Practical Extraction
ii  sed                           4.1.4-2    The GNU sed stream editor
ii  sysvinit                      2.86.ds1-1 System-V like init
ii  ucf                           2.001      Update Configuration File: preserv
Versions of packages lm-sensors recommends:
ii  kernel-image-2.6.12 [kernel 10.00.Custom Linux kernel binary image for vers

ii  lm-sensors-2.4.27-2-k7 [lm- 1:2.9.1-5    kernel drivers to read temperature


-- debconf information excluded
Houd ook hierbij Fancontrol in de gaten.
En hier een HowTo om lm-sensors in Ubuntu te zetten
KLIK

Nou voorlopig heb je weer wat te rommelen :P

SCCS

:D
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Gast

  • Gast
Smart Doctor onder Ubuntu
« Reactie #6 Gepost op: 2006/08/10, 22:51:21 »
Bedankt Gandyman, ik ga er mee aan de slag.

Smart Doctor onder Ubuntu
« Reactie #7 Gepost op: 2006/08/10, 23:00:06 »
Np  :)
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

Gast

  • Gast
Smart Doctor onder Ubuntu
« Reactie #8 Gepost op: 2006/08/16, 17:14:33 »
Na heel wat zweetdruppels is het eindelijk gelukt met lm-sensors. Nogmaals bedankt Gandyman.;)

btw, Leuk en informatief forum, heb al een hoop geleerd hier.