[alsa-devel] [Alsa-user] ALSA Newbie - Getting Ensoniq SoundscapeVivo to work? [Solved]
Cody Jung
funkycat32 at gmail.com
Sun Apr 29 23:18:25 CEST 2007
On 4/29/07, Rene Herman <rene.herman at gmail.com> wrote:
> On 04/29/2007 09:31 AM, Rene Herman wrote:
>
> > I've attached (to try and avoid linewrap) the lines that you will need in
> > /etc/modprobe.conf.
>
> No I haven't.
>
> Rene.
>
> alias snd-card-0 snd-cs4231
> alias sound-slot-0 snd-cs4231
>
> options snd-cs4231 index=0 port=0x534 irq=5 dma1=1 dma2=0
>
> install snd-cs4231 echo activate >/sys/bus/pnp/devices/01\:01.00/resources &&\
> sleep 1 &&\
> /sbin/modprobe --ignore-install snd-cs4231
>
> remove snd-cs4231 /sbin/modprobe -r --ignore-remove snd-cs4231 &&\
> echo disable >/sys/bus/pnp/devices/01\:01.00/resources
>
>
Wahoo! Thank you, thank you!
I ended up not going the /etc/modules way, partially because it wasn't
working and partially because I didn't know what I was doing. Instead
I added the following 4 lines to a file and included it in my init
scripts.
echo activate > /sys/bus/pnp/devices/01\:01.00/resources
sleep 1
modprobe snd
modprobe snd-cs4231 port=0x534 irq=5 dma1=1 dma2=0
And it works great!
Thanks again for putting up with my incompetence.
~Cody Jung
More information about the Alsa-devel
mailing list