hi its sachin again guys.
today an unusual problem arise in front of me related to the sound.
after trying a few steps i get the solution.
i am using ubuntu 9.10.
and the steps are as follows.

Step One: Open Terminal

    * Applications > Accessories > Terminal


Step Two: Run The Commands Through Terminal

    * killall pulseaudio
    * sudo apt-get remove pulseaudio
    * sudo apt-get install esound
    * sudo rm /etc/X11/Xsession.d/70pulseaudio
    * sudo apt-get purge pulseaudio

And after that i done my jobe with little difference and that is

wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.15rc1.tar.bz2
tar xvpjf alsa-driver-1.0.15rc1.tar.bz2
cd alsa-driver-1.0.15rc1
./configure --with-cards=hda-intel
make
sudo make install


and then

cd /usr/src
sudo module-assistant update
sudo module-assistant prepare
sudo module-assistant auto-install alsa
sudo shutdown -r now

and now my system sound is running smooth beter then before
alsa is preety good than pulseaudio.
 

may be ur problem is same as was mine than here is the solution.

-- 
No sound on Intel8x0/AC97 after resume
https://bugs.launchpad.net/bugs/309677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to