From owner-freebsd-mobile Sat Jan 11 20: 4:31 2003 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 2ECE837B401 for ; Sat, 11 Jan 2003 20:04:30 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 632D743F3F for ; Sat, 11 Jan 2003 20:04:29 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h0C44S1e003579; Sat, 11 Jan 2003 21:04:28 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 11 Jan 2003 21:02:46 -0700 (MST) Message-Id: <20030111.210246.43211986.imp@bsdimp.com> To: netprince@vt.edu Cc: vev@michvhf.com, freebsd-mobile@FreeBSD.ORG Subject: Re: wi in hostap mode causes panic near linksys router From: "M. Warner Losh" In-Reply-To: <004401c2b9cb$86bf9f80$6511a8c0@benspiece> References: <004401c2b9cb$86bf9f80$6511a8c0@benspiece> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Here's what I use. I'm using it right now to send you this message: ifconfig wi0 ssid SSIDduImp channel 7 media DS/11Mbps mediaopt hostap debug up sysctl net.link.ether.bridge=1 sysctl net.link.ether.bridge_cfg='wi0 ed0' I've not tried setting WEP keys, but if you are, I'd try: ifconfig wi0 ssid SSIDduImp channel 7 media DS/11Mbps mediaopt hostap \ debug wepmode on wepkey 0xxxxxxxxxxxxxxxxxxxxx up Note that your problems were that you didn't say 'media DS/11Mbps' in your ifconfig. That's likely the root of the problems. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message