Difference between revisions of "ALSA Firmware"

From CBLFS
Jump to navigationJump to search
(I updated the package description.)
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.
+
== Introduction to ALSA Firmware ==
  
== 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.
  
The ALSA Firmware package contains firmware for certain sound cards.
+
'''Project Home Page''': http://www.alsa-project.org/
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 03:48, 1 February 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 Home Page: 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