From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 06:53:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2280916A4CE for ; Tue, 30 Nov 2004 06:53:18 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9221E43D5D for ; Tue, 30 Nov 2004 06:53:17 +0000 (GMT) (envelope-from rlurman@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so467141rne for ; Mon, 29 Nov 2004 22:53:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=M7EWn3oOLqxkxZiP801caTo5EpTSyMYqVjJAkPCF31JkZHyLHTHpp1aZsTxCkHD+j5YWpm+3gImatye31aLhARrbgd5bfL8oGu/SujqES25MKvZzzOihJM1BDSoZOxjNf+WjlzrYQflBjC6BHR+FAYsUyDvf6AHu/o/HJu8JwIg= Received: by 10.39.1.33 with SMTP id d33mr282434rni; Mon, 29 Nov 2004 21:06:33 -0800 (PST) Received: by 10.38.149.36 with HTTP; Mon, 29 Nov 2004 21:06:33 -0800 (PST) Message-ID: Date: Tue, 30 Nov 2004 00:06:33 -0500 From: RL To: freebsd-questions@freebsd.org In-Reply-To: <41ABFA0B.3020409@circlesquared.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41ABFA0B.3020409@circlesquared.com> Subject: Re: Wireless Card and SSID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: RL List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:53:18 -0000 On Tue, 30 Nov 2004 04:41:47 +0000, Peter Risdon wrote: > RL wrote: > > Sending again... I really need to solve this. > > > > I have a Netgear WAG511 PC Card and am using the ath driver. In my > > /etc/rc.conf I have ath0 to use DHCP and also I have: > > ifconfig_ath0="ssid myssid". Now, I can set this all up manually > > using ifconfig and it works till I reboot. When I set it in my rc.conf > > and I boot it up, > > You really need to copy here exactly what you put in rc.conf and exactly > what you type on the command line to set it up manually. From what > you've said it's possible to assume you have two ifconfig_ath0= lines in > rc.conf, and I don't think that would work. The latter would replace, > not augment, the former. > > I get "ath0: association failed (reason 12) for > > 00:0f:66:02..." flash on my screen one right after another. And when I > > do ifconfig, it shows no IP address NOR the ssid I set. For some > > reason it doesn't see the SSID or DHCP I set up in rc.conf. > > That doesn't follow. > > Peter. > > -- > > the circle squared > > network systems and software > > http://www.circlesquared.com > I fixed it. I saw another reply on here that said to make a /etc/start_if.ath0 startup script. That worked great. I am not sure why that wasn't documented anywhere.