Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2000 19:57:23 -0700 (PDT)
From:      Gary Kline <kline@thought.org>
To:        freebsd-stable@FreeBSD.ORG
Subject:   pcm driver
Message-ID:  <200009250257.e8P2vOX89190@thought.org>

next in thread | raw e-mail | index | archive | help

   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         kline@tao.thought.org          Public service Unix



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009250257.e8P2vOX89190>