I have ISA soundcard - Gravis UltraSound MAX. Kernel 2.6.5. Load module:
# modprobe snd-gusmax port=0x220 irq=11 dma1=6 dma2=7
There is a device /dev/dsp But the sound is not present, I think to that there
are no interruptions:
# cat /proc/interrupts
CPU0
0: 762607 XT-
Eric Pierce wrote:
I did some searching, and found the following 2 lines as a supposed fix:
echo "quake3.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "quake3.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
This does give me sound at first, but the moment I begin a fight (when the 3D
accelera
Hi ho,
When starting quake3, I don't have any sound and this spits out on the
terminal:
--- sound initialization ---
Could not mmap dma buffer PROT_WRITE|PROT_READ
trying mmap PROT_WRITE (with associated better compatibility / less performance
code)
/dev/dsp: Input/output error
Could not m
At Sat, 24 Apr 2004 14:02:32 -0400,
Ivica Ico Bukvic wrote:
>
> > yes, the module name still consists of snd- prefix.
> > the snd_ prefix was dropped from the module OPTIONS.
> > (e.g. dxs_support would have been named as snd_dxs_support in the old
> > versions.)
>
> Oh, I see now. Thank you ver
> yes, the module name still consists of snd- prefix.
> the snd_ prefix was dropped from the module OPTIONS.
> (e.g. dxs_support would have been named as snd_dxs_support in the old
> versions.)
Oh, I see now. Thank you very much for explaining that.
Now, when I do put in an option into the modul
Hi!
I have a compaq presario R3000 laptop. It has an Ati IXP 150 based sound
card (SoundMAX ?).
I tried to compile both in kernel and as module, the atiixp driver in
kernels 2.6.5 2.6.6-rc1 and rc2, with the same results. the driver gets
loaded, but gives a lot of messages in dmesg:
ixp.c:455:
Hello,
I'm running alsa-1.0.4 on kernel 2.4.26 and attempted to record from the mic and tried
the following:
root:~# arecord -d 5 -D hw:0,0 test.wav
Recording WAVE 'test.wav' : Unsigned 8 bit, Rate 8000 Hz, Mono
Warning: rate is not accurate (requested = 8000Hz, got = 48000Hz)
please, tr