Koozali.org: home of the SME Server

kernel-source for SME 7 ?!

duncan

kernel-source for SME 7 ?!
« Reply #15 on: September 21, 2005, 10:26:03 AM »
For those looking for a method for either patching kernel modules and rebuilding them (ie in my case - patching netjet drivers for voice support) or building new modules such as XFS file system support - I have documented a howto here. This is method does not require any kernel compilation.

As it is part of a bigger howto - at the point it mentions
Code: [Select]
sh /mythtv/mythmisc/devtools
you would do
Code: [Select]
yum install kernel-source

instead. You can ignore the QT portion unless you have a need for it. Incidentally - both

'yum install kernel-source' and 'yum install kernel-sourcecode' are identical and produce the same result. Approx 90meg of files.

For those that have a third party driver (perhaps a nvidia driver - or some such) then you can more than likely just install the kernel-development package and gcc (compiler).

Code: [Select]
yum install kernel-devel gcc

ejfowler

kernel-source for SME 7 ?!
« Reply #16 on: December 21, 2005, 07:24:37 AM »
Duncan, the above link to your how-to gives a 404 error, has it moved?

Eric

guest22

kernel-source for SME 7 ?!
« Reply #17 on: December 21, 2005, 10:08:39 AM »
http://www.raimokoski.com/lineox/4.0/updates/i386/RPMS/

The above location holds a copy of the correct kernel-source for SME Server Beta8 (CentOS 4.2)

duncan

kernel-source for SME 7 ?!
« Reply #18 on: December 21, 2005, 11:01:25 AM »
http://wiki.goldtel.com.au/howto/Dev

As Hsing pointed out - use his link for the kernel source. It may not work as well as expected. The "kernel-source" is now gone from yum - meaning you will need to nut out the various dependancies.