Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

ubuntu+youtube sound

  • 30-01-2011 04:23AM
    #1
    Registered Users, Registered Users 2 Posts: 68 ✭✭


    How do you go about installing the sound for youtube concernig ubuntu.


Comments

  • Registered Users, Registered Users 2 Posts: 121 ✭✭chrislynch8


    Do you have sound in general?


  • Registered Users, Registered Users 2 Posts: 68 ✭✭copz


    Yes


  • Registered Users, Registered Users 2 Posts: 121 ✭✭chrislynch8


    Very strange, assuming you have videos it may be a bug in flash. See this link https://launchpad.net/distros/ubuntu/+source/flashplugin-nonfree/+bug/29760 seems you can fix it yourself look at this thread http://ubuntuforums.org/showthread.php?t=204022

    Rgds
    Chris


  • Registered Users, Registered Users 2 Posts: 68 ✭✭copz


    I've tried the terminal command but nothing is happening.
    Example:

    sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1
    ln -s /tmp/.esd-1000 /tmp/.esd


  • Registered Users, Registered Users 2 Posts: 121 ✭✭chrislynch8


    Have you tried

    # Flash also looks for /usr/lib/libesd.so.1
    sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1

    Does the file libesd.so.1 exist and link to the so.0 one?

    # Flash expects /tmp/.esd/socket to exist.
    sudo mkdir -p /tmp/.esd/
    sudo touch /tmp/.esd/socket

    Have you created this folder and file?


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 68 ✭✭copz


    To be honest chrislynch8 I don't understand the commands and don't know what to do concerning the files and what to change in the file system


  • Registered Users, Registered Users 2 Posts: 121 ✭✭chrislynch8


    Ok, so do the following

    Top right hand corner press Applications -> Accessories -> Terminal.

    Enter the following

    sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1

    and press enter, you will be asked for your password - this will be the one you log in with.

    Then enter the next command

    sudo mkdir -p /tmp/.esd/

    and press enter and then enter the next command and press enter

    sudo touch /tmp/.esd/socket

    From looking at the big this should sort out the problem. What version of Ubuntu are you running also?


  • Registered Users, Registered Users 2 Posts: 68 ✭✭copz


    Ubuntu 10.10


  • Registered Users, Registered Users 2 Posts: 121 ✭✭chrislynch8


    If the previous commands didn't fix it try installing Google Chrome and see if youtube will work then. I think it is the Flash and firefox issue. You can also try reinstalling firefox and flash again.

    Try this also http://ubuntuguide.org/wiki/Dapper#How_to_install_Flash_Player_.28Macromedia_Flash.29_Plug-in_for_Mozilla_Firefox its for Dapper but may work


  • Registered Users, Registered Users 2 Posts: 68 ✭✭copz


    Thanks


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 14 blahound


    my friend had major problems with anything flash related on meercat. He went back to 10.04


Advertisement