From owner-freebsd-current@FreeBSD.ORG Thu Jul 21 15:14:56 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 B454B16A41F for ; Thu, 21 Jul 2005 15:14:56 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE4043D46 for ; Thu, 21 Jul 2005 15:14:55 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j6LFDwHE085784; Thu, 21 Jul 2005 09:13:58 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 21 Jul 2005 09:14:47 -0600 (MDT) Message-Id: <20050721.091447.73268890.imp@bsdimp.com> To: ihsan@dogan.ch From: "M. Warner Losh" In-Reply-To: <20050720092544.GA3563@dogan.ch> References: <20050720083238.GA2195@dogan.ch> <20050720092544.GA3563@dogan.ch> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: 6.0-BETA1 on Thinkpad T42 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: Thu, 21 Jul 2005 15:14:56 -0000 In message: <20050720092544.GA3563@dogan.ch> Ihsan Dogan writes: : Hello, : : On Wednesday, 20 Jul 2005 17:41 +0900, Hajimu UMEMOTO wrote: : : > >>>>> On Wed, 20 Jul 2005 10:32:38 +0200 : > >>>>> Ihsan Dogan said: : > : > ihsan> I've upgraded my T42 from 5.4 to 6.0-BETA1. With 6.0-BETA1, a : > ihsan> wake-up after a suspend doesn't work. If X is running, the : > ihsan> machine is freezed. If X isn't running, the machine is responding : > ihsan> very slowly and it's unusable. : > : > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/isa/clock.c.diff?r1=1.222&r2=1.222.2.1 : > should solve your problem. : : Thank you for the hint, it's much better now, but still not : perfect. : : - If X is running, the screen looks sometimes weird. After I : switched to the console and then back to X, it's fine again. : : - After a wake-up, the system is hanging every few minutes for : about 5-10 seconds. : : I've got also this in /var/log/messages: : : Jul 20 11:08:17 makar kernel: wakeup from sleeping state (slept 00:00:30) : Jul 20 11:08:20 makar kernel: can't re-use a leaf (directional_scrolls)! : Jul 20 11:08:20 makar kernel: can't re-use a leaf (low_speed_threshold)! : Jul 20 11:08:20 makar kernel: can't re-use a leaf (min_movement)! : Jul 20 11:08:20 makar kernel: can't re-use a leaf (squelch_level)! These are from ndis and mean that your driver is trying to register multiple nodes of the same name. ndis is the only one that I know that does this repeatably. Warner