ALSA Driver: Difference between revisions

From CBLFS
Jump to navigationJump to search
New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | ftp://ftp.alsa-project.org/pub/driver/alsa-driver-{{ALSA OSS-Version}}.tar.bz2 |} ---- == D...
 
Eric (talk | contribs)
No edit summary
 
(8 intermediate revisions by 4 users not shown)
Line 2: Line 2:
|-valign="top"
|-valign="top"
!Download Source:
!Download Source:
| ftp://ftp.alsa-project.org/pub/driver/alsa-driver-{{ALSA OSS-Version}}.tar.bz2
|ftp://ftp.alsa-project.org/pub/driver/alsa-driver-{{ALSA Driver-Version}}.tar.bz2
|}
|}


----
----


 
{{Package-Introduction|The ALSA Driver is kernel driver from Advanced Linux Sound Architecture (ALSA) project.|http://www.alsa-project.org/}}


== Dependencies ==
== Dependencies ==
Line 14: Line 14:
* [[ALSA Library]]
* [[ALSA Library]]
* Linux kernel source
* Linux kernel source
You can compile one module:
lspci | grep audio
./configure --with-cards=<list>


== Non-Multilib ==
== Non-Multilib ==
Line 19: Line 23:
Compile the package:
Compile the package:


  ./configure --with-kernel=/lib64/modules/$(uname -r)/source &&
  ./configure --with-kernel=/lib/modules/$(uname -r)/source &&
  make
  make


Line 32: Line 36:
Compile the package:
Compile the package:


  CC="gcc ${BUILD32}" ./configure --with-kernel=/lib64/modules/$(uname -r)/source &&
  CC="gcc ${BUILD32}" ./configure \
    --with-kernel=/lib/modules/$(uname -r)/source &&
  make
  make


Line 43: Line 48:
Compile the package:
Compile the package:


  CC="gcc ${BUILDN32}" ./configure --libdir=/usr/lib32 --with-kernel=/lib64/modules/$(uname -r)/source &&
  CC="gcc ${BUILDN32}" ./configure --libdir=/usr/lib32 \
    --with-kernel=/lib/modules/$(uname -r)/source &&
  make
  make


Line 54: Line 60:
Compile the package:
Compile the package:


  CC="gcc ${BUILD64}" ./configure --libdir=/usr/lib64 --with-kernel=/lib64/modules/$(uname -r)/source &&
  CC="gcc ${BUILD64}" ./configure --libdir=/usr/lib64 \
    --with-kernel=/lib/modules/$(uname -r)/source &&
  make
  make


Line 60: Line 67:


  make install
  make install
== Configuring ==
./snddevices
cd utils
./alsaconf


== Contents ==
== Contents ==

Latest revision as of 08:34, 19 July 2009

Download Source: ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.23.tar.bz2

Introduction to ALSA Driver

The ALSA Driver is kernel driver from Advanced Linux Sound Architecture (ALSA) project.

Project Homepage: http://www.alsa-project.org/

Dependencies

Required

You can compile one module:

lspci | grep audio
./configure --with-cards=<list>

Non-Multilib

Compile the package:

./configure --with-kernel=/lib/modules/$(uname -r)/source &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure \
    --with-kernel=/lib/modules/$(uname -r)/source &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --libdir=/usr/lib32 \
    --with-kernel=/lib/modules/$(uname -r)/source &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --libdir=/usr/lib64 \
    --with-kernel=/lib/modules/$(uname -r)/source &&
make

Install the package

make install

Configuring

./snddevices
cd utils
./alsaconf 

Contents

  • Installed Programs: ???
  • Installed Libraries: ???