| Alsa for dummies:
To
install them, you just have to type this command: urpmi libalsa
libalsa-data libalsa-devel But,
this is not enough to successfully compile XdTV with alsa support:
when you make a ./configure command, XdTV test the presence of the amixer
file.
To
install it, you just have to type this command: urpmi alsa-utils Alsamixer
has a GUI which is provided by this package:
To
install it, you just have to type this command: urpmi alsamixergui The operating system is now ready to compile XdTV with the alsa support. The last thing to do, is to configure all ALSA parameters. alsaconf is the main configuration tool for alsa drivers. It is now included directly into Mandrake packages for both 0.5 and 0.9/1.x versions.
His is an example of alsa
configuration which can be found into your /etc/modules.conf file(alsa
version 0.9 with a sb16 PCI sound card):
###### BEGIN:
Generated by ALSACONF 0.9.0, do not edit. ######
alias char-major-116 snd alias snd-card-0 snd-ens1371 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss options snd major=116 cards_limit=1 device_mode=0666 options snd-ens1371 index=0 ###### END: Generated by ALSACONF, do not edit. ############## If you
need more informations about Alsa project, go to this web site:
|