Hi > > "Noflushd is a daemon that spins down disks that have not been read from > > after a certain amount of time, and then prevents disk writes from > > spinning them back up. It's targeted for laptops but can be used on any > > computer with IDE disks. The effect is that the hard disk actually spins > > down, saving you battery power, and shutting off the loudest component of > > most computers." > > > > Dovrebbe essere quello che fa al caso tuo no? > sembra di s�... prover� a scaricare i sorgenti e a ricompilare il deb per > potato. > per� si dovrebbe riuscire anche senza, vero Thor? come hai fatto?
yep :) - vai sul bios, disabilita il PNP, abilita l'apm e tutte le funzioni di power managment - scaricati i source del kernel - attiva il supporto apm, compila ed installa il kernel - verifica che i dischi non siano di quelli con il jumperino per la funzione di standby - se poi vuoi dargli tu i comandi di standby #apt-get install apmd #apm --suspend #apm --standby The Debian default kernel does *not* contain APM support, because it causes problems on some computers. So, you need to recompile your kernel and enable APM support during configuration; the corresponding questions are in the 'Character devices' section. NB: per i comandini apm vai di man perche' in questo momento sono in winzozz e la mia memoria fa acqua ;-) --- ;---+---; bye | bye |hor

