From owner-freebsd-current@FreeBSD.ORG Tue May 1 15:05:16 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9899D16A402 for ; Tue, 1 May 2007 15:05:16 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 7548613C4C5 for ; Tue, 1 May 2007 15:05:16 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l41F5Awr007161 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 1 May 2007 08:05:10 -0700 X-Auth-Received: from [192.168.10.45] (c-67-187-164-17.hsd1.ca.comcast.net [67.187.164.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l41F59pi020563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 1 May 2007 08:05:10 -0700 Message-ID: <4637574C.4060903@u.washington.edu> Date: Tue, 01 May 2007 08:05:48 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Hans Petter Selasky References: <20070430233206.GA49843@nibiru.b1tt3r.org> <200705010953.56866.hselasky@c2i.net> <20070501092305.GB12078@obelix.dsto.defence.gov.au> <200705011211.38995.hselasky@c2i.net> In-Reply-To: <200705011211.38995.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.1.74635 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-current@freebsd.org, "Wilkinson, Alex" Subject: Re: Just Saying Hi. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2007 15:05:16 -0000 Hans Petter Selasky wrote: > On Tuesday 01 May 2007 11:23, Wilkinson, Alex wrote: >> 0n Tue, May 01, 2007 at 09:53:56AM +0200, Hans Petter Selasky wrote: >> >On Tuesday 01 May 2007 01:32, Sam Stein wrote: >> >> Hey everyone, new to the lists; thought I'd say hi, hope I'll be of >> >> some use in helping people or fixing something. :D >> > >> >If you're out of work, maybe you want to help out testing the new USB >> > stack? >> > >> >http://www.turbocat.net/~hselasky/usb4bsd >> > >> >Download the SVN version. >> > >> >It compiles on FreeBSD-7-current and FreeBSD-6-stable. >> >> FreeBSD 7.0-CURRENT #0: Mon Apr 30 12:13:02 WST 2007 >> >> #make buildkernel installkernel -DNOCLEAN -DNO_CLEAN >> >> ... >> >> cc -c -O2 -pipe -fno-strict-aliasing -march=pentium4 -std=c99 -g -Wall >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes >> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef >> -fformat-extensions -nostdinc -I- -I. -I/usr/src/sys >> -I/usr/src/sys/contrib/altq -D_KERNEL >> -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common >> -finline-limit=8000 --param inline-unit-growth=100 --param >> large-function-growth=1000 -mno-align-long-strings >> -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 >> -mno-sse3 -ffreestanding -Werror vers.c linking kernel.debug >> if_ural.o(.text+0x54d): In function `ural_cfg_first_time_setup': >> /usr/src/sys/dev/usb/if_ural.c:853: undefined reference to >> `ieee80211_amrr_init' if_ural.o(.text+0x3bcd): In function >> `ural_cfg_pre_set_run': >> /usr/src/sys/dev/usb/if_ural.c:2673: undefined reference to >> `ieee80211_amrr_node_init' if_ural.o(.text+0x3cae): In function >> `ural_cfg_amrr_timeout': >> /usr/src/sys/dev/usb/if_ural.c:2712: undefined reference to >> `ieee80211_amrr_choose' *** Error code 1 >> >> Stop in /usr/obj/usr/src/sys/GENERIC. >> *** Error code 1 >> >> Stop in /usr/src. >> *** Error code 1 >> >> Stop in /usr/src. >> > > Just add "device wlan_amrr" to your kernel config file. > > --HPS ... or remove the device ural entry in your kernel conf, if you don't want USB wireless :).. -Garrett