User Tools

Site Tools


hardware:ad1986a

This is an old revision of the document!


Alsa 1.0.15rc3

Installation

Alsa driver:

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

Alsa lib:

./configure --enable-static --disable-python &&
make &&
make install

Alsa utils

./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.1191010447.txt.gz · Last modified: 2007/09/28 22:14 by kratz00