Main Menu




browser lang:en

Users Area

Client Login

today cache size is:82392

 

Holyguard rss
rss 2.0 for all sections

 

Portfolio

Some of my projects:
BluPool
L'Pratone
Travel in Hotel
Yacht Elements
AbruzzoWeb
Il Mastino
CSI Teramo
Innovazione S.p.a.




Comments

attached files not working !
05/11/2009 by Adnan
Tuvok
14/02/2009 by
Nice script
07/02/2009 by desaj
Other solutions
07/02/2009 by Mike
well
06/02/2009 by holy
Theif
06/02/2009 by
really good
02/11/2008 by

Read More »


RAPIDQ

Rapid-Q:The lost files
My old library where i have collected all the rapidq scripts and italian help


Today my pagerank is: Free Page Rank Tool

Upgrade to Alsa 1.0.20 on Ubuntu Jaunty 9.04

Advanced Linux Sound Architecture (known by the acronym ALSA) is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards.

ALSA has the following significant features:

* Efficient support for all types of audio interfaces, from consumer sound cards to professional multichannel audio interfaces.
* Fully modularized sound drivers.
* SMP and thread-safe design.
* User space library (alsa-lib) to simplify application programming and provide higher level functionality.
* Support for the older Open Sound System (OSS) API, providing binary compatibility for most OSS programs.

If you are experiencing sound issues on Ubuntu Jaunty 9.04 or just want the latest version, you may want to upgrade to ALSA 1.0.20 (Ubuntu Jaunty comes with Alsa version 1.0.18rc3 - you can check this by typing this in a terminal: cat /proc/asound/version). Read on!
 

How to Upgrade to ALSA 1.0.20


1. Upgrading ALSA needs compiling so the first thing we need to do is install the necessary tools to compile along with the kernel headers. Open a terminal and paste the following 2 commands:
sudo apt-get -y install build-essential ncurses-dev gettext xmlto
sudo apt-get -y install linux-headers-`uname -r`

2. Use the terminal to navigate to your home folder and download the ALSA files:
cd ~
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.20.tar.bz2

3. Creating the necessary folders and unpack the downloaded ALSA packages. Open a terminal and paste the following commands:
sudo mkdir -p /usr/src/alsa
cd /usr/src/alsa
sudo cp ~/alsa* .
and then, to unpack:
sudo tar xjf alsa-driver*
sudo tar xjf alsa-lib*
sudo tar xjf alsa-utils*

4. Now we can start compiling each component:

a) alsa-driver:
cd alsa-driver*
sudo ./configure
sudo make
sudo make install

b) alsa-lib:
cd ../alsa-lib*
sudo ./configure
sudo make
sudo make install

c) alsa-utils:
cd ../alsa-utils*
sudo ./configure
sudo make
sudo make install

5. Now you may want to removed the downloaded ALSA files, as they are not needed anymore:
rm -f ~/alsa-driver*
rm -f ~/alsa-lib*
rm -f ~/alsa-utils*

That's it! You now need to restart your computer and after doing so, your computer should have ALSA 1.0.20 installed. Again, you can verify this by running the following command in a terminal:
cat /proc/asound/version

Also, you may want to change your sound settings to Alsa ( System –> Preferences -> Sound, change auto detect to ALSA)

Rating:
100.0
2 votes
1 2 3 4 5

Comments

Insert your comment

Titolo
Messaggio
Nome Utente
e-mail (se vuoi ricevere le risposte a questo post anche via mail)

Videos


Contents

Complete guide for Jquery Developers

27/02/2010 

Have you ever had to develop something yourself only to find out that there had already been…

in:JQuery (0 comments)

How can i insert HTML code in my posts?

14/02/2010 

The situation begins with your blog or website and you need to post some code on a particular…

in:The Holy Faq's (0 comments)

12 undocumented tricks for Google Buzz

14/02/2010 

So. Google just recently announced Google Buzz. I’m not sure about you, but I…

in:Blog (0 comments)

Display an image from a MySQL database in a web page via PHP

14/02/2010 

There's lots of clever scripts around to tell you how to get images in and out of…

in:PHP scripts (0 comments)

MySQL - Find Locations Nearest Known Coordinates

03/02/2010 

Spherical Law of Cosines Suppose that we want to find the five nearest places to (47.470779, -87.890699) using Spherical…

in:MySql (0 comments)

The 7 free best CSS editors

01/02/2010 

I have always used Dreamweaver, and love it. But, I have been thinking, what are the FREE CSS…

in:Free Software (0 comments)

Upgrade to Alsa 1.0.20 on Ubuntu Jaunty 9.04

09/01/2010 

Advanced Linux Sound Architecture (known by the acronym ALSA) is a Linux kernel component intended to replace the…

in:Blog (0 comments)

PHP - The Singleton Pattern

26/11/2009 

The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a…

in:Scripts and tutorials (0 comments)

Read more »


Tag Clouds


Complete guide Jquery DevelopersHow insert HTML code posts12 undocumented tricks Google BuzzDisplay image from MySQL database page PHPMySQL Find Locations Nearest Known CoordinatesThe free best editorsUpgrade Alsa 1020 Ubuntu Jaunty


Add to Technorati Favorites