From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 5 20:47:42 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 65C12106567B for ; Fri, 5 Dec 2008 20:47:42 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 199288FC17 for ; Fri, 5 Dec 2008 20:47:41 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so109918yxb.13 for ; Fri, 05 Dec 2008 12:47:41 -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=HNmnJ/f5fUPMlC9xvnuGmC6OKkn9CzeykgJdULurnvk=; b=Qjjfu7VBI6Gva6njqIeJ+RqiaPPeNRNDdLlUvDKgbvtM4QkDuLtaepAsH1dCUSHjvO mkKMD1Gcxlw9CKLbJ6cb6mrMZji3h/VN3XLOgKf4B+2X0+DTk6aLQM/k4xRRwZtPt226 b8jtOZLZtkgxmKNSsRV1qpn7odqRro/1fwXLo= 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=rM/MLTU59YRC/HWr8f9sp9bFBElxugGlUQjMER51zglcLrb725RQ913fEAJ6K/h2vC nMdybTfc8GpZvmMrGqCegKONJqW7av1tngZ7zuwb0lQIzWuF6oj8j22ri2BaSHFMQG/X bDhQAa6kfDMttfEyCjYka1RRz3XO1l0ni7UoI= Received: by 10.231.19.70 with SMTP id z6mr4081iba.32.1228510060723; Fri, 05 Dec 2008 12:47:40 -0800 (PST) Received: by 10.231.12.5 with HTTP; Fri, 5 Dec 2008 12:47:40 -0800 (PST) Message-ID: <3a142e750812051247v13071939k9dae77293c498682@mail.gmail.com> Date: Fri, 5 Dec 2008 21:47:40 +0100 From: "Paul B. Mahol" To: "Jack Twilley" In-Reply-To: <49396F96.8050403@twilley.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49396F96.8050403@twilley.org> 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: Fri, 05 Dec 2008 20:47:42 -0000 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" -- Paul