Ainsi parla [EMAIL PROTECTED] le 005�me jour de l'an 2004: > oh non... tout va si bien avec le 2.4.22, pas envie de me taper la > recompil pour ce petit probl�me-l�,..., vraiment pas d'autre moyen?
bash-2.05b$ modinfo apm
filename: /lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o
parm: debug int, description "Enable debug mode"
parm: power_off int, description "Enable power off"
parm: broken_psr int, description "BIOS has a broken GetPowerStatus
call"
parm: realmode_power_off int, description "Switch to real mode
before powering off"
(j'ai coup� les trucs inutiles)
Donc une id�e:
insmod apm power_off=1
Si �a marche pas:
insmod apm power_off=1 realmode_power_off=1
Si �a marche toujours pas:
insmod apm power_off=1 broken_psr=1
Au pire:
insmod apm power_off=1 broken_psr=1 realmode_power_off=1 debug=1
(et va faire un tour dans /var/log/syslog)
D�s que tu trouve une combinaison qui marche, insert la ligne suivante
dans /etc/modutils/apm (cr�e ce fichier en cas de besoin):
options apm {tes options ici}
+ un chtit coup de update-modules
(au passage, je te conseille un petit apt-get install apmd avant ces
manip, sait-on jamais)
--
.,p**"*=b_ Nicolas Rueff
?P" .__ `*b Montb�liard - France
|P .d?'`&, 9| http://rueff.tuxfamily.org
M: |} |- H' [EMAIL PROTECTED]
&| `#?_._oH' +33 6 77 64 44 80
`H. "`"`' GPG 0xDD44DAB4
`#?. ICQ 97700474
`^~.
We are Penguin. Resistance is futile. You will be assimilated.
pgp0Rzj7rZAVt.pgp
Description: PGP signature

