How to buid and install kernel 2.6.36.2 on OpenSuse 11.2

2010-12-30 Thread lan li
Hi, everyone   I see how to build and install linux kernel on Ubuntu from the emails. But I would like to install latest kernel to OpenSue. There might some differences from installing it on Ubuntu.   Lina ___ Kernelnewbies mailing list Kernelnewbies@ke

Intel i915 and Xorg

2010-12-30 Thread Alex John
There seems to be no specific options in the configuration for i915's. If I'm not wrong, it uses the same as for the i8x's and so on? Xorg at the moment complains that it can't find the module i915 on my gentoo box but then I haven't modulised anything much. Can someone confirm the configuration

Re: kernel memory usage

2010-12-30 Thread naveen yadav
Yes Bharath, you are right. On Thu, Dec 30, 2010 at 9:07 AM, Bharath H S wrote: > I think Naveen means, all the memory does not appear in the output of > /proc/meminfo, the reason is kernel memory is discounted and not > accounted for in the output. May be his goal is to calculate the total > mem

Re: Issue in kswapd daemon initilisation

2010-12-30 Thread naveen yadav
> > > Dear all, > > when I run cat /proc/zoneinfo on my ARM target. i got two nodes. > Node 0, zone   Normal >  pages free     39642 >        min      338 >        low      422 >        high     507 >        scanned  0 (aa: 0 ia: 0 af: 0 if: 0) >        spanned  43520 >        present  43180 > Node

Issue in kswapd daemon initilisation

2010-12-30 Thread naveen yadav
-- Forwarded message -- From: naveen yadav Date: Thu, Dec 30, 2010 at 7:40 PM Subject: Issue in kswapd daemon initilisation To: linux-arm-ker...@lists.infradead.org Dear all, when I run cat /proc/zoneinfo on my ARM target. i got two nodes. Node 0, zone   Normal  pages free     3

RE: Creating kernel-devel and kernel-header

2010-12-30 Thread Smital Desai
___ From: Smital Desai Sent: Thursday, December 30, 2010 8:55 PM To: Anil; kernelnewbies@kernelnewbies.org Subject: RE: Creating kernel-devel and kernel-header ___ From: kernelnewbies-boun...@kernelnewbies.org [kernelnewbies-

RE: Creating kernel-devel and kernel-header

2010-12-30 Thread Smital Desai
___ From: kernelnewbies-boun...@kernelnewbies.org [kernelnewbies-boun...@kernelnewbies.org] On Behalf Of Anil [unnikrishnan.a...@gmail.com] Sent: Thursday, December 30, 2010 12:47 PM To: kernelnewbies@kernelnewbies.org Subject: Creating kernel-devel and kernel-

Re: Creating kernel-devel and kernel-header

2010-12-30 Thread neependra.kh...@gmail.com
On Thu, Dec 30, 2010 at 12:47 PM, Anil wrote: > Hey everyone, > > I'm trying to create a custom kernel for my Fedora 14 system.How do I get > the kernel-devel and kernel-header for my custom kernel? > Do I have to write a separate spec file for that?Are there any links that > will help me with it