Date: Sun, 21 May 2006 15:45:07 +0300 From: Yousef Raffah <yraffah@savola.com> To: Ian Smith <smithi@nimnet.asn.au> Cc: freebsd-mobile@freebsd.org Subject: Re: FreeBSD 6 on Toshiba Tecra A4 Message-ID: <1148215507.730.5.camel@localhost.savola.com> In-Reply-To: <Pine.BSF.3.96.1060521213027.24481A-100000@gaia.nimnet.asn.au> References: <Pine.BSF.3.96.1060521213027.24481A-100000@gaia.nimnet.asn.au>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Sun, 2006-05-21 at 21:58 +1000, Ian Smith wrote: > On Sun, 21 May 2006, Yousef Raffah wrote: > > > On Wed, 2006-04-19 at 01:53 +1000, Norberto Meijome wrote: > > > On Sat, 15 Apr 2006 10:45:49 +0300 > > > Yousef Raffah <yraffah@savola.com> wrote: > > > > > > > ACPI not working (working on Linux) > > > > > > doesn't work on my A2 either (does work, but the HD doens't realise it has gone > > > to sleep and resumed and panic ensues on resume). disable acpi and use apm, > > > works fine. > > > B > > Hi, > > > > I have disabled acpi and enabled apm in my kernel as > > # Power management support (see NOTES for more options) > > device apm > > # Add suspend/resume support for the i8254. > > device pmtimer > > > > This what happens when I run apmd in debug mode: > > > > # apmd -d -v > > apmd[15918]: start > > apmd: cannot open device file `/dev/apm': No such file or directory > > > > How can I have /dev/apm? > > On 5.x at least, /boot/device.hints contains > > hint.apm.0.disabled="1" > hint.apm.0.flags="0x20" > > So you'll likely need to add to /boot/loader.conf: > > hint.apm.0.disabled="0" > hint.apm.0.flags="0" # assuming a non-broken statclock > > Then early in your dmesg.boot you should see such as > > apm0: <APM BIOS> on motherboard > apm0: found APM BIOS v1.2, connected at v1.2 > > and both /dev/apm and /dev/apmctl should appear. > Thanks for your reply Ian, but unfortunately, neither /dev/apm nor /dev/apmctl appeared after adding the two lines: hint.apm.0.disabled="0" hint.apm.0.flags="0" in /boot/loader.conf It never appeared in dmesg as well :(. I even added the following > In rc.conf: > > apm_enable="YES" > apmd_enable="YES" > apmd_flags="-v" > But no help :( Thanks for trying anyhow... > cheers, Ian > > > Using 6.1-RC FreeBSD 6.1-RC #0: Sat Apr 29 17:16:15 AST 2006 > > > > This is my dmesg: > > [..] > > _______________________________________________ > 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" -- Sincerely, Yousef Raffah Senior Systems Administrator -- Aren't you using Firefox? Get it at http://www.getfirefox.com [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEcGDTH9IXMb4e6CMRAm/hAKDNMgikimRg7oMpb9JPouZEQuuT0wCeOwDQ Uf7NFHRWL3WbX7i35V2HFjw= =KhMu -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1148215507.730.5.camel>
