Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2002 16:00:10 -0500
From:      Jason Andresen <jandrese@mitre.org>
To:        Keith Powers <keithpowers@yahoo.com>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Reply to question
Message-ID:  <3DFE3EDA.2010004@mitre.org>
In-Reply-To: <20021216195317.34966.qmail@web40202.mail.yahoo.com>
References:  <20021216195317.34966.qmail@web40202.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Keith Powers wrote:
> Pertaining to my SoundBlaster Live! problem:
> The output for cat looked like this:
> 
> #cat /dev/sndstat
> FreeBSD Audio Driver (newpcm)


There's your problem.  FreeBSD did not detect your card, or at
least it didn't install the drivers for it.

That line should look something like:
# cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: <Creative EMU10K1> at io 0xd400 irq 11 (4p/2r/0v channels duplex)

Have you tried to kldload snd ?
(check the dmesg after you do that to see if it detects your card)

Did your card show up in the dmesg as something like:
pcm0: <Creative EMU10K1> port 0xd400-0xd41f irq 11 at device 11.0 on pci0
?



-- 
   \  |_ _|__ __|_ \ __| Jason Andresen        jandrese@mitre.org
  |\/ |  |    |    / _|  Network and Distributed Systems Engineer
_|  _|___|  _| _|_\___| Office: 703-883-7755



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




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