From: P@draigBrady.com
To: Olivier Kaloudoff <kalou@kalou.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: watchdog with P4SCI and 2.6.9 (Supermicro)
Date: Tue, 27 Sep 2005 10:14:13 +0100 [thread overview]
Message-ID: <43390D65.6050706@draigBrady.com> (raw)
In-Reply-To: <Pine.LNX.4.62.0509261920340.15689@s1.ckr-solutions.com>
Olivier Kaloudoff wrote:
> Hi !
>
>
> I'm happy to say that watchdog for P4SCi is detected
> fine with my 2.6.9-freevps-1.5-1 kernel (centos 4.1 patched with freevps
> 1.5-1)
Note detected is too strong a word.
Watchdog driver generally can't detect that
the appropriate watchdog hardware is present.
>
> [root@shinwey ~]# uname -a
> Linux shinwey 2.6.9-freevps-1.5-1 #1 SMP Sun Sep 25 23:07:51 CEST 2005
> i686 i686 i386 GNU/Linux
>
>
> Sep 26 10:55:18 shinwey kernel: WDT500/501-P driver 0.10 at 0x0240
> (Interrupt 11). heartbeat=60 sec (nowayout=0)
>
> Sep 26 10:55:18 shinwey kernel: wdt: Fan Tachometer is Disabled
> Sep 26 10:55:18 shinwey kernel: w83877f_wdt: cannot register miscdev on
> minor=130 (err=-16)
>
> Sep 26 10:55:18 shinwey kernel: WDT driver for the Winbond(TM) W83627HF
> Super I/O chip initialising.
>
> Sep 26 10:55:18 shinwey kernel: w83627hf WDT: cannot register miscdev on
> minor=130 (err=-16)
>
>
> Unfortunatelly, I set up a 4 minutes delay in the bios, the server takes
> less than 2 minutes to boot and detect the watchdog chip, but reboot takes
> place ...
I notice you are loading multiple watchdog drivers
which will probably clash with each other.
You need to identify the watchdog on the motherboard
and only load the appropriate module. Google suggests
the driver could be i8xx-tco or w83627hf?
I wrote the w83627hf driver and did a recent change
to fix immediate reboot on module loading on certain systems.
The cause was when the BIOS starts the watchdog with
a timeout of X minutes, the hardware is in "minute mode".
However when the watchdog loads in changes it to "seconds mode",
causing a reboot within 4 seconds in your case.
The good news is if the machine is rebooting within 4 seconds
of loading the w83627hf module then you know that it is
the appropriate module to load, and a fix is available.
Other watchdog drivers may have the same issue.
Pádraig.
prev parent reply other threads:[~2005-09-27 9:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-26 17:32 watchdog with P4SCI and 2.6.9 (Supermicro) Olivier Kaloudoff
2005-09-26 20:55 ` Pasi Kärkkäinen
2005-09-27 9:14 ` P [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43390D65.6050706@draigBrady.com \
--to=p@draigbrady.com \
--cc=kalou@kalou.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox