mailto:[EMAIL PROTECTED]

On Sun Nov 11 I got alsa-driver by anonymous cvs and tried it
with my GUS (classic).  My card isn't detected.  I compiled
first with debug=detect, then again with debug=full, but there
were no messages in /var/log/messages or anywhere.
"modprobe -v snd-card-gusclassic" reports that it loads up
all the dependencies (I fixed /etc/modules.conf) but that
insmod failed.

My kernel version is Linux 2.4.12.  The gus driver that comes
with the kernel finds my card and it works (but not in
stereo), using the same irq, io, and dma assignments that
I used for the Alsa driver.  depmod -a reported no errors.

I'm using devfs, and I set up devfsd.conf as suggested.
That part seems to work ok, since I can modprobe snd-pcm
and snd-pcm-oss and get /dev/snd and /dev/sound appearing,
and also /proc/asound/.


The alsa-driver compiled with no errors reported.  I configured
it with:
./configure --with-sequencer=yes --with-debug=full --with-isapnp=no \
        --with-cards=gusclassic,ad1848 --with-oss=yes

I'm sending this by email, since the fancy SoundForge bug
tracking system would not accept my report.

Here's my modules.conf file:
-------------
alias net-pf-4 off      # we won't use PF IPX
alias net-pf-5 off      # we won't use PF AppleTalk

# ALSA native device support
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-card-gusclassic
options snd-card-gusclassic snd_index=0 snd_id="Gus" \
        snd_port=0x220 snd_irq=5 snd_dma1=1 snd_dma2=5

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

Greg Lee <[EMAIL PROTECTED]>


_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to