I imported all gentoo keys as directed in the handbook and ran: gpg --verify install-minimal...iso/asc and other than the key not being trusted no errors got generated. There were additional files like with .DIGESTS and .CONTENTS I downloaded but don't know how to use yet. When I ran sha256sum -c install-minimal..iso.sha256 There were 12 lines came back as warnings for incorrect formatting but the sha256 came back with no errors. Did I do all of the verification correctly or do I need to do more? -- 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 > >