From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 09:20:45 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F19DE16A4CE for ; Fri, 7 Jan 2005 09:20:45 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94AC543D46 for ; Fri, 7 Jan 2005 09:20:45 +0000 (GMT) (envelope-from lucasreddinger@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so246677rna for ; Fri, 07 Jan 2005 01:20:45 -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=IA8CfGuGEu6SjZfvOlU+EMq04clJFNBMXorcAapeCFxTTaCYPUz30I+87msNt+CN7QgmfxOG8cVqHx7ZhRFsYq14AK6uBHcvW/4leP6qJpSUgBqG4oJFW7crk86qdFepsVYqtx7Rt2Ci1i196oc7SodFrC3KG6GIR/sG6FyW0Po= Received: by 10.38.13.24 with SMTP id 24mr415027rnm; Fri, 07 Jan 2005 01:20:44 -0800 (PST) Received: by 10.38.165.64 with HTTP; Fri, 7 Jan 2005 01:20:44 -0800 (PST) Message-ID: Date: Fri, 7 Jan 2005 02:20:44 -0700 From: lucas reddinger To: Kris Kennaway In-Reply-To: <20050107052522.GA56608@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050107052522.GA56608@xor.obsecurity.org> cc: freebsd-questions@freebsd.org Subject: Re: kernel make error in if_wi.o X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lucas reddinger List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 09:20:46 -0000 in other words, 5.x has a generic 802.11b driver called wlan(4) that contains common infrastructure among the many wireless drivers. that's what i get for just switching from 4.x (i don't believe there was such a thing). thanks for the help. lucas reddinger On Thu, 6 Jan 2005 21:25:22 -0800, Kris Kennaway wrote: > On Thu, Jan 06, 2005 at 09:53:31PM -0700, lucas reddinger wrote: > > http://marc.theaimsgroup.com/?l=freebsd-questions&m=101558914511003&w=2 > > > > I see the same problem in that post, however it was unanswered. I > > installed 5.3-R with 5.3-R kernel sources. During a make in > > /usr/src/sys/i386/compile/PASSION: > > > > if_wi.o(.text+0x4150): In function `wi_set_cfg': > > : undefined reference to `ieee80211_cfgset' > > if_wi.o(.text+0x4e02): In function `wi_newstate': > > : undefined reference to `ieee80211_state_name' > > if_wi.o(.text+0x52c8): In function `wi_dump_pkt': > > : undefined reference to `ieee80211_dump_pkt' > > Your kernel is missing something mandatory. Go back to GENERIC or > compare it to find out what you omitted. > > Kris > >