Re: ACPI Suspend, devd and rc.suspend
Norberto Meijome <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <20060329135903.45bef121@localhost> |
On Tue, 28 Mar 2006 13:28:54 -0800 George Hartzell <[email protected]> wrote: > Norberto Meijome writes: > > On Mon, 27 Mar 2006 20:17:59 -0800 > > George Hartzell <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"