From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 24 14:30:59 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55FBF16A4CE for ; Thu, 24 Feb 2005 14:30:59 +0000 (GMT) Received: from gatekeeper.syskonnect.de (gatekeeper.syskonnect.de [213.144.13.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DE543D41 for ; Thu, 24 Feb 2005 14:30:58 +0000 (GMT) (envelope-from gheinig@syskonnect.de) Received: from syskonnect.de (skd.de [10.9.15.1])j1OEVD91004630; Thu, 24 Feb 2005 15:31:13 +0100 (MET) Received: from syskonnect.de (localhost [127.0.0.1]) by syskonnect.de (8.12.11/8.12.11) with ESMTP id j1OEUla2016153; Thu, 24 Feb 2005 15:30:48 +0100 (MET) Message-ID: <421DE4E4.5020509@syskonnect.de> Date: Thu, 24 Feb 2005 15:29:56 +0100 From: Gerald Heinig User-Agent: Mozilla Thunderbird 0.5 (X11/20040208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Puramukas References: <000a01c519b9$bcdc3740$2500a8c0@vga> In-Reply-To: <000a01c519b9$bcdc3740$2500a8c0@vga> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: link_elf:symol m_gethdr udefined X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 14:30:59 -0000 Hi Puramukas, Puramukas wrote: > I get this error when try to load NICs driver kldload if_yk.ko > for Marvel Yukon 88E8053 Gigabit adapter on frebsd 5.3 -------------------^^^^^^^ This is a Yukon-EC adapter which isn't supported yet for FreeBSD. Where did you get this driver from? The page you cited below doesn't have any FreeBSD drivers for Yukon-EC cards. All the same, you certainly shouldn't get an error message about any undefined functions. The driver shouldn't even attach. Are you _sure_ that the error message is produced when you load the driver and that it isn't caused by something else? > i tryed to recompile kernel with variuos conf but nothing helped > and maybe the drive wich i try to use do not fit for 5.3 > http://www.syskonnect.com/syskonnect/support/driver/d0102_driver.html > i also posted this probelm in questions ML several times but with no repsone > so can someone help me pls?