Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2000 18:32:17 -1000 (HST)
From:      Wai Chan <waichan@hpu.edu>
To:        freebsd-questions@freebsd.org
Subject:   SB64 on FreeBSD 4.0 release
Message-ID:  <Pine.SO4.4.05.10003291815530.16708-100000@aloha.hpu.edu>

next in thread | raw e-mail | index | archive | help
I installed FreeBSD 4.0 release, all devices have been configured except
the SB64.

I tried compile the kernel with the following:
	device snd
	device sb0 at isa? port 0x220 irq 5 drq 1
	device sbxvi0 at isa? drq 5
	device sbmidi0 at isa? port 0x330
	device opl0 at isa? port 0x388
	device awe0 at isa? port 0x620
But, "WARNING: The snd drivers are deprecated. Please see pcm/sbc/etc." 
come up when I do "/usr/sbin/config theKernel".

So, I stopped there and looked into LINT and changed the kernel
configuration to:
	device pcm
Here is the result of dmesg:
	sbc0: <Creative SB AWE64 Gold> at port 
0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0
	sbc0: setting card to irq 5, drq 1, 5
	pcm0: <SB DSP 4.16> on sbc0
	unknown0: <Game> at port 0x200-0x207 on isa0
	unknown1: <WaveTable> at port 0x620-0x623 on isa0
Here is the result of "cat /dev/sndstat"
	pcm0: <SB DSP 4.16> at io 0x220 irq 5 drq 1:5 (1p/1r channels
duplex)

How do I configure the unknown0 and unknow1?

I can play mp3 with xmms, but the volume is very low when compare to
the snd driver on FreeBSD 3.4 release.  Is this normal?

best wishes,
Wai Chan



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SO4.4.05.10003291815530.16708-100000>