
This is implementation of work-around for nVidia nForce
ethernet driver called forcedeth. To let it work you will
need patched kernel module and the shutdown-helper script.

--------------

To check whether your kernel module is ok issue a command:

modinfo -F description forcedeth

If there is a comment '(TIMERIRQ DISABLED)' it means that
everything is correct.

If there is no such comment you have to re-compile kernel
module according to instructions from README.(lang).txt
file.

--------------

A shell script that the documentation is mentioning about:

Note that the manual refers to the shell script, which
in this distribution is enclosed within init-script,
ready to use in rpm-based distros, so you should use
/etc/rc.d/init.d/forcedeth-wol instead, just by enabling
it using: chkconfig --add 

