From owner-freebsd-mobile@FreeBSD.ORG Sat Dec 6 22:24:59 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48B6A106564A for ; Sat, 6 Dec 2008 22:24:59 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id EB2048FC16 for ; Sat, 6 Dec 2008 22:24:58 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by an-out-0708.google.com with SMTP id b6so262891ana.13 for ; Sat, 06 Dec 2008 14:24:57 -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=saESf5nPZKAUGPeetNpixjVXDbRBCXUf6Wa+n8vnyF4=; b=Lj6KfDfA9KaVcxj6pfEWIhgGm8x+8xRJbPi0aILz4QXJoI573WcmFIkRKUgFzHkq02 Oxcu5jUDtOZRBbbm5knNPnVHW/d6aH4lLBwpdnhTQ6y0SBupc2V/y3YNkJ2fapVKsAWu BtdX4Qc76l6s/+DjWgUvdBszLTHFhl7qcORUU= 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=qxH0STnKhAzdZ4akPvbY6OHJIFSrb6iQlA9WMsVTJAgx5IOP3FcZEgmLQsTR1K6OxM /MMJLlO1Muw7JufD/O14laTrsnT7UCFuIR4Ki6j1dzwNiOHv5xrSnXAwRq/J1Wym1wRL v2S6hn/UtTH7b7RZll0usX0yx5ShlXgEKhxQs= Received: by 10.231.15.130 with SMTP id k2mr12677iba.31.1228602297617; Sat, 06 Dec 2008 14:24:57 -0800 (PST) Received: by 10.231.11.74 with HTTP; Sat, 6 Dec 2008 14:24:57 -0800 (PST) Message-ID: <3a142e750812061424h61e28bby46da75fb60024e71@mail.gmail.com> Date: Sat, 6 Dec 2008 23:24:57 +0100 From: "Paul B. Mahol" To: "Jack Twilley" In-Reply-To: <3a142e750812061410x3d8afe11oce01b3458138ab45@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49396F96.8050403@twilley.org> <3a142e750812051247v13071939k9dae77293c498682@mail.gmail.com> <493A0F24.20309@twilley.org> <3a142e750812052308s9eb16abu2a58cc170ef1115f@mail.gmail.com> <493ABD03.2030808@twilley.org> <3a142e750812061410x3d8afe11oce01b3458138ab45@mail.gmail.com> Cc: freebsd-mobile@freebsd.org Subject: Re: Asus EEE -- suspend, card reader and camera X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2008 22:24:59 -0000 On 12/6/08, Paul B. Mahol wrote: > On 12/6/08, Jack Twilley wrote: >> Paul B. Mahol wrote: >>> On 12/6/08, Jack Twilley wrote: >>>> Paul B. Mahol wrote: >>>>> On 12/5/08, Jack Twilley wrote: >>>>>> I am a mostly-happy user of an Asus EEE 701. Recently I was pointed >>>>>> at >>>>>> http://wiki.freebsd.org/AsusEee which has more current information >>>>>> than >>>>>> the nighthack page. I'm running RELENG_7 and I am pleased to confirm >>>>>> that the wired Ethernet works out of the box. I'm looking forward to >>>>>> ath_hal merging from current so I can stop copying over the madwifi >>>>>> hal >>>>>> directory. I have only three issues remaining, some of which are at >>>>>> least partially discussed on that page. >>>>>> >>>>>> First, I'm new to FreeBSD on laptops. I tried to suspend with Fn-F1 >>>>>> and >>>>>> it seemed to do the right thing, but I don't know how to resume. I >>>>>> tried Fn-F1 and it didn't work. I hit the power button, and the LEDs >>>>>> changed but the screen never woke up. >>>>> loading vesa LKM fixed that issue for me, also make sure that >>>>> kern.smp.disabled=1 >>>>> >>>>> eg. add these lines to /boot/loader.conf >>>>> >>>>> vesa_load="YES" >>>>> kern.smp.disabled="1" >>>>> >>>> I made those changes, and I see the same behavior -- it doesn't come >>>> back with Fn-F1 or the power button. How do you resume? >>> >>> You rebooted after that change? >>> >> >> Yes. >> >> Jack. >> > > Well, then I dont know, maybe there is some driver attached on device > that is cause of resume problem? > You could try to disable all of them and try again. > What happens if you suspend with zzz inside X11? > I'm on i386, dunno if resume work at all on amd64. Did you do _all_ what have been recommended on that wiki page: kldunloading snd_hda before suspend and other stuff.... I just need to report that on nx7300 I do not need to kldunload snd_hda before suspend, so maybe something is different on CURRENT or something completly unrelated is cause of such problem .... -- Paul