Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2007 12:11:38 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org
Cc:        "Wilkinson, Alex" <alex.wilkinson@dsto.defence.gov.au>
Subject:   Re: Just Saying Hi.
Message-ID:  <200705011211.38995.hselasky@c2i.net>
In-Reply-To: <20070501092305.GB12078@obelix.dsto.defence.gov.au>
References:  <20070430233206.GA49843@nibiru.b1tt3r.org> <200705010953.56866.hselasky@c2i.net> <20070501092305.GB12078@obelix.dsto.defence.gov.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705011211.38995.hselasky>