From owner-freebsd-questions@FreeBSD.ORG Mon Mar 3 22:14:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5F191065670 for ; Mon, 3 Mar 2008 22:14:03 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 193F18FC16 for ; Mon, 3 Mar 2008 22:14:02 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl109-122.kln.forthnet.gr [77.49.228.122]) (authenticated bits=0) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id m23MDX3Q025061; Tue, 4 Mar 2008 00:13:39 +0200 Received: by kobe.laptop (Postfix, from userid 1000) id BD77D22804; Tue, 4 Mar 2008 00:13:32 +0200 (EET) Date: Tue, 4 Mar 2008 00:13:32 +0200 From: Giorgos Keramidas To: Win32 Win32 Message-ID: <20080303221332.GA15706@kobe.laptop> References: <444954.97563.qm@web57915.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <444954.97563.qm@web57915.mail.re3.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.055, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.34, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Kernel Compile Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2008 22:14:03 -0000 On 2008-03-03 13:00, Win32 Win32 wrote: > Hi there, > > I tried to compile an custom kernel, and i've got a lot of errors. > I don't know what is the problem, even when i try to compile with > GENERIC conf file i've got same link errors. So, what should i do ? The problem is that you trimmed / commented out too much stuff... > # Wireless NIC cards > #device wlan # 802.11 support > #device wlan_wep # 802.11 WEP support > #device wlan_ccmp # 802.11 CCMP support > #device wlan_tkip # 802.11 TKIP support > #device wlan_amrr # AMRR transmit rate control algorithm > #device wlan_scan_ap # 802.11 AP mode scanning > #device wlan_scan_sta # 802.11 STA mode scanning [...] > # USB support [...] > device rum # Ralink Technology RT2501USB wireless NICs > > ============ linker error ================= > > linking kernel > if_ural.o(.text+0x713): In function `ural_free_tx_list': > : undefined reference to `ieee80211_free_node' `rum' is a wireless NIC driver. You need `wlan' options to compile into the kernel.