Re: CPU fan control

2007-08-27 Thread Michael
> $ yes | sha1sum That's a nice one. It's really fascinating to run it with a loadmonitor open, like taskset 01 yes | sha1sum taskset 03 yes | sha1sum to see a dualcore's different affinities. (Where 03 should be equal to the defult) m°

Re: CPU fan control

2007-07-08 Thread Bob Proulx
bebertii wrote: > I tested this > dd if=/dev/urandom of=/dev/null > twice to see if temperature is better regulated. I think you are trying to run a high cpu load with that command. But using (pseudo)random bits from the kernels entropy pool can degrade the randomness for other programs that nee

Re: CPU fan control

2007-07-08 Thread bebertii
I tested this dd if=/dev/urandom of=/dev/null twice to see if temperature is better regulated. But /proc/acpi/thermal_zone/TZ0/trip_points are always modified by the default values, so new values are not used. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Re: CPU fan control

2007-07-08 Thread bebertii
I have modified this file with the correct command. I'm not very familiar with bash "subtleties" :) It seems to work, temperature is around 50°C for now thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: CPU fan control

2007-07-08 Thread Paolo
On Sun, Jul 08, 2007 at 09:24:34AM +1000, Sam Couter wrote: > What you want is something more like this: > > sudo sh -c "echo '105:100:100:78:70:60:50' > > /proc/acpi/thermal_zone/TZ0/trip_points" yep, correct. -- paolo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Re: CPU fan control

2007-07-07 Thread Sam Couter
Paolo <[EMAIL PROTECTED]> wrote: > perhaps you'r just missing the redirect operator '>': > > # sudo echo "105:100:100:78:70:60:50" > > /proc/acpi/thermal_zone/TZ0/trip_points That won't work. > assuming, of course, that you're running as a user who has permisson to run > sudo sudo is only run

Re: CPU fan control

2007-07-07 Thread Paolo
On Sat, Jul 07, 2007 at 07:35:55PM +0200, bebertii wrote: > > Hi, > I have the same laptop (nx6310) but i can't achieve your command : > [code]sudo echo "105:100:100:78:70:60:50" > /proc/acpi/thermal_zone/TZ0/trip_points > bash: /proc/acpi/thermal_zone/TZ0/trip_points: Permission non perhaps y

Re: CPU fan control

2007-07-07 Thread bebertii
Hi, I have the same laptop (nx6310) but i can't achieve your command : [code]sudo echo "105:100:100:78:70:60:50" /proc/acpi/thermal_zone/TZ0/trip_points bash: /proc/acpi/thermal_zone/TZ0/trip_points: Permission non accordée[/code] How did you do ? I have Ubuntu 7.04 Thanks -- To UNSUBSCRIBE,

Re: CPU fan control

2007-02-11 Thread Micha
Manu, there's a slight chance you can adjust something in the BIOS. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: CPU fan control

2007-01-30 Thread Andrea Ferraresi
On Sun, 2007-01-28 at 23:38 -0500, Manu Hack wrote: > I've installed etch on my laptop. During the time I used Windows, I > feel the CPU temperature is lower. And now the CPU fan works when the > CPU temperature is higher than 70C and stops (or runs at a lower > speed) when it's 55C or lower. I'

Re: CPU fan control

2007-01-30 Thread Radoslav Kolev
2007/1/29, Maciej Rutecki <[EMAIL PROTECTED]>: Manu Hack napisał(a): On HP/Compaq (nx 6310): echo "105:100:100:78:70:60:50" > /proc/acpi/thermal_zone/TZ0/trip_points echo 10 > /proc/acpi/thermal_zone/TZ0/polling_frequency Welcome to the world of HP :)! I bought an nx6110 last year. After a

Re: CPU fan control

2007-01-30 Thread Maciej Rutecki
Manu Hack napisał(a): > Here is some info of my laptop > > Toshiba Satellite A55 s306, I dont' have toshiba laptop, maybe this helps: http://tosh3k.sourceforge.net/faq.html ? -- Maciej Rutecki <[EMAIL PROTECTED]> http://www.unixy.pl LTG - Linux Testers Group (http://www.stardust.webpages.pl/l

Re: CPU fan control

2007-01-29 Thread Manu Hack
Here is some info of my laptop Toshiba Satellite A55 s306, uname -a: Linux debian 2.6.18-3-686 #1 SMP Mon Dec 4 16:41:14 UTC 2006 i686 GNU/Linux lspci: :00:00.0 Host bridge: Intel Corp. 82852/855GM Host Bridge (rev 02) :00:00.1 System peripheral: Intel Corp. 855GM/GME GMCH Memory I/O Con

Re: CPU fan control

2007-01-29 Thread Maciej Rutecki
Manu Hack napisał(a): > I've installed etch on my laptop. During the time I used Windows, I > feel the CPU temperature is lower. And now the CPU fan works when the > CPU temperature is higher than 70C and stops (or runs at a lower > speed) when it's 55C or lower. I'd like to know if it's possibl

Re: CPU fan control

2007-01-29 Thread Florian Reitmeir
On Mon, 29 Jän 2007, Manu Hack wrote: > Thanks all, will definitely have a look at cpufreqd. But I ran cat > /proc/acpi/fan/FAN/state, then it showed status: > off. When I echo 0 > /proc/acpi/fan/FAN/state, and checked the status > again, it showed status: on but it still didn't run at high spee

Re: CPU fan control

2007-01-29 Thread Manu Hack
Thanks all, will definitely have a look at cpufreqd. But I ran cat /proc/acpi/fan/FAN/state, then it showed status: off. When I echo 0 > /proc/acpi/fan/FAN/state, and checked the status again, it showed status: on but it still didn't run at high speed until the temperature went about 70C. Any i

Re: CPU fan control

2007-01-29 Thread Florian Reitmeir
Hi, On Son, 28 Jän 2007, Manu Hack wrote: > I've installed etch on my laptop. During the time I used Windows, I > feel the CPU temperature is lower. And now the CPU fan works when the > CPU temperature is higher than 70C and stops (or runs at a lower > speed) when it's 55C or lower. I'd like t

CPU fan control

2007-01-28 Thread Manu Hack
I've installed etch on my laptop. During the time I used Windows, I feel the CPU temperature is lower. And now the CPU fan works when the CPU temperature is higher than 70C and stops (or runs at a lower speed) when it's 55C or lower. I'd like to know if it's possible to adjust the threshold tem