Hallo, Frederik Ferner wrote:
Warum sehe ich die Ausgaben von hinzugef�gten echo's nicht ???<----snip----> #!/bin/sh # disable DMA on hd # system wouldn't come back with DMA enabledif [ "$1" = suspend ]; then /bin/sync /bin/sleep 1 /bin/sync /sbin/hdparm -d0 /dev/hda elif [ "$1" = resume ]; then /sbin/hdparm -d1 /dev/hda fi <----snip---->
if [ "$1" = suspend ]; then
/bin/echo "Hauptspeicher auf Festplatte speichern..."
/bin/sync
/bin/sleep 1
/bin/sync
/bin/echo "Done."
/bin/echo "Direct Memory Access ausschlaten..."
/sbin/hdparm -d0 /dev/hda
elif [ "$1" = resume ]; then
/sbin/hdparm -d1 /dev/hda
/bin/echo "Direct Memory Access eingaschaltet."
fi
--
Mit freundlichen Gr��en,
Yevgen Reznichenko.
--
H�ufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

