Thread: Sound Problem - Ubuntu Lucid Lynx 10.04 for Realtek ID 665 on Dell Studio
to this, must begin determining our version of alsa follows :
advanced linux sound architecture driver version 1.0.21.cat /proc/asound/version
to avoid problems during upgrade of alsa-utils, need stop following command :
sudo /etc/init.d/alsa-utils stop
we must install necessary tools compile along kernel headers :(be patient may take few hours if internet speed low, hope it)
sudo apt-get -y install build-essential ncurses-dev gettext xmlto libasound2-dev
sudo apt-get -y install linux-headers-`uname -r` libncursesw5-dev
[/quote]
then, go in our personal folder , download alsa-driver, alsa-lib , alsa-utils :
cd ~
rm -rf ~/alsa* ~/.pulse*
wget ftp://ftp.alsa-project.org/pub/drive...1.0.23.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/a...1.0.23.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils...1.0.23.tar.bz2
after that, create new folder compilation , installation of 3 files. then, move 3 tar files downloaded in folder :
sudo rm -rf /usr/src/alsa
sudo mkdir -p /usr/src/alsa
cd /usr/src/alsa
sudo cp ~/alsa* .
unpack 3 tar files :
sudo tar xjf alsa-driver*
sudo tar xjf alsa-lib*
sudo tar xjf alsa-utils*
we compile , install alsa-driver :
we compile , install alsa-lib :cd alsa-driver*
sudo ./configure
sudo make
sudo make install
cd ../alsa-lib*
sudo ./configure
sudo make
sudo make install
we compile , install alsa-utils :
cd ../alsa-utils*
sudo ./configure
sudo make
sudo make install
then, remove 3 tar files in our personal folder not anymore necessary :
rm -f ~/alsa-driver*
rm -f ~/alsa-lib*
rm -f ~/alsa-utils*
then, restart computer , alsa version should 1.0.23!
you can verify have indeed have version of alsa :
advanced linux sound architecture driver version 1.0.23.cat /proc/asound/version
compiled on may 2 2010 kernel 2.6.32-21-generic (smp).
just sure configured, execute command :
sudo alsaconf
this procedure works me in dell studio 1450 in lucid lynx 10.04 64 bit , in girl's 32bit lucid lynx on same brand.
![]()
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] Sound Problem - Ubuntu Lucid Lynx 10.04 for Realtek ID 665 on Dell Studio
Ubuntu
to this, must begin determining our version of alsa follows :
Comments
Post a Comment