* Re: [alsa-devel] ALSA Newbie - Getting Ensoniq SoundscapeVivo to work? [Solved]
@ 2007-04-29 21:18 Cody Jung
2007-04-29 22:04 ` [Alsa-user] " Rene Herman
0 siblings, 1 reply; 2+ messages in thread
From: Cody Jung @ 2007-04-29 21:18 UTC (permalink / raw)
To: Rene Herman; +Cc: ALSA devel, ALSA user
On 4/29/07, Rene Herman <rene.herman@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
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Alsa-user] ALSA Newbie - Getting Ensoniq SoundscapeVivo to work? [Solved]
2007-04-29 21:18 [alsa-devel] ALSA Newbie - Getting Ensoniq SoundscapeVivo to work? [Solved] Cody Jung
@ 2007-04-29 22:04 ` Rene Herman
0 siblings, 0 replies; 2+ messages in thread
From: Rene Herman @ 2007-04-29 22:04 UTC (permalink / raw)
To: Cody Jung; +Cc: ALSA devel, ALSA user
On 04/29/2007 11:18 PM, Cody Jung wrote:
> 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
Sure, that'll do as well. Bit strange that (/if) you need to "modprobe snd"
seperately; "modprobe snd-cs4231" should pull it in automatically, but not
important.
Do note that if you change the machine's hardware configuration the VIVOs
resources migth change again. If you for example put another card on IRQ9,
the PnP layer won't be able to use the VIVOs preferred options, and will
configure it on irq 7 instead of 5. Checking the resources in the /sys tree
after activating as I showed will work...
> And it works great!
>
> Thanks again for putting up with my incompetence.
Not so much incompetence; just the misfortune that your card isn't (really)
supported by ALSA. That's the kind of thing that immediately gets you deep
into the bowels of a Linux system. Glad I could at least help and as said,
some future verson of ALSA will probably grow a real/better driver for the card.
Rene.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-29 22:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-29 21:18 [alsa-devel] ALSA Newbie - Getting Ensoniq SoundscapeVivo to work? [Solved] Cody Jung
2007-04-29 22:04 ` [Alsa-user] " Rene Herman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.