From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 08:32:42 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58FBE37B401 for ; Thu, 14 Aug 2003 08:32:42 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A561143F3F for ; Thu, 14 Aug 2003 08:32:41 -0700 (PDT) (envelope-from bulk_mail@siegel-tech.net) Received: from trekster (12-253-232-62.client.attbi.com[12.253.232.62](untrusted sender)) by comcast.net (rwcrmhc12) with SMTP id <2003081415324001400drn28e> (Authid: leereinhart); Thu, 14 Aug 2003 15:32:40 +0000 From: Aaron Siegel To: freebsd-questions@freebsd.org Date: Thu, 14 Aug 2003 09:31:52 -0600 User-Agent: KMail/1.5.2 References: <000001c36206$0c9e69a0$6601a8c0@crank> In-Reply-To: <000001c36206$0c9e69a0$6601a8c0@crank> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308140931.52168.bulk_mail@siegel-tech.net> Subject: Re: FreeBSD and Sound X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org, aj@siegel-tech.net, aaron-siegel@bresnan.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 15:32:42 -0000 Hello All you need to add support for you sound card is pcm remove the "device opl0 at isa? port 0x388" and try compiling the kernel. On Wednesday 13 August 2003 07:29 pm, David wrote: > I tried adding a driver for my onboard-soundcard Yamaha OPL-3-SAx on > P200mmx, FreeBSD 4.7-Release. > > After reading the manual, I put these 2 entries in MYKERNEL: > (copied from LINT): > > device opl0 at isa? port 0x388 > device pcm > > Rebuilt the kernel with: > > config MYKERNEL > cd ../../compile/MYKERNEL > make depend > make > > Now I get this error message after the make command: > > > Linking kernel > isa_compat.o(.data+0x4): undefined reference to `opldriver' > *** Error code 1 > > Stop in /usr/src/sys/compile/MYKERNEL. > > Any ideas on how to fix? > Any good references to getting sound going would be greatly appreciated. > > Thanks, > David > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"