Hi,
I implemented the initialization of hardware monitor ldn inside the ite chip. What do you mean "not working" stopped spinning?
Thanks Rudolf
I implemented the initialization of hardware monitor ldn inside the ite chip. What do you mean "not working" stopped spinning?
Thanks Rudolf
Yes, stopped spinning.
Thanks.
Dear HacKurx,
Am Sonntag, den 29.06.2014, 17:11 +0200 schrieb HacKurx:
I implemented the initialization of hardware monitor ldn inside the ite chip. What do you mean "not working" stopped spinning?
Yes, stopped spinning.
does a start spinning for a moment and then stops or does it not start at all?
Could you please bisect it and verify that commit 80b627eb (Asus F2A85-M: Move to ther proper SIO) [1] is the culprit?
Thanks,
Paul
Mon Jun 30 09:13:27 CEST 2014 schrieb Paul:
does a start spinning for a moment and then stops or does it not start at all?
Yes start spinning for a moment and then stops (Obviously until seabios menu.)
Could you please bisect it and verify that commit 80b627eb (Asus F2A85-M: Move to ther proper SIO) [1] is the culprit?
Okay. Already I have not had any problems with this version: http://review.coreboot.org/#/c/4498/
Thanks.
Am Dienstag, den 01.07.2014, 21:25 +0200 schrieb HacKurx:
Mon Jun 30 09:13:27 CEST 2014 schrieb Paul:
does a start spinning for a moment and then stops or does it not start at all?
Yes start spinning for a moment and then stops (Obviously until seabios menu.)
Could you please bisect it and verify that commit 80b627eb (Asus F2A85-M: Move to ther proper SIO) [1] is the culprit?
Okay. Already I have not had any problems with this version: http://review.coreboot.org/#/c/4498/
thank you for testing that version. To solve the problem the commit breaking things is very helpful to know. Could you test the versions afterward please? See the examples in the manual page of Git’s bisect command (`git help bisect`) how to do a binary search. You know commit 80b627eb (Gerrit ID #4498) works and master is broken.
Thanks,
Paul
Double check: the chassis fan turns off. Sometimes, that's correct behavior until things get warm, and the fan should turn on.
So you're sure the turning off is the wrong thing to do? In some cases it's desirable for a chassis fan to spin up, then turn off, then turn on again as needed, all under the control of a simple PID loop.
ron
Thu Jul 3 16:04:09 CEST 2014 Idwer Vollering :
No, I can't reproduce that (see console output below). Then again, I don't use the boxed fan ;) Do(es) the fan(s) start when you put some load on your machine, to 'warm up' the APU? Play some 1080p video or compile a linux kernel
I just compile a linux kernel and the fan still does not work. For me, the chassis fan must always run continuously.
Wed Jul 2 10:01:49 CEST 2014 Paul Menzel :
Could you test the versions afterward please?
http://review.coreboot.org/#/c/4498 = Work (May 23, 2014 8:07 PM) http://review.coreboot.org/#/c/5800 = Does not work (May 23, 2014 8:13 PM) http://review.coreboot.org/#/c/5685 = Does not work (May 26, 2014 9:29 AM) http://review.coreboot.org/#/c/6179 = Does not work (Jul 5, 2014 12:39 PM)
I will continue my tests and research on my free time. Thanks.
Hi
I think this is the problem: change the following line in the devicetree.cb
register hwm_fan2_ctl_pwm = "0x80"
To 0x00 For some reason automatic settings for fan2 does not work... or is badly set up.
Idwer: He uses the extra fan, not only the CPU fan.
Please let us know if this helps,
Thanks Rudolf
So Rudolf, this just takes the control loop out of the picture and always enables the fan? This stuff always confuses me.
ron
On Sun, Jul 6, 2014 at 1:47 PM, Rudolf Marek r.marek@assembler.cz wrote:
Hi
I think this is the problem: change the following line in the devicetree.cb
register hwm_fan2_ctl_pwm = "0x80"
To 0x00 For some reason automatic settings for fan2 does not work... or is badly set up.
Idwer: He uses the extra fan, not only the CPU fan.
Please let us know if this helps,
Thanks Rudolf
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
Sun Jul 6 22:47:58 CEST 2014 Rudolf Marek :
Hi
Hi,
I think this is the problem: change the following line in the devicetree.cb register hwm_fan2_ctl_pwm = "0x80" To 0x00
Yes it perfect, my problem is resolved.
For some reason automatic settings for fan2 does not work... or is badly set up.
My fan is a "be quiet! pure wings 2" with 3-pin connector (therefore not PWM). Thank you very much for your help.