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 [2009/09/09 22:50] 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.21.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.21a.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.21.tar.bz2\\  +ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.24.2.tar.bz2\\  
-ftp://ftp.alsa-project.org/pub/utils/alsa-oss-1.0.17.tar.bz2+ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-1.0.17.tar.bz2
  
 Required: [[software:xmlto]] (only alsa-utils) Required: [[software:xmlto]] (only alsa-utils)
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> <code>
-modprobe snd-hda-intel +modprobe snd-hda-intel</code>
-</code>+
  
 or to enable power saving or to enable power saving
  
 <code> <code>
-modprobe snd-hda-intel power_save=10 power_save_controller=Y +modprobe snd-hda-intel power_save=10 power_save_controller=Y</code>
-</code>+
  
 ==== Mixer setup ==== ==== Mixer setup ====
hardware/ad1986a.1252529431.txt.gz · Last modified: 2009/09/09 22:50 by kratz00