LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 11-25-2005, 03:39 PM   #1
NetBlaster
LQ Newbie
 
Registered: Aug 2005
Location: Nottingham UK
Distribution: openSuSE Factory BETA
Posts: 11

Rep: Reputation: 0
need a bit of help


i have SUSE Linux 10.0 GM, and im trying to upgrade to kernel 2.6.14.3

then apply the Con Kovilas patch onto it, complete newbie at the kernel, wanted to have a shot at it,

i ve the following files,
linux-2.6.14.3.tar.bz2
patch-2.6.14.3.tar.bz2
patch-2.6.14-ck5.bz2

im in the /usr/src directory, and everthing ive tried aint working
 
Old 11-25-2005, 07:10 PM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
SuSE is a rpm-based distro. You have downloaded compressed tar files.

You have three options:
1) download the equivalent rpm files and install those.
2) use archiver to view the contents of the compressed archives. Look for README and INSTALL files to read. They should contain installation instructions.
3) use archiver to view the contents of the compressed archives. Look for a file called .spec. If it exists in the archive, it is an rpm .spec file, which tells rpm what to do in order to compile and build rpm .src.rpm and .rpm files (source and binary installable files). If the .spec file is there, cd to the directory in which the tarball resides, and use the rpm -tb <filename>.tar.bz2 command to build a installable binary rpm, or rpm -ta <filename>.tar.bz2 to build both a .src.rpm and .rpm. Install the .rpm as you would any other in SuSE; either manually or via YaST. Archive the .src.rpm somewhere on removable media. Should you need it again, as in hardware upgrade, you can recompile quickly and easily.
 
Old 11-25-2005, 08:17 PM   #3
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
bigrigdriver: he mentioned he wanted to have a shot at building the kernel manually...

NetBlaster:
You don't need patch-2.6.14.3.tar.bz2, as this patch is intended to patch an old source tree to 2.6.14.3. As you have already downloaded the complete source, it is not necessary.

So: first unpack the source:
Code:
# tar xjf linux-2.6.14.3.tar.bz2
Now cd into the source tree:
Code:
# cd linux-2.6.14.3
Now copy the patch into the source tree:
Code:
# cp ../patch-2.6.14-ck5.bz2 .
Uncompress the patch:
Code:
# bunzip2 patch-2.6.14-ck5.bz2
Now apply the patch:
Code:
# patch -p0 < patch-2.6.14-ck5
See this page for more info:
http://www.linuxhq.com/patch-howto.html

After the source is patched, have a look at README for instructions on building and installing the kernel.

Last edited by bulliver; 11-25-2005 at 08:18 PM.
 
Old 11-27-2005, 08:21 AM   #4
NetBlaster
LQ Newbie
 
Registered: Aug 2005
Location: Nottingham UK
Distribution: openSuSE Factory BETA
Posts: 11

Original Poster
Rep: Reputation: 0
ahh, thank you alot, lol all of a sudden it all becomes much more simple thank you bulliver
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Which version of 32 bit redhat will install on IBM xSeries 366 (64 bit)? Hello123 Linux - Hardware 2 09-14-2005 05:50 AM
how do i compress an existing mp3 from 128 bit to 32 bit? lemuel Linux - Newbie 4 01-04-2005 08:28 PM
C, read 8 bit octal numbers, convert to 24 bit binary bamalabs Programming 3 01-20-2004 09:59 AM
Graphic Card that Supports displaying 8-bit and 24-bit images simultaneously yrraja Linux - Hardware 2 04-30-2003 06:41 AM
Displaying 8-bit images in 24-bit mode and vice versa yrraja Linux - General 4 04-29-2003 11:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 08:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration