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.

At first it didn't work for me because I had a custom built
kernel without ISA support. You really need that (CONFIG_ISA)
and PCMCIA support of course.

I'm not really satisfied with the current setup as it isn't
reliable enough. Sometimes I can pull out and insert the card
and it gets initialized OK, and sometimes it doesn't.

Regards,
Theo



-------------------------------------------------------
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