From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 41C211EF246; Tue, 29 Sep 2015 10:06:00 -0400 (EDT) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) by befuddled.reisers.ca (Postfix) with ESMTPS id DBAFF1EF23E for ; Tue, 29 Sep 2015 10:05:58 -0400 (EDT) Received: by igxx6 with SMTP id x6so7547057igx.1 for ; Tue, 29 Sep 2015 07:05:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:references:in-reply-to:subject:date:mime-version :content-type:content-transfer-encoding; bh=ckfWrw+JofVxed3T87VVx4/RkP8zL4TBrYaXPPZ7yOc=; b=jCcSn3/jqxvAbyFlErxxadUrEvYbcdvRApxhRttjnNyQxybXzbgRT0Ct9Nqh5vC/AQ AIcGl+mdV2+4cuMpNEd/MxSuZp65oz2Tz3EtoNTMFAp8Jv7Ph8Xr2ja81HsPdtPPL/zv +VSCNgJ5cDW/Q1JYWmZ6g0engxz1+mSJu8Wekgm06pLm4QBK38nMxc+VOOFVKKKQOuW+ lGNXotJAS0+GpDbIZV8poHE5eRK3D2kGhABjfDwbLiUhusWCNH0Sdlxb5gxGtvAu5bU3 qT9nvCcoFA8CSE1DKje+FhAuZ1TBy2Rl0Y/0S5ZOQF5EQ0PDeIPgQT9N4meoEbZUhaAW fc6Q== X-Received: by 10.50.114.165 with SMTP id jh5mr21764933igb.16.1443535557547; Tue, 29 Sep 2015 07:05:57 -0700 (PDT) Received: from train (71-8-135-41.dhcp.stcd.mn.charter.com. [71.8.135.41]) by smtp.gmail.com with ESMTPSA id 10sm11238952ios.28.2015.09.29.07.05.56 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Sep 2015 07:05:56 -0700 (PDT) Message-ID: <0E84D45F92434DE0A6BE953A1370617A@train> From: "Rob" To: "Speakup is a screen review system for Linux." References: <000001d0faa3$0f4f8fb0$2deeaf10$@gmail.com> In-Reply-To: <000001d0faa3$0f4f8fb0$2deeaf10$@gmail.com> Subject: Re: GRML and Speakup Date: Tue, 29 Sep 2015 09:05:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.17609 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 14:06:00 -0000 mike wrote: > I have built a Linux from scratch with a debian host but never got Speakup > to work with it. I could not find any good instructions for enabling it in > the kernel or the best way to go about building the sound system. I built LFS 7.7 and have it running with both speakup and Brltty. All you have to do is select the staging drivers/speakup and the sound support item in the kernel configuration. Install alsa-stuff. Add your appropriate kernel modules in the appropriate files; the book tells you where to add modules, should you need them that aren't autoloaded by the kernel. What I then did was copy my voxin libs from the host into my new system, add the right init script to have the connector come up and bingo. I had speakup going.