At Wed, 26 Nov 2003 16:06:15 +0100,
Theo Veenker wrote:
> 
> delire wrote:
> > anyone got the Digigram 'VX Pocket 440' working, or for that matter any other 
> > Digigram PCMCIA sound cards?
> > 
> > i notice that Tux Mobil says it 'works':
> > 
> > http://tuxmobil.org/pcmcia_linux_manfid.html
> > 
> > here is a page on the card:
> > 
> > http://www.digigram.com/products/getinfo.htm?prod_key=9000
> > 
> > (it comes up the same as the 'VX Pocket V2')
> 
> For a VX Pocket V2 I did the following:
> 
> /etc/modules.conf:
> [snip]
> 
> # ALSA native device support
> alias char-major-116 snd
> options snd major=116 cards_limit=1
> alias snd-card-0 vxpocket
> options vxpocket index=0 id="vxpocket"
> 
> # OSS/Free setup
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0
> alias sound-service-0-0 snd-mixer-oss
> alias sound-service-0-3 snd-pcm-oss
> alias sound-service-0-12 snd-pcm-oss
> 
> And from /etc/rc.local I call vxloader. You can find it in
> the alsa-tools package.
> 
> Note, a post-install line in /etc/modules.conf like the
> following
>    post-install vxpocket /usr/local/bin/vxloader
> didn't work for me. Either vxloader or the card manager
> failed to do their job, don't remember.

this is because of the sequence of pcmcia cardmgr.
the module is loaded with the non-initialized state, and then cardmgr
tells the driver the hardware information to initialize.
since post-install script is invoked immediately after the module is
loaded, it still cannot initialize the hardware correctly.

 
Takashi


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to