Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: eSpeak: Connection refused (111)

  1. #1
    Join Date
    Jan 2009
    Beans
    89

    Question eSpeak: Connection refused (111)

    Hello,

    I recently upgraded to Ubuntu 9.04 (Jaunty Jackalope) and now when I run "espeak" in a terminal I receive this error:

    bt_audio_service_open: connect() failed: Connection refused (111)
    bt_audio_service_open: connect() failed: Connection refused (111)

    And eSpeak, doesn't speak the text I input. I suspect it's a small problem, but, I don't know how to fix it. Please help. Any suggestions?

  2. #2
    Join Date
    Jan 2009
    Beans
    89

    Question Re: eSpeak: Connection refused (111)

    Really? No one can help me on this one?

  3. #3
    Join Date
    Apr 2009
    Beans
    7
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: eSpeak: Connection refused (111)

    I have this same problem too and am still looking for an answer...

  4. #4
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: eSpeak: Connection refused (111)

    If you're using Ubuntu (i.e., the GNOME environment), the problem is most likely to be a PulseAudio misconfiguration. See my tutorial to ensure you have a clean configuration, and there are troubleshooting steps you can use.

    P.S. espeak works fine here.

  5. #5
    Join Date
    Jan 2009
    Beans
    89

    Re: eSpeak: Connection refused (111)

    Quote Originally Posted by psyke83 View Post
    If you're using Ubuntu (i.e., the GNOME environment), the problem is most likely to be a PulseAudio misconfiguration. See my tutorial to ensure you have a clean configuration, and there are troubleshooting steps you can use.

    P.S. espeak works fine here.
    Thank you for help. But my eSpeak is still broken.

    I did notice if I stop pulseaudio, then run "sudo espeak" it still tells me...

    Code:
    bt_audio_service_open: connect() failed: Connection refused (111)
    bt_audio_service_open: connect() failed: Connection refused (111)
    But, it works, I hear speech when I input text. So I think it has something to do with permission/privileges.

  6. #6
    Join Date
    Apr 2009
    Beans
    7
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: eSpeak: Connection refused (111)

    Quote Originally Posted by AwesomeTux View Post
    Thank you for help. But my eSpeak is still broken.

    I did notice if I stop pulseaudio, then run "sudo espeak" it still tells me...

    Code:
    bt_audio_service_open: connect() failed: Connection refused (111)
    bt_audio_service_open: connect() failed: Connection refused (111)
    But, it works, I hear speech when I input text. So I think it has something to do with permission/privileges.
    Similar thing here, I tried some troubleshooting things when I googled the error message, but they didn't work. I still haven't had a chance to try Awesome's tutorial yet though. When I am Root, I will hear what I type, but still get the error message. Strange, but it works I guess. I will try that tutorial and then report the results.

  7. #7
    Join Date
    Mar 2008
    Beans
    6
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: eSpeak: Connection refused (111)

    Same problem here after upgrade. I turned my bluetooth services back on:

    System -> Administration -> Services

    and it cleared the problem up. Turn them back on and they return. Config bug with bluetooth?

    I am on an aspire 7520 amd64 build in gnome.

  8. #8
    Join Date
    Jan 2009
    Beans
    89

    Re: eSpeak: Connection refused (111)

    Quote Originally Posted by froller View Post
    Same problem here after upgrade. I turned my bluetooth services back on:

    System -> Administration -> Services

    and it cleared the problem up. Turn them back on and they return. Config bug with bluetooth?

    I am on an aspire 7520 amd64 build in gnome.
    THANK YOU SO MUCH! The error is gone.

    But, still, when I type "espeak Hello" I hear "Hehl-" and it cuts out before he can finish saying "Hello." It's not quite fixed.

  9. #9
    Join Date
    Jan 2007
    Beans
    165

    Re: eSpeak: Connection refused (111)

    did you ever fix this ?
    Im still struggling

  10. #10
    Join Date
    Oct 2008
    Beans
    17
    Distro
    Ubuntu 10.04 Lucid Lynx

    Wink Re: eSpeak: Connection refused (111)

    Espeak that is currently in repos for Jaunty has a bug in that it is speaking words incorrectly (i.e. way too fast or speaking only the first few words)

    Espeak is not broken entirely just a bit buggy.

    Two current work-a-rounds are as follows (choose the one that best fits your use):

    1) pipe espeak output through aplay in a bash script

    Code:
    %words = "hello world"
    espeak --stdout %words | aplay
    or 2)install Gnome Espeaker front-end:

    http://gespeaker.googlecode.com/file...er_0.6_all.deb

    I use both.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •