From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 30 06:41:45 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5034A16A420 for ; Thu, 30 Aug 2007 06:41:45 +0000 (UTC) (envelope-from xistence@0x58.com) Received: from mailexchange.osnn.net (1e.66.5646.static.theplanet.com [70.86.102.30]) by mx1.freebsd.org (Postfix) with SMTP id 2663713C458 for ; Thu, 30 Aug 2007 06:41:45 +0000 (UTC) (envelope-from xistence@0x58.com) Received: (qmail 4353 invoked by uid 0); 30 Aug 2007 06:10:59 -0000 Received: from unknown (HELO ?10.10.10.252?) (xistence@0x58.com@68.228.228.224) by mailexchange.osnn.net with SMTP; 30 Aug 2007 06:10:59 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-1--306117045; protocol="application/pkcs7-signature" Message-Id: <5BCF0049-E9F7-4A28-98FC-39D75AC56044@0x58.com> From: Bert JW Regeer Date: Wed, 29 Aug 2007 23:14:40 -0700 X-Mailer: Apple Mail (2.752.3) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: FreeBSD + D-Link DWL-G520M X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 06:41:45 -0000 --Apple-Mail-1--306117045 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Aug 27, 2007, at 10:18 AM, Nemesis stars wrote: > Hi. > > I was install FreBSD > > > Next I download Windowds driver: > > ar5513.sys > net5513.cat > net5513.inf > > > > Next I make it > > # ndisegn ar5513.sys net5513.inf net5513.cat > > > in result - I have that : > > ar5513.sys.ko > net5513.cat.ko > > > Then I make kernel with: > > options NDISAPI > device ndis > device wlan > > These files I copy in /boot/kernel/ > > > And edit /boot/loader.conf > ar5513_sys_load="YES" > net5513_cat_load="YES" > > Then reboot ;-) > > > BUT!!! > > if I do: > > ifconfig ndis0 ssid Wi-Fi.5-stars channel 11 media DS/11Mbps > mediaopt hostap up stationname "Wi-Fi.5-stars" > > I have: > > NDIS0: setting BSSID failed: 45 > ifconfig: SIOCS80211: Invalid argument > > > I ask in support. They said what NDIS coudn't changed SSID because > NDIS not support the Wirless-Card. > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers- > unsubscribe@freebsd.org" According to this thread: http://lists.freebsd.org/pipermail/freebsd- hardware/2007-May/004426.html Sam was working on the chipset that is in that card. Contact him and see if he can help you out getting it working natively. I don't believe you can set up hostap's with NDIS wrapper. Bert JW Regeer --Apple-Mail-1--306117045--