User Tools

Site Tools


hardware:ad1986a

This is an old revision of the document!


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

ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.19.tar.bz2
ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.19.tar.bz2
ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.19.tar.bz2
ftp://ftp.alsa-project.org/pub/utils/alsa-oss-1.0.17.tar.bz2

Required: xmlto (only alsa-utils)

Installation

Alsa driver
./configure \
   --with-moddir=/lib/modules/`uname -r`/kernel/sound/ \
   --with-kernel=/usr/src/linux-`uname -r` \
   --with-sequencer=yes \
   --with-oss=yes \
   --with-isapnp=no \
   --with-cards=hda-intel,usb-audio &&
make &&
make install

If updating the driver which was installed with the Linux kernel, remove the old files before installing the new version:

rm -rf /lib/modules/`uname -r`/kernel/sound/*
Alsa lib
./configure --enable-static --disable-python &&
make &&
make install
Alsa utils
./configure &&
make &&
make install
Alsa oss
./configure &&
make &&
make install

Module loading

snd-hda-intel model=laptop

Mixer setup

Playback controls is the default view after starting alsamixer, also available after pressing F3.

Capture controls view is available after pressing F4.

hardware/ad1986a.1232382237.txt.gz · Last modified: 2009/01/19 17:23 by kratz00