* Help with running Speakup on Kali Linux
@ Timothy Breitenfeldt
` Okash Khawaja
0 siblings, 1 reply; 27+ messages in thread
From: Timothy Breitenfeldt @ UTC (permalink / raw)
To: Speakup
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
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
Help with running Speakup on Kali Linux Timothy Breitenfeldt
@ ` Okash Khawaja
` Janina Sajka
` Kirk Reiser
0 siblings, 2 replies; 27+ messages in thread
From: Okash Khawaja @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
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
<timothyjb310@gmail.com> 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
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Okash Khawaja
@ ` Janina Sajka
` Kirk Reiser
1 sibling, 0 replies; 27+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Okash is correct, but this guidance presumes Kali Linux actually
provides those modules, i.e. the staging kernel modules. Does it? I,
personally, don't know Kali well enough to say without doing some
research.
So, Timothy, perhaps you should tell us how you are accessing your Kali
installation? Are you using Orca in the gui? Even though you intend to
drop the gui eventually? If so, you can open a Gnome-Terminal session
and issue a command like:
locate speakup.ko
If this returns a pointer to the file, you have the staging modules
installed, and Okash's advice is the next step. Or perhaps the step
after you get software speech installed--espeak and then espeakup would
be the easiest path for that.
Lastly, you should probably wait to have Speakup working for you before
eliminating the gui--especially if Orca is your current access. Once you
are ready, though, the process is likely a set of systemctl commands as
most Linux today are system d driven.
hth
Janina
Okash Khawaja writes:
> 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
> <timothyjb310@gmail.com> 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
--
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
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Okash Khawaja
` Janina Sajka
@ ` Kirk Reiser
` Timothy Breitenfeldt
1 sibling, 1 reply; 27+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
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
> <timothyjb310@gmail.com> 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-----
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Kirk Reiser
@ ` Timothy Breitenfeldt
` Gene Collins
` (2 more replies)
0 siblings, 3 replies; 27+ messages in thread
From: Timothy Breitenfeldt @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
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 <kirk@reisers.ca> 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
>> <timothyjb310@gmail.com> 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
>
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Timothy Breitenfeldt
@ ` Gene Collins
` John Covici
` Janina Sajka
2 siblings, 0 replies; 27+ messages in thread
From: Gene Collins @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi timothy. You probably need to load kernel modules. you can type
modprobe speakup_soft
in order to load speakup. then for software speech, you'll need to run
espeakup. You will need to do all of the above as root. Of course you
will need to be sure your soundcard is not muted. Which synthesizer are
you wanting to use?
Gene
>VGhhbmsgeW91IGZvciB0aGUgcmVwbGllcy4gSSBhbSBzdGlsbCBmYWlybHkgbmV3IHRvIHVzaW5n
>IExpbnV4LCBJIGFtCmEgY29tcHV0ZXIgc2NpZW5jZSBtYWpvciBhbmQgYW0gY3VycmVudGx5IHRh
>a2luZyBhIEMgYW5kIHVuaXggY2xhc3MKcmlnaHQgbm93LiBJIG5vdyBmZWVsIGNvbWZvcnRhYmxl
>IGVub3VnaCB3aXRoIHRoZSBiYXNpY3MgdG8gc3dpdGNoIHRvCnVzaW5nIG9ubHkgYSBzaGVsbCBm
>b3IgYWNjZXNzLiBJIGhhdmUgcGxheWVkIHdpdGggTGludXggZm9yIGEgd2hpbGUsCmFuZCBoYXZl
>IGFsd2F5cyBwcmVmZXJyZWQgdGhlIGNvbnNvbGUgb3ZlciBHbm9tZSBkZXNrdG9wIEdVSSBmb3IK
>YWNjZXNzaWJpbGl0eS4gSSBoYXZlIGFsbW9zdCBubyB2aXNpb24sIGFuZCBhbSBjdXJyZW50bHkg
>dXNpbmcgb3JjYS4KCkhlcmUgaXMgdGhlIGxpbmsgdG8gdGhlIHBvc3QgSSByZWZlcnJlZCB0byBv
>biBnZXR0aW5nIHNwZWFrdXAgcnVubmluZyBvbiBLYWxpLgoKaHR0cDovL2xpbnV4LXNwZWFrdXAu
>b3JnL3BpcGVybWFpbC9zcGVha3VwLzIwMTUtTWF5LzA1ODc1NS5odG1sCgpJIGZvbGxvd2VkIGFs
>bCBvZiB0aGUgaW5zdHJ1Y3Rpb25zIGhlcmUsIGFuZCBzYXcgbm8gY2hhbmdlLiBTcGVha3VwCm5l
>dmVyIGNhbWUgdXAgdGFsa2luZyBhdCB0aGUgYm9vdHVwIHNjcmVlbi4gSSB0cmllZCB0eXBpbmcg
>c3BlYWt1cAppbnRvIHRoZSB0ZXJtaW5hbCB3aGlsZSBpbiBnbm9tZSwgYnV0IGl0IGRpZG4ndCBy
>ZWNvZ25pemUgdGhlIGNvbW1hbmQuCgpJIGRvbid0IGtub3cgbXVjaCBhYm91dCB0aGUga2VybmVs
>IHlldCwgaXQgaXMgc29tZXRoaW5nIEkgd2lsbCBsZWFybgpuZXh0IHF1YXJ0ZXIgYWxvbmcgd2l0
>aCBvdGhlciBvcGVyYXRpbmcgc3lzdGVtIGNvbmNlcHRzLgoKVGhhbmsgeW91IGZvciB0aGUgdGlw
>IG9uIHN3aXRjaGluZyB0byBjb25zb2xlIG1vZGUuIEkgd291bGQgYXNzdW1lCnRoYXQgSSBjYW4g
>c3dpdGNoIGJhY2sgdG8gR25vbWUgdXNpbmcgdGhlIHNhbWUgc2hvcnRjdXQgSSB1c2VkIHRvCnN3
>aXRjaGVkIHRvIGNvbnNvbGUgbW9kZSAoY3RybCthbHQrIDEtNik/CgpDYW4gc29tZW9uZSB0YWtl
>IGEgbG9vayBhdCB0aGlzIHBvc3QgYW5kIHNlZSBpZiB5b3UgY2FuIGhlbHA/CgpUaGFua3MsCgpU
>SiBCcmVpdGVuZmVsZHQKCk9uIDEvMjcvMTgsIEtpcmsgUmVpc2VyIDxraXJrQHJlaXNlcnMuY2E+
>IHdyb3RlOgo+IFRvIGFuc3dlciB0aGUgb3RoZXIgcG9ydGlvbiBvZiB5b3VyIHF1ZXJ5LCB0byBt
>b3ZlIGZyb20gYSBndWkgY29uc29sZQo+IHRvIGEgdGV4dCBjb25zb2xlIGp1c3QgdHlwZSBjb250
>cm9sLWFsdC1mMSBvciBhbnkgb3RoZXIgb2YgdGhlCj4gZnVuY3Rpb24ga2V5cyBmcm9tIDEgdG8g
>c2l4LiBZb3UgY2FuIGxlYXJuIHRvIGtpbGwgb2ZmIGdub21lIGFuZCBnZG0gYXQKPiBhIGxhdGVy
>IHBvaW50IGlmIHlvdSBmaW5kIHlvdSdyZSBoYXBweSB1c2luZyBjb25zb2xlIG1vZGUuCj4KPiBP
>biBTYXQsIDI3IEphbiAyMDE4LCBPa2FzaCBLaGF3YWphIHdyb3RlOgo+Cj4+IEhpIFRpbW90aHks
>Cj4+Cj4+IFdlbGNvbWUgdG8gc3BlYWt1cCA6KQo+Pgo+PiBUaGVyZSBpcyBodHRwOi8vbGludXgt
>c3BlYWt1cC5vcmcvc3BrZ3VpZGUudHh0IHdoaWNoIHNob3VsZCBoZWxwLgo+PiBCYXNpY2FsbHkg
>eW91IG5lZWQgdHdvIGtlcm5lbCBtb2R1bGVzIGxvYWRlZC4gT25lIGlzIHNwZWFrdXAua28gYW5k
>Cj4+IHRoZSBvdGhlciBkZXBlbmRzIHVwb24gd2hpY2ggc3ludGhlc2l6ZXIgeW91IHdhbnQgdG8g
>dXNlLiBTbyBmb3IKPj4gZXhhbXBsZSBmb3IgQXBvbGxvIHlvdSdsbCBuZWVkIHNwZWFrdXBfYXBv
>bGxvLmtvLiBZb3UgY2FuIGFsc28gdXNlCj4+IHNvZnR3YXJlIHN5bnRoIHNwZWFrdXBfc29mdC5r
>byBpZiB5b3UgZG9uJ3QgaGF2ZSBhIGhhcmR3YXJlIHN5bnRoLiBBbGwKPj4gc3VwcG9ydGVkIHN5
>bnRocyBhcmUgbWVudGlvbmVkIGluIHNwa2d1aWRlIGxpbmtlZCBhYm92ZS4KPj4KPj4gSWYgaXQn
>cyBhIGhhcmR3YXJlIHN5bnRoIHRoZW4gdGhlIHR3byBrZXJuZWwgbW9kdWxlcyBpcyBhbGwgeW91
>IG5lZWQuCj4+IElmIGl0J3Mgc3BlYWt1cF9zb2Z0LmtvIHRoZW4gc29tZSB1c2VyLXNwYWNlIHRl
>eHQtdG8tc3BlZWNoIHNvZnR3YXJlCj4+IHdpbGwgYmUgcmVxdWlyZWQuIElmIHlvdSBjYW4gZXhw
>bGFpbiB3aGVyZSB5b3UncmUgZ2V0dGluZyBzdHVjayB0aGVuCj4+IHdlIGNhbiBoZWxwIG1vcmUg
>OikKPj4KPj4gQ2hlZXJzIQo+PiBPa2FzaAo+Pgo+Pgo+Pgo+PiBPbiBTYXQsIEphbiAyNywgMjAx
>OCBhdCA3OjM2IEFNLCBUaW1vdGh5IEJyZWl0ZW5mZWxkdAo+PiA8dGltb3RoeWpiMzEwQGdtYWls
>LmNvbT4gd3JvdGU6Cj4+PiBIaSwgaSByZWNlbnRseSBpbnN0YWxsZWQgS2FsaSBvbnRvIGFuIG9s
>ZCBsYXB0b3AuIEkgd291bGQgcmVhbGx5IGxpa2UKPj4+IHRvIGp1c3QgcnVuIEthbGkgaW4gY29u
>c29sZSBtb2RlIGFuZCBjb21wbGV0ZWx5IGlnbm9yZSB0aGUgR1VJIC5UbyBkbwo+Pj4gdGhpcywg
>SSBrbm93IEkgbmVlZCBzcGVha3VwLiBJIGZvdW5kIGEgY291cGxlIHJlZmZlcmVuY2VzIGluIHRo
>ZQo+Pj4gYXJjaGl2ZXMgZm9yIHRoaXMgbWFpbGluZyBsaXN0LCBidXQgSSBjb3VsZG4ndCBnZXQg
>aXQgdG8gd29yayB3aXRoIHRoZQo+Pj4gaW5zdHJ1Y3Rpb25zIGdpdmVuLiBEb2VzIGFueW9uZSBo
>YXZlIGFueSBzdWdnZXN0aW9ucyBvbiBob3cgdG8gZ2V0Cj4+PiBzcGVha3VwIHJ1bm5pbmcgb24g
>S2FsaSwgYXMgd2VsbCBhcyBob3cgdG8gc3dpdGNoIGZyb20gR25vbWUgZGVza3RvcAo+Pj4gdG8g
>anVzdCBhIGNvbnNvbGU/Cj4+Pgo+Pj4gVGhhbmtzLAo+Pj4KPj4+IFRKIEJyZWl0ZW5mZWxkdAo+
>Pj4gX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KPj4+IFNw
>ZWFrdXAgbWFpbGluZyBsaXN0Cj4+PiBTcGVha3VwQGxpbnV4LXNwZWFrdXAub3JnCj4+PiBodHRw
>Oi8vbGludXgtc3BlYWt1cC5vcmcvY2dpLWJpbi9tYWlsbWFuL2xpc3RpbmZvL3NwZWFrdXAKPj4g
>X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KPj4gU3BlYWt1
>cCBtYWlsaW5nIGxpc3QKPj4gU3BlYWt1cEBsaW51eC1zcGVha3VwLm9yZwo+PiBodHRwOi8vbGlu
>dXgtc3BlYWt1cC5vcmcvY2dpLWJpbi9tYWlsbWFuL2xpc3RpbmZvL3NwZWFrdXAKPgo+IC0tCj4g
>V2VsbCB0aGF0J3MgaXQgdGhlbiwgY29sb3VyIG1lIHNlY3VyZSEKPgo+IC0tLS0tQkVHSU4gUEdQ
>IFBVQkxJQyBLRVkgQkxPQ0stLS0tLQo+IFZlcnNpb246IEdudVBHIHYxCj4KPiBtUUVOQkZZVjVE
>TUJDQUMwNjBtYnNuTGhHUGpuRmtmMFIwcCs3TXhjZnhsT3V5NXdjOHk1OXk5Wk5GMFJaRDFzCj4g
>T1RFc0RpaDR2RDlZSjN6QTc4VnNCVURLNDdhaURXZHVoM25IellOMlpTdXhBUTl1N3FQcXBoQ0cw
>alBhZ1RVOAo+IHA3K0NlZXlhNEk1b2RXdHErTmtmMVVySEI3S0tFdGV4cGhTdFN3VUc1QmhpNGJi
>ODRZaW5tWC9hM0krT0dWMUQKPiBieTRRQlNkUHZTdUR3MHFGa3QvdWNMeUV3djRMNmxEam9IMkdG
>K3RuQ2V3NFNKdGxpSkZ2QTFrN05wV082SFc5Cj4gYVd0QnhmWVU4NWNjWktCU0UyNXkrOUtwclVD
>bmNWVHBhVnMzRnp0Q1dHMGRRUlhIdkViVitEYW1wL0lCZDlKdgo+IEhaWDdhenFiRVJVYS9GalBU
>SWxaaGhJOVZ0YVphRmZKU0grNUFCRUJBQUcwSFV0cGNtc2dVbVZwYzJWeUlEeHIKPiBhWEpyUUhK
>bGFYTmxjbk11WTJFK2lRRStCQk1CQWdBb0JRSldGZVF6QWhzREJRa0FEUzhBQmdzSkNBY0RBZ1lW
>Cj4gQ0FJSkNnc0VGZ0lEQVFJZUFRSVhnQUFLQ1JBSFRFc2s3VVFVVW9ldUIvd0lxc2RMQ2ZEclN2
>cjNxZzdyS0JEZwo+IHJ1NDRPTXVSaXQ2aGJkV0Zaam14Y2NDZGplTmhCSlJWZDV3ckVxamo1WW9x
>UUFobWFjWGFFQjBETy9UWmxEZ28KPiBrVWZKTTdscnRRRDRtWVU5R1Z0cnpKeENKb0JVeWVNVm5N
>SnQzOUY5MXRCdTBtWU02b0kvZHY4MWR3eEl2Kys0Cj4gaGo1NVRaNEdHN0RHWUF5NEx3TmIrbm9O
>Yml2Z09GSGxuZk5xOG54aFprSGJKZFlLUCtzcHRaT0w1c2FnbUJRWgo+IGlTOVNUQjU0Zy9VN0p0
>dDFGZStKd0RtYnhRaGJTSGE5SnVXbjB4WjhDdFlocnowNnhTcVpsNXZwTWxhazNlVzIKPiB4Nm02
>SWNxWmZ5dUkySzdXLzlCQ2djc1F5WXp1Zk80R2s5S3lQTklTc2tYNnBGQkx1TnhJSDZoZGZ4U1lZ
>bTl5Cj4gdVFFTkJGWVY1RE1CQ0FDdE15aEhvZzVNUjZlUVVQVHg3ZldINW50a2dDdG1XdlFwNGxj
>S2owSEhidGVEV2dsUwo+IE5WYldLV0VrOVBBS0E0VWVRVlVINHZPaFRSaEFQcHVEVWF2TGRwMnRE
>dFQ3WkJWaDkxQjNBV0lNNis3Zkl2eVUKPiAydVl0MXEvQ05qZ2E4UmxsWEJUN21XMnpIR0VZUUZJ
>a0JKdnFsVTBQTjFIbHhSWkliU1NFYit6UXVWQWQrcGgzCj4ga3Qvb1pvbjNaYk5tS2crYXJzWU1t
>S2tZSjBSRXdLUWliN2g1WGwzMWFLNzRYbVdCcDJLeStsb3BzSlNQOHdwSAo+IEFmQzcxaDRzM0xE
>bThBREhGMU5zNEt1R1pkTFR1Z3I4dWlQbTVrRUpGR2VzMXVZS3k4UjdPVEZrbzBORXVKa3YKPiBT
>VGZwUFluVFUycURDSkJIMDh6WkVySS82WUJJbFNzQ1NkZTNBQkVCQUFHSkFTVUVHQUVDQUE4RkFs
>WVY1RE1DCj4gR3d3RkNRQU5Md0FBQ2drUUIweExKTzFFRkZLQW1nZi9kM2RrMS9IZ21GOHJtdllW
>cnUvaEp2bUlwbWlMcVBsNQo+IGJZU3dkWmVVK2s4MnFwM3hBQ00yeU1KaE9oODlTZ0hzYWFxUUFF
>MXFvNXJBSmNTRzcvKzdNL2t6ZjR1L1dNL0UKPiB1blhEdExrYnppNVpsK2dqb2lrcmZPaGdGME5t
>dUdkbHJPbWU4YTZ1ZTcraUU0WExBbzAvamhWbGg0NU82SXEwCj4gMERHeWVGcjIyY1IzalpqNHdS
>bVB3NXpqNHIvc1djMDZVZnF1VkFFTW1mSXZKTWFHWXZ3QkkrVFU2Z0k4TWpMZQo+IFZEWTB2YXkv
>blE3OWZYU0xRbVlFdmp3S1hJYXZRdTljOFRGdDB6OUVEZG9JTXg2OVp1bnFadVlRSW54YVQrY0wK
>PiBpOXpoaWhNR3o0WEExcTNibExOWDNJMGpXekFhMjNaY2hJN2h0YzNrZnhwMWpXcXJHeUdFSWc9
>PQo+ID1uclBICj4gLS0tLS1FTkQgUEdQIFBVQkxJQyBLRVkgQkxPQ0stLS0tLQo+IF9fX19fX19f
>X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCj4gU3BlYWt1cCBtYWlsaW5n
>IGxpc3QKPiBTcGVha3VwQGxpbnV4LXNwZWFrdXAub3JnCj4gaHR0cDovL2xpbnV4LXNwZWFrdXAu
>b3JnL2NnaS1iaW4vbWFpbG1hbi9saXN0aW5mby9zcGVha3VwCj4KX19fX19fX19fX19fX19fX19f
>X19fX19fX19fX19fX19fX19fX19fX19fX19fX18KU3BlYWt1cCBtYWlsaW5nIGxpc3QKU3BlYWt1
>cEBsaW51eC1zcGVha3VwLm9yZwpodHRwOi8vbGludXgtc3BlYWt1cC5vcmcvY2dpLWJpbi9tYWls
>bWFuL2xpc3RpbmZvL3NwZWFrdXAK
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Timothy Breitenfeldt
` Gene Collins
@ ` John Covici
` Janina Sajka
2 siblings, 0 replies; 27+ messages in thread
From: John Covici @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Probably the way to get back to gnome will be control-alt-f7, since
usually the video display is on the 7th virtual console.
Did you do the locate command suggested in a previous post to see
whether your system has the speakup modules?
On Sat, 27 Jan 2018 10:47:12 -0500,
Timothy Breitenfeldt wrote:
>
> 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 <kirk@reisers.ca> 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
> >> <timothyjb310@gmail.com> 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
>
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici wb2una
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Timothy Breitenfeldt
` Gene Collins
` John Covici
@ ` Janina Sajka
` Don Raikes
2 siblings, 1 reply; 27+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
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 <kirk@reisers.ca> 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
> >> <timothyjb310@gmail.com> 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
^ permalink raw reply [flat|nested] 27+ messages in thread
* RE: Help with running Speakup on Kali Linux
` Janina Sajka
@ ` Don Raikes
` Timothy Breitenfeldt
0 siblings, 1 reply; 27+ messages in thread
From: Don Raikes @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
Kali is an odd choice for someone just wanting a console-based linux distro. Ubuntu server is another good choice.
If, however you are looking for security tools then kali is a good choice. The kali installer is accessible since it is based on the debian talking installer. I haven't checked lately but if I remember right speakup does not come pre-installed in kali, although I hope to be working on a custom kali version that will be more accessible (when I have a few minutes).
-----Original Message-----
From: Janina Sajka [mailto:janina@rednote.net]
Sent: Tuesday, January 30, 2018 7:13 AM
To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
Subject: Re: Help with running Speakup on Kali Linux
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://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.archlinux.org_index.php_TalkingArch&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=JUxYZ5Z1WwEmJvd1TAXM8buhPH2soZMlw95_z0Owg2o&e=
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.
>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
> g_pipermail_speakup_2015-2DMay_058755.html&d=DwIGaQ&c=RoP1YumCXCgaWHvl
> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp
> 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vmyx_v68qcFfCRezof
> UMWegnKnffKCl31dEy6rITmwc&e=
>
> 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 <kirk@reisers.ca> 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 https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_spkguide.txt&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=2x78Ze1FfDGA2IUei89_yMxCCO9K_Rnin6X8pL2i0yU&e= 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
> >> <timothyjb310@gmail.com> 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
> >>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
> >>> p.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWH
> >>> vlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOT
> >>> BuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCb
> >>> GvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
> >> _______________________________________________
> >> Speakup mailing list
> >> Speakup@linux-speakup.org
> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup
> >> .org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvl
> >> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuX
> >> mZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnz
> >> zG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
> >
> > --
> > 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
> > https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.
> > org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZY
> > R8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp
> > 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0M
> > MsbC16KKZTQtkg1qaQxn4V-ig7w&e=
> >
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KK
> ZTQtkg1qaQxn4V-ig7w&e=
--
Janina Sajka
Linux Foundation Fellow
Executive Chair, Accessibility Workgroup: https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=PXVu7U_kanhN-aKcPDscAHyyaf7GhLU-wRpu7umHkEM&e=
The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
Chair, Accessible Platform Architectures https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=BGkV5BqduYuktvO4jol1R-9R9DWYFbBP-C4fHDOgiPE&e=
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Don Raikes
@ ` Timothy Breitenfeldt
` Don Raikes
` (2 more replies)
0 siblings, 3 replies; 27+ messages in thread
From: Timothy Breitenfeldt @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi, my apologies for not being clear in my last post. I am using Kali
because I want to learn about the security tools Kali has. I will keep
in mind that arch is a better option for this though.
The output of
locate speakup.ko
/lib/modules/4.12.0-kali1-amd66/kernel/drivers/staging/speakup /speakup.ko
For now, I am just looking to get eSpeak working on it, my goal is to
install voxin, which is what I am using for orca right now.
Kali does have built in support for a talking installer using speakup.
I believe Kali is very similar to Debian, if that helps at all.
TJ Breitenfeldt
On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
> Hi,
>
> Kali is an odd choice for someone just wanting a console-based linux distro.
> Ubuntu server is another good choice.
>
> If, however you are looking for security tools then kali is a good choice.
> The kali installer is accessible since it is based on the debian talking
> installer. I haven't checked lately but if I remember right speakup does
> not come pre-installed in kali, although I hope to be working on a custom
> kali version that will be more accessible (when I have a few minutes).
> -----Original Message-----
> From: Janina Sajka [mailto:janina@rednote.net]
> Sent: Tuesday, January 30, 2018 7:13 AM
> To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
> Subject: Re: Help with running Speakup on Kali Linux
>
> 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://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.archlinux.org_index.php_TalkingArch&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=JUxYZ5Z1WwEmJvd1TAXM8buhPH2soZMlw95_z0Owg2o&e=
>
> 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.
>>
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
>> g_pipermail_speakup_2015-2DMay_058755.html&d=DwIGaQ&c=RoP1YumCXCgaWHvl
>> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp
>> 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vmyx_v68qcFfCRezof
>> UMWegnKnffKCl31dEy6rITmwc&e=
>>
>> 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 <kirk@reisers.ca> 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
>> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_spkguide.txt&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=2x78Ze1FfDGA2IUei89_yMxCCO9K_Rnin6X8pL2i0yU&e=
>> >> 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
>> >> <timothyjb310@gmail.com> 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
>> >>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
>> >>> p.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWH
>> >>> vlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOT
>> >>> BuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCb
>> >>> GvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>> >> _______________________________________________
>> >> Speakup mailing list
>> >> Speakup@linux-speakup.org
>> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup
>> >> .org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvl
>> >> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuX
>> >> mZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnz
>> >> zG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>> >
>> > --
>> > 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
>> > https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.
>> > org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZY
>> > R8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp
>> > 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0M
>> > MsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>> >
>> _______________________________________________
>> Speakup mailing list
>> Speakup@linux-speakup.org
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
>> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
>> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
>> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KK
>> ZTQtkg1qaQxn4V-ig7w&e=
>
> --
>
> Janina Sajka
>
> Linux Foundation Fellow
> Executive Chair, Accessibility
> Workgroup: https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=PXVu7U_kanhN-aKcPDscAHyyaf7GhLU-wRpu7umHkEM&e=
>
> The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
> Chair, Accessible Platform
> Architectures https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=BGkV5BqduYuktvO4jol1R-9R9DWYFbBP-C4fHDOgiPE&e=
>
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 27+ messages in thread
* RE: Help with running Speakup on Kali Linux
` Timothy Breitenfeldt
@ ` Don Raikes
` Don Raikes
` Janina Sajka
2 siblings, 0 replies; 27+ messages in thread
From: Don Raikes @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Tim,
Kali is actually a debian derrative. I am not certain that the espeak packages are installed or that speech dispatcher is installed/configured on kali.
-----Original Message-----
From: Timothy Breitenfeldt [mailto:timothyjb310@gmail.com]
Sent: Tuesday, January 30, 2018 8:23 AM
To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
Subject: Re: Help with running Speakup on Kali Linux
Hi, my apologies for not being clear in my last post. I am using Kali because I want to learn about the security tools Kali has. I will keep in mind that arch is a better option for this though.
The output of
locate speakup.ko
/lib/modules/4.12.0-kali1-amd66/kernel/drivers/staging/speakup /speakup.ko
For now, I am just looking to get eSpeak working on it, my goal is to install voxin, which is what I am using for orca right now.
Kali does have built in support for a talking installer using speakup.
I believe Kali is very similar to Debian, if that helps at all.
TJ Breitenfeldt
On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
> Hi,
>
> Kali is an odd choice for someone just wanting a console-based linux distro.
> Ubuntu server is another good choice.
>
> If, however you are looking for security tools then kali is a good choice.
> The kali installer is accessible since it is based on the debian
> talking installer. I haven't checked lately but if I remember right
> speakup does not come pre-installed in kali, although I hope to be
> working on a custom kali version that will be more accessible (when I have a few minutes).
> -----Original Message-----
> From: Janina Sajka [mailto:janina@rednote.net]
> Sent: Tuesday, January 30, 2018 7:13 AM
> To: Speakup is a screen review system for Linux.
> <speakup@linux-speakup.org>
> Subject: Re: Help with running Speakup on Kali Linux
>
> 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://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.archlinux.or
> g_index.php_TalkingArch&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65
> eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2
> ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=JUxYZ5Z1WwEmJvd1TAXM8buhPH2soZMlw95_z
> 0Owg2o&e=
>
> 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.
>>
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.o
>> r
>> g_pipermail_speakup_2015-2DMay_058755.html&d=DwIGaQ&c=RoP1YumCXCgaWHv
>> l
>> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZ
>> p
>> 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vmyx_v68qcFfCRezo
>> f
>> UMWegnKnffKCl31dEy6rITmwc&e=
>>
>> 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 <kirk@reisers.ca> 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
>> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
>> >> p.org_spkguide.txt&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65e
>> >> apI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e
>> >> 9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=2x78Ze1FfDGA2IUei89_yMxCCO9K_R
>> >> nin6X8pL2i0yU&e=
>> >> 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
>> >> <timothyjb310@gmail.com> 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
>> >>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeak
>> >>> u
>> >>> p.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaW
>> >>> H
>> >>> vlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtO
>> >>> T
>> >>> BuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pC
>> >>> b GvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>> >> _______________________________________________
>> >> Speakup mailing list
>> >> Speakup@linux-speakup.org
>> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
>> >> p
>> >> .org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHv
>> >> l
>> >> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBu
>> >> X
>> >> mZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvn
>> >> z zG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>> >
>> > --
>> > 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
>> > https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.
>> > org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZ
>> > Y
>> > R8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZ
>> > p
>> > 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0
>> > M
>> > MsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>> >
>> _______________________________________________
>> Speakup mailing list
>> Speakup@linux-speakup.org
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.o
>> r
>> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8P
>> Z
>> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m
>> =
>> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16K
>> K
>> ZTQtkg1qaQxn4V-ig7w&e=
>
> --
>
> Janina Sajka
>
> Linux Foundation Fellow
> Executive Chair, Accessibility
> Workgroup: https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=PXVu7U_kanhN-aKcPDscAHyyaf7GhLU-wRpu7umHkEM&e=
>
> The World Wide Web Consortium (W3C), Web Accessibility Initiative
> (WAI) Chair, Accessible Platform
> Architectures https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=BGkV5BqduYuktvO4jol1R-9R9DWYFbBP-C4fHDOgiPE&e=
>
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KK
> ZTQtkg1qaQxn4V-ig7w&e= _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
> qkyvZTC5ljsPb-N6J979QuHTeBgn-fA0C7I9nqdVzzM&s=1MMykkeDIZcMufXQWsrXk7PK
> jsiJzW_2EEYVVXjasPw&e=
>
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=qkyvZTC5ljsPb-N6J979QuHTeBgn-fA0C7I9nqdVzzM&s=1MMykkeDIZcMufXQWsrXk7PKjsiJzW_2EEYVVXjasPw&e=
^ permalink raw reply [flat|nested] 27+ messages in thread
* RE: Help with running Speakup on Kali Linux
` Timothy Breitenfeldt
` Don Raikes
@ ` Don Raikes
` Timothy Breitenfeldt
` Janina Sajka
2 siblings, 1 reply; 27+ messages in thread
From: Don Raikes @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Tim,
A lot of kali's tools need to be run from the GUI, My personal preference is to use the mate desktop but that is because I got started in Linux under the old gnome 2 interface and haven't gotten used to the new unity/gnome3 interface.
Unfortunately when I installed kali into a vm I couldn't get mate with orca to work, so I am trying to debug that problem.
-----Original Message-----
From: Timothy Breitenfeldt [mailto:timothyjb310@gmail.com]
Sent: Tuesday, January 30, 2018 8:23 AM
To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
Subject: Re: Help with running Speakup on Kali Linux
Hi, my apologies for not being clear in my last post. I am using Kali because I want to learn about the security tools Kali has. I will keep in mind that arch is a better option for this though.
The output of
locate speakup.ko
/lib/modules/4.12.0-kali1-amd66/kernel/drivers/staging/speakup /speakup.ko
For now, I am just looking to get eSpeak working on it, my goal is to install voxin, which is what I am using for orca right now.
Kali does have built in support for a talking installer using speakup.
I believe Kali is very similar to Debian, if that helps at all.
TJ Breitenfeldt
On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
> Hi,
>
> Kali is an odd choice for someone just wanting a console-based linux distro.
> Ubuntu server is another good choice.
>
> If, however you are looking for security tools then kali is a good choice.
> The kali installer is accessible since it is based on the debian
> talking installer. I haven't checked lately but if I remember right
> speakup does not come pre-installed in kali, although I hope to be
> working on a custom kali version that will be more accessible (when I have a few minutes).
> -----Original Message-----
> From: Janina Sajka [mailto:janina@rednote.net]
> Sent: Tuesday, January 30, 2018 7:13 AM
> To: Speakup is a screen review system for Linux.
> <speakup@linux-speakup.org>
> Subject: Re: Help with running Speakup on Kali Linux
>
> 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://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.archlinux.or
> g_index.php_TalkingArch&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65
> eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2
> ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=JUxYZ5Z1WwEmJvd1TAXM8buhPH2soZMlw95_z
> 0Owg2o&e=
>
> 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.
>>
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.o
>> r
>> g_pipermail_speakup_2015-2DMay_058755.html&d=DwIGaQ&c=RoP1YumCXCgaWHv
>> l
>> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZ
>> p
>> 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vmyx_v68qcFfCRezo
>> f
>> UMWegnKnffKCl31dEy6rITmwc&e=
>>
>> 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 <kirk@reisers.ca> 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
>> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
>> >> p.org_spkguide.txt&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65e
>> >> apI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e
>> >> 9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=2x78Ze1FfDGA2IUei89_yMxCCO9K_R
>> >> nin6X8pL2i0yU&e=
>> >> 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
>> >> <timothyjb310@gmail.com> 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
>> >>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeak
>> >>> u
>> >>> p.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaW
>> >>> H
>> >>> vlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtO
>> >>> T
>> >>> BuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pC
>> >>> b GvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>> >> _______________________________________________
>> >> Speakup mailing list
>> >> Speakup@linux-speakup.org
>> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
>> >> p
>> >> .org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHv
>> >> l
>> >> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBu
>> >> X
>> >> mZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvn
>> >> z zG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>> >
>> > --
>> > 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
>> > https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.
>> > org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZ
>> > Y
>> > R8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZ
>> > p
>> > 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0
>> > M
>> > MsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>> >
>> _______________________________________________
>> Speakup mailing list
>> Speakup@linux-speakup.org
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.o
>> r
>> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8P
>> Z
>> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m
>> =
>> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16K
>> K
>> ZTQtkg1qaQxn4V-ig7w&e=
>
> --
>
> Janina Sajka
>
> Linux Foundation Fellow
> Executive Chair, Accessibility
> Workgroup: https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=PXVu7U_kanhN-aKcPDscAHyyaf7GhLU-wRpu7umHkEM&e=
>
> The World Wide Web Consortium (W3C), Web Accessibility Initiative
> (WAI) Chair, Accessible Platform
> Architectures https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=BGkV5BqduYuktvO4jol1R-9R9DWYFbBP-C4fHDOgiPE&e=
>
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KK
> ZTQtkg1qaQxn4V-ig7w&e= _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
> qkyvZTC5ljsPb-N6J979QuHTeBgn-fA0C7I9nqdVzzM&s=1MMykkeDIZcMufXQWsrXk7PK
> jsiJzW_2EEYVVXjasPw&e=
>
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=qkyvZTC5ljsPb-N6J979QuHTeBgn-fA0C7I9nqdVzzM&s=1MMykkeDIZcMufXQWsrXk7PKjsiJzW_2EEYVVXjasPw&e=
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Don Raikes
@ ` Timothy Breitenfeldt
` Zachary Kline
0 siblings, 1 reply; 27+ messages in thread
From: Timothy Breitenfeldt @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
That is good to know. I was afraid that a lot of the tools were not
command line based. Oh well. perhaps I will just set up an arch linux
vm and play with that.
I would still like to learn how to setup speakup, but Kali is probably
not the best to do that with.
Thanks for all of the replies,
TJ Breitenfeldt
On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
> Tim,
>
> A lot of kali's tools need to be run from the GUI, My personal preference is
> to use the mate desktop but that is because I got started in Linux under the
> old gnome 2 interface and haven't gotten used to the new unity/gnome3
> interface.
>
> Unfortunately when I installed kali into a vm I couldn't get mate with orca
> to work, so I am trying to debug that problem.
> -----Original Message-----
> From: Timothy Breitenfeldt [mailto:timothyjb310@gmail.com]
> Sent: Tuesday, January 30, 2018 8:23 AM
> To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
> Subject: Re: Help with running Speakup on Kali Linux
>
> Hi, my apologies for not being clear in my last post. I am using Kali
> because I want to learn about the security tools Kali has. I will keep in
> mind that arch is a better option for this though.
>
> The output of
> locate speakup.ko
>
> /lib/modules/4.12.0-kali1-amd66/kernel/drivers/staging/speakup /speakup.ko
>
> For now, I am just looking to get eSpeak working on it, my goal is to
> install voxin, which is what I am using for orca right now.
> Kali does have built in support for a talking installer using speakup.
> I believe Kali is very similar to Debian, if that helps at all.
>
> TJ Breitenfeldt
>
> On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
>> Hi,
>>
>> Kali is an odd choice for someone just wanting a console-based linux
>> distro.
>> Ubuntu server is another good choice.
>>
>> If, however you are looking for security tools then kali is a good choice.
>> The kali installer is accessible since it is based on the debian
>> talking installer. I haven't checked lately but if I remember right
>> speakup does not come pre-installed in kali, although I hope to be
>> working on a custom kali version that will be more accessible (when I have
>> a few minutes).
>> -----Original Message-----
>> From: Janina Sajka [mailto:janina@rednote.net]
>> Sent: Tuesday, January 30, 2018 7:13 AM
>> To: Speakup is a screen review system for Linux.
>> <speakup@linux-speakup.org>
>> Subject: Re: Help with running Speakup on Kali Linux
>>
>> 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://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.archlinux.or
>> g_index.php_TalkingArch&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65
>> eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2
>> ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=JUxYZ5Z1WwEmJvd1TAXM8buhPH2soZMlw95_z
>> 0Owg2o&e=
>>
>> 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.
>>>
>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.o
>>> r
>>> g_pipermail_speakup_2015-2DMay_058755.html&d=DwIGaQ&c=RoP1YumCXCgaWHv
>>> l
>>> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZ
>>> p
>>> 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vmyx_v68qcFfCRezo
>>> f
>>> UMWegnKnffKCl31dEy6rITmwc&e=
>>>
>>> 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 <kirk@reisers.ca> 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
>>> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
>>> >> p.org_spkguide.txt&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65e
>>> >> apI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e
>>> >> 9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=2x78Ze1FfDGA2IUei89_yMxCCO9K_R
>>> >> nin6X8pL2i0yU&e=
>>> >> 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
>>> >> <timothyjb310@gmail.com> 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
>>> >>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeak
>>> >>> u
>>> >>> p.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaW
>>> >>> H
>>> >>> vlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtO
>>> >>> T
>>> >>> BuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pC
>>> >>> b GvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>>> >> _______________________________________________
>>> >> Speakup mailing list
>>> >> Speakup@linux-speakup.org
>>> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
>>> >> p
>>> >> .org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHv
>>> >> l
>>> >> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBu
>>> >> X
>>> >> mZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvn
>>> >> z zG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>>> >
>>> > --
>>> > 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
>>> > https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.
>>> > org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZ
>>> > Y
>>> > R8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZ
>>> > p
>>> > 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0
>>> > M
>>> > MsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>>> >
>>> _______________________________________________
>>> Speakup mailing list
>>> Speakup@linux-speakup.org
>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.o
>>> r
>>> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8P
>>> Z
>>> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m
>>> =
>>> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16K
>>> K
>>> ZTQtkg1qaQxn4V-ig7w&e=
>>
>> --
>>
>> Janina Sajka
>>
>> Linux Foundation Fellow
>> Executive Chair, Accessibility
>> Workgroup: https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=PXVu7U_kanhN-aKcPDscAHyyaf7GhLU-wRpu7umHkEM&e=
>>
>> The World Wide Web Consortium (W3C), Web Accessibility Initiative
>> (WAI) Chair, Accessible Platform
>> Architectures https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=BGkV5BqduYuktvO4jol1R-9R9DWYFbBP-C4fHDOgiPE&e=
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@linux-speakup.org
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
>> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
>> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
>> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KK
>> ZTQtkg1qaQxn4V-ig7w&e= _______________________________________________
>> Speakup mailing list
>> Speakup@linux-speakup.org
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
>> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
>> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
>> qkyvZTC5ljsPb-N6J979QuHTeBgn-fA0C7I9nqdVzzM&s=1MMykkeDIZcMufXQWsrXk7PK
>> jsiJzW_2EEYVVXjasPw&e=
>>
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=qkyvZTC5ljsPb-N6J979QuHTeBgn-fA0C7I9nqdVzzM&s=1MMykkeDIZcMufXQWsrXk7PKjsiJzW_2EEYVVXjasPw&e=
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Timothy Breitenfeldt
@ ` Zachary Kline
` Janina Sajka
0 siblings, 1 reply; 27+ messages in thread
From: Zachary Kline @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
From personal experience, ArchLinux is just about as good a command-line environment as you’re likely to get. The TalkingArch CD works very well for installing, and you’re left with a setup which is minimal and easy to learn from.
I highly recommend you switch to trying to mess with that.
> On Jan 30, 2018, at 8:12 AM, Timothy Breitenfeldt <timothyjb310@gmail.com> wrote:
>
> That is good to know. I was afraid that a lot of the tools were not
> command line based. Oh well. perhaps I will just set up an arch linux
> vm and play with that.
>
> I would still like to learn how to setup speakup, but Kali is probably
> not the best to do that with.
>
> Thanks for all of the replies,
>
> TJ Breitenfeldt
>
> On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
>> Tim,
>>
>> A lot of kali's tools need to be run from the GUI, My personal preference is
>> to use the mate desktop but that is because I got started in Linux under the
>> old gnome 2 interface and haven't gotten used to the new unity/gnome3
>> interface.
>>
>> Unfortunately when I installed kali into a vm I couldn't get mate with orca
>> to work, so I am trying to debug that problem.
>> -----Original Message-----
>> From: Timothy Breitenfeldt [mailto:timothyjb310@gmail.com]
>> Sent: Tuesday, January 30, 2018 8:23 AM
>> To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
>> Subject: Re: Help with running Speakup on Kali Linux
>>
>> Hi, my apologies for not being clear in my last post. I am using Kali
>> because I want to learn about the security tools Kali has. I will keep in
>> mind that arch is a better option for this though.
>>
>> The output of
>> locate speakup.ko
>>
>> /lib/modules/4.12.0-kali1-amd66/kernel/drivers/staging/speakup /speakup.ko
>>
>> For now, I am just looking to get eSpeak working on it, my goal is to
>> install voxin, which is what I am using for orca right now.
>> Kali does have built in support for a talking installer using speakup.
>> I believe Kali is very similar to Debian, if that helps at all.
>>
>> TJ Breitenfeldt
>>
>> On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
>>> Hi,
>>>
>>> Kali is an odd choice for someone just wanting a console-based linux
>>> distro.
>>> Ubuntu server is another good choice.
>>>
>>> If, however you are looking for security tools then kali is a good choice.
>>> The kali installer is accessible since it is based on the debian
>>> talking installer. I haven't checked lately but if I remember right
>>> speakup does not come pre-installed in kali, although I hope to be
>>> working on a custom kali version that will be more accessible (when I have
>>> a few minutes).
>>> -----Original Message-----
>>> From: Janina Sajka [mailto:janina@rednote.net]
>>> Sent: Tuesday, January 30, 2018 7:13 AM
>>> To: Speakup is a screen review system for Linux.
>>> <speakup@linux-speakup.org>
>>> Subject: Re: Help with running Speakup on Kali Linux
>>>
>>> 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://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.archlinux.or
>>> g_index.php_TalkingArch&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65
>>> eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2
>>> ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=JUxYZ5Z1WwEmJvd1TAXM8buhPH2soZMlw95_z
>>> 0Owg2o&e=
>>>
>>> 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.
>>>>
>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.o
>>>> r
>>>> g_pipermail_speakup_2015-2DMay_058755.html&d=DwIGaQ&c=RoP1YumCXCgaWHv
>>>> l
>>>> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZ
>>>> p
>>>> 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vmyx_v68qcFfCRezo
>>>> f
>>>> UMWegnKnffKCl31dEy6rITmwc&e=
>>>>
>>>> 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 <kirk@reisers.ca> 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
>>>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
>>>>>> p.org_spkguide.txt&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65e
>>>>>> apI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e
>>>>>> 9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=2x78Ze1FfDGA2IUei89_yMxCCO9K_R
>>>>>> nin6X8pL2i0yU&e=
>>>>>> 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
>>>>>> <timothyjb310@gmail.com> 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
>>>>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeak
>>>>>>> u
>>>>>>> p.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaW
>>>>>>> H
>>>>>>> vlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtO
>>>>>>> T
>>>>>>> BuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pC
>>>>>>> b GvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>>>>>> _______________________________________________
>>>>>> Speakup mailing list
>>>>>> Speakup@linux-speakup.org
>>>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
>>>>>> p
>>>>>> .org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHv
>>>>>> l
>>>>>> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBu
>>>>>> X
>>>>>> mZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvn
>>>>>> z zG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>>>>>
>>>>> --
>>>>> 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
>>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.
>>>>> org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZ
>>>>> Y
>>>>> R8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZ
>>>>> p
>>>>> 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0
>>>>> M
>>>>> MsbC16KKZTQtkg1qaQxn4V-ig7w&e=
>>>>>
>>>> _______________________________________________
>>>> Speakup mailing list
>>>> Speakup@linux-speakup.org
>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.o
>>>> r
>>>> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8P
>>>> Z
>>>> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m
>>>> =
>>>> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16K
>>>> K
>>>> ZTQtkg1qaQxn4V-ig7w&e=
>>>
>>> --
>>>
>>> Janina Sajka
>>>
>>> Linux Foundation Fellow
>>> Executive Chair, Accessibility
>>> Workgroup: https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=PXVu7U_kanhN-aKcPDscAHyyaf7GhLU-wRpu7umHkEM&e=
>>>
>>> The World Wide Web Consortium (W3C), Web Accessibility Initiative
>>> (WAI) Chair, Accessible Platform
>>> Architectures https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=BGkV5BqduYuktvO4jol1R-9R9DWYFbBP-C4fHDOgiPE&e=
>>>
>>> _______________________________________________
>>> Speakup mailing list
>>> Speakup@linux-speakup.org
>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
>>> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
>>> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
>>> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KK
>>> ZTQtkg1qaQxn4V-ig7w&e= _______________________________________________
>>> Speakup mailing list
>>> Speakup@linux-speakup.org
>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
>>> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
>>> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
>>> qkyvZTC5ljsPb-N6J979QuHTeBgn-fA0C7I9nqdVzzM&s=1MMykkeDIZcMufXQWsrXk7PK
>>> jsiJzW_2EEYVVXjasPw&e=
>>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@linux-speakup.org
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=qkyvZTC5ljsPb-N6J979QuHTeBgn-fA0C7I9nqdVzzM&s=1MMykkeDIZcMufXQWsrXk7PKjsiJzW_2EEYVVXjasPw&e=
>> _______________________________________________
>> 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
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Timothy Breitenfeldt
` Don Raikes
` Don Raikes
@ ` Janina Sajka
2 siblings, 0 replies; 27+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
OK. This isn't bad, actually.
You do have Speakup. That's good.
Your kernel is a bit old, and that could matter especially vis a vis the
recently published Intel exploits which has most of us trying to keep
our kernels very up to date. My arch is currently on 4.14.15, installed
yesterday.
Forget voxin. If you get it and it works, great. But it's ancient code
relying on ancient C++ libraries. Best to focus on espeak.
And, for espeak, see if you have the command:
spd-say
You should be able to hear output from a command like:
spd-say "hello world"
If that works, your next step is to get espeakup installed and wired in.
This is the connector between espeak and Speakup. It's not the same as
how Orca TTS support is wired in.
hth
Janina
PS: Still prefer arch, but you might be almost there with Kali after
all.
Janina
Timothy Breitenfeldt writes:
> Hi, my apologies for not being clear in my last post. I am using Kali
> because I want to learn about the security tools Kali has. I will keep
> in mind that arch is a better option for this though.
>
> The output of
> locate speakup.ko
>
> /lib/modules/4.12.0-kali1-amd66/kernel/drivers/staging/speakup /speakup.ko
>
> For now, I am just looking to get eSpeak working on it, my goal is to
> install voxin, which is what I am using for orca right now.
> Kali does have built in support for a talking installer using speakup.
> I believe Kali is very similar to Debian, if that helps at all.
>
> TJ Breitenfeldt
>
> On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
> > Hi,
> >
> > Kali is an odd choice for someone just wanting a console-based linux distro.
> > Ubuntu server is another good choice.
> >
> > If, however you are looking for security tools then kali is a good choice.
> > The kali installer is accessible since it is based on the debian talking
> > installer. I haven't checked lately but if I remember right speakup does
> > not come pre-installed in kali, although I hope to be working on a custom
> > kali version that will be more accessible (when I have a few minutes).
> > -----Original Message-----
> > From: Janina Sajka [mailto:janina@rednote.net]
> > Sent: Tuesday, January 30, 2018 7:13 AM
> > To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
> > Subject: Re: Help with running Speakup on Kali Linux
> >
> > 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://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.archlinux.org_index.php_TalkingArch&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=JUxYZ5Z1WwEmJvd1TAXM8buhPH2soZMlw95_z0Owg2o&e=
> >
> > 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.
> >>
> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
> >> g_pipermail_speakup_2015-2DMay_058755.html&d=DwIGaQ&c=RoP1YumCXCgaWHvl
> >> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp
> >> 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vmyx_v68qcFfCRezof
> >> UMWegnKnffKCl31dEy6rITmwc&e=
> >>
> >> 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 <kirk@reisers.ca> 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
> >> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_spkguide.txt&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=2x78Ze1FfDGA2IUei89_yMxCCO9K_Rnin6X8pL2i0yU&e=
> >> >> 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
> >> >> <timothyjb310@gmail.com> 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
> >> >>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeaku
> >> >>> p.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWH
> >> >>> vlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOT
> >> >>> BuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCb
> >> >>> GvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
> >> >> _______________________________________________
> >> >> Speakup mailing list
> >> >> Speakup@linux-speakup.org
> >> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup
> >> >> .org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvl
> >> >> ZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuX
> >> >> mZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnz
> >> >> zG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
> >> >
> >> > --
> >> > 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
> >> > https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.
> >> > org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZY
> >> > R8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp
> >> > 9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0M
> >> > MsbC16KKZTQtkg1qaQxn4V-ig7w&e=
> >> >
> >> _______________________________________________
> >> Speakup mailing list
> >> Speakup@linux-speakup.org
> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.or
> >> g_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZ
> >> h8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=
> >> EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KK
> >> ZTQtkg1qaQxn4V-ig7w&e=
> >
> > --
> >
> > Janina Sajka
> >
> > Linux Foundation Fellow
> > Executive Chair, Accessibility
> > Workgroup: https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=PXVu7U_kanhN-aKcPDscAHyyaf7GhLU-wRpu7umHkEM&e=
> >
> > The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
> > Chair, Accessible Platform
> > Architectures https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=BGkV5BqduYuktvO4jol1R-9R9DWYFbBP-C4fHDOgiPE&e=
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@linux-speakup.org
> > https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=EiMTZr4C8e9d2ErmbeyYCptTaFYi0HdGewnOWTnmf4w&s=vgv29pCbGvnzzG0MMsbC16KKZTQtkg1qaQxn4V-ig7w&e=
> > _______________________________________________
> > 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
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Zachary Kline
@ ` Janina Sajka
` Don Raikes
0 siblings, 1 reply; 27+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I would further suggest that whatever gui-based security tools Kali
provides may, or may not be accessible to use.
Regardless, they're all going to drive configurations you can access
from the console. A short, not necessarily comprehensive list off the
top of my head would include:
selinux and it's settings
iptables and ip6tables
journalctl (for log access)
Work the above with grep and maybe awk, and you'll be a power user
before long regardless of what some gui tool might, or might not do.
You'll be doing more, actually.
So, the notion to get Speakup working on the console is absolutely the
right notion. If you have a braille display you can add into the mix,
absolutely check out brltty. The two would make a highly persuasive
combination, and you a security expert if you stick to it and read the
source texts.
What you will NOT have is data visualization. For that I'm afraid the
solutions are a bit more expirimental, though there is sonification that
might help. How to do that on Linux, I don't know, but I think I know
who to send you to to ask. So, speak up, as it were! <grin>
Just my suggestion.
Janina
Zachary Kline writes:
> >From personal experience, ArchLinux is just about as good a command-line environment as you’re likely to get. The TalkingArch CD works very well for installing, and you’re left with a setup which is minimal and easy to learn from.
> I highly recommend you switch to trying to mess with that.
>
> > On Jan 30, 2018, at 8:12 AM, Timothy Breitenfeldt <timothyjb310@gmail.com> wrote:
> >
> > That is good to know. I was afraid that a lot of the tools were not
> > command line based. Oh well. perhaps I will just set up an arch linux
> > vm and play with that.
> >
> > I would still like to learn how to setup speakup, but Kali is probably
> > not the best to do that with.
> >
> > Thanks for all of the replies,
> >
> > TJ Breitenfeldt
> >
> > On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
> >> Tim,
> >>
> >> A lot of kali's tools need to be run from the GUI, My personal preference is
> >> to use the mate desktop but that is because I got started in Linux under the
> >> old gnome 2 interface and haven't gotten used to the new unity/gnome3
> >> interface.
> >>
> >> Unfortunately when I installed kali into a vm I couldn't get mate with orca
> >> to work, so I am trying to debug that problem.
... Trimmed to meet the list's reqs ...
--
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
^ permalink raw reply [flat|nested] 27+ messages in thread
* RE: Help with running Speakup on Kali Linux
` Janina Sajka
@ ` Don Raikes
` Glenn At Home
0 siblings, 1 reply; 27+ messages in thread
From: Don Raikes @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Another option and one which I have used for learning the console-based kali tools and to get familiar with Linux in general would be to run kali in a docker container. If you use jaws or nvda on windows, you can run a kalilinux docker container and interact with it using the windows screenreader.
I know that takes things like Speakup and brltty out of the mix, but it is a quick and dirty solution.
-----Original Message-----
From: Janina Sajka [mailto:janina@rednote.net]
Sent: Wednesday, January 31, 2018 8:15 AM
To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
Subject: Re: Help with running Speakup on Kali Linux
I would further suggest that whatever gui-based security tools Kali provides may, or may not be accessible to use.
Regardless, they're all going to drive configurations you can access from the console. A short, not necessarily comprehensive list off the top of my head would include:
selinux and it's settings
iptables and ip6tables
journalctl (for log access)
Work the above with grep and maybe awk, and you'll be a power user before long regardless of what some gui tool might, or might not do.
You'll be doing more, actually.
So, the notion to get Speakup working on the console is absolutely the right notion. If you have a braille display you can add into the mix, absolutely check out brltty. The two would make a highly persuasive combination, and you a security expert if you stick to it and read the source texts.
What you will NOT have is data visualization. For that I'm afraid the solutions are a bit more expirimental, though there is sonification that might help. How to do that on Linux, I don't know, but I think I know who to send you to to ask. So, speak up, as it were! <grin>
Just my suggestion.
Janina
Zachary Kline writes:
> >From personal experience, ArchLinux is just about as good a command-line environment as you’re likely to get. The TalkingArch CD works very well for installing, and you’re left with a setup which is minimal and easy to learn from.
> I highly recommend you switch to trying to mess with that.
>
> > On Jan 30, 2018, at 8:12 AM, Timothy Breitenfeldt <timothyjb310@gmail.com> wrote:
> >
> > That is good to know. I was afraid that a lot of the tools were not
> > command line based. Oh well. perhaps I will just set up an arch
> > linux vm and play with that.
> >
> > I would still like to learn how to setup speakup, but Kali is
> > probably not the best to do that with.
> >
> > Thanks for all of the replies,
> >
> > TJ Breitenfeldt
> >
> > On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
> >> Tim,
> >>
> >> A lot of kali's tools need to be run from the GUI, My personal
> >> preference is to use the mate desktop but that is because I got
> >> started in Linux under the old gnome 2 interface and haven't gotten
> >> used to the new unity/gnome3 interface.
> >>
> >> Unfortunately when I installed kali into a vm I couldn't get mate
> >> with orca to work, so I am trying to debug that problem.
... Trimmed to meet the list's reqs ...
--
Janina Sajka
Linux Foundation Fellow
Executive Chair, Accessibility Workgroup: https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=CoUZu05INmmJ-VvCt978ozYtqk71txhTLc_WQDf0XUs&e=
The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
Chair, Accessible Platform Architectures https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=PUVUp8CIk2PO8jidituoaDV_177cwY5_75vYNpiSeYo&e=
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=PUkbL5frVNf0MCWkXcdYGq6jSuX537HQxFSpvH-g1Fg&e=
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Don Raikes
@ ` Glenn At Home
` Justin Skists
` Janina Sajka
0 siblings, 2 replies; 27+ messages in thread
From: Glenn At Home @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Does anyone know which Linux Microsoft is running in the command shell in
Windows 10?
I wonder if the Windows screenreader works like it does in a regular windows
command shell, or if SpeakUp needs to be installed.
Glenn
----- Original Message -----
From: "Don Raikes" <DON.RAIKES@ORACLE.COM>
To: "Speakup is a screen review system for Linux."
<speakup@linux-speakup.org>
Sent: Wednesday, January 31, 2018 10:41 AM
Subject: RE: Help with running Speakup on Kali Linux
Another option and one which I have used for learning the console-based kali
tools and to get familiar with Linux in general would be to run kali in a
docker container. If you use jaws or nvda on windows, you can run a
kalilinux docker container and interact with it using the windows
screenreader.
I know that takes things like Speakup and brltty out of the mix, but it is a
quick and dirty solution.
-----Original Message-----
From: Janina Sajka [mailto:janina@rednote.net]
Sent: Wednesday, January 31, 2018 8:15 AM
To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
Subject: Re: Help with running Speakup on Kali Linux
I would further suggest that whatever gui-based security tools Kali provides
may, or may not be accessible to use.
Regardless, they're all going to drive configurations you can access from
the console. A short, not necessarily comprehensive list off the top of my
head would include:
selinux and it's settings
iptables and ip6tables
journalctl (for log access)
Work the above with grep and maybe awk, and you'll be a power user before
long regardless of what some gui tool might, or might not do.
You'll be doing more, actually.
So, the notion to get Speakup working on the console is absolutely the right
notion. If you have a braille display you can add into the mix, absolutely
check out brltty. The two would make a highly persuasive combination, and
you a security expert if you stick to it and read the source texts.
What you will NOT have is data visualization. For that I'm afraid the
solutions are a bit more expirimental, though there is sonification that
might help. How to do that on Linux, I don't know, but I think I know who to
send you to to ask. So, speak up, as it were! <grin>
Just my suggestion.
Janina
Zachary Kline writes:
> >From personal experience, ArchLinux is just about as good a command-line
> >environment as you’re likely to get. The TalkingArch CD works very well
> >for installing, and you’re left with a setup which is minimal and easy to
> >learn from.
> I highly recommend you switch to trying to mess with that.
>
> > On Jan 30, 2018, at 8:12 AM, Timothy Breitenfeldt
> > <timothyjb310@gmail.com> wrote:
> >
> > That is good to know. I was afraid that a lot of the tools were not
> > command line based. Oh well. perhaps I will just set up an arch
> > linux vm and play with that.
> >
> > I would still like to learn how to setup speakup, but Kali is
> > probably not the best to do that with.
> >
> > Thanks for all of the replies,
> >
> > TJ Breitenfeldt
> >
> > On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
> >> Tim,
> >>
> >> A lot of kali's tools need to be run from the GUI, My personal
> >> preference is to use the mate desktop but that is because I got
> >> started in Linux under the old gnome 2 interface and haven't gotten
> >> used to the new unity/gnome3 interface.
> >>
> >> Unfortunately when I installed kali into a vm I couldn't get mate
> >> with orca to work, so I am trying to debug that problem.
... Trimmed to meet the list's reqs ...
--
Janina Sajka
Linux Foundation Fellow
Executive Chair, Accessibility Workgroup:
https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=CoUZu05INmmJ-VvCt978ozYtqk71txhTLc_WQDf0XUs&e=
The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
Chair, Accessible Platform Architectures
https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=PUVUp8CIk2PO8jidituoaDV_177cwY5_75vYNpiSeYo&e=
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=PUkbL5frVNf0MCWkXcdYGq6jSuX537HQxFSpvH-g1Fg&e=
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Glenn At Home
@ ` Justin Skists
` Janina Sajka
` Don Raikes
` Janina Sajka
1 sibling, 2 replies; 27+ messages in thread
From: Justin Skists @ UTC (permalink / raw)
To: Glenn At Home, Speakup is a screen review system for Linux.
> Does anyone know which Linux Microsoft is running in the command shell in
> Windows 10?
It's generally Ubuntu (userspace only) by default, but I believe that
you can set it up with others (SuSE, etc).
> I wonder if the Windows screenreader works like it does in a regular windows
> command shell, or if SpeakUp needs to be installed.
The speakup kernel driver won't work, as the Bash on Windows doesn't
use a Linux kernel. But, being a standard windows console, it might
work with Microsoft tools.
Justin.
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Glenn At Home
` Justin Skists
@ ` Janina Sajka
` Zachary Kline
1 sibling, 1 reply; 27+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Glenn At Home, Speakup is a screen review system for Linux.
You have a choice. Currently, there's only Ubuntu and two Suse variants,
but they've promissed to expand their offerings. See this article:
https://blogs.msdn.microsoft.com/commandline/2017/05/11/new-distros-coming-to-bashwsl-via-windows-store/
I've heard rumors of more--like Arch.
I'm currently running Ubuntu in a recently installed Windows 10 on a
2014 era Mac Airbook BootCamp partition. Biggest disappointment so far
is no audio support--it's simply not wired in.
Janina
Glenn At Home writes:
> Does anyone know which Linux Microsoft is running in the command shell in
> Windows 10?
> I wonder if the Windows screenreader works like it does in a regular windows
> command shell, or if SpeakUp needs to be installed.
> Glenn
> ----- Original Message -----
> From: "Don Raikes" <DON.RAIKES@ORACLE.COM>
> To: "Speakup is a screen review system for Linux."
> <speakup@linux-speakup.org>
> Sent: Wednesday, January 31, 2018 10:41 AM
> Subject: RE: Help with running Speakup on Kali Linux
>
>
> Another option and one which I have used for learning the console-based kali
> tools and to get familiar with Linux in general would be to run kali in a
> docker container. If you use jaws or nvda on windows, you can run a
> kalilinux docker container and interact with it using the windows
> screenreader.
>
> I know that takes things like Speakup and brltty out of the mix, but it is a
> quick and dirty solution.
> -----Original Message-----
> From: Janina Sajka [mailto:janina@rednote.net]
> Sent: Wednesday, January 31, 2018 8:15 AM
> To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
> Subject: Re: Help with running Speakup on Kali Linux
>
> I would further suggest that whatever gui-based security tools Kali provides
> may, or may not be accessible to use.
>
> Regardless, they're all going to drive configurations you can access from
> the console. A short, not necessarily comprehensive list off the top of my
> head would include:
>
> selinux and it's settings
> iptables and ip6tables
> journalctl (for log access)
>
> Work the above with grep and maybe awk, and you'll be a power user before
> long regardless of what some gui tool might, or might not do.
> You'll be doing more, actually.
>
> So, the notion to get Speakup working on the console is absolutely the right
> notion. If you have a braille display you can add into the mix, absolutely
> check out brltty. The two would make a highly persuasive combination, and
> you a security expert if you stick to it and read the source texts.
>
> What you will NOT have is data visualization. For that I'm afraid the
> solutions are a bit more expirimental, though there is sonification that
> might help. How to do that on Linux, I don't know, but I think I know who to
> send you to to ask. So, speak up, as it were! <grin>
>
> Just my suggestion.
>
> Janina
>
> Zachary Kline writes:
> > >From personal experience, ArchLinux is just about as good a command-line
> > >environment as you’re likely to get. The TalkingArch CD works very well
> > >for installing, and you’re left with a setup which is minimal and easy to
> > >learn from.
> > I highly recommend you switch to trying to mess with that.
> >
> > > On Jan 30, 2018, at 8:12 AM, Timothy Breitenfeldt
> > > <timothyjb310@gmail.com> wrote:
> > >
> > > That is good to know. I was afraid that a lot of the tools were not
> > > command line based. Oh well. perhaps I will just set up an arch
> > > linux vm and play with that.
> > >
> > > I would still like to learn how to setup speakup, but Kali is
> > > probably not the best to do that with.
> > >
> > > Thanks for all of the replies,
> > >
> > > TJ Breitenfeldt
> > >
> > > On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
> > >> Tim,
> > >>
> > >> A lot of kali's tools need to be run from the GUI, My personal
> > >> preference is to use the mate desktop but that is because I got
> > >> started in Linux under the old gnome 2 interface and haven't gotten
> > >> used to the new unity/gnome3 interface.
> > >>
> > >> Unfortunately when I installed kali into a vm I couldn't get mate
> > >> with orca to work, so I am trying to debug that problem.
>
> ... Trimmed to meet the list's reqs ...
>
> --
>
> Janina Sajka
>
> Linux Foundation Fellow
> Executive Chair, Accessibility Workgroup:
> https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=CoUZu05INmmJ-VvCt978ozYtqk71txhTLc_WQDf0XUs&e=
>
> The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
> Chair, Accessible Platform Architectures
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=PUVUp8CIk2PO8jidituoaDV_177cwY5_75vYNpiSeYo&e=
>
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=PUkbL5frVNf0MCWkXcdYGq6jSuX537HQxFSpvH-g1Fg&e=
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Justin Skists
@ ` Janina Sajka
` Don Raikes
1 sibling, 0 replies; 27+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.; +Cc: Glenn At Home
Justin Skists writes:
> > I wonder if the Windows screenreader works like it does in a regular windows
> > command shell, or if SpeakUp needs to be installed.
>
> The speakup kernel driver won't work, as the Bash on Windows doesn't
> use a Linux kernel. But, being a standard windows console, it might
> work with Microsoft tools.
>
It does. I'm alternating between NVDA and Narrator.
Janina
--
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
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Janina Sajka
@ ` Zachary Kline
0 siblings, 0 replies; 27+ messages in thread
From: Zachary Kline @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Funny you mention this, I just installed it last night myself. My use case is probably a bit less serious than most, and I still have my full Linux system(s), but it’s still a nice thing to have around.
> On Feb 1, 2018, at 5:53 AM, Janina Sajka <janina@rednote.net> wrote:
>
> You have a choice. Currently, there's only Ubuntu and two Suse variants,
> but they've promissed to expand their offerings. See this article:
>
> https://blogs.msdn.microsoft.com/commandline/2017/05/11/new-distros-coming-to-bashwsl-via-windows-store/
>
> I've heard rumors of more--like Arch.
>
> I'm currently running Ubuntu in a recently installed Windows 10 on a
> 2014 era Mac Airbook BootCamp partition. Biggest disappointment so far
> is no audio support--it's simply not wired in.
>
> Janina
>
>
> Glenn At Home writes:
>> Does anyone know which Linux Microsoft is running in the command shell in
>> Windows 10?
>> I wonder if the Windows screenreader works like it does in a regular windows
>> command shell, or if SpeakUp needs to be installed.
>> Glenn
>> ----- Original Message -----
>> From: "Don Raikes" <DON.RAIKES@ORACLE.COM>
>> To: "Speakup is a screen review system for Linux."
>> <speakup@linux-speakup.org>
>> Sent: Wednesday, January 31, 2018 10:41 AM
>> Subject: RE: Help with running Speakup on Kali Linux
>>
>>
>> Another option and one which I have used for learning the console-based kali
>> tools and to get familiar with Linux in general would be to run kali in a
>> docker container. If you use jaws or nvda on windows, you can run a
>> kalilinux docker container and interact with it using the windows
>> screenreader.
>>
>> I know that takes things like Speakup and brltty out of the mix, but it is a
>> quick and dirty solution.
>> -----Original Message-----
>> From: Janina Sajka [mailto:janina@rednote.net]
>> Sent: Wednesday, January 31, 2018 8:15 AM
>> To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
>> Subject: Re: Help with running Speakup on Kali Linux
>>
>> I would further suggest that whatever gui-based security tools Kali provides
>> may, or may not be accessible to use.
>>
>> Regardless, they're all going to drive configurations you can access from
>> the console. A short, not necessarily comprehensive list off the top of my
>> head would include:
>>
>> selinux and it's settings
>> iptables and ip6tables
>> journalctl (for log access)
>>
>> Work the above with grep and maybe awk, and you'll be a power user before
>> long regardless of what some gui tool might, or might not do.
>> You'll be doing more, actually.
>>
>> So, the notion to get Speakup working on the console is absolutely the right
>> notion. If you have a braille display you can add into the mix, absolutely
>> check out brltty. The two would make a highly persuasive combination, and
>> you a security expert if you stick to it and read the source texts.
>>
>> What you will NOT have is data visualization. For that I'm afraid the
>> solutions are a bit more expirimental, though there is sonification that
>> might help. How to do that on Linux, I don't know, but I think I know who to
>> send you to to ask. So, speak up, as it were! <grin>
>>
>> Just my suggestion.
>>
>> Janina
>>
>> Zachary Kline writes:
>>>> From personal experience, ArchLinux is just about as good a command-line
>>>> environment as you’re likely to get. The TalkingArch CD works very well
>>>> for installing, and you’re left with a setup which is minimal and easy to
>>>> learn from.
>>> I highly recommend you switch to trying to mess with that.
>>>
>>>> On Jan 30, 2018, at 8:12 AM, Timothy Breitenfeldt
>>>> <timothyjb310@gmail.com> wrote:
>>>>
>>>> That is good to know. I was afraid that a lot of the tools were not
>>>> command line based. Oh well. perhaps I will just set up an arch
>>>> linux vm and play with that.
>>>>
>>>> I would still like to learn how to setup speakup, but Kali is
>>>> probably not the best to do that with.
>>>>
>>>> Thanks for all of the replies,
>>>>
>>>> TJ Breitenfeldt
>>>>
>>>> On 1/30/18, Don Raikes <DON.RAIKES@oracle.com> wrote:
>>>>> Tim,
>>>>>
>>>>> A lot of kali's tools need to be run from the GUI, My personal
>>>>> preference is to use the mate desktop but that is because I got
>>>>> started in Linux under the old gnome 2 interface and haven't gotten
>>>>> used to the new unity/gnome3 interface.
>>>>>
>>>>> Unfortunately when I installed kali into a vm I couldn't get mate
>>>>> with orca to work, so I am trying to debug that problem.
>>
>> ... Trimmed to meet the list's reqs ...
>>
>> --
>>
>> Janina Sajka
>>
>> Linux Foundation Fellow
>> Executive Chair, Accessibility Workgroup:
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__a11y.org&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=CoUZu05INmmJ-VvCt978ozYtqk71txhTLc_WQDf0XUs&e=
>>
>> The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
>> Chair, Accessible Platform Architectures
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.w3.org_wai_apa&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=PUVUp8CIk2PO8jidituoaDV_177cwY5_75vYNpiSeYo&e=
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@linux-speakup.org
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=wylHmyi3t20HT5HOCW9f3_t2qU1up5TLjM9-u5kv9Ow&s=PUkbL5frVNf0MCWkXcdYGq6jSuX537HQxFSpvH-g1Fg&e=
>> _______________________________________________
>> 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
>
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 27+ messages in thread
* RE: Help with running Speakup on Kali Linux
` Justin Skists
` Janina Sajka
@ ` Don Raikes
` Zachary Kline
` (2 more replies)
1 sibling, 3 replies; 27+ messages in thread
From: Don Raikes @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux., Glenn At Home
I just checked and the bash on windows shell does not speak with jaws nor does the vi editor.
-----Original Message-----
From: Justin Skists [mailto:j.skists@gmail.com]
Sent: Thursday, February 01, 2018 2:09 AM
To: Glenn At Home <glennervin@cableone.net>; Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
Subject: Re: Help with running Speakup on Kali Linux
> Does anyone know which Linux Microsoft is running in the command shell
> in Windows 10?
It's generally Ubuntu (userspace only) by default, but I believe that you can set it up with others (SuSE, etc).
> I wonder if the Windows screenreader works like it does in a regular
> windows command shell, or if SpeakUp needs to be installed.
The speakup kernel driver won't work, as the Bash on Windows doesn't use a Linux kernel. But, being a standard windows console, it might work with Microsoft tools.
Justin.
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=2v42iUIWRRQyusi8wgIXPLnrjxO9-vZdfiEwM7ZHxew&s=F4fhwkwGDgRxK38GJOQAn2_TSvh_aTbSPISDsBnpJ_M&e=
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Don Raikes
@ ` Zachary Kline
` Jason White
` Janina Sajka
2 siblings, 0 replies; 27+ messages in thread
From: Zachary Kline @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
I think it depends how you launch it. I have a speaking Ubuntu instance working quite well here. I installed it from the Microsoft Store.
Sent from my iPhone
> On Feb 1, 2018, at 8:35 AM, Don Raikes <DON.RAIKES@ORACLE.COM> wrote:
>
> I just checked and the bash on windows shell does not speak with jaws nor does the vi editor.
> -----Original Message-----
> From: Justin Skists [mailto:j.skists@gmail.com]
> Sent: Thursday, February 01, 2018 2:09 AM
> To: Glenn At Home <glennervin@cableone.net>; Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
> Subject: Re: Help with running Speakup on Kali Linux
>
>> Does anyone know which Linux Microsoft is running in the command shell
>> in Windows 10?
>
> It's generally Ubuntu (userspace only) by default, but I believe that you can set it up with others (SuSE, etc).
>
>
>> I wonder if the Windows screenreader works like it does in a regular
>> windows command shell, or if SpeakUp needs to be installed.
>
> The speakup kernel driver won't work, as the Bash on Windows doesn't use a Linux kernel. But, being a standard windows console, it might work with Microsoft tools.
>
>
> Justin.
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=2v42iUIWRRQyusi8wgIXPLnrjxO9-vZdfiEwM7ZHxew&s=F4fhwkwGDgRxK38GJOQAn2_TSvh_aTbSPISDsBnpJ_M&e=
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 27+ messages in thread
* RE: Help with running Speakup on Kali Linux
` Don Raikes
` Zachary Kline
@ ` Jason White
` Janina Sajka
` Janina Sajka
2 siblings, 1 reply; 27+ messages in thread
From: Jason White @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.',
'Glenn At Home'
It does for me (requires NVDA, or JAWS version 2018 build 1712.10, and Windows 10 version 1709).
Speakup on a real Linux machine is better, of course, but I find myself using Windows Subsystem for Linux frequently these days so that I can switch between it and the GUI desktop without having to switch machines or reboot - and without requiring virtualization.
In my view, there's still nothing more accessible, or even as accessible to screen reader users than the Linux console environment.
-----Original Message-----
From: Speakup [mailto:speakup-bounces@linux-speakup.org] On Behalf Of Don Raikes
Sent: Thursday, February 1, 2018 11:36 AM
To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>; Glenn At Home <glennervin@cableone.net>
Subject: RE: Help with running Speakup on Kali Linux
I just checked and the bash on windows shell does not speak with jaws nor does the vi editor.
-----Original Message-----
From: Justin Skists [mailto:j.skists@gmail.com]
Sent: Thursday, February 01, 2018 2:09 AM
To: Glenn At Home <glennervin@cableone.net>; Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
Subject: Re: Help with running Speakup on Kali Linux
> Does anyone know which Linux Microsoft is running in the command shell
> in Windows 10?
It's generally Ubuntu (userspace only) by default, but I believe that you can set it up with others (SuSE, etc).
> I wonder if the Windows screenreader works like it does in a regular
> windows command shell, or if SpeakUp needs to be installed.
The speakup kernel driver won't work, as the Bash on Windows doesn't use a Linux kernel. But, being a standard windows console, it might work with Microsoft tools.
Justin.
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=2v42iUIWRRQyusi8wgIXPLnrjxO9-vZdfiEwM7ZHxew&s=F4fhwkwGDgRxK38GJOQAn2_TSvh_aTbSPISDsBnpJ_M&e=
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Don Raikes
` Zachary Kline
` Jason White
@ ` Janina Sajka
2 siblings, 0 replies; 27+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.; +Cc: Glenn At Home
Don:
You should update your JAWS to the very latest. I have it on good
authority they've put in specific support.
Don Raikes writes:
> I just checked and the bash on windows shell does not speak with jaws nor does the vi editor.
> -----Original Message-----
> From: Justin Skists [mailto:j.skists@gmail.com]
> Sent: Thursday, February 01, 2018 2:09 AM
> To: Glenn At Home <glennervin@cableone.net>; Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
> Subject: Re: Help with running Speakup on Kali Linux
>
> > Does anyone know which Linux Microsoft is running in the command shell
> > in Windows 10?
>
> It's generally Ubuntu (userspace only) by default, but I believe that you can set it up with others (SuSE, etc).
>
>
> > I wonder if the Windows screenreader works like it does in a regular
> > windows command shell, or if SpeakUp needs to be installed.
>
> The speakup kernel driver won't work, as the Bash on Windows doesn't use a Linux kernel. But, being a standard windows console, it might work with Microsoft tools.
>
>
> Justin.
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=2v42iUIWRRQyusi8wgIXPLnrjxO9-vZdfiEwM7ZHxew&s=F4fhwkwGDgRxK38GJOQAn2_TSvh_aTbSPISDsBnpJ_M&e=
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 27+ messages in thread
* Re: Help with running Speakup on Kali Linux
` Jason White
@ ` Janina Sajka
0 siblings, 0 replies; 27+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: speakup
Jason White writes:
... snip ...
> Speakup on a real Linux machine is better, of course, but I find myself using Windows Subsystem for Linux frequently these days so that I can switch between it and the GUI desktop without having to switch machines or reboot - and without requiring virtualization.
>
Yes, that's the use case behind this. A lot of developers are liking
bash on Windows for just this.
> In my view, there's still nothing more accessible, or even as accessible to screen reader users than the Linux console environment.
>
Amen to that!
Janina
> -----Original Message-----
> From: Speakup [mailto:speakup-bounces@linux-speakup.org] On Behalf Of Don Raikes
> Sent: Thursday, February 1, 2018 11:36 AM
> To: Speakup is a screen review system for Linux. <speakup@linux-speakup.org>; Glenn At Home <glennervin@cableone.net>
> Subject: RE: Help with running Speakup on Kali Linux
>
> I just checked and the bash on windows shell does not speak with jaws nor does the vi editor.
> -----Original Message-----
> From: Justin Skists [mailto:j.skists@gmail.com]
> Sent: Thursday, February 01, 2018 2:09 AM
> To: Glenn At Home <glennervin@cableone.net>; Speakup is a screen review system for Linux. <speakup@linux-speakup.org>
> Subject: Re: Help with running Speakup on Kali Linux
>
> > Does anyone know which Linux Microsoft is running in the command shell
> > in Windows 10?
>
> It's generally Ubuntu (userspace only) by default, but I believe that you can set it up with others (SuSE, etc).
>
>
> > I wonder if the Windows screenreader works like it does in a regular
> > windows command shell, or if SpeakUp needs to be installed.
>
> The speakup kernel driver won't work, as the Bash on Windows doesn't use a Linux kernel. But, being a standard windows console, it might work with Microsoft tools.
>
>
> Justin.
> _______________________________________________
> Speakup mailing list
> Speakup@linux-speakup.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__linux-2Dspeakup.org_cgi-2Dbin_mailman_listinfo_speakup&d=DwIGaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=RSYNyNFr7Oj1BRE0qW_8pVA2z0qhUeWtOTBuXmZp9uE&m=2v42iUIWRRQyusi8wgIXPLnrjxO9-vZdfiEwM7ZHxew&s=F4fhwkwGDgRxK38GJOQAn2_TSvh_aTbSPISDsBnpJ_M&e=
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 27+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Help with running Speakup on Kali Linux Timothy Breitenfeldt
` Okash Khawaja
` Janina Sajka
` Kirk Reiser
` Timothy Breitenfeldt
` Gene Collins
` John Covici
` Janina Sajka
` Don Raikes
` Timothy Breitenfeldt
` Don Raikes
` Don Raikes
` Timothy Breitenfeldt
` Zachary Kline
` Janina Sajka
` Don Raikes
` Glenn At Home
` Justin Skists
` Janina Sajka
` Don Raikes
` Zachary Kline
` Jason White
` Janina Sajka
` Janina Sajka
` Janina Sajka
` Zachary Kline
` Janina Sajka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).