From owner-freebsd-questions Fri Jul 27 22:33:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-server2.tampabay.rr.com (smtp-server2.cfl.rr.com [65.32.2.69]) by hub.freebsd.org (Postfix) with ESMTP id 8611837B406 for ; Fri, 27 Jul 2001 22:33:37 -0700 (PDT) (envelope-from joshg@tampabay.rr.com) Received: from josh (24129138hfc141.tampabay.rr.com [24.129.138.141]) by smtp-server2.tampabay.rr.com (8.11.2/8.11.2) with SMTP id f6S5XaJ13364 for ; Sat, 28 Jul 2001 01:33:36 -0400 (EDT) Message-ID: <001a01c11726$20517550$0e64a8c0@josh> From: "Joshua Garman" To: Subject: kernel compile not completing? Date: Sat, 28 Jul 2001 01:28:24 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0017_01C11704.98621F80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0017_01C11704.98621F80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to get the sound working on my 4.3 freebsd box. I have a = Crystal sound card. I have put these lines in the kernel to configure it. device snd device css device pcm device csa and also just like this=20 device snd device css and this is the error I get back during the make: cs4232.o: In function 'attach_cs4232': cs4232.o(.text+0x1c7): undefined reference to 'probe_mpu401' cs4232.0(.text+0x1d4): undefined reference to 'attach_mpu401' what could the problem be? and help would be great. thanks, Josh ------=_NextPart_000_0017_01C11704.98621F80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am trying to get the sound working on = my 4.3=20 freebsd box. I have a Crystal sound card.
 
I have put these lines in the kernel to = configure=20 it.
 
device     = snd
device     = css
device     = pcm
device     = csa
 
and also just like this
 
device     = snd
device     = css
 
and this is the error I get back during = the=20 make:
 
cs4232.o: In function = 'attach_cs4232':
cs4232.o(.text+0x1c7): undefined = reference to=20 'probe_mpu401'
cs4232.0(.text+0x1d4): undefined = reference to=20 'attach_mpu401'
 
what could the problem be? and help = would be=20 great.
 
thanks,
 
Josh
------=_NextPart_000_0017_01C11704.98621F80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message