|
From: | 620 |
Subject: | Re: [Linphone-users]Linphone 0.10.0 with Alsa Drivers |
Date: | Wed, 5 Feb 2003 17:13:50 +0800 |
My experience is:
If you installed alsa and setup your modules.conf properly,
you'll get it working with no special instruction.
Below is my modules.conf, all I did is remove the oss
drivers and install the ones from alsa.
Anthony Liu
-- MODULES.CONF --
#####################################################################
### Begin of 2.4.18-14 ##################################################################### alias parport_lowlevel parport_pc alias eth0 eepro100 # Setting Up Alsa Driver # alias sound-slot-0 i810_audio alias char-major-116 snd alias char-major-14 soundcore alias snd-card-0 snd-intel8x0 alias snd-card-1 snd-intel8x0 alias sound-slot-0 snd-card-0 alias sound-slot-1 snd-card-1 # OSS/Free portion - 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 # OSS/Free portion - card #1 alias sound-service-1-0 snd-mixer-oss alias sound-service-1-1 snd-seq-oss alias sound-service-1-3 snd-pcm-oss alias sound-service-1-8 snd-seq-oss alias sound-service-1-12 snd-pcm-oss post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : alias usb-controller usb-uhci ##################################################################### ### End of 2.4.18-14 #####################################################################
|
[Prev in Thread] | Current Thread | [Next in Thread] |