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

Thread: [SOLVED] Sound on internet not working on Intrepid

  1. #1
    Join Date
    Jul 2007
    Beans
    110

    [SOLVED] Sound on internet not working on Intrepid

    So what is happening is that I updated from hardy to intrepid. Today I noticed that whenever I go onto anything on the Internet like You-Tube or any website that has sound, I cannot hear anything. I can hear that bongo sound when I turn the computer on and the funny clicking sound when I log in. If I go into my music files, I can hear things, but I cannot hear anything when I go on anything involving the Internet...

  2. #2
    Join Date
    Sep 2005
    Location
    Mexicali, Mexico
    Beans
    3,114
    Distro
    Ubuntu Development Release

    Re: Sound on internet not working on Intrepid

    Hi. Have you switched everything in the "Devices" tab in 'System->Preferences->Sound' to PulseAudio Sound Server? Do you have any media players or games running when this happens? If PulseAudio is already running, have you tried killing the process?
    Code:
    pkill pulseaudio
    NOT a morning person...

  3. #3
    Join Date
    Jul 2007
    Beans
    110

    Re: Sound on internet not working on Intrepid

    For the record, I am basically computer illiterate, so everything except for terminal (I figured that out a month ago), just confused the heck out of me.

    Sorry.

  4. #4
    Join Date
    Sep 2005
    Location
    Mexicali, Mexico
    Beans
    3,114
    Distro
    Ubuntu Development Release

    Re: Sound on internet not working on Intrepid

    Alright, let's try this first: in the menu on the top panel, go to 'System->Preferences->Sound' and on the first tab (named "Devices") you should see four sound-related dropdown menus (see attached picture). Make sure all four are set to PulseAudio Sound Server; close the application, then in Firefox reload the page with the video, or close Firefox and open it again and then try to see the video.
    Attached Images Attached Images
    Last edited by RomeReactor; January 11th, 2009 at 06:12 PM.
    NOT a morning person...

  5. #5
    Join Date
    Jul 2007
    Beans
    110

    Re: Sound on internet not working on Intrepid

    I tried that... It's still not working...

  6. #6
    Join Date
    Sep 2005
    Location
    Mexicali, Mexico
    Beans
    3,114
    Distro
    Ubuntu Development Release

    Re: Sound on internet not working on Intrepid

    Does this problem happen only with Flash videos, or with videos playing in the Totem (or VLC, or Mplayer) plugin in Firefox? Make sure the volume in the video player isn't muted or all the way down.

    Do you have any other applications (games, media players) running at the same time when this happens?
    NOT a morning person...

  7. #7
    Join Date
    Jul 2007
    Beans
    110

    Re: Sound on internet not working on Intrepid

    Well, I can run music files that are on my comp on Totem and it is fine. I mean, I can't think of any websites that have non-flash sound items, though so that would be my problem with checking that it is just a flash problem.

  8. #8
    Join Date
    Sep 2005
    Location
    Mexicali, Mexico
    Beans
    3,114
    Distro
    Ubuntu Development Release

    Re: Sound on internet not working on Intrepid

    Do you know whether you have Flash or Gnash installed? (Gnash is an Open Source Flash plugin that usually causes conflicts with Flash, if Flash is installed as well). Please open a new tab in Firefox and paste this in the address bar:
    Code:
    about:plugins
    Look for the entry for Flash and post which plugin is active.
    NOT a morning person...

  9. #9
    Join Date
    Jul 2007
    Beans
    110

    Re: Sound on internet not working on Intrepid

    Code:
    Shockwave Flash
    
        File name: libflashplayer.so
        Shockwave Flash 9.0 r124
    
    MIME Type 	Description 	Suffixes 	Enabled
    application/x-shockwave-flash 	Shockwave Flash 	swf 	Yes
    application/futuresplash 	FutureSplash Player 	spl 	Yes
    There you go...

  10. #10
    Join Date
    Sep 2005
    Location
    Mexicali, Mexico
    Beans
    3,114
    Distro
    Ubuntu Development Release

    Re: Sound on internet not working on Intrepid

    Shockwave Flash

    File name: libflashplayer.so
    Shockwave Flash 9.0 r124
    You seem to have an older version of the Flash plugin; if you installed it from the repositories (using Synaptic or Add-Remove, or from the terminal with Apt-Get or Aptitude), close Firefox and try uninstalling the Flash plugin:
    Code:
    sudo aptitude purge flashplugin-nonfree
    Then update your repository information:
    Code:
    sudo aptitude update
    And then install Flash again:
    Code:
    sudo aptitude install flashplugin-nonfree
    Then open Firefox again and see if the problem is still there.
    NOT a morning person...

Page 1 of 2 12 LastLast

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
  •