From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 18 12:51:05 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 391E416A4CE for ; Thu, 18 Nov 2004 12:51:05 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C248F43D46 for ; Thu, 18 Nov 2004 12:51:04 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so1033728rne for ; Thu, 18 Nov 2004 04:51:02 -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=K6xoQEyPjSOXAoIsBSfujxDZPjE6NFLBKVpGwXz7lR/r036v8HTU9YCypV9STe6miTrl/geIjCoJSIQOqXnB0AQDEFGhCKPHLoVYrZUqHAdppZePdD2n1mfL0YUDJTpnSKs6wfVZb2mNTk2p8XNAn4QLUZn8NmEAS8kr5TASycE= Received: by 10.38.125.42 with SMTP id x42mr285050rnc; Thu, 18 Nov 2004 04:51:02 -0800 (PST) Received: by 10.38.72.65 with HTTP; Thu, 18 Nov 2004 04:51:02 -0800 (PST) Message-ID: Date: Thu, 18 Nov 2004 13:51:02 +0100 From: Gert Cuykens To: Ruslan Ermilov In-Reply-To: <20041118085302.GD72018@ip.net.ua> 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:51:05 -0000 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 > > >