From owner-freebsd-mobile@FreeBSD.ORG Thu Sep 18 14:13:04 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 7E956106564A for ; Thu, 18 Sep 2008 14:13:04 +0000 (UTC) (envelope-from sarumont@mail.sigil.org) Received: from mail.sigil.org (mail.sigil.org [69.13.51.5]) by mx1.freebsd.org (Postfix) with ESMTP id 591118FC13 for ; Thu, 18 Sep 2008 14:13:04 +0000 (UTC) (envelope-from sarumont@mail.sigil.org) Received: from localhost (localhost [127.0.0.1]) by mail.sigil.org (Postfix) with ESMTP id AA44B5099E for ; Thu, 18 Sep 2008 08:58:10 -0500 (CDT) X-Virus-Scanned: amavisd-new at sigil.org Received: from mail.sigil.org ([127.0.0.1]) by localhost (mail.sigil.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9Ks+vlKE8sTr for ; Thu, 18 Sep 2008 08:58:05 -0500 (CDT) Received: by mail.sigil.org (Postfix, from userid 1001) id 101A85099D; Thu, 18 Sep 2008 08:58:05 -0500 (CDT) Date: Thu, 18 Sep 2008 08:58:05 -0500 From: Richard Kolkovich To: freebsd-mobile@freebsd.org Message-ID: <20080918135804.GP17537@snobol> Mail-Followup-To: freebsd-mobile@freebsd.org References: <1221732390.1279.1.camel@t43.juergendankoweit.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="A7FgPGrDEcSmmdo/" Content-Disposition: inline In-Reply-To: <1221732390.1279.1.camel@t43.juergendankoweit.net> X-OS: FreeBSD snobol 7.0-STABLE i386 X-Composed-With: vim X-PGP-Key: http://sarumont.sigil.org/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: Thinkap T43 suspend/resume only once 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: Thu, 18 Sep 2008 14:13:04 -0000 --A7FgPGrDEcSmmdo/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 18, 2008 at 12:06:30PM +0200, Juergen Dankoweit wrote: > Hello to the list. >=20 > On my Thinkpad T43 every component works great with FreeBSD 7.0 and 7.1 > PRERELEASE. > But there is one point that does not work correctly. > When I press the Fn+F4 buttons the first time after booting the system, > ACPI mode S3 is called correctly and the notebook goes into suspend > mode. After pressing Fn alone the notebook resumes perfekt. >=20 > But when I press Fn+F4 the next time, nothing happens. Entering > "acpiconf -s 3" suspends the notebook and resuming is no problem >=20 > Where is the problem? If this is the wrong list, please tell me. >=20 I had this exact same problem on my t43p. You'll need to remove 'device ap= ic' from your kernel config. That was the resolution I discovered with the= help of other Thinkpad users on this list. :) > Many thanks for your answers. >=20 > Best regards >=20 > J.D. >=20 > Here the configuration files: >=20 > /boot/loader.conf > ---------------- > # fuer T43 > acpi_ibm_load=3D"YES" >=20 > # Sound-Modul laden > snd_ich_load=3D"YES" >=20 > # Bluetooth > ng_ubt_load=3D"YES" >=20 > # ATi-Radeon-Module fuer X300 > radeon_load=3D"YES" >=20 > # fuer Mono > kern.ipc.semmni=3D40 > kern.ipc.semmns=3D300 >=20 > # fuer gamin > kern.maxfiles=3D"25000" >=20 > /etc/sysctl.conf > ---------------- > # ACPI fuer Thinkpad T43 > # > hw.acpi.reset_video=3D1 > hw.acpi.lid_switch_state=3DS3 > hw.acpi.sleep_button_state=3DS3 > hw.acpi.power_button_state=3DS5 > hw.acpi.sleep_delay=3D3 > hw.acpi.verbose=3D1 >=20 > dev.acpi_ibm.0.events=3D1 >=20 > hw.syscons.sc_no_suspend_vtswitch=3D0 >=20 > /etc/devd.conf (the relevant entry): > ------------------------------------ > # Suspend fuer IBM Thinkpad T43 > notify 10 { > match "system" "ACPI"; > match "subsystem" "IBM"; > match "notify" "0x04"; > action "logger -t Fn+F4 && /etc/rc.suspend"; > }; >=20 >=20 > uname -a says: > -------------- > FreeBSD t43.juergendankoweit.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE > #0: Sun Sep 14 09:24:44 CEST 2008 > juergen@t43.juergendankoweit.net:/usr/obj/usr/src/sys/GENERIC i386 >=20 > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" --=20 Richard Kolkovich sarumont@sigil.org --A7FgPGrDEcSmmdo/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkjSXmwACgkQfXtD1KVAIbAnagCfWBvE9uIOkl3B2ov6TVUVrDeE E3sAoNu+Bg2nuTSLoHAkuvutpBcURzQ/ =D8xH -----END PGP SIGNATURE----- --A7FgPGrDEcSmmdo/--