Ok. First question. I've got a SB Awe64PCI.
What is the difference between the es1370 driver
and the es1371 driver?
Well, I compiled the es1370 driver into my kernel
and I have sound... kind of. I can play audio CD's
fine but the volume is so low I can barely hear it.
The same goes for sound samples but I also find a
large drop in sound quality too.
In the es1370.c file it says the only supported devices
are /dev/dsp, /dev/dsp1, /dev/mixer, and /dev/midi.
But I get zero output from /dev/dsp. Its only under
/dev/dsp1 that I get any sound, which is the lineout I
believe.
So I'll just start throwing out questions:
What's the difference between /dev/audio and /dev/dsp?
Why do most command line sound programs want to output
to /dev/audio by default?
Why I'm I not getting any sound from /dev/dsp?
Why is the lineout channel (dsp1) so low on volume?
How do I tell the es1370 driver to have the joystick port
ON by default?
How do I use /dev/midi? Nothing seems to work.
Thanx.