Gentoo Forums
Gentoo Forums
Quick Search: in
swsup in gentoo-sources-2.6.14 not shown [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
jhgz1
Retired Dev
Retired Dev


Joined: 16 Dec 2003
Posts: 115
Location: Gainesville

PostPosted: Sun Oct 30, 2005 10:39 pm    Post subject: swsup in gentoo-sources-2.6.14 not shown [solved] Reply with quote

As the title suggests the option for Software Suspend is simply missing in gentoo-sources-2.6.14 under Power Management Support. I checked 2.6.13-r5 to make sure I was looking in the right place and there it was; just not in 2.6.14.
Since I hadn't seen any other complaints about this in the Kernel/HW forum I thought it would most likely fit in here, since I do run, x86_64.
So..if anybody has an idea, thanks a lot! :-)
_________________
Bei Gentoo mithelfen wollen und kein Programmierer? Gentoo sucht Übersetzer, die bereit sind kontinuierlich mitzuarbeiten.


Last edited by jhgz1 on Sun Oct 30, 2005 11:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Oct 30, 2005 11:24 pm    Post subject: Reply with quote

From 2.6.13-r5 /kernel/power/Kconfig
Code:
config SOFTWARE_SUSPEND
        bool "Software Suspend"
        depends on EXPERIMENTAL && PM && SWAP && ((X86 && SMP) || ((FVR || PPC32 || X86) && !SMP))

From 2.6.14
Code:
config SOFTWARE_SUSPEND
        bool "Software Suspend"
        depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FVR || PPC32) && !SMP)
config SUSPEND_SMP
        bool
        depends on HOTPLUG_CPU && X86 && PM
        default y

Don't ask me why. Maybe you've SMP set and HOTPLUG_CPU not set?
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
jhgz1
Retired Dev
Retired Dev


Joined: 16 Dec 2003
Posts: 115
Location: Gainesville

PostPosted: Sun Oct 30, 2005 11:28 pm    Post subject: Reply with quote

I did have that enabled, now I don't and it's happily compiling.
That also was pretty damn fast, again, thanks a lot!
_________________
Bei Gentoo mithelfen wollen und kein Programmierer? Gentoo sucht Übersetzer, die bereit sind kontinuierlich mitzuarbeiten.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum