Thread: (all varients) fixing scratching/poping noise on ubuntu 9.10
important- kubuntu users use kate instead of gedit
xubuntu users use mousepad instead of gedit
hello guys posted post while ago did not work people today going post both ways u can make sound work ubuntu if have hda audio card. first solution this: open terminal , type- (this crackling/poping noise only. not muted sound cards, , may skip step if not crackling/poping) :
then type passwordcode:sudo gedit /etc/modprobe.d/alsa-base.conf
, last 2 lines see power-save option, delete it. , save it.
for ati/hda/hdmi drivers may work well: : ( can try adding backports driver command - may work you) open terminal , type:
reboot- work if experiencing wither no sound or audio jacks not working.code:sudo apt-get install linux-backports-modules-alsa-karmic-generic
hope helped out there post please comment , let me know if works you.
tested on hp dv6636nr laptop hda nvidia card.
second step - updating alsa:-
if doesnt while playing games/ watching videos try this:
here show how update alsa drivers sound card teh latest 1 support alot more hda audio cards. follow steps , report me.
this, must begin determining our version of alsa follows :
advanced linux sound architecture driver version 1.0.20.code:cat /proc/asound/version
avoid problems during upgrade of alsa-utils, need stop following command :
code:sudo /etc/init.d/alsa-utils stop
must install necessary tools compile along kernel headers :
code:sudo apt-get -y install build-essential ncurses-dev gettext xmlto libasound2-devthen, go in our personal folder , download alsa-driver, alsa-lib , alsa-utils :code:sudo apt-get -y install linux-headers-`uname -r` libncursesw5-dev
code:cd ~code:rm -rf ~/alsa* ~/.pulse*html code:wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.23.tar.bz2html code:wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.23.tar.bz2after that, create new folder compilation , installation of 3 files. then, move 3 tar files downloaded in folder :html code:wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.23.tar.bz2
code:sudo rm -rf /usr/src/alsacode:sudo mkdir -p /usr/src/alsacode:cd /usr/src/alsaunpack 3 tar files :code:sudo cp ~/alsa* .
code:sudo tar xjf alsa-driver*code:sudo tar xjf alsa-lib*we compile , install alsa-driver :code:sudo tar xjf alsa-utils*
code:cd alsa-driver*code:sudo ./configurecode:sudo makewe compile , install alsa-lib :code:sudo make install
code:cd ../alsa-lib*code:sudo ./configurecode:sudo makewe compile , install alsa-utils :code:sudo make install
code:cd ../alsa-utils*code:sudo ./configurecode:sudo makeif me, got error during last “sudo ./configure” :code:sudo make install
you need add symbolics links (only if got error) , restart installation last “sudo ./configure” :code:checking form.h presence... yes checking form.h... yes checking new_panel in -lpanelw... no configure: error: panelw library not found
code:sudo ln -s libpanelw.so.5 /usr/lib/libpanelw.socode:sudo ln -s libformw.so.5 /usr/lib/libformw.socode:sudo ln -s libmenuw.so.5 /usr/lib/libmenuw.sothen, remove 3 tar files in our personal folder not anymore necessary :code:sudo ln -s libncursesw.so.5 /lib/libncursesw.so
code:rm -f ~/alsa-driver*code:rm -f ~/alsa-lib*then, restart computer , alsa version should 1.0.22.1!code:rm -f ~/alsa-utils*
can verify have indeed have version of alsa :
advanced linux sound architecture driver version 1.0.22.1.code:cat /proc/asound/version
compiled on dec 29 2009 kernel 2.6.31-16-generic (smp).
sure configured, execute command :
and reboot again!code:sudo alsaconf
third step posted below reply
credits: http://monespaceperso.org/blog-en/20...ic-koala-9-10/
okay here last solution can think of may work if failed:
open teh terminal , type this:
and sound card driver there/codec then:code:aplay -l
will sound setup filecode:sudo gedit /etc/modprobe.d/alsa-base
after last line of code enter following:
save itcode:options snd-hda-intel model="your sound card model"
(replace teh "your card model" actual card sound card driver/codec -remove qoutes- if have more 1 add both of them)
reboot
-forth step ( may pulse audio causing problem)
remove pulseaudio , use regular asla-mixer instead.
code:sudo apt-get purge pulseaudio gstreamer0.10-pulseaudiocode:sudo apt-get autoremoverestart computer!code:sudo apt-get install esound esound-clients esound-common libesd-alsa0 gnome-alsamixer
notes:
-run gstreamer-properties in terminal set defaults alsa (the old system/preferences/sound in jaunty)this means:-remove gstreamer0.10-pulseaudio sound in totem.
code:gstreamer-propertiesthe above commands should have taken care of that, never hurts sure when talking hydra pulseaudio.-gnome-alsamixer changing volume, not applet better nothingthis means left without panel applet control volume across board, thoughtful efforts of canonical shove pulseaudio down our throats. need have control audio with:
and keep gnome-alsamixer within easy reach, provided alltray:code:sudo apt-get install gnome-alsamixer
credits goes to: nullrendcode:sudo apt-get install alltray
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] (all varients) fixing scratching/poping noise on ubuntu 9.10
Ubuntu
Comments
Post a Comment