User Tools

Site Tools


hardware:ad1986a

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
hardware:ad1986a [2007/09/28 22:14] kratz00hardware:ad1986a [2010/04/23 16:54] kratz00
Line 1: Line 1:
-Alsa 1.0.15rc3+http://www.alsa-project.org/ 
 + 
 +ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.23.tar.bz2\\  
 +ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.23.tar.bz2\\  
 +ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.23.tar.bz2\\  
 +ftp://ftp.alsa-project.org/pub/utils/alsa-oss-1.0.17.tar.bz2 
 + 
 +Required: [[software:xmlto]] (only alsa-utils) 
 + 
 +====Installation==== 
 +==Alsa driver==
  
-==Installation== 
-Alsa driver: 
 <code> <code>
 ./configure \ ./configure \
-   --with-moddir=/lib/modules/`uname -r`/kernel/drivers/sound/ \+   --with-moddir=/lib/modules/`uname -r`/kernel/sound/ \
    --with-kernel=/usr/src/linux-`uname -r` \    --with-kernel=/usr/src/linux-`uname -r` \
    --with-sequencer=yes \    --with-sequencer=yes \
    --with-oss=yes \    --with-oss=yes \
    --with-isapnp=no \    --with-isapnp=no \
-   --with-cards=hda-intel &&+   --with-cards=hda-intel,usb-audio &&
 make && make &&
-make install +make install</code>
-</code>+
  
-Alsa lib:+If updating the driver which was installed with the Linux kernel, remove the old files before installing the new version: 
 +<code> 
 +rm -rf /lib/modules/`uname -r`/kernel/sound/*</code> 
 + 
 +==Alsa lib==
 <code> <code>
 ./configure --enable-static --disable-python && ./configure --enable-static --disable-python &&
 make && make &&
-make install +make install</code>
-</code>+
  
-Alsa utils+==Alsa utils==
 <code> <code>
 ./configure && ./configure &&
 make && make &&
-make install +make install</code>
-</code>+
  
-== Module loading ==+==Alsa oss== 
 +<code> 
 +./configure && 
 +make && 
 +make install</code>
  
-<code>snd-hda-intel model=laptop</code>+==== Module loading ==== 
 + 
 +<code> 
 +modprobe snd-hda-intel</code> 
 + 
 +or to enable power saving 
 + 
 +<code> 
 +modprobe snd-hda-intel power_save=10 power_save_controller=Y</code>
  
-== Mixer setup ==+==== Mixer setup ====
  
 Playback controls is the default view after starting alsamixer, also available after pressing F3. Playback controls is the default view after starting alsamixer, also available after pressing F3.
hardware/ad1986a.txt · Last modified: 2011/02/06 11:29 by kratz00