Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2006 13:59:03 +1100
From:      Norberto Meijome <freebsd@meijome.net>
To:        hartzell@alerce.com
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: ACPI Suspend, devd and rc.suspend
Message-ID:  <20060329135903.45bef121@localhost>
In-Reply-To: <17449.43670.364145.169304@satchel.alerce.com>
References:  <20060327233509.22c4780d@localhost> <sa6zmjb6atk.fsf@wagner.bjencks.net> <20060328072440.2edc38a6@localhost> <17448.47351.506945.868799@satchel.alerce.com> <20060329081835.22122b3d@localhost> <17449.43670.364145.169304@satchel.alerce.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Mar 2006 13:28:54 -0800
George Hartzell <hartzell@alerce.com> wrote:

> Norberto Meijome writes:
>  > On Mon, 27 Mar 2006 20:17:59 -0800
>  > George Hartzell <hartzell@alerce.com> wrote:
>  > 
>  > > The atheros wireless card in my T42p doesn't wake up properly
>  > > when I suspend/resume from X, but if I use vidcontrol to switch
>  > > to a different virtual terminal on suspend and back on resume
>  > > then it works just fine.
>  > 
>  > Hey George,
>  > can u let me know how exactly you use vidcontrol? I cant seem to
>  > get it to work (I'm sure it worked before...but from X to first
>  > console it fails) (this is from a aterm window)

[....]

> Try something like
> 
>  sudo vidcontrol -s 1 < /dev/ttyv0

:) thx, that worked!!!
for the archives, the right command with sudo is 

sudo sh -c "vidcontrol -s 2 < /dev/ttyv0"

(otherwise < is run with your current user's credentials, and most
likely you'll get access denied).

now, to test suspend/resume via devd with VTY change (manually) with DRI
enabled ... hopefully it wont crash and I can have acceleration again :)

beto



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060329135903.45bef121>