On 08/05/15 14:21, Ian Campbell wrote:
On Fri, 2015-05-08 at 13:46 -0400, Philippe Clérié wrote:
I started digging a bit and I believe I have found a discrepancy. Here's
my syslog:
May 8 13:16:39 arrakis qcontrol[290]: ts219: temperature 49
May 8 13:16:39 arrakis qcontrol[290]: ts219: temperature 49 setting fan
to "high"
May 8 13:16:41 arrakis qcontrol[463]: System boot completed.
May 8 13:16:41 arrakis qcontrol[290]: System status: start
May 8 13:16:51 arrakis qcontrol[290]: ts219: fan error
May 8 13:17:41 arrakis qcontrol[290]: ts219: fan error
May 8 13:18:32 arrakis qcontrol[290]: ts219: fan error
And that 'fan error' line repeats to infinity.
But the HS-210 is fanless. Could that be what's causing that beep?
Might be something similar to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712841 in that case.
Ian.
:-D It shut up. Bliss!
--- /etc/qcontrol/ts219.lua 2014-04-11 12:48:50.000000000 -0400
+++ /etc/qcontrol/hs210.lua 2015-05-08 15:22:14.942163426 -0400
@@ -46,7 +46,7 @@
fanfail = 0
function fan_error( )
- fanfail = fanfail + 1
+ -- fanfail = fanfail + 1
if fanfail == 3 then
logprint("ts219: fan error")
piccmd("statusled", "red2hz")
--
Philippe
------
The trouble with common sense it that it is so uncommon.
<Anonymous>
--
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/554d0df1.2050...@gcal.net