From owner-freebsd-current@FreeBSD.ORG Sun Sep 18 11:48:23 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C658116A420 for ; Sun, 18 Sep 2005 11:48:23 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F9743D46 for ; Sun, 18 Sep 2005 11:48:23 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from lapdance.yazzy.net (unknown [192.168.99.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.yazzy.org (Postfix) with ESMTP id 92EEC39811; Sun, 18 Sep 2005 13:48:18 +0200 (CEST) Date: Sun, 18 Sep 2005 11:48:03 +0000 From: Marcin Jessa To: freebsd-current@freebsd.org Message-Id: <20050918114803.3fceca23.lists@yazzy.org> In-Reply-To: <86ek7mssz0.fsf@borg.borderworlds.dk> References: <86ek7mssz0.fsf@borg.borderworlds.dk> Organization: YazzY.org X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Christian Laursen Subject: Re: iwi lockup problem on 6.0-BETA4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 11:48:23 -0000 Hi. This happened to me as well. After update from a couple of days back (6.0-BETA4) it seems to be working fine. And it does not constantly disconnect from my AP as it used to before. Trying to make it connect back made my laptop reboot. Now I can even reconnect changing SSID's or after I lost contact with the AP. Give it a try and let me know. Cheers, Marcin On 18 Sep 2005 10:03:31 +0200 Christian Laursen wrote: > I am having a problem using the iwi driver on my laptop. > > Basically I would normally setup the network with this command: > ifconfig iwi0 inet 10.2.0.3 netmask 255.255.0.0 ssid borderworlds mode 11g channel 3 > > but that makes the laptop freeze and a hard reset is the only way to > get it back to life. > > By experimenting a little I found that this sequence of commands works: > > ifconfig iwi0 inet 10.2.0.3 netmask 255.255.0.0 > sleep 5 > ifconfig iwi0 ssid borderworlds > sleep 5 > ifconfig iwi0 mode 11g > sleep 5 > ifconfig iwi0 channel 3 > > I tried sleep 1 at first but that made the laptop freeze after setting > mode 11g. > > By enabling the software watchdog I can make it panic instead of > freezing, but the backtrace I get from the dump looks useless (at least > to me). > > The dmesg is at http://borderworlds.dk/~xi/andorian.dmesg > The trace is at http://borderworlds.dk/~xi/andorian.trace > > I am not sure how to further debug this so any help would be > appreciated. > > I will try the latest RELENG_6 next and see if it makes any difference. > > -- > Christian Laursen > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"