Bonsoir,

J'aurais besoin d'aide en ce qui concerne ma carte de son s.v.p.

Voici o� j'en suis :


1) Linux arrive avec un module soundcore compil�(en g�n�rale).
La commande suivante permet de v�rifier cel� :

# modinfo soundcore
filename:    /lib/modules/2.4.18-6mdk/kernel/drivers/sound/soundcore.o.gz
description: "Core sound module"
author:      "Alan Cox"
license:     "GPL"

L� j'esquisse un d�but de sourire car j'ai le "Core sound module"
Donc, je n'ai pas � recompiler mon noyau ! Y� :-)


2) Cr�er un r�pertoire pour y entreposer le code source alsa :
# cd /usr/src
# mkdir alsa
# cd alsa
# cp /downloads/alsa-* .

L�, il me dit; cp: Le fichier de destination est manquant.
Je suis tenace alors je tape :
# cp /downloads/alsa-* /usr/src/alsa
cp: Ne peut �valuer `/downloads/alsa-*' par stat(): Aucun fichier ou 
r�pertoire de ce type

L� je souris encore mais c'est jaune :-}


A suivre ...

3) Now unzip and install the alsa-driver package

# bunzip2 alsa-driver-xxx
# tar -xf alsa-driver-xxx
# cd alsa-driver-xxx
# ./configure --with-cards=trident --with-sequencer=yes;make;make install
# ./snddevices
The snddevices script sets the permissions for the devices it creates to 
root. You should
# chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi


4) Now unzip and install the alsa-lib package

# cd ..
# bunzip2 alsa-lib-xxx
# tar -xf alsa-lib-xxx
# cd alsa-lib-xxx
# ./configure;make;make install


5) Now unzip and install the alsa-utils package

# cd ..
# bunzip2 alsa-utils-xxx
# tar -xf alsa-utils-xxx
# cd alsa-utils-xxx
# ./configure;make;make install


6) Now insert the modules into the kernel space.

# modprobe snd-trident;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe 
snd-seq-oss


7) Setting up modprobe and kmod support

Copy and paste this to the bottom of your /etc/modules.conf file.

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-trident
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
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


Chez moi :
alias usb-interface usb-ohci
alias sound-slot-0 snd-trident
above snd-trident snd-pcm-oss
alias eth0 sis900
alias eth1 via-rhine


JP

Vous souhaitez acquerir votre Pack ou des Services MandrakeSoft?
Rendez-vous sur "http://www.mandrakestore.com";

Répondre à