From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 640FA1F0908; Sat, 28 Jan 2017 13:56:05 -0500 (EST) Received: from mail-qk0-x235.google.com (mail-qk0-x235.google.com [IPv6:2607:f8b0:400d:c09::235]) by befuddled.reisers.ca (Postfix) with ESMTPS id E3E7D1F0901 for ; Sat, 28 Jan 2017 13:56:03 -0500 (EST) Received: by mail-qk0-x235.google.com with SMTP id s140so94172576qke.0 for ; Sat, 28 Jan 2017 10:56:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=keYXNq8ttsiYjom4zvmto4FUKb/5TDRr27cjbUsruBc=; b=Tmxi8lx8bk3VSNa/QdbS2VR5nu1rM7mZ49mx+BFk+nCaaulTMT25DS1ArTRPhgQwHW bMUO6CG6LncxXE3GpM/9Ote0H0WSeBawH1jcrRZsc9jQC8qQqQfLQnxdGUaC5Z0kClaZ k+XoAzQTUsaebfrW+IthTfUR06IJGmtRvSkSp3c1vDfKHHOToR+LarED4to6S9Xbku/G m9fewKwQ6BoEElyiHOXg405KFhkhBVHeuJlN49kPD1Yxx1R7SHzwdh67ChWvePfQFV6J BXa4EGpXrCr7FxKFFSVEgmFPKtygLJAYwtBQxVL/fd8cFGz+ocnJQ4TSeGMvqG7oLedf jNQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=keYXNq8ttsiYjom4zvmto4FUKb/5TDRr27cjbUsruBc=; b=slHQhSjKzj6GG2h4arwX1BJHWhiQtieRLg04IbBzje9ICdrZYvxl6+k0UFy6OtDVSq hiBmQl9k/t20XLj8DM2bPqnh/rqvW2OCYbQC4x2WTgXia3/wMU+xEy7jl8OnQb/Gjs9i 5LXmNZs+S2+5h9mAfdBpMMoSsK/+34O4nW51Vmwc8hnqdRd2nmLSnuQIneBvSBA7nBSL uU9+RxWdVupi9ggmcAZ2jZGVSSVBbgvqeOcfPE9aJz3N7qGA6DEmfG7QwRvPWRxZKODZ rLeduqNOycCSUDepDoGj1iQNzdzF6nWv27+TX7lB0BsKMFX+W0T2lkyEI9KESNkc/8v/ f48g== X-Gm-Message-State: AIkVDXJCJq9rLvmG6jJ8WVxOJCQZ8LXifcY6AAUjH1VMO6i4wJN4XzTqR1e+/0VK746uo9+cmCbY9cyFQsDRQg== X-Received: by 10.55.15.231 with SMTP id 100mr14108721qkp.244.1485629763378; Sat, 28 Jan 2017 10:56:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.44.8 with HTTP; Sat, 28 Jan 2017 10:56:02 -0800 (PST) In-Reply-To: <20170128183039.GS3304@var.home> References: <20170124083045.GN2695@var.home> <20170126001801.GQ3119@var.home> <20170126083312.GB25343@var.home> <20170128175709.GO3304@var.home> <20170128183039.GS3304@var.home> From: Okash Khawaja Date: Sat, 28 Jan 2017 18:56:02 +0000 Message-ID: Subject: Re: Line discipline To: Samuel Thibault Cc: "Speakup is a screen review system for Linux." Content-Type: text/plain; charset=UTF-8 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 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: Sat, 28 Jan 2017 18:56:05 -0000 On Sat, Jan 28, 2017 at 6:30 PM, Samuel Thibault wrote: > Okash Khawaja, on Sat 28 Jan 2017 18:29:03 +0000, wrote: >> It's SSH into Linux VM which runs speakup_dummy, so running pseudo >> terminal. Should be okay? > > Yes, but then don't be surprised that speakup doesn't print anything: > nothing is happening on the linux text console :) You need to log into > the linux text console and do stuff there to get speakup to speak it. My mistake. For some reason I thought espeakup was working with my xterm which also uses pseudo terminal which led me to (misguided) belief that it should work for SSH connection too. Thanks, it's looking better now :) > > Samuel