public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* arch 3.6.2 kernel
       [not found] <mailman.1.1350921601.4390.speakup@braille.uwo.ca>
@  ` Lawrence Baggett
     ` Kyle
  0 siblings, 1 reply; 6+ messages in thread
From: Lawrence Baggett @  UTC (permalink / raw)
  To: speakup



jUST INSTALLED ARCH, USING cHRIS'S TALKING ISO.  gOT A 3.6.2 KERNEL, BUT 
THE NEWS SYSTEM DOESN'T LOAD SPEAKUP.  tHE MODULES ARE PRESENT, BUT THEY 
DON'T LOAD AUTOMATICALLY AND EVEN WHEN i LODA THEM MANUALLY, i GET NO 
SPEECH.
yES, i KNOW IT MUST BE MY PROBLEM, BUT i HAVEN'T SOLVED IT.
i HAVE SOUND, ALS AND ESPEAK WORK.

aNY SUGGESTIONS?

lARRY


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: arch 3.6.2 kernel
   ` arch 3.6.2 kernel Lawrence Baggett
@    ` Kyle
       ` Fwd: " Cleverson Casarin Uliana
  0 siblings, 1 reply; 6+ messages in thread
From: Kyle @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

[-- Attachment #1: Type: text/plain, Size: 814 bytes --]

The base Arch system now uses systemd by default, but the version of 
espeakup in community doesn't yet have a working systemd unit file. I 
have sent a working unit file to the devs, and it should be released to 
the repos shortly. Until then, save the unit file I'm attaching here to 
/etc/systemd/system/multi-user.target.wants/espeakup.service. You will 
also need to be sure that speakup and speakup_soft are loaded 
automatically at boot time. To do this, create a file called 
/etc/modules-load.d/speakup.conf and include the following lines

speakup
speakup_soft

Note that you may reboot the Talking Arch installer, mount the new 
installation and run arch-chroot to do all this with speech feedback. 
The next time you boot the new system, it should start speaking 
automatically. Hope this helps.
~Kyle

[-- Attachment #2: espeakup.service --]
[-- Type: text/plain, Size: 237 bytes --]

[Unit]
Description=Software speech output for Speakup using eSpeak

[Service]
Type=forking
PIDFile=/var/run/espeakup.pid
ExecStart=/usr/bin/espeakup
ExecReload=/bin/kill -HUP $MAINPID
Restart=always

[Install]
WantedBy=multi-user.target

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Fwd: arch 3.6.2 kernel
     ` Kyle
@      ` Cleverson Casarin Uliana
         ` Buddy Brannan
  0 siblings, 1 reply; 6+ messages in thread
From: Cleverson Casarin Uliana @  UTC (permalink / raw)
  To: Speakup Mailing List

[-- Attachment #1: Type: text/plain, Size: 1113 bytes --]

Hi, I'm forwarding Kyle's recent message about ArchLinux current speech issue.

Cheers.

---------- Forwarded message ----------
From: Kyle <kyle4jesus@gmail.com>
Date: Mon, 22 Oct 2012 19:22:22 -0400
Subject: Re: arch 3.6.2 kernel
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>

The base Arch system now uses systemd by default, but the version of
espeakup in community doesn't yet have a working systemd unit file. I
have sent a working unit file to the devs, and it should be released to
the repos shortly. Until then, save the unit file I'm attaching here to
/etc/systemd/system/multi-user.target.wants/espeakup.service. You will
also need to be sure that speakup and speakup_soft are loaded
automatically at boot time. To do this, create a file called
/etc/modules-load.d/speakup.conf and include the following lines

speakup
speakup_soft

Note that you may reboot the Talking Arch installer, mount the new
installation and run arch-chroot to do all this with speech feedback.
The next time you boot the new system, it should start speaking
automatically. Hope this helps.
~Kyle

[-- Attachment #2: espeakup.service --]
[-- Type: text/plain, Size: 249 bytes --]

[Unit]
Description=Software speech output for Speakup using eSpeak

[Service]
Type=forking
PIDFile=/var/run/espeakup.pid
ExecStart=/usr/bin/espeakup
ExecReload=/bin/kill -HUP $MAINPID
Restart=always

[Install]
WantedBy=multi-user.target

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: arch 3.6.2 kernel
       ` Fwd: " Cleverson Casarin Uliana
@        ` Buddy Brannan
           ` Kyle
           ` Buddy Brannan
  0 siblings, 2 replies; 6+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Fantastic, thanks much for this. I'll give it a go. 
--
Buddy Brannan, KB5ELV - Erie, PA
Phone: (814) 860-3194 or 888-75-BUDDY



On Oct 29, 2012, at 1:11 PM, Cleverson Casarin Uliana <clcaul@gmail.com> wrote:

> Hi, I'm forwarding Kyle's recent message about ArchLinux current speech issue.
> 
> Cheers.
> 
> ---------- Forwarded message ----------
> From: Kyle <kyle4jesus@gmail.com>
> Date: Mon, 22 Oct 2012 19:22:22 -0400
> Subject: Re: arch 3.6.2 kernel
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> 
> The base Arch system now uses systemd by default, but the version of
> espeakup in community doesn't yet have a working systemd unit file. I
> have sent a working unit file to the devs, and it should be released to
> the repos shortly. Until then, save the unit file I'm attaching here to
> /etc/systemd/system/multi-user.target.wants/espeakup.service. You will
> also need to be sure that speakup and speakup_soft are loaded
> automatically at boot time. To do this, create a file called
> /etc/modules-load.d/speakup.conf and include the following lines
> 
> speakup
> speakup_soft
> 
> Note that you may reboot the Talking Arch installer, mount the new
> installation and run arch-chroot to do all this with speech feedback.
> The next time you boot the new system, it should start speaking
> automatically. Hope this helps.
> ~Kyle
> <espeakup.service>_______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: arch 3.6.2 kernel
         ` Buddy Brannan
@          ` Kyle
           ` Buddy Brannan
  1 sibling, 0 replies; 6+ messages in thread
From: Kyle @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Cool I already sent a response before I saw this message. Well thanks 
<grins>.
~Kyle

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: arch 3.6.2 kernel
         ` Buddy Brannan
           ` Kyle
@          ` Buddy Brannan
  1 sibling, 0 replies; 6+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Thanks guys, I now have a talking Arch on this netbook. Now to gt all the other stuff I need installed. 
--
Buddy Brannan, KB5ELV - Erie, PA
Phone: (814) 860-3194 or 888-75-BUDDY



On Oct 29, 2012, at 1:17 PM, Buddy Brannan <buddy@brannan.name> wrote:

> Fantastic, thanks much for this. I'll give it a go. 
> --
> Buddy Brannan, KB5ELV - Erie, PA
> Phone: (814) 860-3194 or 888-75-BUDDY
> 
> 
> 
> On Oct 29, 2012, at 1:11 PM, Cleverson Casarin Uliana <clcaul@gmail.com> wrote:
> 
>> Hi, I'm forwarding Kyle's recent message about ArchLinux current speech issue.
>> 
>> Cheers.
>> 
>> ---------- Forwarded message ----------
>> From: Kyle <kyle4jesus@gmail.com>
>> Date: Mon, 22 Oct 2012 19:22:22 -0400
>> Subject: Re: arch 3.6.2 kernel
>> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
>> 
>> The base Arch system now uses systemd by default, but the version of
>> espeakup in community doesn't yet have a working systemd unit file. I
>> have sent a working unit file to the devs, and it should be released to
>> the repos shortly. Until then, save the unit file I'm attaching here to
>> /etc/systemd/system/multi-user.target.wants/espeakup.service. You will
>> also need to be sure that speakup and speakup_soft are loaded
>> automatically at boot time. To do this, create a file called
>> /etc/modules-load.d/speakup.conf and include the following lines
>> 
>> speakup
>> speakup_soft
>> 
>> Note that you may reboot the Talking Arch installer, mount the new
>> installation and run arch-chroot to do all this with speech feedback.
>> The next time you boot the new system, it should start speaking
>> automatically. Hope this helps.
>> ~Kyle
>> <espeakup.service>_______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1350921601.4390.speakup@braille.uwo.ca>
 ` arch 3.6.2 kernel Lawrence Baggett
   ` Kyle
     ` Fwd: " Cleverson Casarin Uliana
       ` Buddy Brannan
         ` Kyle
         ` Buddy Brannan

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).