From owner-freebsd-acpi@FreeBSD.ORG Wed Jun 11 15:57:49 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F08B31065676 for ; Wed, 11 Jun 2008 15:57:49 +0000 (UTC) (envelope-from glorgster@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id B3F228FC2A for ; Wed, 11 Jun 2008 15:57:49 +0000 (UTC) (envelope-from glorgster@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3809452rvf.43 for ; Wed, 11 Jun 2008 08:57:49 -0700 (PDT) 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:references; bh=p5Hm9GashglJRNJEzXx3JfxAQ2jvui2OXRApokr5rJY=; b=SfU8BdZrty6nm0WmZ9z9V1ResW7OoogIFJu6rLJ0HsWA1MhYzUi+JnUeLN/7KqIMl7 5uckFyHgl/8p0++5MiI/2T+CE3a8z/pvJjrCtycvt8/fdm+v28TcGrxGgv3IZjCLsEG5 joQDdyqkhab99oF/MID0bEQFCOWz3QQ9XbCqc= 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:references; b=tJgjDAQ9Q+3+eePN9TsmxbIJfoTM2bI9Z82m+aCuF9IRyRYlFqCuDw3nFDzGuExYI6 vZLgh7+TLxgpR8ncId9auGvGWmSmlH17vlmG23oGHDeJ6YLAcT+WKYFtPLmxPuFzVOkT oWcsmFXQuSjQCdWJn7EVgosSo+bdfpUwBWkj0= Received: by 10.141.23.7 with SMTP id a7mr4024rvj.5.1213199869351; Wed, 11 Jun 2008 08:57:49 -0700 (PDT) Received: by 10.141.27.10 with HTTP; Wed, 11 Jun 2008 08:57:49 -0700 (PDT) Message-ID: Date: Thu, 12 Jun 2008 02:57:49 +1100 From: "Alexey Tarasov" To: "Martin Pieuchot" In-Reply-To: <20080608173143.4a645246@psy> MIME-Version: 1.0 References: <20080605141837.GA6864@epsilon.local> <20080608173143.4a645246@psy> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-acpi@freebsd.org Subject: Re: [Vaio SZ5MN] Unable to Power-off X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 15:57:50 -0000 Hi, sorry for delay with answer. I'm out of home city now. It's really interesting, I've tried just to add two methods to original acpi_sony and that have no any effect with correct power off. However modified sources provided via link in my previous post - works. Have you tried it? I'll try to downgrade modified sources to find out why it works. It performs more sophisticated initialization of SPIC, but SNC is handled almost in the same way is in original (lan power management are SNC methods, not SPIC, which is operated not through ACPI). --- Best regards, Alexey Tarasov On Mon, Jun 9, 2008 at 7:31 AM, Martin Pieuchot wrote: > Hi, > > I tried to add the lan power control to the acpi_sony module. It works > well in the sense that setting dev.acpi_sony.0.lanp to 0 power off the > network. But it doesn't solve my power-down problem when I want to > shutdown the machine. > > Thanks for your help, > > Martin >