Difference between revisions of "ALSA Firmware"

From CBLFS
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{| style="text-align: left; background-color: AliceBlue;"
 
{| style="text-align: left; background-color: AliceBlue;"
|-
+
|-valign="top"
 
!Download Source:
 
!Download Source:
 
| ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-{{ALSA Firmware-Version}}.tar.bz2
 
| ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-{{ALSA Firmware-Version}}.tar.bz2
Line 7: Line 7:
 
----
 
----
  
The ALSA Firmware package is only needed by those with advanced requirements for their sound card. See the README for configure options.
+
{{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/}}
 
 
== Introduction to ALSA Firmware ==
 
 
 
The ALSA Firmware package contains firmware for certain sound cards.
 
  
 
== Dependencies ==
 
== Dependencies ==

Latest revision as of 16: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