From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 05:17:58 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 D1D4516A4CE for ; Tue, 30 Nov 2004 05:17:58 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8997E43D5D for ; Tue, 30 Nov 2004 05:17:58 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.216] (c-24-1-214-142.client.comcast.net[24.1.214.142]) by comcast.net (rwcrmhc12) with ESMTP id <2004113005175801400s4mjme>; Tue, 30 Nov 2004 05:17:58 +0000 Message-ID: <41AC01E4.1010307@computer.org> Date: Mon, 29 Nov 2004 23:15:16 -0600 From: Eric Schuele User-Agent: Mozilla Thunderbird 0.9 (X11/20041115) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions References: <41ABFA0B.3020409@circlesquared.com> In-Reply-To: <41ABFA0B.3020409@circlesquared.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Wireless Card and SSID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:17:58 -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. > I'm in late on this.... have you tried: an /etc/rc.conf with ifconfig_ath0="DHCP" and a /etc/dhclient.conf with something similar to interface "ath0" { send dhcp-client-identifier "YourHostName"; media "ssid YourSSID mode 11b channel 11 wepmode on wepkey 0xKeyHERE"; request subnet-mask, broadcast-address, routers, domain-name-servers, domain-name, time-servers; } (mind the word wrap) HTH -- Regards, Eric