From owner-freebsd-current@FreeBSD.ORG Sun Jan 27 10:50:17 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED0F16A469 for ; Sun, 27 Jan 2008 10:50:17 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 2669A13C455 for ; Sun, 27 Jan 2008 10:50:16 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1440341fgg.35 for ; Sun, 27 Jan 2008 02:50:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8KNK8DsDogFdthHX+3LLyF+0gI5zsLbrD/8gFiydfsg=; b=NrRrOcJ8i4mz+Lof2TaUamjQLnaD2XIYh9WjEjjK5ypktlfX0QPrvrkA4+E5N6YC8B2/7G5cubSTjhHwBGtjMKqfaYeFQGtTUXbly7CmtUxjpOa1pMs/qUR95kjCCQ1zBBbDYs9Ewv01/ZRfAgUJpsQMC4x40NTUANwvZ7TtT9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jpkhEWNtgosqfIup05hgdB0SFbXScH7oM5TlgdIyHSWYU7znle9TGsan093qwoHTm41CkF57jgKMCZlgTmBll+Vib89V3Gf0K3iTCyTVN+glRDr2U+63/mjjqxToSRz/Kl2OgJtuzJxx0ZL4MGUMacdic9iXNDUMIPkeg4oLnGw= Received: by 10.82.174.20 with SMTP id w20mr7496583bue.21.1201431015727; Sun, 27 Jan 2008 02:50:15 -0800 (PST) Received: by 10.82.159.19 with HTTP; Sun, 27 Jan 2008 02:50:15 -0800 (PST) Message-ID: <14989d6e0801270250p2b6d7411hf2db5d9af4718870@mail.gmail.com> Date: Sun, 27 Jan 2008 10:50:15 +0000 From: "Christian Walther" To: "Stefan Lambrev" In-Reply-To: <47821A0B.7020301@moneybookers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801061102.46233.josh@tcbug.org> <47821A0B.7020301@moneybookers.com> Cc: Josh Paetzel , current@freebsd.org Subject: Re: state of 7.0-RC1 on an IBM t60p 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, 27 Jan 2008 10:50:17 -0000 Hi there, I encountered some of the issues described by Josh, I followed some of Stefans advice so I thought I comment on this ("for the record"): On 07/01/2008, Stefan Lambrev wrote: > Hi Josh, > > Josh Paetzel wrote: [...] > > 1) wpi is nearly non-functional. It seems to associate best to WPA2 networks, > > struggles with WEP and won't associate at all to open networks. Once it's > > associated it spams the console with "discarding packet without header" > > and "wpi_cmd: couldn't set tx power" quite a bit, as well as other random > > output. The real problem I've had with it is that it panics under moderate > > data rates, in the 1000-1500K/sec range. > > > You can try the latest wpi driver from perforce - > http://www.clearchain.com/wiki/Wpi > Also you can disable debugging. The latest version of the driver from perforce works on the T60. What makes me wonder is the fact that I need to specify the channel of the nearest AP. Otherwise the interface will get no link. [...] > > 3) sutdown output is garbled. This doesn't seem to hurt anything, but at > > some point in shutdown the console messages start interleaving. > > > First time I saw this in RC1 - never with 7-CURRENT or -BETAX (I'm > talking only about shutdown messages, not boot messages) Same here. This is not related to the T60, it's the same on my Athlon64 based server. > > 4) acpi suspend and resume doesn't work, but that's not a huge shock.l > > > > 5) ath generates interrupt storms that are throttled. > > > Sorry, I do not have idea how to fix this. Never had any trouble with interrupt storms on ath. I'm using a D-Link DWL-G650, the card is identified as: ath0: mem 0x88000000-0x8800ffff irq 16 at device 0.0 on cardbus0 ath0: [ITHREAD] ath0: using obsoleted if_watchdog interface ath0: Ethernet address: 00:19:5b:3a:82:be ath0: mac 7.9 phy 4.5 radio 5.6 Seems to be pretty much the same. Christian