From owner-freebsd-questions Thu Jul 11 15: 1:38 2002 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 4930F37B400 for ; Thu, 11 Jul 2002 15:01:34 -0700 (PDT) Received: from www.bigrivertelephone.com (bigrivertelephone.com [209.16.220.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 702A743E4A for ; Thu, 11 Jul 2002 15:01:33 -0700 (PDT) (envelope-from nbollinger@bigrivertelephone.com) Received: from nathanblaptop.bigrivertelephone.com ([209.16.220.20]) (authenticated) by www.bigrivertelephone.com (8.10.2/8.10.2) with ESMTP id g6BLlWN15466 for ; Thu, 11 Jul 2002 16:47:32 -0500 Message-Id: <5.1.1.6.0.20020711165321.00a70330@mail.bigrivertelephone.com> X-Sender: nbollinger@mail.bigrivertelephone.com X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Thu, 11 Jul 2002 17:01:23 -0500 To: freebsd-questions@FreeBSD.org From: Nathan Bollinger Subject: Compiling a custom kernel with sound support Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=====================_12627507==.ALT" 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 --=====================_12627507==.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed I'm using FreeBSD 4.5-RELEASE and am trying to compile my kernel with sound support. I follow the handbook about adding the proper device line to the kernel config file and added the line "device pcm", but when i try to build it with either method listed: # /usr/sbin/config MYKERNEL # cd ../../compile/MYKERNEL # make depend or # cd /usr/src # make buildkernel KERNCONF=MYKERNEL Both ways stop with the error: ../../dev/sound/pcm/channel.h:66: channel_if.h: No such file or directory *** Error code 1 What could I do to further diagnosis the problem or fix it? Thanks for any help, Nathan --=====================_12627507==.ALT Content-Type: text/html; charset="us-ascii"         I'm using FreeBSD 4.5-RELEASE and  am trying to compile my kernel with sound support. I follow the handbook about adding the proper device line to the  kernel config file and added the line "device pcm", but when i try to build it with either method listed:

        # /usr/sbin/config MYKERNEL
        # cd ../../compile/MYKERNEL
        # make depend

        or

        # cd /usr/src
        # make buildkernel KERNCONF=MYKERNEL

Both ways stop with the error:

  ../../dev/sound/pcm/channel.h:66: channel_if.h: No such file or directory
  *** Error code 1

What could I do to further diagnosis the problem or fix it?

Thanks for any help,

Nathan

--=====================_12627507==.ALT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message