Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 1999 09:00:44 -0600
From:      Oscar Bonilla <obonilla@fisicc-ufm.edu>
To:        Mike Bush <mab@kougars.kish.cc.il.us>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: kernel w/ sound
Message-ID:  <19990826090044.A2176@fisicc-ufm.edu>
In-Reply-To: <Pine.GHP.4.10.9908242017430.20509-100000@kougars.kish.cc.il.us>
References:  <Pine.GHP.4.10.9908242017430.20509-100000@kougars.kish.cc.il.us>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 24, 1999 at 08:32:49PM -0500, Mike Bush wrote:
> im trying to compile my kernel with sound (i have an ESS1869). config runs
> fine and everything seems to compile fine but durning linking i get some
> errors...
> 
> Here's what my config file looks like.. hope this helps
> 
> controller      pnp0                    # PnP support for ISA
> device sb0      at isa? port 0x220 irq 5 drq 1
> device uart0 at isa? port 0x330 irq 5
> device pcm0 at isa? port ? irq 10 drq 1 flags 0x0
> 

add

controller snd0

to your config file and ditch the pcm0 stuff or
ditch the sb0 and uart0 stuff and leave only the pcm stuff

regards,

-Oscar

-- 
For PGP Public Key: finger obonilla@fisicc-ufm.edu


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?19990826090044.A2176>