From owner-freebsd-mobile@FreeBSD.ORG Tue Mar 28 21:20:55 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C5A16A425 for ; Tue, 28 Mar 2006 21:20:55 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 349C943D9F for ; Tue, 28 Mar 2006 21:19:16 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 6796 invoked from network); 29 Mar 2006 07:18:39 +1000 Received: from 210-84-39-124.dyn.iinet.net.au (HELO localhost) (210.84.39.124) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 29 Mar 2006 07:18:38 +1000 Date: Wed, 29 Mar 2006 08:18:35 +1100 From: Norberto Meijome To: hartzell@alerce.com Message-ID: <20060329081835.22122b3d@localhost> In-Reply-To: <17448.47351.506945.868799@satchel.alerce.com> References: <20060327233509.22c4780d@localhost> <20060328072440.2edc38a6@localhost> <17448.47351.506945.868799@satchel.alerce.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: ACPI Suspend, devd and rc.suspend 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: Tue, 28 Mar 2006 21:20:55 -0000 On Mon, 27 Mar 2006 20:17:59 -0800 George Hartzell 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) [betom@ayiin] [Wed Mar 29 08:16:52 2006] ~ $ sudo vidcontrol -s 0 vidcontrol: getting active vty: Inappropriate ioctl for device [betom@ayiin] [Wed Mar 29 08:17:01 2006] ~ $ sudo vidcontrol -s tty0 vidcontrol: getting active vty: Inappropriate ioctl for device [betom@ayiin] [Wed Mar 29 08:17:10 2006] ~ $ sudo vidcontrol -s tty0 -S on vidcontrol: getting active vty: Inappropriate ioctl for device [betom@ayiin] [Wed Mar 29 08:17:25 2006] ~ $ sudo vidcontrol -s ttyv0 -S on vidcontrol: getting active vty: Inappropriate ioctl for device thx!! Beto