From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f189.google.com (mail-yw0-f189.google.com [209.85.211.189]) by speech.braille.uwo.ca (Postfix) with ESMTP id 60915101E4 for ; Mon, 18 Jan 2010 17:45:39 -0500 (EST) Received: by ywh27 with SMTP id 27so2700711ywh.1 for ; Mon, 18 Jan 2010 14:45:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=FUDiVVFu8kpOcuvB5NJxuv9NNZujoso16rL9E22E4PA=; b=Ww3ZeGLVr9Vfyi0OLQEOVtPVCN31dT3Dv8ssMG82LmhvyPJ3tnFVVIs/uqLaUv/MvH i8eokZDs0NenmeLsv/Vqg9FlckCYJ3afTcBCRiu8hfIlteBNYs3Zod2suGQawZqCMaaa ZBAYR/we9djvBFSg0YENNK5eUhCOjSdP5FpCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=XtBBxXF4wG296msHgU70yCDd3YkZWM89ejeYdT5jxHBepL5HsDwQp96kRi6aVJ94RA o1dqSWYNFfCaS07KugW+WiCdZBqlQfCUCLsV7t7g05fbWkDbb7VvPgk7kr1nuMKgo6ax VSKcMfIratJeChpgrdMcRAQjVACYkqTlSHhIw= Received: by 10.90.40.17 with SMTP id n17mr6286960agn.3.1263854738783; Mon, 18 Jan 2010 14:45:38 -0800 (PST) Received: from linux1 (cpe-76-183-49-63.tx.res.rr.com [76.183.49.63]) by mx.google.com with ESMTPS id 16sm2861724gxk.7.2010.01.18.14.45.35 (version=SSLv3 cipher=RC4-MD5); Mon, 18 Jan 2010 14:45:37 -0800 (PST) Received: by linux1 (sSMTP sendmail emulation); Mon, 18 Jan 2010 16:45:34 -0600 Date: Mon, 18 Jan 2010 16:45:34 -0600 From: William Hubbs To: "Speakup is a screen review system for Linux." Subject: Re: Speakup and PCI Express Serial Cards Message-ID: <20100118224534.GA27502@linux1> Mail-Followup-To: "Speakup is a screen review system for Linux." References: <20100117033054.GA19745@romuald.net.eu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100117033054.GA19745@romuald.net.eu.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 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: Mon, 18 Jan 2010 22:45:39 -0000 Hi Greg, I am posting this again because I'm not sure if it made it to the list the first time. On Sat, Jan 16, 2010 at 08:30:54PM -0700, Gregory Nowak wrote: > For what it's worth, my guess is the irq, and i/o address are the > problem. If you have a way to setup your card for irq 04, i/o 0x03F8, > or any of the other standard irq and i/o ranges for ttyS1-ttyS3, I'd > give a 99.999% guess that it should work. Hth. Unfortunately, I'm sure this is his issue. The problem is that we have the ports and irq numbers hard coded into speakup, and we access the hardware directly instead of using linux tty devices to do so. This is one of the issues that still needs to be fixed before we can submit speakup to become an official part of the kernel; we need to convert over to use linux ttys. If we were doing that, he would not have noticed a difference. William