Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Martin Michlmayr
* Riku Voipio <[EMAIL PROTECTED]> [2008-01-24 22:58]: > > Looks like the pwm* arn't getting a value on boot that matches the state > > of the fan? > That has been fixed, although I'm not sure it has landed any of > the Debian kernels yet. It is definetly coming to 2.6.24. I put your 2.6.24 changes

Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Colin Tuckley
Joey Hess wrote: > I was able to at least turn the fan off by echoing things to the pwm* > files. I haven't figured out how to turn it back on. :-) pwm1 = pwm2 = 0 is fan stop pwm1 = pwm2 = 255 is fan full speed pwm1 = 0; pwm2 = is variable speed where is between about 60 which is the lowest

Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Riku Voipio
On Thu, Jan 24, 2008 at 02:50:55PM -0500, Joey Hess wrote: > Looks like the pwm* arn't getting a value on boot that matches the state > of the fan? That has been fixed, although I'm not sure it has landed any of the Debian kernels yet. It is definetly coming to 2.6.24. -- "rm -rf" only sounds sc

Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Al
On Thu, 24 Jan 2008 14:04:30 +0200 Riku Voipio <[EMAIL PROTECTED]> wrote: > Sorry, I think I got you confused. > > go to the directory where the pwm files is. In my system, the command > would be: > > cd /sys/class/i2c-adapter/i2c-0/0-002e/ > > and execute the following command there: >

Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Joey Hess
Martin Michlmayr wrote: > * Joey Hess <[EMAIL PROTECTED]> [2008-01-24 14:31]: > > I was able to at least turn the fan off by echoing things to the pwm* > > files. I haven't figured out how to turn it back on. :-) > > Write 255 to both files. Hmm, some more investigation. Both files had 0 after a

Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Martin Michlmayr
* Joey Hess <[EMAIL PROTECTED]> [2008-01-24 14:31]: > I was able to at least turn the fan off by echoing things to the pwm* > files. I haven't figured out how to turn it back on. :-) Write 255 to both files. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Joey Hess
Al wrote: > On Thu, 24 Jan 2008 08:13:21 + > Colin Tuckley <[EMAIL PROTECTED]> wrote: > > > Hmm... I can only think of three reasons it's not working then: > > > > 1) The hardware is broken somehow. Mine has a 3 pin fan connector, > > does yours and is it plugged in correctly? > > > > 2) The

Re: getting IP support in redboot for older n2100s

2008-01-24 Thread Martin Guy
2008/1/21, Martin Guy <[EMAIL PROTECTED]>: > 2008/1/20, Martin Michlmayr <[EMAIL PROTECTED]>: > > I haven't used the Thecus firmware recently. I heard there's a > > version v2.1.06 of the firmware now and I wanted to test it, but I can > > only find v2.1.05 online. Thecus support say: - N2100

Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Riku Voipio
On Wed, Jan 23, 2008 at 02:04:56PM -0800, Al wrote: > On Wed, Jan 23, 2008 at 10:22:50AM +0200, Riku Voipio wrote: > > Never heard of such problem. Which kernel version are you running? > > can you send the output of the following command: > > > > /sys/class/i2c-adapter/i2c-0/0-002e# grep . * > H

Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Al
On Thu, 24 Jan 2008 08:13:21 + Colin Tuckley <[EMAIL PROTECTED]> wrote: > Hmm... I can only think of three reasons it's not working then: > > 1) The hardware is broken somehow. Mine has a 3 pin fan connector, > does yours and is it plugged in correctly? > > 2) There is a bios setting of some

Re: Fan control Thecus N2100/Debian Lenny

2008-01-24 Thread Colin Tuckley
Al wrote: > So these are the only .pwm files in /sys. > I've modified the script with the correct paths for my machine, and it > will write the changes to the .pwm files, but the fan never changes > speed, even with zero values in both .pwm files. Hmm... I can only think of three reasons it's n