EditHistoryPrint

Configuring the audio and updating ALSA for Mandriva 2008.0

Created by: Bill Giannikos,Last modification on Wed 20 of Feb, 2008 [07:05 UTC]


If the guide here does not cover what you were looking for you can view the guides section for coverage of other distributions.

Sponsors

Try for 14 days free the Rhapsody Music Service for Linux.

Lenovo are now offering a range of Thinkpads with Suse Linux pre-installed.

Run Linux and Windows simultaneously with Parallels Workstation.


Page Contents


Author

Bill Giannikos (bill2 at giannikos.com.au)
www.billgiannikos.com

Introduction

This guide will help update your version of the ALSA drivers under Mandriva 2008.0. This is useful for people who's sound is not currently working with their current version of ALSA. We will be covering the installation of the the latest stable drivers, the latest development and the CVS ALSA drivers.

Notes

We will be using 'nano' as our text editor of choice but you can use whatever you wish.

While this guide is mainly focused to laptop users there isn't any difference for desktop users.

Prerequisites

You should run a full update for your installation of Mandriva to ensure you have all the latest packages installed.

Installing the ALSA drivers

Depending on your sound controller you will need to make the decision on which version of ALSA you will need to install. If you are not sure you should start with the stable drivers. If the stable drivers don't work you can then move on to the development driver and then if necessary move on to the CVS driver.

The stable drivers have received the most testing and are the recommended drivers to use if they support your sound controller. The development drivers haven't been tested as much as the stable ones have but still typically work well. The CVS drivers are up to date drivers with the latest developments however this means that this version have barely been tested so should only be used if absolutely necessary.

Here are the steps to installing the ALSA drivers:
1. Download your chosen set of drivers from http://www.alsa-project.org for the stable and development drivers and from http://ftp.suse.com/pub/projects/alsa/snapshot/driver/ for the latest CVS drivers. In this guide we are going to use alsa-driver-1.0.15 as at the time of writing these are the latest stable drivers. You just need to substitute your driver version with the version used here. You only need to download the alsa-driver package, the other packages (alsa-lib, alsa-utils etc.) are not necessary.
2. Load up a terminal window if you are in the graphic interface.
3. Switch to the root user by entering the command "su -" (without the quotes) and typing in your root password
4. Type in the following to install gcc and the kernel headers:
urpmi kernel-devel gcc

And follow the on screen prompts.
5. Move to the /usr/src/ folder with:
cd /usr/src

6. Extract the contents of the file you downloaded with:
tar -xjvf /path/to/alsa-driver-1.0.15.tar.bz2

Remember to replace the "/path/to" in this command to the path of where your file is.
7. Move into the newly created folder with
cd alsa-driver-1.0.15

8. Run the configuration script with:
./configure

9. Now start the building process with:
make

This will take a while.
10. And finally we install these drivers with:
make install

11. Reboot your computer and the newer ALSA drivers will be used.

Remember that you may need to adjust your volume settings.


Sponsors



Comments

Comments Filter

Reply to this comment

Mr

by age1172, Sunday 25 of May, 2008 [06:00:35 UTC]
these steps worked for me but where i can configure sound i have no mixer in my panel how can i install one

Contact Us Advertise with Us Sister Sites Privacy Policy Terms of Use

Copyright © 2006-2008 Linlap.com