From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 22:51:59 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 5B79B16A4CE for ; Mon, 29 Nov 2004 22:51:59 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 324F743D4C for ; Mon, 29 Nov 2004 22:51:50 +0000 (GMT) (envelope-from rlurman@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so6940rne for ; Mon, 29 Nov 2004 14:51:48 -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:mime-version:content-type:content-transfer-encoding; b=L6H/GBc1MwRtOTiuqZnrDwviXDhz5ipuoi7DXvj38RVAUek4zjndZpWzk4O0vrNk5/RUFwL71VZOU0GtXZpIq54yrlBVo1EiJEGKhGtJLtHn8AhvpXqzoFGn/3whLihh+4KdvGDkmPLW26WZVXpLDeWezMqTok5/uui+e/AbBcQ= Received: by 10.38.162.75 with SMTP id k75mr147094rne; Mon, 29 Nov 2004 14:51:47 -0800 (PST) Received: by 10.38.149.36 with HTTP; Mon, 29 Nov 2004 14:51:47 -0800 (PST) Message-ID: Date: Mon, 29 Nov 2004 17:51:47 -0500 From: RL To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 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: Mon, 29 Nov 2004 22:51:59 -0000 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, 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.