After more than an hour tracking down a bug in an X program--yes,
I should have used gdb immediately, I found it was due to my KERNEL
not being set up for sound. I am still using my SB16.
Okay, I copied over the below which was in my FreeBSD-3.2 KERNEL
file and tried to rebuild. I spotted the heads-up that snd0 was
being deprecated in favor of pcm.
I don't have any problem replacing this:
device snd0
device sb0 at isa? port 0x220 irq 5 drq 1
device sbxvi0 at isa? drq 5
device sbmidi0 at isa? port 0x3000
###Pro Audio Spectrum. For Yamaha OPL-2/OPL-3 FM support:
device opl0 at isa? port 0x388
with:
device pcm
but will is work for my ancient SB16??
thanks for any insights here.
gary
--
Gary D. Kline [EMAIL PROTECTED] Public service Unix
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message