From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 899D71EFB9A; Fri, 4 Mar 2016 18:19:20 -0500 (EST) Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by befuddled.reisers.ca (Postfix) with ESMTPS id 54BD11EF9D7 for ; Fri, 4 Mar 2016 18:19:19 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 7B79B200D3; Sat, 5 Mar 2016 00:19:15 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T-TIJESrp9RH; Sat, 5 Mar 2016 00:19:15 +0100 (CET) Received: from var.youpi.perso.aquilenet.fr (LFbn-1-6757-94.w90-120.abo.wanadoo.fr [90.120.189.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 4FBA8200D2; Sat, 5 Mar 2016 00:19:15 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.86) (envelope-from ) id 1abz06-0007qE-MO; Sat, 05 Mar 2016 00:19:14 +0100 Date: Sat, 5 Mar 2016 00:19:14 +0100 From: Samuel Thibault To: jheim@math.wisc.edu, "Speakup is a screen review system for Linux." Subject: Re: Help with serial synths in 4.X kernels Message-ID: <20160304231914.GG2710@var.home> References: <56CC626F.90700@baechler.net> <497.1456239922@ccs.covici.com> <20160226014122.GN3291@var.home> <2593.1456533270@ccs.covici.com> <20160227210713.GR2760@var.home> <56D9E707.9030804@math.wisc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56D9E707.9030804@math.wisc.edu> User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) 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: Fri, 04 Mar 2016 23:19:20 -0000 Hello, John G Heim, on Fri 04 Mar 2016 13:50:31 -0600, wrote: > Is your patch supposed to take the place of that lame patch I used to post > that just commented out the return code? No. Both are needed. > I edited /default/grub and added" > > 8250.nr_uarts=0". That, however, is supposed to save having to use the lame patch: it just disables the 8250 driver which conflicts with speakup. > Then I compiled a kernel with your patch and installed it. But saying "modprobe speakup_ltlk" doesn't work and generates error messages in the syslog. I've cut/pasted them below. I am guessing the key line is the one that says, " Unable to allocate port at 3f8, errno -16". That's odd. Are you sure the 8250.nr_uarts=0 parameter is effective? Check in /proc/cmdline and you can also check in /proc/ioports what driver is keeping them busy. Samuel