Re: [mythtv-users] FC3 - Downloading kernel source

2005-01-12 Thread jani
The fedora core 3 release notes
http://fedora.redhat.com/docs/release-notes/fc3/x86/ cover how to get
the source.  It's a fair way along the document, so just search for
kernel, and it should be the fourth hit.  By the way, if you use the
up2date method you need to be running in an X environment rather than
just ssh'd in.

cheers,
jani


On Wed, 12 Jan 2005 13:14:17 -0500, Dan Berger <[EMAIL PROTECTED]> wrote:
> Download the SRPM or the tar manually instead of using apt
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Drew Zerdecki
> Sent: Wednesday, January 12, 2005 12:51 PM
> To: mythtv-users@mythtv.org
> Subject: [mythtv-users] FC3 - Downloading kernel source
> 
> Using the FC3 how-to, I installed 2.6.9-1.724_FC3smp.  However, how do I get
> the source?  I haven't been able to figure out how to do this yet via
> apt-get (do I get-source kernel=$MYKERNEL or something?) Nor, have I been
> able  to find the kernel-source for .724_FC3smp to download on the
> mirrors.Any suggestions?
> 
> Thanks..
> 
> Drew
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] FC3 - Downloading kernel source

2005-01-12 Thread jani
http://fedora.redhat.com/docs/release-notes/fc3/x86/ search for
kernel, read the fourth hit


On Wed, 12 Jan 2005 13:39:14 -0600, Drew Zerdecki <[EMAIL PROTECTED]> wrote:
> What mirrors have the source kernels?  I can kind them on the regular
> redhat mirrors.
> 
> Thanks again.
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] FC3 - Downloading kernel source

2005-01-12 Thread Steve Frank
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Drew Zerdecki
> Sent: Wednesday, January 12, 2005 1:39 PM
> To: mythtv-users@mythtv.org
> Subject: [mythtv-users] FC3 - Downloading kernel source
> 
> What mirrors have the source kernels?  I can kind them on the 
> regular redhat mirrors.
> 
> Thanks again.
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 

It's probably that the SRPM isn't out there yet, I've run across that
with the very newest kernels--for some reason the compiled ones are
there a day or so more quickly.

The release notes for Fedora Core cover this topic, and it ends up in a
lot of discussions about FC3 changes: 

Quote: 

In order to eliminate the redundancy inherent in providing a separate
package for the kernel source code when that source code already exists
in the kernel's .src.rpm file, Fedora Core 3 no longer includes the
kernel-source package. Users that require access to the kernel sources
can find them in the kernel .src.rpm file. To create an exploded source
tree from this file, perform the following steps (note that 
refers to the version specification for your currently-running kernel):

   1.

  Obtain the kernel-.src.rpm file from one of the following
sources:
  *

The SRPMS directory on the appropriate "SRPMS" CD iso image
  *

The FTP site where you got the kernel package
  *

By running the following command:

up2date --get-source kernel
   2.

  Install kernel-.src.rpm (given the default RPM
configuration, the files this package contains will be written to
/usr/src/redhat/)
   3.

  Change directory to /usr/src/redhat/SPECS/, and issue the
following command:

  rpmbuild -bp --target= kernel.spec

  (Where  is the desired target architecture.)

  On a default RPM configuration, the kernel tree will be located in
/usr/src/redhat/BUILD/.
   4.

  In resulting tree, the configurations for the specific kernels
shipped in Fedora Core 3 are in the /configs/ directory. For example,
the i686 SMP configuration file is named
/configs/kernel--i686-smp.config. Issue the following command
to place the desired configuration file in the proper place for
building:

  cp  ./.config
   5.

  Issue the following command:

  make oldconfig

You can then proceed as usual.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] FC3 - Downloading kernel source

2005-01-12 Thread Oliver Gorwits
On Wed, 12 Jan 2005 13:39:14 -0600
Drew Zerdecki <[EMAIL PROTECTED]> wrote:

> What mirrors have the source kernels?  I can kind them on the regular 
> redhat mirrors.

Please read the FC3 release notes for an explanation of what's happened
to the kernel sources:

http://download.fedora.redhat.com/pub/fedora/linux/core/3/i386/os/RELEASE-NOTES-en.html

(sorry for any URL line-breakage)

regards,
oliver
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] FC3 - Downloading kernel source

2005-01-12 Thread Richie Jarvis
Drew Zerdecki wrote:
What mirrors have the source kernels?  I can kind them on the regular 
redhat mirrors.

Thanks again.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Read the release notes for FC3 - it explains how to obtain the kernel 
source.

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.10 - Release Date: 10/01/2005
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] FC3 - Downloading kernel source

2005-01-12 Thread Ian Trider
On Wed, 12 Jan 2005 11:50:31 -0600, Drew Zerdecki <[EMAIL PROTECTED]> wrote:
> Using the FC3 how-to, I installed 2.6.9-1.724_FC3smp.  However, how do I
> get the source?  I haven't been able to figure out how to do this yet
> via apt-get (do I get-source kernel=$MYKERNEL or something?) Nor, have I
> been able  to find the kernel-source for .724_FC3smp to download on the
> mirrors.Any suggestions?

Detailed instructions are in the release notes.  You should read them
-- they tell you what they broke between releases. ;)

-- 
Ian Trider
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] FC3 - Downloading kernel source

2005-01-12 Thread Dan Berger
Download the SRPM or the tar manually instead of using apt 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Drew Zerdecki
Sent: Wednesday, January 12, 2005 12:51 PM
To: mythtv-users@mythtv.org
Subject: [mythtv-users] FC3 - Downloading kernel source

Using the FC3 how-to, I installed 2.6.9-1.724_FC3smp.  However, how do I get
the source?  I haven't been able to figure out how to do this yet via
apt-get (do I get-source kernel=$MYKERNEL or something?) Nor, have I been
able  to find the kernel-source for .724_FC3smp to download on the 
mirrors.Any suggestions?

Thanks..

Drew
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users