From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 18:47: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 C1CF237B401 for ; Wed, 13 Aug 2003 18:47:42 -0700 (PDT) Received: from phear.huffstutler.com (9-28.lctv-a4.cablelynx.com [24.204.9.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB6043FAF for ; Wed, 13 Aug 2003 18:47:41 -0700 (PDT) (envelope-from david@huffstutler.com) Received: from crank ([192.168.1.102]) by phear.huffstutler.com (8.12.6/8.12.6) with SMTP id h7E0in8q002940 for ; Wed, 13 Aug 2003 19:44:51 -0500 (CDT) (envelope-from david@huffstutler.com) Message-ID: <000001c36206$0c9e69a0$6601a8c0@crank> From: "David" To: Date: Wed, 13 Aug 2003 20:29:40 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD and Sound X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 01:47:43 -0000 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 =20 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