lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 5 Jan 2008 22:44:40 +0100
From:	Pavel Machek <pavel@....cz>
To:	Alessandro Guido <alessandro.guido@...il.com>
Cc:	ACPI mailing list <linux-acpi@...r.kernel.org>,
	kernel list <linux-kernel@...r.kernel.org>
Subject: Re: Kohjinsha sleep problems

Hi!

> > > On kohjinsha, wakeup code does not seem to be reached at all. I tried
> > > looking around FACS, but it seems very empty:
> > >
> > > ...
> > 
> > The same on my laptop:
> > 
> > FACS @ 0x2fefafc0
            signature   length      hwsignature waking_vector
> >   0000: 46 41 43 53 40 00 00 00 62 12 00 00 00 00 00 00  FACS@...b.......
> >   0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> >   0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> >   0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
> > 
> > 
> > I've never been able to resume from STR with Linux (works with Windows Vista). 
> > STD works, although I have to press the power button in order to
> > resume.

Hmm, that is strange. firmware_waking_vector seems to be all
zeros. How can that work?

struct acpi_table_facs {
        char signature[4];      /* ASCII table signature */
        u32 length;             /* Length of structure, in bytes */
        u32 hardware_signature; /* Hardware configuration signature */
        u32 firmware_waking_vector;     /* 32-bit physical address of
the Firmware Waking Vector */

...aha, firmware_waking_vector is to be filled by Linux, so I guess
this was false alarm.
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ