From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 18:14:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 86BC116A4A7 for ; Sun, 16 Apr 2006 18:14:04 +0000 (UTC) (envelope-from nathan@pratt.edu) Received: from pratt.edu (mail4.pratt.edu [204.97.89.15]) by mx1.FreeBSD.org (Postfix) with SMTP id F3D8543D48 for ; Sun, 16 Apr 2006 18:14:03 +0000 (GMT) (envelope-from nathan@pratt.edu) Received: (qmail 27633 invoked from network); 16 Apr 2006 18:13:57 -0000 Received: from server01b.pratt.edu (HELO webmail.pratt.edu) (204.97.89.34) by mail4.pratt.edu with SMTP; 16 Apr 2006 18:13:57 -0000 Received: from 69.86.138.196 (SquirrelMail authenticated user nathan) by webmail.pratt.edu with HTTP; Sun, 16 Apr 2006 14:13:57 -0400 (EDT) Message-ID: <33243.69.86.138.196.1145211237.squirrel@webmail.pratt.edu> Date: Sun, 16 Apr 2006 14:13:57 -0400 (EDT) From: nathan@pratt.edu To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: wireless setup help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 18:14:04 -0000 Hi, I'm having difficulties connecting to my roommate's apple airport. Following the guide I tried using a fixed IP: ifconfig ath0 10.0.1.5 netmask 0xffffff00 ssid "True That" but got "status: no carrier" and obviously couldn't ping anything. I believe WEP is turned off at the moment as my roommate joins without any password. next I tried the dhcp method from someone in the mailing list. I added these lines to rc.conf then rebooted: ifconfig_ath0="DHCP" ifconfig ath0 ssid "True That" at reboot dhcp wasn't able to pick up any leases and I saw "status: no carrier" on ifconfig ath0. FreeBSD wireless setup is new to me, so I'm probably missing something obvious. The card is a DLink Airplus G and I have the if_ath.ko loading at boot without any problems. Any hints are most appreciated. Thanks, Nathan