public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3
@ 2005-11-24  8:17 Uwe Klosa
  2005-11-24 23:21 ` Iain Buchanan
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Klosa @ 2005-11-24  8:17 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

Hi

When I updrade my kernel from suspend2-sources-2.6.14 to -r1 or r3 all options for SUSPEND2 are gone. I have tried with make oldconfig 
and make menuconfig. Is there a purpose behind that?

I had to edit my config file and to add the options.

Cheers
Uwe

[-- Attachment #2: uwe.klosa.vcf --]
[-- Type: text/x-vcard, Size: 242 bytes --]

begin:vcard
fn:Uwe Klosa
n:Klosa;Uwe
org:Uppsala University;Electronic Publishing Centre
adr:;;;Uppsala;;75120;Sweden
email;internet:uwe.klosa@ub.uu.se
tel;work:+46 (0)18 471 7658
url:http://publications.uu.se/epcentre
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3
  2005-11-24  8:17 [gentoo-user] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3 Uwe Klosa
@ 2005-11-24 23:21 ` Iain Buchanan
  2005-11-25  8:09   ` Uwe Klosa
  0 siblings, 1 reply; 8+ messages in thread
From: Iain Buchanan @ 2005-11-24 23:21 UTC (permalink / raw
  To: gentoo-user

On Thu, 2005-11-24 at 09:17 +0100, Uwe Klosa wrote:
> Hi
> 
> When I updrade my kernel from suspend2-sources-2.6.14 to -r1 or r3 all
> options for SUSPEND2 are gone. I have tried with make oldconfig 
> and make menuconfig. Is there a purpose behind that?

I'm not sure on the exact version it happened (I don't use
suspend2-sources, I patch vanilla-sources) but if you have a
HyperThreaded CPU, for some reason suspend to disk is now disabled when
you select HT.

This wasn't always the case - I used to have suspend2 and HT both
working together nicely.

Check CONFIG_X86_HT (I think)

HTH,
-- 
Iain Buchanan <iaindb@netspace.net.au>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3
  2005-11-24 23:21 ` Iain Buchanan
@ 2005-11-25  8:09   ` Uwe Klosa
  2005-11-25 13:31     ` Iain Buchanan
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Klosa @ 2005-11-25  8:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 744 bytes --]

Thank you for your answer. I have ht activated. Does someone know why this behaviour occurs?

Uwe

Iain Buchanan wrote:
> On Thu, 2005-11-24 at 09:17 +0100, Uwe Klosa wrote:
> 
>>Hi
>>
>>When I updrade my kernel from suspend2-sources-2.6.14 to -r1 or r3 all
>>options for SUSPEND2 are gone. I have tried with make oldconfig 
>>and make menuconfig. Is there a purpose behind that?
> 
> 
> I'm not sure on the exact version it happened (I don't use
> suspend2-sources, I patch vanilla-sources) but if you have a
> HyperThreaded CPU, for some reason suspend to disk is now disabled when
> you select HT.
> 
> This wasn't always the case - I used to have suspend2 and HT both
> working together nicely.
> 
> Check CONFIG_X86_HT (I think)
> 
> HTH,

[-- Attachment #2: uwe.klosa.vcf --]
[-- Type: text/x-vcard, Size: 242 bytes --]

begin:vcard
fn:Uwe Klosa
n:Klosa;Uwe
org:Uppsala University;Electronic Publishing Centre
adr:;;;Uppsala;;75120;Sweden
email;internet:uwe.klosa@ub.uu.se
tel;work:+46 (0)18 471 7658
url:http://publications.uu.se/epcentre
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3
  2005-11-25  8:09   ` Uwe Klosa
@ 2005-11-25 13:31     ` Iain Buchanan
  2005-11-28 10:36       ` [gentoo-user][SOLVED] " Uwe Klosa
  0 siblings, 1 reply; 8+ messages in thread
From: Iain Buchanan @ 2005-11-25 13:31 UTC (permalink / raw
  To: gentoo-user

On Fri, 2005-11-25 at 09:09 +0100, Uwe Klosa wrote:
> Iain Buchanan wrote:
> > On Thu, 2005-11-24 at 09:17 +0100, Uwe Klosa wrote:
> > 
> > > When I updrade my kernel from suspend2-sources-2.6.14 to -r1 or r3 all
> > > options for SUSPEND2 are gone. I have tried with make oldconfig 
> > > and make menuconfig. Is there a purpose behind that?
> > 
> > I'm not sure on the exact version it happened (I don't use
> > suspend2-sources, I patch vanilla-sources) but if you have a
> > HyperThreaded CPU, for some reason suspend to disk is now disabled when
> > you select HT.
> 
> Thank you for your answer. I have ht activated. Does someone know why
> this behaviour occurs?

Don't know.  I hope it's not to do with some comments I made recently on
a bug in kernel.org :)

I'm curious: Did suspend and HT both work when you enabled them manually
in the .config file?

thanks,
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Why is the alphabet in that order?  Is it because of that song?
		-- Steven Wright

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user][SOLVED] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3
  2005-11-25 13:31     ` Iain Buchanan
@ 2005-11-28 10:36       ` Uwe Klosa
  2005-11-28 12:46         ` Robin Atwood
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Klosa @ 2005-11-28 10:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]

No they did not. I've got a compile error.

But I have a solution for my problem. In my kernel config SMP was activated - has always been. But in the current kernels suspend2 
depends on (!SMP || SUSPEND_SMP). After I changed that - I deactivated SMP for now - SUSPEND2 was available in the make menuconfig. And 
now it works again.

Uwe

Iain Buchanan wrote:
> On Fri, 2005-11-25 at 09:09 +0100, Uwe Klosa wrote:
> 
>>Iain Buchanan wrote:
>>
>>>On Thu, 2005-11-24 at 09:17 +0100, Uwe Klosa wrote:
>>>
>>>
>>>>When I updrade my kernel from suspend2-sources-2.6.14 to -r1 or r3 all
>>>>options for SUSPEND2 are gone. I have tried with make oldconfig 
>>>>and make menuconfig. Is there a purpose behind that?
>>>
>>>I'm not sure on the exact version it happened (I don't use
>>>suspend2-sources, I patch vanilla-sources) but if you have a
>>>HyperThreaded CPU, for some reason suspend to disk is now disabled when
>>>you select HT.
>>
>>Thank you for your answer. I have ht activated. Does someone know why
>>this behaviour occurs?
> 
> 
> Don't know.  I hope it's not to do with some comments I made recently on
> a bug in kernel.org :)
> 
> I'm curious: Did suspend and HT both work when you enabled them manually
> in the .config file?
> 
> thanks,

[-- Attachment #2: uwe.klosa.vcf --]
[-- Type: text/x-vcard, Size: 242 bytes --]

begin:vcard
fn:Uwe Klosa
n:Klosa;Uwe
org:Uppsala University;Electronic Publishing Centre
adr:;;;Uppsala;;75120;Sweden
email;internet:uwe.klosa@ub.uu.se
tel;work:+46 (0)18 471 7658
url:http://publications.uu.se/epcentre
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user][SOLVED] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3
  2005-11-28 10:36       ` [gentoo-user][SOLVED] " Uwe Klosa
@ 2005-11-28 12:46         ` Robin Atwood
  2005-11-28 18:57           ` Uwe Klosa
  0 siblings, 1 reply; 8+ messages in thread
From: Robin Atwood @ 2005-11-28 12:46 UTC (permalink / raw
  To: gentoo-user

On Monday 28 November 2005 17:36, Uwe Klosa wrote:
> No they did not. I've got a compile error.
>
> But I have a solution for my problem. In my kernel config SMP was activated
> - has always been. But in the current kernels suspend2 depends on (!SMP ||
> SUSPEND_SMP). After I changed that - I deactivated SMP for now - SUSPEND2

I have had the exact same experience. The point is I have a P4 3.2 GHz  + HT 
processor and want to use the SMP support, as well as suspend. This worked in 
2.6.12 so it's a patching error, right?

Cheers...
-Robin,
-- 
----------------------------------------------------------------------
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
         from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------








-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user][SOLVED] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3
  2005-11-28 12:46         ` Robin Atwood
@ 2005-11-28 18:57           ` Uwe Klosa
  2005-11-29  9:43             ` Robin Atwood
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Klosa @ 2005-11-28 18:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 726 bytes --]

I have also a P4 + HT and I want to use it to. Have you tried the CONFIG_SUSPEND_SMP parameter. I will try it this evening.

Cheers
Uwe

Robin Atwood wrote:
> On Monday 28 November 2005 17:36, Uwe Klosa wrote:
> 
>>No they did not. I've got a compile error.
>>
>>But I have a solution for my problem. In my kernel config SMP was activated
>>- has always been. But in the current kernels suspend2 depends on (!SMP ||
>>SUSPEND_SMP). After I changed that - I deactivated SMP for now - SUSPEND2
> 
> 
> I have had the exact same experience. The point is I have a P4 3.2 GHz  + HT 
> processor and want to use the SMP support, as well as suspend. This worked in 
> 2.6.12 so it's a patching error, right?
> 
> Cheers...
> -Robin,

[-- Attachment #2: uwe.klosa.vcf --]
[-- Type: text/x-vcard, Size: 242 bytes --]

begin:vcard
fn:Uwe Klosa
n:Klosa;Uwe
org:Uppsala University;Electronic Publishing Centre
adr:;;;Uppsala;;75120;Sweden
email;internet:uwe.klosa@ub.uu.se
tel;work:+46 (0)18 471 7658
url:http://publications.uu.se/epcentre
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user][SOLVED] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3
  2005-11-28 18:57           ` Uwe Klosa
@ 2005-11-29  9:43             ` Robin Atwood
  0 siblings, 0 replies; 8+ messages in thread
From: Robin Atwood @ 2005-11-29  9:43 UTC (permalink / raw
  To: gentoo-user

On Tuesday 29 November 2005 01:57, Uwe Klosa wrote:
> I have also a P4 + HT and I want to use it to. Have you tried the
> CONFIG_SUSPEND_SMP parameter. I will try it this evening.
>
> Cheers
> Uwe
>
> Robin Atwood wrote:
> > On Monday 28 November 2005 17:36, Uwe Klosa wrote:
> >>No they did not. I've got a compile error.
> >>
> >>But I have a solution for my problem. In my kernel config SMP was
> >> activated - has always been. But in the current kernels suspend2 depends
> >> on (!SMP || SUSPEND_SMP). After I changed that - I deactivated SMP for
> >> now - SUSPEND2
> >
> > I have had the exact same experience. The point is I have a P4 3.2 GHz  +
> > HT processor and want to use the SMP support, as well as suspend. This
> > worked in 2.6.12 so it's a patching error, right?
> >
> > Cheers...
> > -Robin,

I tried editing the .config file with the suspend options (copied from the 
2.6.12 tree) but got a link error - the patches need to be fixed.

-Robin.
-- 
----------------------------------------------------------------------
Robin Atwood.

"Ship me somewheres east of Suez, where the best is like the worst,
 Where there ain't no Ten Commandments an' a man can raise a thirst"
         from "Mandalay" by Rudyard Kipling
----------------------------------------------------------------------








-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-11-29  9:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-24  8:17 [gentoo-user] Where are the suspend2 options in suspend2-sources-2.6.14-r1-3 Uwe Klosa
2005-11-24 23:21 ` Iain Buchanan
2005-11-25  8:09   ` Uwe Klosa
2005-11-25 13:31     ` Iain Buchanan
2005-11-28 10:36       ` [gentoo-user][SOLVED] " Uwe Klosa
2005-11-28 12:46         ` Robin Atwood
2005-11-28 18:57           ` Uwe Klosa
2005-11-29  9:43             ` Robin Atwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox