* talking archlinux questions
@ Don Raikes
` Jason White
0 siblings, 1 reply; 8+ messages in thread
From: Don Raikes @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
Is there a way to get some specific answers about the talking arch Linux system?
I got it installed on my dell laptop this afternoon, and everything is working "fine" except for brltty.
Since this isn't the brltty list, I just wonder if I can talk off-list to someone who may have brltty working with archlinux?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: talking archlinux questions
talking archlinux questions Don Raikes
@ ` Jason White
` Don Raikes
` Don Raikes
0 siblings, 2 replies; 8+ messages in thread
From: Jason White @ UTC (permalink / raw)
To: speakup
Don Raikes <speakup@linux-speakup.org> wrote:
>Since this isn't the brltty list, I just wonder if I can talk off-list to
>someone who may have brltty working with archlinux?
I would suggest the BRLTTY list. There was a problem mentioned there with the
configure options used to build the BRLTTY package in Arch Linux. Perhaps the
fix hasn't been uploaded yet.
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: talking archlinux questions
` Jason White
@ ` Don Raikes
` Don Raikes
1 sibling, 0 replies; 8+ messages in thread
From: Don Raikes @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Thanks I will check with them as well.
-----Original Message-----
From: Jason White [mailto:jason@jasonjgw.net]
Sent: Monday, January 14, 2013 4:41 PM
To: speakup@braille.uwo.ca
Subject: Re: talking archlinux questions
Don Raikes <speakup@linux-speakup.org> wrote:
>Since this isn't the brltty list, I just wonder if I can talk off-list
>to someone who may have brltty working with archlinux?
I would suggest the BRLTTY list. There was a problem mentioned there with the configure options used to build the BRLTTY package in Arch Linux. Perhaps the fix hasn't been uploaded yet.
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: talking archlinux questions
` Jason White
` Don Raikes
@ ` Don Raikes
` Jason White
1 sibling, 1 reply; 8+ messages in thread
From: Don Raikes @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Jason,
I backed up to brltty-minimal on my archlinux system nad that worked just fine. Just need to figure how to start it on boot.
-----Original Message-----
From: Jason White [mailto:jason@jasonjgw.net]
Sent: Monday, January 14, 2013 4:41 PM
To: speakup@braille.uwo.ca
Subject: Re: talking archlinux questions
Don Raikes <speakup@linux-speakup.org> wrote:
>Since this isn't the brltty list, I just wonder if I can talk off-list
>to someone who may have brltty working with archlinux?
I would suggest the BRLTTY list. There was a problem mentioned there with the configure options used to build the BRLTTY package in Arch Linux. Perhaps the fix hasn't been uploaded yet.
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: talking archlinux questions
` Don Raikes
@ ` Jason White
` Kyle
0 siblings, 1 reply; 8+ messages in thread
From: Jason White @ UTC (permalink / raw)
To: speakup
Don Raikes <speakup@linux-speakup.org> wrote:
>I backed up to brltty-minimal on my archlinux system nad that worked just fine. Just need to figure how to start it on boot.
This holds for BRLTTY, Speakup and everything else:
you need an appropriate Systemd service file, since, apparently Arch Linux
(like Fedora, OpenSuse and possibly others now) uses Systemd instead of
System V or BST-style init scripts.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: talking archlinux questions
` Jason White
@ ` Kyle
` Don Raikes
0 siblings, 1 reply; 8+ messages in thread
From: Kyle @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
From your terminal,
sudo systemctl enable brltty.service
will allow brltty to start at boot. The systemd service ships either
with the package or with systemd-arch-units. If you get an error from
the command above, just install systemd-arch-units to get the needed file.
~Kyle
http://kyle.tk/
--
"Kyle? ... She calls her cake, Kyle?"
Out of This World, season 2 episode 21 - "The Amazing Evie"
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: talking archlinux questions
` Kyle
@ ` Don Raikes
` Kyle
0 siblings, 1 reply; 8+ messages in thread
From: Don Raikes @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Are there any tricks to creating the brltty.service file? I don't have any such thing on my system.
-----Original Message-----
From: Kyle [mailto:kyle4jesus@gmail.com]
Sent: Tuesday, January 15, 2013 6:57 PM
To: Speakup is a screen review system for Linux.
Subject: Re: talking archlinux questions
From your terminal,
sudo systemctl enable brltty.service
will allow brltty to start at boot. The systemd service ships either with the package or with systemd-arch-units. If you get an error from the command above, just install systemd-arch-units to get the needed file.
~Kyle
http://kyle.tk/
--
"Kyle? ... She calls her cake, Kyle?"
Out of This World, season 2 episode 21 - "The Amazing Evie"
_______________________________________________
Speakup mailing list
Speakup@linux-speakup.org
http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: talking archlinux questions
` Don Raikes
@ ` Kyle
0 siblings, 0 replies; 8+ messages in thread
From: Kyle @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
/usr/lib/systemd/system/brltty.service is shipped with the brltty
package version 4.2-2. If you have installed brltty, you should have it,
so the
sudo systemctl enable brltty.service
command should work. If not, instead try the full path
sudo systemctl enable /usr/lib/systemd/system/brltty.service
However, the full path shouldn't be needed.
~Kyle
http://kyle.tk/
--
"Kyle? ... She calls her cake, Kyle?"
Out of This World, season 2 episode 21 - "The Amazing Evie"
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
talking archlinux questions Don Raikes
` Jason White
` Don Raikes
` Don Raikes
` Jason White
` Kyle
` Don Raikes
` Kyle
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).