A couple nano questions. 1) When a file opens in nano, wdoes nano put the cursor on the first line of the file? If so, what should be used to get to the end of the file? I just messed up a gentoo flash drive and fortunately I was able to overwrite the mess so this time I probably get gentoo talking after having replaced the mess with a fresh image. -- Jude <jdashiel at panix dot com> "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940. On Mon, 29 Apr 2024, Cleverson Casarin Uliana wrote: > Hi Jude, I've installed Gentoo several times, and the following commands > related to setting up speakup, which I ran during installation, never failed > me. Try them please: > > nano /etc/modules-load.d/speakup.conf > # add the following line to this file: > speakup_soft > > emerge espeakup alsa-utils > nano /etc/conf.d/alsasound > # Add the following line to this file: > SAVE_ON_STOP="yes" > > rc-update add alsasound boot > rc-update add espeakup default > > Cheers, > Cleverson > >