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
hardware:ad1986a [2008/02/02 16:29] kratz00hardware:ad1986a [2011/02/06 11:29] (current) kratz00
Line 1: Line 1:
 http://www.alsa-project.org/ http://www.alsa-project.org/
  
-ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.16rc2.tar.bz2\\  +ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.24.tar.bz2\\  
-ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.16rc2.tar.bz2\\  +ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.24.1.tar.bz2\\  
-ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.16rc1.tar.bz2+ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.24.2.tar.bz2\\  
 +ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-1.0.17.tar.bz2 
 + 
 +Required: [[software:xmlto]] (only alsa-utils)
  
 ====Installation==== ====Installation====
Line 15: Line 18:
    --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>+ 
 +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== ==Alsa lib==
Line 24: Line 30:
 ./configure --enable-static --disable-python && ./configure --enable-static --disable-python &&
 make && make &&
-make install +make install</code>
-</code>+
  
 ==Alsa utils== ==Alsa utils==
Line 31: Line 36:
 ./configure && ./configure &&
 make && make &&
-make install +make install</code> 
-</code>+ 
 +==Alsa oss== 
 +<code> 
 +./configure && 
 +make && 
 +make install</code>
  
 ==== Module loading ==== ==== Module loading ====
  
-<code>snd-hda-intel model=laptop</code>+<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 ====
hardware/ad1986a.1201966173.txt.gz · Last modified: 2008/02/02 16:29 by kratz00