atom feed13 messages in org.freebsd.freebsd-mobileRe: Asus EEE -- suspend, card reader ...
FromSent OnAttachments
Jack TwilleyDec 5, 2008 10:14 am 
Paul B. MaholDec 5, 2008 12:47 pm 
Jack TwilleyDec 5, 2008 9:35 pm 
Paul B. MaholDec 5, 2008 11:07 pm 
Jack TwilleyDec 6, 2008 9:57 am 
Paul B. MaholDec 6, 2008 2:09 pm 
Paul B. MaholDec 6, 2008 2:24 pm 
Jack TwilleyDec 6, 2008 5:47 pm 
Jack TwilleyDec 6, 2008 5:57 pm 
Paul B. MaholDec 7, 2008 4:10 am 
Jack TwilleyDec 7, 2008 8:42 am 
Paul B. MaholDec 7, 2008 10:40 am 
Jack TwilleyDec 7, 2008 12:35 pm 
Subject:Re: Asus EEE -- suspend, card reader and camera
From:Paul B. Mahol (one@gmail.com)
Date:Dec 6, 2008 2:09:55 pm
List:org.freebsd.freebsd-mobile

On 12/6/08, Jack Twilley <jm@twilley.org> wrote:

Paul B. Mahol wrote:

On 12/6/08, Jack Twilley <jm@twilley.org> wrote:

Paul B. Mahol wrote:

On 12/5/08, Jack Twilley <jm@twilley.org> 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.

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.