sound cuts out when playing internet video

Asked by William A Brown

sound is intermittent when playing anything with sound in it such as internet video(you tube or Hulu movies) or music, or my own videos. The video seems to work fine. what happens usually is that I start the movie and it has sound for a few seconds then cuts out with a pop. this happens 4-5 times in a row(reloading the web page) then everything plays fine for for a while, then it cuts out again . This started after I upgraded to 11.04. I have an AMD 64 chip and a sound blaster live 5.1 sound card if this helps

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; uname -a; dpkg -l | grep flash; dpkg -l | grep gnash; dpkg -l | grep swf

Thanks

Revision history for this message
William A Brown (quantummechanic33) said :
#2

 I just copied and pasted what I did in the terminal hope this is what you need

lsb_release -a; uname -a; dpkg -l | grep flash; dpkg -l | grep gnash;

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
Linux william-MS-7309 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
ii flashplugin-installer 10.3.181.34ubuntu0.11.04.1 Adobe Flash Player plugin installer
ii flashplugin-nonfree 10.3.181.34ubuntu0.11.04.1 Adobe Flash Player plugin installer (transitional package)
rc browser-plugin-gnash 0.8.8-5ubuntu1 GNU Shockwave Flash (SWF) player - Plugin for Mozilla and derivatives
rc gnash 0.8.8-5ubuntu1 GNU Shockwave Flash (SWF) player
ii gnash-common 0.8.9-1ubuntu1 GNU Shockwave Flash (SWF) player - Common files/libraries
william@william-MS-7309:~$ dpkg -l | grep swf

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

ok you have TOO MANY flash plugins. This causes a conflict and you get nothing. This will clear you up:

sudo dpkg -P browser-plugin-gnash gnash; sudo apt-get --purge remove flashplugin-installer flashplugin-nonfree gnash-common

You can now add a PPA and get true 64bit flash:

sudo add-apt-repository ppa:sevenmachines/flash; sudo apt-get update && sudo apt-get install flashplugin64-installer

Restart all browsers after the command completes and enjoy flash

Revision history for this message
William A Brown (quantummechanic33) said :
#4

now I have no internet sounds at all and the the same intermittent sounds when I try to play music from my computer

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Can you rerun the first command I gave and give the output please

Thanks

Revision history for this message
William A Brown (quantummechanic33) said :
#6

here's what the same querry for pluggins says now. hope this helps, thanks so much for your time

Revision history for this message
William A Brown (quantummechanic33) said :
#7

 sorry, forgot to paste!!!

lsb_release -a; uname -a; dpkg -l | grep flash; dpkg -l | grep gnash;
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
Linux william-MS-7309 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
rc flashplugin-installer 10.3.181.34ubuntu0.11.04.1 Adobe Flash Player plugin installer
ii flashplugin64-installer 11.0.1.60-0ubuntu0~sevenmachines4 Adobe Flash Player plugin 64 bit alpha installer
ii gnash-common 0.8.9-1ubuntu1 GNU Shockwave Flash (SWF) player - Common files/libraries

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

ok run:

sudo dpkg -P flashplugin-installer; sudo apt-get --purge remove flashplugin64-installer; sudo apt-get clean; sudo apt-get install flashplugin64-installer

Restart all browsers, should be ok

Revision history for this message
William A Brown (quantummechanic33) said :
#9

I think that is what I just did but in case I got it wrong here is again.

lsb_release -a; uname -a; dpkg -l | grep flash; dpkg -l | grep gnash; dpkg -l | grep swf
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
Linux william-MS-7309 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
rc flashplugin-installer 10.3.181.34ubuntu0.11.04.1 Adobe Flash Player plugin installer
ii flashplugin64-installer 11.0.1.60-0ubuntu0~sevenmachines4 Adobe Flash Player plugin 64 bit alpha installer
ii gnash-common 0.8.9-1ubuntu1 GNU Shockwave Flash (SWF) player - Common files/libraries

Revision history for this message
William A Brown (quantummechanic33) said :
#10

no change. do I have to reboot the computer? I will do that again now

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

Worth a try

Revision history for this message
William A Brown (quantummechanic33) said :
#12

no good

Revision history for this message
William A Brown (quantummechanic33) said :
#13

well at least we're back to where I was before. I have sound back. I decided to look at the sound preferences and found that somehow the computer switched from my soundblaster card to the onboard sound. when I switched it the sound came back on. I was already playing a music vid from youtube. So it came back as soon as I clicked it over. Seems to be ok now. thank you soooo much for your help. Is it ok if I write to you directly tomorrow if it comes back I have to go to bed now.

thanks again

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#14

If you use a PCI sound card I suggest you disable the onboard soundcard, makes the system simpler

Can you help with this problem?

Provide an answer of your own, or ask William A Brown for more information if necessary.

To post a message you must log in.