ALSA Firmware: Difference between revisions

From CBLFS
Jump to navigationJump to search
Kalessin (talk | contribs)
I updated the package description.
No edit summary
 
Line 7: Line 7:
----
----


== Introduction to ALSA Firmware ==
{{Package-Introduction|The ALSA Firmware package contains the firmware binaries for each loader program included in [[ALSA Tools]].  The firmware data can be used by each ALSA firmware loader program like vxloader, or passed through the hotplug firmware-loading mechanism. You only need this package for certain soundcards. See the README for configuration options.|http://www.alsa-project.org/}}
 
The ALSA Firmware package contains the firmware binaries for each loader program included in [[ALSA Tools]].  The firmware data can be used by each ALSA firmware loader program like vxloader, or passed through the hotplug firmware-loading mechanism. You only need this package for certain soundcards. See the README for configuration options.
 
'''Project Home Page''': http://www.alsa-project.org/


== Dependencies ==
== Dependencies ==

Latest revision as of 15:38, 16 April 2007

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

Introduction to ALSA Firmware

The ALSA Firmware package contains the firmware binaries for each loader program included in ALSA Tools. The firmware data can be used by each ALSA firmware loader program like vxloader, or passed through the hotplug firmware-loading mechanism. You only need this package for certain soundcards. See the README for configuration options.

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

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package

make install