From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 03:49:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DEF737B404 for ; Wed, 6 Aug 2003 03:49:58 -0700 (PDT) Received: from msv02-kent-syd.comindico.com.au (msv02-kent-syd.comindico.com.au [203.194.29.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FAD643FAF for ; Wed, 6 Aug 2003 03:49:57 -0700 (PDT) (envelope-from dlodeiro@inspired.net.au) Received: from .dl.com (dsl-82.129.240.220.lns02-wick-bne.dsl.comindico.com.au [220.240.129.82])h76Ans221887 for ; Wed, 6 Aug 2003 20:49:55 +1000 (EST) From: David Lodeiro To: freebsd-current@freebsd.org Date: Wed, 6 Aug 2003 20:49:18 +1000 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308062049.18324.dlodeiro@inspired.net.au> Subject: ath0 driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 06 Aug 2003 10:49:58 -0000 Ive got a Dlink DWL-G520 that Ive installed into a Freebsd system. Ive set up the card with the following ifconfig_ath0="inet 10.0.0.1 netmask 255.255.255.0 ssid daves channel 10 media DS11 mediaopt hostap" This system was cvsuped and buildworld about 3 days ago. The card appears to be working because when I try to connect with my PDA it shows full Link and quality, and when I ifconfig ath0 down , the link and quality go down to nothing. However it doesnt give out dhcp addresses over this interface. Im sure my dhcpd.conf is fine because I've used a similar one on a laptop => aka wireless access point that worked very well. So I tried to use dstumbler to see if it could detect the PDA, however it gives me the following error error: unable to ioctl device socket: Operation now in progress and it stays that way. Has anyone had this issue as well or now what it means? Thanks David