From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 8 16:33:02 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C12416A4CE for ; Sat, 8 Jan 2005 16:33:02 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5B543D1D for ; Sat, 8 Jan 2005 16:33:02 +0000 (GMT) (envelope-from ccnp.bsd@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so212025rnf for ; Sat, 08 Jan 2005 08:33:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=bCxmK/JcjYEcG/CvV+gQUDlZ3Z9IRhRiF/1gxDECH+uFLtc1WhCiwvBoxzy6x7Dgk+p7TzQRXMFhw5jByypA8/D8XadOVJ/NjdyKk1B+iBhL2Aw1rTP0ulHq3H9NDXi+7ROfYs79T3IEJjsYM2aRu+edzy6uWlzP/B5mKCF/qg8= Received: by 10.38.209.27 with SMTP id h27mr65232rng; Sat, 08 Jan 2005 08:33:01 -0800 (PST) Received: by 10.38.208.42 with HTTP; Sat, 8 Jan 2005 08:33:01 -0800 (PST) Message-ID: Date: Sat, 8 Jan 2005 16:33:01 +0000 From: Nick Lozinsky To: freebsd-amd64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: AC'97 Sound will not compile into 5.3 kernel on Gateway 64bit. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Lozinsky List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 16:33:02 -0000 Hello, I have attempted to build a custom kernel using the old-fashioned way: # make depend make install clean and also the new way. I have added the necessary devices into the kernel as the handbook suggested: device sound device "snd_ich" # optional Rebooting, no new hardware has been added or detected, for that matter. Still this: pci0: at device 17.5 (no driver attached) Even when I try to load a module: kldload sound or kldload snd_ich These modules do not exist in the /boot/kernel directory or the /boot/modules My question is, will this built-in device even work on amd64 kernel, or at all? And even more so, why do I not have any modules present, the ones that I want to create? eg...sound, etc... I have even attempted to # sh MAKEDEV snd0 and also pcm0, etc... I get: MAKEDEV: Can't open MAKEDEV: No such file or directory Any help would be greatly appreciated. Thank you in advance. Nick