From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from axis.scu.edu.au(wwwproxy.scu.edu.au[203.2.32.1]) (5101 bytes) by braille.uwo.ca via smail with P:esmtp/D:aliases/T:pipe (sender: ) id for ; Sun, 12 Mar 2000 18:46:52 -0500 (EST) (Smail-3.2.0.102 1998-Aug-2 #2 built 1999-Sep-5) Received: from alsvid.scu.edu.au (alsvid.scu.edu.au [203.2.33.1]) by axis.scu.edu.au (8.9.1a/8.9.1) with ESMTP id KAA15042; Mon, 13 Mar 2000 10:46:49 +1100 (EST) Received: from data.home (mail@annex5.scu.edu.au [203.2.32.105]) by alsvid.scu.edu.au (8.9.2/8.9.2) with ESMTP id KAA23139; Mon, 13 Mar 2000 10:46:46 +1100 (EST) Received: from geoff by data.home with local-esmtp (Exim 2.05 #1 (Debian)) id 12UI4J-0005MR-00; Mon, 13 Mar 2000 10:46:43 +1100 Date: Mon, 13 Mar 2000 10:46:43 +1100 (EST) From: Geoff Shang X-Sender: geoff@data.home To: dabneyadfm@home.com cc: speakup@speech.braille.uwo.ca Subject: Re: Talking Debian In-Reply-To: <38CBEDF5.AC181922@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: Hi: Firstly, you can't telnet from one operating system to another on the same computer as both would need to be running which is not possible. Well perhaps it would be if windows was running under VM ware but that's not the situation currently. The difference between speakup and emacspeak is that emacspeak runs under emacs. As such, you need to also learn how to use emacs before you can use emacspeak. Speakup is a screen reader for linux in general and is somewhat like ASAP in nature. You've come along at the right time - a dectalk express driver is in development at the moment. I don't know what the state of it is at this exact moment but I've heard some positive comments about it. What will almost certainly be the most daunting thing about getting speakup installed for you will be the kernel recompilation. This is actually quite straight-forward but it looks scary. Actually before I go on, what version of debian are you running, do you know? The other tricky part is going to be downloading speakup and getting it onto your system if you don't have speech. If you don't yet have a working PPP or other net connection, this could be tricky, though I guess you could download them in windows and put them on a floppy and copy them back under linux. In brief, this is what you will have to do: 1. Download speakup 0.08 and the new drivers set from ftp.braille.uwo.ca/pub/linux/speakup 2. If you don't have a copy of the kernel source for kernel 2.2.6 or higher, get one. I believe 2.2.15 is about to be released if not already. This is available from kernel.org and numerous other places. Note that if you do already have one unpacked and ready to go, skip to step 4. 3. Unpack the linux kernel sources in /usr/src. If you got a tar.gz file, the command will be tar -zxf linux-2.2.14.tar.gz presuming you and the file are both in /usr/src. Of course, the filename will depend on the kernel version you download. 4. Copy the speakup tar.gz file to /usr/src and unpack it in the same way. 5. Patch speakup into the kernel source. Make sure you're in /usr/src then type: patch -p0