From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pv0-f170.google.com (mail-pv0-f170.google.com [74.125.83.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id 1190AC1A264 for ; Tue, 27 Apr 2010 10:28:23 -0400 (EDT) Received: by pvg6 with SMTP id 6so1506415pvg.29 for ; Tue, 27 Apr 2010 07:27:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:subject :in-reply-to:references:comments:date; bh=XRif1tdmaqyAY8LJ3/9yr7YEiFuA8EpqxtXlt4L1oNQ=; b=vLDT9HIXY1wU6lNm3eY8QiFmsfsrp+s38Ze45rqJvIjAkudfhidcNrXDIAZHRl/MNm a+xKk45bdt0wW1z8uqG83LEuZ/3KyI1cWWbrtP9bkkt5kitQz52snVQEJjRhJWmglekh SmwRNNDeaROlC8qzD/enp5PFVwKRA7AN8MEX0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:in-reply-to:references:comments:date; b=tbaPjkGsEoeOQHTNwVAzeWDHBgOXFPk9jnU11tY5RP/VFddj/78cjTNE6IU9WctoGC 1553z5e6TZN3m46cpiX0dDMWoZqNorTLOcS3GsqbmigCjwnXZUF4vlMAmXd2zOiePsTD O+ZA73UR7Zq2tohX25HIteBbnKKjfeK6+3TXc= Received: by 10.142.195.14 with SMTP id s14mr3039604wff.49.1272378472914; Tue, 27 Apr 2010 07:27:52 -0700 (PDT) Received: from localhost (ip24-253-221-18.ok.ok.cox.net [24.253.221.18]) by mx.google.com with ESMTPS id 20sm5305112pzk.3.2010.04.27.07.27.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Apr 2010 07:27:49 -0700 (PDT) Message-ID: <4bd6f465.9413f30a.6752.ffffb987@mx.google.com> From: Chris Brannon To: "Speakup is a screen review system for Linux." , Michael Whapples Subject: Re: April 2010 release of the TalkingArch CD In-reply-to: <4BD6C970.8050908@aim.com> References: <4bd62cbf.0164730a.234e.0d20@mx.google.com> <4BD6C970.8050908@aim.com> Comments: In-reply-to Michael Whapples message dated "Tue, 27 Apr 2010 12:24:32 +0100." Date: Tue, 27 Apr 2010 09:31:15 -0500 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." 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, 27 Apr 2010 14:28:24 -0000 Michael Whapples wrote: > As I am planning (its finding the time) to re-record my install > tutorials I will probably cover these. Great! I still need to document the brltty stuff in my wiki article. Basically, you can have braille support at boot by adding the brltty parameter at the boot prompt. The brltty parameter consists of three comma-separated fields: driver, device, and table. E.G., to have the driver automatically detected, using a braille display on the first serial port, with the US English text table, we'd enter this command at the boot prompt: arch brltty=auto,ttyS0,en_US Of course, brltty can also be started after boot, from the shell. > The question is, you've removed > two of the advantages of the GRML install, how much value might there be > in redoing the GRML installation of Arch? Yes, the two main advantages are gone. I'm sorry for not doing this sooner! There's less need for the "install from grml" approach now. But perhaps it's still nice to know, as a stand-by method. > * Wireless with GRML may be easier, I can't remember if the Arch install > CD has wireless, but grml-network is really good for setting up the network. It does have wireless. If you want WPA, you'll have to write a wpa_supplicant.conf file. That's not hard, unless you have a complex wireless setup. > * GRML may support more soundcards (I mean as well as drivers, I mean it > may unmute more correctly). Maybe. However, my unmute script is basically the same alsa startup script used on the Debian-based distros. You can look at it on the CD. The path is /etc/rc.d/livecdsound. > * If you like reading docs, etc while installing or may want other > tools, GRML has lots of great stuff on the CD. Yes, grml provides a very nice live environment. -- Chris