From owner-freebsd-mobile@FreeBSD.ORG Mon Dec 6 21:56:13 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AEAA16A4CE for ; Mon, 6 Dec 2004 21:56:13 +0000 (GMT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2ACE43D53 for ; Mon, 6 Dec 2004 21:56:12 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id IBA74465; Mon, 06 Dec 2004 13:56:12 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 5EC615D04; Mon, 6 Dec 2004 13:56:12 -0800 (PST) To: Kiffin Gish In-reply-to: Your message of "Mon, 06 Dec 2004 21:03:55 +0100." <001001c4dbce$b75392b0$9900000a@ZGISH> Date: Mon, 06 Dec 2004 13:56:12 -0800 From: "Kevin Oberman" Message-Id: <20041206215612.5EC615D04@ptavv.es.net> cc: freebsd-mobile@freebsd.org Subject: Re: Wireless PC-Card settings using ifconfig_wi0 ... X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 21:56:13 -0000 > Date: Mon, 06 Dec 2004 21:03:55 +0100 > From: Kiffin Gish > Sender: owner-freebsd-mobile@freebsd.org > > This is a multi-part message in MIME format. > > --Boundary_(ID_OzHFO5Poj1DAzXgvAzgeCA) > Content-type: text/plain; charset=US-ASCII > Content-transfer-encoding: 7BIT > > My laptop is setup so that it connects alright to the Internet using the > standard network card (Dell TrueMobile). > > However, for the life of me, I cannot get my darn wireless connect up and > running. Under windows everything was running fine so I know it works. > > What is the syntax of my ifconfig_wi0 statement? > > Here are the details taken from my wireless router: > > Mode: Access Point > SSID: GISH > Channel 11 > WEP Encryption Key Format: Hexadecimal Digits > 40(64)Bit > Key1: > Key2: XX XX XX XX XX > Key3: > Key4: Blank > Default Key: 2 > Transfer Rate: automatic > Header Length: Long > Channel: 11 > Beacon interval: 100 > RTS threshold: 2432 > Fragmentation threshold: 2346 > DTIM Interval: 1 > > It sure would be nice if I could get this running alright. Thanks in advance > for your help! ifconfig wi0 ssid GISH wepmode on wepkey 0xXXXXXXXXX should do the trick. Note that the key is 10 hex characters and no spaces. The key is prefaced with a '0x' to indicate that it is hex. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634