From owner-freebsd-drivers@FreeBSD.ORG Wed May 2 21:46:43 2007 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F192D16A401 for ; Wed, 2 May 2007 21:46:43 +0000 (UTC) (envelope-from kantorzsolt@yahoo.com) Received: from web35404.mail.mud.yahoo.com (web35404.mail.mud.yahoo.com [66.163.179.113]) by mx1.freebsd.org (Postfix) with SMTP id ADB3F13C4BA for ; Wed, 2 May 2007 21:46:43 +0000 (UTC) (envelope-from kantorzsolt@yahoo.com) Received: (qmail 18918 invoked by uid 60001); 2 May 2007 21:20:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=dGypeK4/O4sCwkudPcJLEEBrzdzB0Ccl+2YabAWxsXd7XIl5glcN8t4a/iT3rmPdpq4LOj9cdEqAHiVL3sp+ZqxnXd2ukNm5FeFUU0B2VMbwiygbJnbV3yp0kDrO4MxOETdI8nu59oU0lPiR9y3UTBJWarjm33nF3755/66MJsg=; X-YMail-OSG: AJ0OlAsVM1lZZ7pCcQe_pBHBJifswnVJIJtGy6DAmM78r3aV.QsuQ_W3mRuMYqaZ9pRaDGHZhP11mYRliNuQGVBPZLtEvTvDPrw7HvLXc.Qmfw4peHmykD_yijfCTQ-- Received: from [85.186.138.183] by web35404.mail.mud.yahoo.com via HTTP; Wed, 02 May 2007 14:20:03 PDT Date: Wed, 2 May 2007 14:20:03 -0700 (PDT) From: Kantor Zsolt To: freebsd-drivers@freebsd.org MIME-Version: 1.0 Message-ID: <306561.18103.qm@web35404.mail.mud.yahoo.com> X-Mailman-Approved-At: Wed, 02 May 2007 21:54:51 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kernel compiling error X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2007 21:46:44 -0000 Hi,I'm using FreeBsd 6.2 Release i386,If I remove from the configuiration file some wireless NIC devices I get the folowing error at the compilation: . . . . . . . . MAKE=/usr/obj/usr/src/make.i386/make sh /usr/src/sys/conf/newvers.sh FYODOR cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -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 -ffreestanding -Werror vers.c linking kernel if_ural.o(.text+0x66): In function `ural_free_tx_list': : undefined reference to `ieee80211_free_node' if_ural.o(.text+0x2d3): In function `ural_rxeof': : undefined reference to `ieee80211_find_rxnode' if_ural.o(.text+0x2eb): In function `ural_rxeof': : undefined reference to `ieee80211_input' if_ural.o(.text+0x2f1): In function `ural_rxeof': : undefined reference to `ieee80211_free_node' if_ural.o(.text+0x893): In function `ural_start': : undefined reference to `ieee80211_find_txnode' if_ural.o(.text+0x8b9): In function `ural_start': : undefined reference to `ieee80211_encap' if_ural.o(.text+0xa0a): In function `ural_start': : undefined reference to `ieee80211_free_node' if_ural.o(.text+0xa3f): In function `ural_start': : undefined reference to `ieee80211_encap' if_ural.o(.text+0xa53): In function `ural_start': : undefined reference to `ieee80211_free_node' if_ural.o(.text+0xa65): In function `ural_start': : undefined reference to `ieee80211_crypto_encap' if_ural.o(.text+0xe47): In function `ural_txeof': : undefined reference to `ieee80211_free_node' if_ural.o(.text+0xeee): In function `ural_watchdog': : undefined reference to `ieee80211_watchdog' if_ural.o(.text+0x1188): In function `ural_detach': : undefined reference to `ieee80211_ifdetach' if_ural.o(.text+0x16f3): In function `ural_attach': : undefined reference to `ieee80211_ieee2mhz' if_ural.o(.text+0x1719): In function `ural_attach': : undefined reference to `ieee80211_ifattach' if_ural.o(.text+0x1754): In function `ural_attach': : undefined reference to `ieee80211_media_status' if_ural.o(.text+0x175f): In function `ural_attach': : undefined reference to `ieee80211_media_init' if_ural.o(.text+0x182b): In function `ural_attach': : undefined reference to `ieee80211_ieee2mhz' if_ural.o(.text+0x185f): In function `ural_attach': : undefined reference to `ieee80211_ieee2mhz' if_ural.o(.text+0x1894): In function `ural_attach': : undefined reference to `ieee80211_ieee2mhz' if_ural.o(.text+0x18e6): In function `ural_attach': : undefined reference to `ieee80211_announce' if_ural.o(.text+0x1b8e): In function `ural_set_chan': : undefined reference to `ieee80211_chan2ieee' if_ural.o(.text+0x21c3): In function `ural_task': : undefined reference to `ieee80211_beacon_alloc' if_ural.o(.text+0x2be0): In function `ural_media_change': : undefined reference to `ieee80211_media_change' if_ural.o(.text+0x2c3e): In function `ural_media_change': : undefined reference to `ieee80211_media_change' if_ural.o(.text+0x2cf7): In function `ural_ioctl': : undefined reference to `ieee80211_ioctl' if_ural.o(.text+0xe5): In function `ural_next_scan': : undefined reference to `ieee80211_next_scan' *** Error code 1 Stop in /usr/obj/usr/src/sys/FYODOR. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. [root@freebsd /usr/src]# --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos. From owner-freebsd-drivers@FreeBSD.ORG Thu May 3 13:05:56 2007 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76BD916A402 for ; Thu, 3 May 2007 13:05:56 +0000 (UTC) (envelope-from stas.ibragimov@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.freebsd.org (Postfix) with ESMTP id 37E7D13C457 for ; Thu, 3 May 2007 13:05:56 +0000 (UTC) (envelope-from stas.ibragimov@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so490777wra for ; Thu, 03 May 2007 06:05:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:to:subject:message-id:mime-version:content-type:content-disposition:user-agent:from; b=kc+pJ7UykvMPJXiwlJKt8iM78nvnIJhKFo9byfHF8a2ht/A1JhyMelxMaCGT5ToAipoA6jwCwZ03PJGQCyp3w0GebBQonskbLGrc0FTR2rio7OQtJMGHP4UplO1yQoyx180MLBZZHrJQjRq03BD4/Vng7MpkVpbvBgOEnJ6qaN8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:message-id:mime-version:content-type:content-disposition:user-agent:from; b=h1iAzuuFPQ6W5t67WlQbX3pdG7EgTKFsRed05hnHJIlMFQ0QKnj+t10I267M25mz8E6/ZWtZd+pLjL0w1u7bVYGcEcMlP0pcqS0DgmqMYrz5wOjmBmnbdnI8sAGmsCagYd+ucuQUsQ474KqKsiflPNaLLlY1rYfME0uckALTvxU= Received: by 10.78.180.16 with SMTP id c16mr861379huf.1178195912777; Thu, 03 May 2007 05:38:32 -0700 (PDT) Received: from localhost ( [213.141.154.21]) by mx.google.com with ESMTP id 39sm2578206ugb.2007.05.03.05.38.30; Thu, 03 May 2007 05:38:31 -0700 (PDT) Date: Thu, 3 May 2007 16:41:26 +0400 To: freebsd-drivers@freebsd.org Message-ID: <20070503124126.GA1822@q.q> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) From: stas.ibragimov@gmail.com Subject: Re: kernel compiling error X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 13:05:56 -0000 Most likely you removed from the configuration file 'device wlan'.This driver supports IEEE 802.11 and a necessity for all wireless NIC devices such as if_ural. On Wed May 02, 2007 at 02:20:03PM -0700, Kantor Zsolt wrote: > Hi,I'm using FreeBsd 6.2 Release i386,If I remove from the configuiration file some wireless NIC devices I get the folowing error at the compilation: . . . . > . . . . > MAKE=/usr/obj/usr/src/make.i386/make sh /usr/src/sys/conf/newvers.sh FYODOR > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -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 -ffreestanding -Werror vers.c > linking kernel > if_ural.o(.text+0x66): In function `ural_free_tx_list': > : undefined reference to `ieee80211_free_node' > if_ural.o(.text+0x2d3): In function `ural_rxeof': > : undefined reference to `ieee80211_find_rxnode' > if_ural.o(.text+0x2eb): In function `ural_rxeof': > : undefined reference to `ieee80211_input' > if_ural.o(.text+0x2f1): In function `ural_rxeof': > : undefined reference to `ieee80211_free_node' > if_ural.o(.text+0x893): In function `ural_start': > : undefined reference to `ieee80211_find_txnode' > if_ural.o(.text+0x8b9): In function `ural_start': > : undefined reference to `ieee80211_encap' > if_ural.o(.text+0xa0a): In function `ural_start': > : undefined reference to `ieee80211_free_node' > if_ural.o(.text+0xa3f): In function `ural_start': > : undefined reference to `ieee80211_encap' > if_ural.o(.text+0xa53): In function `ural_start': > : undefined reference to `ieee80211_free_node' > if_ural.o(.text+0xa65): In function `ural_start': > : undefined reference to `ieee80211_crypto_encap' > if_ural.o(.text+0xe47): In function `ural_txeof': > : undefined reference to `ieee80211_free_node' > if_ural.o(.text+0xeee): In function `ural_watchdog': > : undefined reference to `ieee80211_watchdog' > if_ural.o(.text+0x1188): In function `ural_detach': > : undefined reference to `ieee80211_ifdetach' > if_ural.o(.text+0x16f3): In function `ural_attach': > : undefined reference to `ieee80211_ieee2mhz' > if_ural.o(.text+0x1719): In function `ural_attach': > : undefined reference to `ieee80211_ifattach' > if_ural.o(.text+0x1754): In function `ural_attach': > : undefined reference to `ieee80211_media_status' > if_ural.o(.text+0x175f): In function `ural_attach': > : undefined reference to `ieee80211_media_init' > if_ural.o(.text+0x182b): In function `ural_attach': > : undefined reference to `ieee80211_ieee2mhz' > if_ural.o(.text+0x185f): In function `ural_attach': > : undefined reference to `ieee80211_ieee2mhz' > if_ural.o(.text+0x1894): In function `ural_attach': > : undefined reference to `ieee80211_ieee2mhz' > if_ural.o(.text+0x18e6): In function `ural_attach': > : undefined reference to `ieee80211_announce' > if_ural.o(.text+0x1b8e): In function `ural_set_chan': > : undefined reference to `ieee80211_chan2ieee' > if_ural.o(.text+0x21c3): In function `ural_task': > : undefined reference to `ieee80211_beacon_alloc' > if_ural.o(.text+0x2be0): In function `ural_media_change': > : undefined reference to `ieee80211_media_change' > if_ural.o(.text+0x2c3e): In function `ural_media_change': > : undefined reference to `ieee80211_media_change' > if_ural.o(.text+0x2cf7): In function `ural_ioctl': > : undefined reference to `ieee80211_ioctl' > if_ural.o(.text+0xe5): In function `ural_next_scan': > : undefined reference to `ieee80211_next_scan' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/FYODOR. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > [root@freebsd /usr/src]# > > --------------------------------- > Ahhh...imagining that irresistible "new car" smell? > Check outnew cars at Yahoo! Autos. > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" From owner-freebsd-drivers@FreeBSD.ORG Sat May 5 16:19:22 2007 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D148916A400 for ; Sat, 5 May 2007 16:19:22 +0000 (UTC) (envelope-from rjsdg@sapo.pt) Received: from sapo.pt (relay4.ptmail.sapo.pt [212.55.154.24]) by mx1.freebsd.org (Postfix) with SMTP id 1E87C13C458 for ; Sat, 5 May 2007 16:19:21 +0000 (UTC) (envelope-from rjsdg@sapo.pt) Received: (qmail 7674 invoked from network); 5 May 2007 15:52:40 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.198) by relay4 with SMTP; 5 May 2007 15:52:40 -0000 Received: (qmail 19972 invoked by uid 64140); 5 May 2007 15:52:40 -0000 Received: from 85.139.118.7 ([85.139.118.7]) by w13.mail.sapo.pt (Horde MIME library) with HTTP; Sat, 05 May 2007 16:52:40 +0100 Message-ID: <20070505165240.npl78l6dylcgc488@w13.mail.sapo.pt> Date: Sat, 05 May 2007 16:52:40 +0100 From: rjsdg@sapo.pt To: freebsd-drivers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 85.139.118.7 X-PTMail-Version: 3.1.1 Subject: Belkin F5D7050 V3 - FreeBSD 6.2 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2007 16:19:22 -0000 Grettings from Lisbon, Portugal I'm struggling to get my Belkin 54g F5D7050 V3 Wireless USB Network =20 card to work in FreeBSD 6.2 and still can't get it work. When FreeBSD starts gives me the adapter on ugen0 identifying =20 correctly the adapter "ugen0: Belkin 54g Wireless Network Card on =20 address 2". No interface for ifconfig is created and I think due to =20 the adapter been detected as a generic usb device. It's missing the =20 correct driver to load the adapter, correct? So I tried all the solutions that I've found in the net, ural, ral, =20 ndis (ndisgen with windows drivers), etc.. and still gives me the =20 ugen0 detection. I think that in this last release of FreeBSD only the =20 version 2 of the adapter was considered. Ndis doesn't work with USB adapters, ural and ral doesn't load the =20 adapter, so I think that a special driver is needed. Does anyone solved the problem or created the driver for version 3 =20 (Belkin F5D7050 V3xxx) for FreeBSD 6.2? Thanks for the time, Best regards Rodrigo From owner-freebsd-drivers@FreeBSD.ORG Sat May 5 18:31:43 2007 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C266F16A400 for ; Sat, 5 May 2007 18:31:43 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 711C313C459 for ; Sat, 5 May 2007 18:31:43 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l45HxIlR082283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 May 2007 10:59:19 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <463CC5F8.9030701@errno.com> Date: Sat, 05 May 2007 10:59:20 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.0 (X11/20070430) MIME-Version: 1.0 To: rjsdg@sapo.pt References: <20070505165240.npl78l6dylcgc488@w13.mail.sapo.pt> In-Reply-To: <20070505165240.npl78l6dylcgc488@w13.mail.sapo.pt> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-drivers@freebsd.org Subject: Re: Belkin F5D7050 V3 - FreeBSD 6.2 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2007 18:31:43 -0000 rjsdg@sapo.pt wrote: > Grettings from Lisbon, Portugal > > I'm struggling to get my Belkin 54g F5D7050 V3 Wireless USB Network card > to work in FreeBSD 6.2 and still can't get it work. > > When FreeBSD starts gives me the adapter on ugen0 identifying correctly > the adapter "ugen0: Belkin 54g Wireless Network Card on address 2". No > interface for ifconfig is created and I think due to the adapter been > detected as a generic usb device. It's missing the correct driver to > load the adapter, correct? > > So I tried all the solutions that I've found in the net, ural, ral, ndis > (ndisgen with windows drivers), etc.. and still gives me the ugen0 > detection. I think that in this last release of FreeBSD only the version > 2 of the adapter was considered. > > Ndis doesn't work with USB adapters, ural and ral doesn't load the > adapter, so I think that a special driver is needed. > > Does anyone solved the problem or created the driver for version 3 > (Belkin F5D7050 V3xxx) for FreeBSD 6.2? Can't speak to a V3 stick, but a driver for the F5D7050 should appear in HEAD any day now. Sam