[opensuse-kernel] Using Multicore with 2.6.30.5 OpenSuSE 11.1
Dear List, I want to compile kernel 2.6.30.5 in openSuSE 11.1 to be able to use multicore of Intel Q8200. Here is my options: CONFIG_SMP=y CONFIG_MCORE2=y CONFIG_NR_CPUS=4 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_PREEMPT_NONE=y **** make make modules_install make install **** But kernel seems did not recognize the setting I choose. Need advise what wrong I made. Thank you so much for your help Rgds, Wong -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Sun, Sep 06, 2009 at 05:01:33PM +0800, Wong wrote:
Dear List,
I want to compile kernel 2.6.30.5 in openSuSE 11.1 to be able to use multicore of Intel Q8200.
Why do you think the 11.1 kernel does not work? It should work fine. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
I want to compile kernel 2.6.30.5 in openSuSE 11.1 to be able to use multicore of Intel Q8200.
Why do you think the 11.1 kernel does not work?
It should work fine.
Ciao, Marcus
Hi Marcus, I know the build in kernel of 11.1 works well, but I want to upgrade to latest version. Would you tell me what option should I set to be able to use multicore feature? Best Regards, Wong -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Sun, Sep 06, 2009 at 05:01:33PM +0800, Wong wrote:
Dear List,
I want to compile kernel 2.6.30.5 in openSuSE 11.1 to be able to use multicore of Intel Q8200.
Here is my options:
CONFIG_SMP=y CONFIG_MCORE2=y CONFIG_NR_CPUS=4 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_PREEMPT_NONE=y
**** make make modules_install make install
****
But kernel seems did not recognize the setting I choose. Need advise what wrong I made.
How does it show that it does not work? What is the error that you get? thanks, greg k-h -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
I want to compile kernel 2.6.30.5 in openSuSE 11.1 to be able to use multicore of Intel Q8200.
Here is my options:
CONFIG_SMP=y CONFIG_MCORE2=y CONFIG_NR_CPUS=4 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_PREEMPT_NONE=y
**** make make modules_install make install
****
But kernel seems did not recognize the setting I choose. Need advise what wrong I made.
How does it show that it does not work? What is the error that you get?
Hi Greg, I show only single core that actually Q8200 is quad core processor Thx & Rgds, Wong -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Mon, Sep 07, 2009 at 10:16:18AM +0800, Wong wrote:
I want to compile kernel 2.6.30.5 in openSuSE 11.1 to be able to use multicore of Intel Q8200.
Here is my options:
CONFIG_SMP=y CONFIG_MCORE2=y CONFIG_NR_CPUS=4 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_PREEMPT_NONE=y
**** make make modules_install make install
****
But kernel seems did not recognize the setting I choose. Need advise what wrong I made.
How does it show that it does not work? What is the error that you get?
Hi Greg,
I show only single core that actually Q8200 is quad core processor
Then odds are you didn't build, or install, your new kernel properly. Are you sure you did it correctly? good luck, greg k-h -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
participants (3)
-
Greg KH
-
Marcus Meissner
-
Wong