Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Feb 2000 02:44:59 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Jeff Jones <gronesy@home.com>
Cc:        questions@freebsd.org
Subject:   Re: Can't get sound to work
Message-ID:  <20000208024459.H3126@marder-1>
In-Reply-To: <389F7DD1.41C67EA6@home.com>
References:  <389F7DD1.41C67EA6@home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 07, 2000 at 08:22:09PM -0600, Jeff Jones wrote:
> Hello,
> I am attaching a copy of my kernel config file for your suggestions. I
> have not been able to get sound or the mixer to work since I installed
> 3.4. I have rebuilt the latest kernel and still nothing. Could you
> please help? I have a SoundBlaster 16

Is it PnP or not?

Also, the output from dmesg(8) would be very useful

[snip]

> controller	snd0
> device pas0     at isa? port 0x388 irq 10 drq 6
> device sb0      at isa? port 0x220 irq 5 drq 1
> device sbxvi0   at isa? drq 5
> device sbmidi0  at isa? port 0x330
> device awe0     at isa? port 0x620
> device gus0 at isa? port 0x220 irq 12 drq 1
> #device gus0 at isa? port 0x220 irq 12 drq 1 flags 0x3
> device mss0 at isa? port 0x530 irq 10 drq 1
> device css0	at isa? port 0x534 irq 5 drq 1 flags 0x08
> device sscape0  at isa? port 0x330 irq 9 drq 0
> device trix0    at isa? port 0x330 irq 6 drq 0
> device sscape_mss0  at isa? port 0x534 irq 5 drq 1
> device opl0     at isa? port 0x388
> device mpu0     at isa? port 0x330 irq 6 drq 0
> device uart0 at isa? port 0x330 irq 5
> 

You don't need all these enabled. Just try:

controller	snd0

device sb0      at isa? port 0x220 irq 5 drq 1
device sbxvi0   at isa? drq 5
device sbmidi0  at isa? port 0x330

device mss0 at isa? port 0x530 irq 10 drq 1

to start with.

Also take a look at /usr/src/sys/i386/isa/snd/CARDS. It is for the pcm
driver (you use the ``device pcm0'' line below instead of *all* the
above), search the file for ``SB16''.

> # Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!).
> # You may also wish to enable the pnp controller with this, for pnp
> # sound cards.
> #
> #device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0
> 
> # Not controlled by `snd'
> #device pca0 at isa? port "IO_TIMER1" tty
> 
> 


-- 
	Microsoft: Where do you want to go today?
	Linux:     Where do you want to go tomorrow?
	BSD:       Are you guys coming, or what?
			              -Poster at LinuxWorld 2000
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org             http://www.radan.com



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?20000208024459.H3126>