I added the following into my /etc/rc.d/rc file with no luck
INITTY=/dev/tty[1-8]
for tty in $INITTY; do
setleds -D +num < $tty
done
The numlock turns off once I log into KDE 3.0 and strangly enough back on when I log out of KDE to turn my computer off. Have I entered the text into the wrong file?
Also what command line arguments would you recommend I use with fsck as it warns me is not safe to run a check on a mounted file system?
|