Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 11:31:37 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        soralx@cydem.zp.ua
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: STR
Message-ID:  <20021018020137.GB28167@wantadilla.lemis.com>
In-Reply-To: <200210171955.30322.soralx@cydem.zp.ua>
References:  <200210152329.33792.soralx@cydem.zp.ua> <20021018011032.GI20173@wantadilla.lemis.com> <200210171955.30322.soralx@cydem.zp.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, 17 October 2002 at 19:55:30 -0600, soralx@cydem.zp.ua wrote:
>>> Is STR (suspend to RAM) supported by FreeBSD any verrsion,
>> Yes. It's very dependent on the machine.  You need to give more details.
>  Hardware: Gigabyte GA-8HXP i850E+ICH4 mainboard, Pent4, RDRAM.
>  BIOS: I can choose to use S1 or S3; recently I set S3 and
> tested it with windoze2x10^3 - works OK.
> `apm -e1 -d1 -h1`
> `apm -Z` - doesn't do anything
> `zzz` - stand-by

What do you mean by that?

You do have apm enabled, do you?  In the GENERIC kernel, you have:

# Power management support (see LINT for more options)
device		apm0	at nexus? disable flags 0x20 # Advanced Power Management

You need to enable apm before anything useful happens.

> Also, a quick question. I have in my kernel:
> ===
> device ic
> device iic
> device iicsmb
> device intpm
> device smbus
> device iic
> device iicbus
> device iicsmb
> device iicbb
> device bktr
> device alpm
> device ichsmb
> device viapm
> device smb
> ===
>
> `dmesg|grep smb`:
> 'ichsmb0: <SMBus controller> port 0x540-0x55f irq 0 at device 31.3 on pci0',
> so there is no '/dev/smb'.
> what am I doing wrong?

I've never used this, so I don't know.  Try a verbose boot (boot -v)
and see if you get any further information.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021018020137.GB28167>