Hi I have a moblin2 image with 2.6.29.rc7-40.1.moblin2-netbook kernel. I am trying to compile a modem driver module which requires kernel headers. I tried to download them using yum/yumdownloader but the only available headers are for kernel 2.6.29.1.18... Is there a way to get kernel header for my specific kernel? I can still force my module to compile with the available kernel headers but of course the module won't install in the kernel because of the mismatch.
Thanks, Regards, Jonathan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Arjan van de Ven Sent: Tuesday, April 21, 2009 8:36 PM To: X Ryl Cc: [email protected] Subject: Re: [Moblin Dev] Where are the source of 2.6.29.menlow kernel? X Ryl wrote: > Hi all, > > We can install 2.6.29.menlow kernel from yum, but couldn't get the source of > such kernel (only headers). > > It's not vanilla kernel, as there is poulsbo specific code in this kernel, > with no obvious public source. > Where are such sources ? the easiest way to download the src.rpm's is: yumdownloader --source kernel (they're also in the normal yum repo website for you to download of course, but the yumdownloader helper is a very convenient tool) I don't know what you mean with "no obvious public source"; the only poulsbo specific code in there is the set of 5 patches that were mailed to lkml/dri-devel several weeks ago, and consequently added to the moblin kernel rpm.... _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists __________ Information from ESET NOD32 Antivirus, version of virus signature database 4026 (20090421) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4055 (20090506) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
