ALSA Driver: Difference between revisions

From CBLFS
Jump to navigationJump to search
PlayaX (talk | contribs)
Line 36: 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 47: 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 58: 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



Revision as of 18:25, 13 December 2007

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

Introduction to ALSA Driver

Project Homepage: Unknown

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: ???