From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 18 12:57:32 2004 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 43DD616A4CE for ; Thu, 18 Nov 2004 12:57:32 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0FB743D2D for ; Thu, 18 Nov 2004 12:57:31 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so1034146rne for ; Thu, 18 Nov 2004 04:57:28 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ptdfXYaGBIda1Aw9oBEhCjFLFCUSE/04ZBQP+r05dB+tLbrxPONW+WyyVYkxdXzltEcEyR8FmKtvSwRSTHkRRreqQ/SdofngC7MzuM75pmd8LwumHBoOypGkmMl0umD6681P+cZ0JnE45B3HlrVxgfVN4G440jHepjSTU8r+F3U= Received: by 10.38.67.8 with SMTP id p8mr491570rna; Thu, 18 Nov 2004 04:57:28 -0800 (PST) Received: by 10.38.72.65 with HTTP; Thu, 18 Nov 2004 04:57:28 -0800 (PST) Message-ID: Date: Thu, 18 Nov 2004 13:57:28 +0100 From: Gert Cuykens To: Ruslan Ermilov In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041118085302.GD72018@ip.net.ua> cc: freebsd-amd64@freebsd.org Subject: Re: kldload: can't load snd_driver.ko: Exec format error X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 12:57:32 -0000 On Thu, 18 Nov 2004 13:51:02 +0100, Gert Cuykens wrote: > KLD snd_driver.ko: depends on snd_ad1816 - not available > kldload: Unsupported file type > 7rxI# > > > > On Thu, 18 Nov 2004 10:53:02 +0200, Ruslan Ermilov wrote: > > On Thu, Nov 18, 2004 at 06:46:27AM +0100, Gert Cuykens wrote: > > > > > > > hi i am using a sk8n motherboard everything works fine except de NIC > > > and the sound card. They said on the question mailinglist i had to ask > > > the amd64 mailinglist how to make my soundchip alc650 work. I tried > > > this but on the question mailing list they said i have to do something > > > els also. i am using freebsd 5.3b7 > > > > > > #cd /usr/src/sys/modules/sound/drivers/drivers/ > > > #make depend > > > #make > > > #make install > > > # kldload snd_driver.ko > > > kldload: can't load snd_driver.ko: Exec format error > > > > > And the dmesg(8) output after you do this look like? > > > > Cheers, > > -- > > Ruslan Ermilov > > ru@FreeBSD.org > > FreeBSD committer > > > > > > > what does make depend do ? why do you only have to use make depend when you install a driver and not when you install a port application ? what happens if you skip the depend part ?