From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 0DC4A1EFABD; Tue, 30 Jan 2018 09:12:55 -0500 (EST) Authentication-Results: befuddled.reisers.ca; dkim=pass (1024-bit key; unprotected) header.d=rednote.net header.i=@rednote.net header.b="ZT1iZ3q+"; dkim-atps=neutral Received: from opera.rednote.net (opera.rednote.net [IPv6:2600:3c03::f03c:91ff:fe70:e783]) by befuddled.reisers.ca (Postfix) with ESMTPS id AAF501EF9D3 for ; Tue, 30 Jan 2018 09:12:48 -0500 (EST) Received: from rednote.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by opera.rednote.net (8.15.2/8.15.2) with ESMTPS id w0UECk0m020394 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 30 Jan 2018 14:12:47 GMT DMARC-Filter: OpenDMARC Filter v1.3.2 opera.rednote.net w0UECk0m020394 Authentication-Results: opera.rednote.net; dmarc=pass (p=reject dis=none) header.from=rednote.net Authentication-Results: opera.rednote.net; spf=pass smtp.mailfrom=janina@rednote.net DKIM-Filter: OpenDKIM Filter v2.11.0 opera.rednote.net w0UECk0m020394 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rednote.net; s=default; t=1517321567; bh=WeHjJ+CG7CuKmQBiA0hMp3uaLaBxid7bHseTcTi2EPA=; h=Date:From:To:Subject:References:In-Reply-To:From; b=ZT1iZ3q+dj0HR2e6HAue/NuBXdwQmq1MnXMOWePNDmnZRl2yAwE4F5TNzjussbJJB EXycKZdUnuJ7FK2Qs2i9hq+vl2bxOL339gz+Se28IY8TXD4JsxNfH5pB/15bQBowZl z7ibljqpDSKfCo1Orh10fjED/9lqVrVOhRL2eob4= Received: (from janina@localhost) by rednote.net (8.15.2/8.14.6/Submit) id w0UECkDm020393 for speakup@linux-speakup.org; Tue, 30 Jan 2018 09:12:46 -0500 Date: Tue, 30 Jan 2018 09:12:46 -0500 From: Janina Sajka To: "Speakup is a screen review system for Linux." Subject: Re: Help with running Speakup on Kali Linux Message-ID: <20180130141246.GC16373@rednote.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: X-Operating-System: Linux opera.rednote.net 4.14.12-x86_64-linode92 User-Agent: Mutt/1.9.1 (2017-09-22) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.24 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: Tue, 30 Jan 2018 14:12:56 -0000 So, I have to ask, why Kali Linux, specifically? It's strikes me as a rather oddball choice. The post you reference below isn't particularly pertinent to running Speakup, and you still haven't told us whether Kali comes with Speakup, or whether it's on you to add it into the installation. Once again, what's the output of: locate speakup.ko Suggestion: You may have much more success with a distribution like Arch which supports Speakup out of the box, and which has a talking installation available: https://wiki.archlinux.org/index.php/TalkingArch If you go this way you'll only have the console unless you explicitly install a GUI desktop. There are other choices, but the above is a good way to get to a functioning system with minimul fuss. Janina Timothy Breitenfeldt writes: > Thank you for the replies. I am still fairly new to using Linux, I am > a computer science major and am currently taking a C and unix class > right now. I now feel comfortable enough with the basics to switch to > using only a shell for access. I have played with Linux for a while, > and have always preferred the console over Gnome desktop GUI for > accessibility. I have almost no vision, and am currently using orca. > > Here is the link to the post I referred to on getting speakup running on Kali. > > http://linux-speakup.org/pipermail/speakup/2015-May/058755.html > > I followed all of the instructions here, and saw no change. Speakup > never came up talking at the bootup screen. I tried typing speakup > into the terminal while in gnome, but it didn't recognize the command. > > I don't know much about the kernel yet, it is something I will learn > next quarter along with other operating system concepts. > > Thank you for the tip on switching to console mode. I would assume > that I can switch back to Gnome using the same shortcut I used to > switched to console mode (ctrl+alt+ 1-6)? > > Can someone take a look at this post and see if you can help? > > Thanks, > > TJ Breitenfeldt > > On 1/27/18, Kirk Reiser wrote: > > To answer the other portion of your query, to move from a gui console > > to a text console just type control-alt-f1 or any other of the > > function keys from 1 to six. You can learn to kill off gnome and gdm at > > a later point if you find you're happy using console mode. > > > > On Sat, 27 Jan 2018, Okash Khawaja wrote: > > > >> Hi Timothy, > >> > >> Welcome to speakup :) > >> > >> There is http://linux-speakup.org/spkguide.txt which should help. > >> Basically you need two kernel modules loaded. One is speakup.ko and > >> the other depends upon which synthesizer you want to use. So for > >> example for Apollo you'll need speakup_apollo.ko. You can also use > >> software synth speakup_soft.ko if you don't have a hardware synth. All > >> supported synths are mentioned in spkguide linked above. > >> > >> If it's a hardware synth then the two kernel modules is all you need. > >> If it's speakup_soft.ko then some user-space text-to-speech software > >> will be required. If you can explain where you're getting stuck then > >> we can help more :) > >> > >> Cheers! > >> Okash > >> > >> > >> > >> On Sat, Jan 27, 2018 at 7:36 AM, Timothy Breitenfeldt > >> wrote: > >>> Hi, i recently installed Kali onto an old laptop. I would really like > >>> to just run Kali in console mode and completely ignore the GUI .To do > >>> this, I know I need speakup. I found a couple refferences in the > >>> archives for this mailing list, but I couldn't get it to work with the > >>> instructions given. Does anyone have any suggestions on how to get > >>> speakup running on Kali, as well as how to switch from Gnome desktop > >>> to just a console? > >>> > >>> Thanks, > >>> > >>> TJ Breitenfeldt > >>> _______________________________________________ > >>> Speakup mailing list > >>> Speakup@linux-speakup.org > >>> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup > >> _______________________________________________ > >> Speakup mailing list > >> Speakup@linux-speakup.org > >> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup > > > > -- > > Well that's it then, colour me secure! > > > > -----BEGIN PGP PUBLIC KEY BLOCK----- > > Version: GnuPG v1 > > > > mQENBFYV5DMBCAC060mbsnLhGPjnFkf0R0p+7MxcfxlOuy5wc8y59y9ZNF0RZD1s > > OTEsDih4vD9YJ3zA78VsBUDK47aiDWduh3nHzYN2ZSuxAQ9u7qPqphCG0jPagTU8 > > p7+Ceeya4I5odWtq+Nkf1UrHB7KKEtexphStSwUG5Bhi4bb84YinmX/a3I+OGV1D > > by4QBSdPvSuDw0qFkt/ucLyEwv4L6lDjoH2GF+tnCew4SJtliJFvA1k7NpWO6HW9 > > aWtBxfYU85ccZKBSE25y+9KprUCncVTpaVs3FztCWG0dQRXHvEbV+Damp/IBd9Jv > > HZX7azqbERUa/FjPTIlZhhI9VtaZaFfJSH+5ABEBAAG0HUtpcmsgUmVpc2VyIDxr > > aXJrQHJlaXNlcnMuY2E+iQE+BBMBAgAoBQJWFeQzAhsDBQkADS8ABgsJCAcDAgYV > > CAIJCgsEFgIDAQIeAQIXgAAKCRAHTEsk7UQUUoeuB/wIqsdLCfDrSvr3qg7rKBDg > > ru44OMuRit6hbdWFZjmxccCdjeNhBJRVd5wrEqjj5YoqQAhmacXaEB0DO/TZlDgo > > kUfJM7lrtQD4mYU9GVtrzJxCJoBUyeMVnMJt39F91tBu0mYM6oI/dv81dwxIv++4 > > hj55TZ4GG7DGYAy4LwNb+noNbivgOFHlnfNq8nxhZkHbJdYKP+sptZOL5sagmBQZ > > iS9STB54g/U7Jtt1Fe+JwDmbxQhbSHa9JuWn0xZ8CtYhrz06xSqZl5vpMlak3eW2 > > x6m6IcqZfyuI2K7W/9BCgcsQyYzufO4Gk9KyPNISskX6pFBLuNxIH6hdfxSYYm9y > > uQENBFYV5DMBCACtMyhHog5MR6eQUPTx7fWH5ntkgCtmWvQp4lcKj0HHbteDWglS > > NVbWKWEk9PAKA4UeQVUH4vOhTRhAPpuDUavLdp2tDtT7ZBVh91B3AWIM6+7fIvyU > > 2uYt1q/CNjga8RllXBT7mW2zHGEYQFIkBJvqlU0PN1HlxRZIbSSEb+zQuVAd+ph3 > > kt/oZon3ZbNmKg+arsYMmKkYJ0REwKQib7h5Xl31aK74XmWBp2Ky+lopsJSP8wpH > > AfC71h4s3LDm8ADHF1Ns4KuGZdLTugr8uiPm5kEJFGes1uYKy8R7OTFko0NEuJkv > > STfpPYnTU2qDCJBH08zZErI/6YBIlSsCSde3ABEBAAGJASUEGAECAA8FAlYV5DMC > > GwwFCQANLwAACgkQB0xLJO1EFFKAmgf/d3dk1/HgmF8rmvYVru/hJvmIpmiLqPl5 > > bYSwdZeU+k82qp3xACM2yMJhOh89SgHsaaqQAE1qo5rAJcSG7/+7M/kzf4u/WM/E > > unXDtLkbzi5Zl+gjoikrfOhgF0NmuGdlrOme8a6ue7+iE4XLAo0/jhVlh45O6Iq0 > > 0DGyeFr22cR3jZj4wRmPw5zj4r/sWc06UfquVAEMmfIvJMaGYvwBI+TU6gI8MjLe > > VDY0vay/nQ79fXSLQmYEvjwKXIavQu9c8TFt0z9EDdoIMx69ZunqZuYQInxaT+cL > > i9zhihMGz4XA1q3blLNX3I0jWzAa23ZchI7htc3kfxp1jWqrGyGEIg== > > =nrPH > > -----END PGP PUBLIC KEY BLOCK----- > > _______________________________________________ > > Speakup mailing list > > Speakup@linux-speakup.org > > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup > > > _______________________________________________ > Speakup mailing list > Speakup@linux-speakup.org > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup -- Janina Sajka Linux Foundation Fellow Executive Chair, Accessibility Workgroup: http://a11y.org The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI) Chair, Accessible Platform Architectures http://www.w3.org/wai/apa