From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 02:07:13 2005 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 1B00916A41F for ; Wed, 5 Oct 2005 02:07:13 +0000 (GMT) (envelope-from mjuszczak@dandy.net) Received: from neptune.atopia.net (neptune.atopia.net [209.128.231.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8922643D45 for ; Wed, 5 Oct 2005 02:07:12 +0000 (GMT) (envelope-from mjuszczak@dandy.net) Received: from [192.168.0.102] (pcp173257pcs.plsntv01.nj.comcast.net [68.46.70.16]) by neptune.atopia.net (Postfix) with ESMTP id A7C0A614A for ; Tue, 4 Oct 2005 22:07:11 -0400 (EDT) Message-ID: <4343354E.1010301@dandy.net> Date: Tue, 04 Oct 2005 22:07:10 -0400 From: Matt Juszczak User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050701) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Thinkpad wireless problem 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: Wed, 05 Oct 2005 02:07:13 -0000 Hi all, My thinkpad wifi card is being a bit odd....... When I do this: ifconfig wi0 wepmode on ssid wepkey 0x1231231234 up It shows status as "associated", and a tcpdump shows activity on the network, but I can't ping anywhere nor can I get anywhere (of course I set an IP manually and also do a route add default 192.168.0.1 to add the default gateway). When I disable wep on the router, and do: ifconfig wi0 wepmode off ssid up it works fine. I can run dhclient wi0, etc..... all works fine. So something is up with wep on this IBM Thinkpad T23 internal wireless card. Any ideas? Maybe I'm being dumb, but the laptop says the key is a 40 bit wep key while the router says its a 64 bit hex... although I think these are identical because one is decimal and one is hex, correct? Or is this where my problem is? Regards, Matt