From owner-freebsd-acpi@FreeBSD.ORG Sun Jun 8 20:32:08 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 862C41065671 for ; Sun, 8 Jun 2008 20:32:08 +0000 (UTC) (envelope-from martin.pieuchot@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 34ABE8FC16 for ; Sun, 8 Jun 2008 20:32:08 +0000 (UTC) (envelope-from martin.pieuchot@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so926447ywe.13 for ; Sun, 08 Jun 2008 13:32:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding:sender; bh=Fbue51dzNbUWghikCL4oRzYnrhf4FkuBZ27zHrxIWSg=; b=RHG0nO1QoY4YskA159aj2aPDFAzTVoaKxtMiIwaqYUaYMeZwBRec6HnsKrCRKdfca7 KFPb/OCzejsLslhZa1OFUJrRWJpoLU96gPO41Rg/jrx8cM8zwtiFuyjT1ZLwq83nnkq+ OftHsoR93DsbDq6iZQFPo9O9Rqy2IkLgfZ/l8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding:sender; b=RzAiQOT9meM1oF0M5rv+6Jek/TzpNKdMLwdOYv7EwhmzUhrkoqArRT6OL9jfrsoXEb K7mLNEzQgRYp3zO8cLfTrJoTgD6YYY93V5SKAe3sFwJcpZXbtTYwNtGJRBEJXo4J0Ht5 r3nNPo2pSQ4R+6LDlxrnMwgtxizeUIE5M/axQ= Received: by 10.151.44.15 with SMTP id w15mr4830015ybj.209.1212957127340; Sun, 08 Jun 2008 13:32:07 -0700 (PDT) Received: from psy ( [201.78.65.23]) by mx.google.com with ESMTPS id 9sm8482451ywf.9.2008.06.08.13.32.04 (version=SSLv3 cipher=RC4-MD5); Sun, 08 Jun 2008 13:32:06 -0700 (PDT) Date: Sun, 8 Jun 2008 17:31:43 -0300 From: Martin Pieuchot Message-ID: <20080608173143.4a645246@psy> In-Reply-To: <20080605141837.GA6864@epsilon.local> References: <20080605141837.GA6864@epsilon.local> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-unknown-openbsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: Martin Pieuchot Cc: freebsd-acpi@freebsd.org, Rui Paulo , Alexey Tarasov 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: Sun, 08 Jun 2008 20:32:08 -0000 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