Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

ubuntu+youtube sound

  • 30-01-2011 3: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