From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from orion.sas.upenn.edu(ORION.SAS.UPENN.EDU[165.123.26.31]) (1761 bytes) by braille.uwo.ca via smail with P:esmtp/D:aliases/T:pipe (sender: ) id for ; Sun, 28 May 2000 02:48:47 -0400 (EDT) (Smail-3.2.0.102 1998-Aug-2 #2 built 1999-Sep-5) Received: from karolina (DIALIN0303.UPENN.EDU [128.91.17.47]) by orion.sas.upenn.edu (8.9.3/8.9.3/SAS.05) with SMTP id CAA11930 for ; Sun, 28 May 2000 02:48:46 -0400 (EDT) Message-ID: <000301bfc88a$381f9860$2f115b80@karolina> From: "Victor Tsaran" To: "Speakup List" References: <14624.57064.919030.880319@liliwang.net> Subject: Re: RedHat6.1 and booting up with Syslinux Date: Sun, 28 May 2000 02:50:15 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 List-Id: Actually, loading speaking LILO was very simple. I just added the line serial=0,9600n8 at the top section of the syslinux.cfg and it went off talking. However, this didn't resolve the problem of Speakup not detecting the synthesizer. Kirk, perhaps you'd have some interesting ideas? Again, below my final syslinux.cfg after correcting some errors: default linux serial=0,9600n8 prompt 1 timeout 600 display boot.msg F1 boot.msg F2 general.msg F3 expert.msg F4 kickit.msg F5 param.msg F7 snake.msg label linux kernel vmlinuz append initrd=initrd.img local label text kernel vmlinuz append console=ttyS0 append initrd=initrd.img local text label rescue kernel vmlinuz append rescue label expert kernel vmlinuz append expert initrd=initrd.img local label ks kernel vmlinuz append ks initrd=initrd.img local