From owner-freebsd-mobile@FreeBSD.ORG Fri Oct 5 10:50:56 2007 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64E4316A419 for ; Fri, 5 Oct 2007 10:50:56 +0000 (UTC) (envelope-from pankov_p@mail.ru) Received: from mx5.mail.ru (mx5.mail.ru [194.67.23.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0C03113C48E for ; Fri, 5 Oct 2007 10:50:56 +0000 (UTC) (envelope-from pankov_p@mail.ru) Received: from [88.84.200.94] (port=16034 helo=[172.16.1.21]) by mx5.mail.ru with asmtp id 1Idkli-0008hb-00 for freebsd-mobile@freebsd.org; Fri, 05 Oct 2007 14:50:54 +0400 From: Pankov Pavel Organization: MPEI To: freebsd-mobile@freebsd.org Date: Fri, 5 Oct 2007 14:50:52 +0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710051450.53430.pankov_p@mail.ru> Subject: Intel 3945ABG with ipw driver on CURRENT X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 10:50:56 -0000 On Thursday 04 October 2007 14:48:02 Mel wrote: [...] > # ifconfig wpi0 up list scan worked. > > # ifconfig wpi0 inet 192.168.1.50 netmask 255.255.255.0 ssid MYSSID wepmode > on weptxkey 1 wepkey 1:0x123456 mode 11g > Read from remote host laptop: Operation timed out Try adding "channel N" to your ifconfig line (available from scan results). Although it isn't strictly required to be set, wpa_supplicant tries to associate with wrong frequency unless I manually change channel. Maybe the same workaround will work for you too.