@related : AmiloA
#RzR@AmiloA:debian# lspci 00:06.0 Bridge: ALi Corporation [[M7101]] PMU
This device is in the Amilo A 7600.
There is support for a Ali M7101 PMU Computer Watchdog in kernel 2.6.x (mine is 2.6.12-cko2).
But the Module does not load (Device or resource busy).
/var/log/messages
Jul 13 14:11:56 schleppi kernel: alim7101_wdt: Steve Hill
Jul 13 14:11:56 schleppi kernel: alim7101_wdt: Detected old alim7101
revision 'a1d'. If this is a cobalt board, set the 'use_gpio' module parameter.
I found a patch for older kernels regarding this problem with google but it is already integrated in 2.6.12.
http://www.ussg.iu.edu/hypermail/linux/kernel/0408.2/2338.html
modprobe alim7101_wdt use_gpio=1
does not work too (Device or resource busy).
Questions: