PDA

View Full Version : [ubuntu] Sound issues.... well kind of??


msjones
April 28th, 2008, 02:54 AM
Hi,

I have a fresh install of hardy running on my HP6710b Laptop. My sound is working fine, for single applications.

For example if I have been watching a video on youtube and then load up rythmbox I will not be able to listen to any music in my play list until I close down both applications and reload them. After this music plays fine, but if I want to pause a song to watch another video online, or even a video file in VLC I have to close applications down again and reopen them to get sound from the file I want to view.

Is there anyway to sort this problem?

Thanks

fatihsanli58
April 28th, 2008, 03:42 AM
same here. fresh hardy installation. I reproduced the problem. it is exactly as you mention. not solved yet. I keep searching.

fatihsanli58
April 28th, 2008, 09:06 AM
hi there I found the solution on launchpad(if you are already did not find it). Here are the steps you should follow:
1. sudo apt-get install --reinstall pulseaudio
2. sudo apt-get install libflashsupport
3.change everything to pulseaudio in "system->preferences->audio settings".
that is it. it works for me. i hope it works for you too.

elfgoh
April 28th, 2008, 11:35 AM
hi there I found the solution on launchpad(if you are already did not find it). Here are the steps you should follow:
1. sudo apt-get install --reinstall pulseaudio
2. sudo apt-get install libflashsupport
3.change everything to pulseaudio in "system->preferences->audio settings".
that is it. it works for me. i hope it works for you too.

I have a fresh upgrade frm Gutsy. Think step 2 is the fixer. Fyi, for step 3, i change all to autodetect or alsa. Still works.

Cheers

msjones
April 29th, 2008, 05:16 AM
Excellent, all is working OK now.... thanks alot guys!

eamonireland
April 29th, 2008, 06:00 AM
I tried this and now have no sound at all - nothing

msjones
April 29th, 2008, 06:03 AM
Have you done the pulseaudio reinstall?

Do as above again, set all selection in sound preferences to autodetect and then reboot.

I had no sound before I rebooted.

Let us know

eamonireland
April 29th, 2008, 07:15 AM
This thread (http://ubuntuforums.org/showthread.php?t=616845) worked for me in sorting out my sound problems. It seems a bit complex, but basically you need to find out your sound card model and then use it to identify the command you need to add to alsa-base.

For me, I needed to

sudo gedit /etc/modprobe.d/alsa-base

and add the following line

options snd-hda-intel model=dell-3stack

And the world is perfect again!

ryth
April 29th, 2008, 10:41 PM
hi there I found the solution on launchpad(if you are already did not find it). Here are the steps you should follow:
1. sudo apt-get install --reinstall pulseaudio
2. sudo apt-get install libflashsupport
3.change everything to pulseaudio in "system->preferences->audio settings".
that is it. it works for me. i hope it works for you too.

This worked perfectly for me. I was having the issue that only one application at a time was able to access the sound card. Upon re-installing pulse and switching all my settings from Alsa to Pulse it works great.

yonasz
July 13th, 2008, 11:44 AM
hi there I found the solution on launchpad(if you are already did not find it). Here are the steps you should follow:
1. sudo apt-get install --reinstall pulseaudio
2. sudo apt-get install libflashsupport
3.change everything to pulseaudio in "system->preferences->audio settings".
that is it. it works for me. i hope it works for you too.
This worked perfect for me.
Tnx