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 [2008/10/31 10:12] kratz00hardware:ad1986a [2010/04/23 16:54] 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.18.tar.bz2\\  +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.18.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.18.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 ftp://ftp.alsa-project.org/pub/utils/alsa-oss-1.0.17.tar.bz2
  
Line 20: Line 20:
    --with-cards=hda-intel,usb-audio &&    --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: If updating the driver which was installed with the Linux kernel, remove the old files before installing the new version:
 <code> <code>
-rm -rf /lib/modules/`uname -r`/kernel/sound/* +rm -rf /lib/modules/`uname -r`/kernel/sound/*</code>
-</code>+
  
 ==Alsa lib== ==Alsa lib==
Line 32: 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 39: Line 36:
 ./configure && ./configure &&
 make && make &&
-make install +make install</code>
-</code>+
  
 ==Alsa oss== ==Alsa oss==
Line 46: Line 42:
 ./configure && ./configure &&
 make && make &&
-make install +make install</code>
-</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.txt · Last modified: 2011/02/06 11:29 by kratz00