LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-06-2004, 08:37 PM   #1
w0000422
Member
 
Registered: Dec 2003
Distribution: redhat linux 9.0
Posts: 60

Rep: Reputation: 15
Can i386 upgrade to i586?


i had downloaded redhat linux 9 (i386) and installed it into my machine, is tat any i586 ver? can i upgrade it from i386 to i586? if yes, how to make it? will it be faster?
 
Old 01-06-2004, 08:55 PM   #2
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
when you recompile your own custom kernel, you can re-set the processor type to your particular box, and you can also set(usually) the mobo type as well as the chipset it uses. This should give a little extra zip to your system.
 
Old 01-07-2004, 12:01 AM   #3
w0000422
Member
 
Registered: Dec 2003
Distribution: redhat linux 9.0
Posts: 60

Original Poster
Rep: Reputation: 15
have u try b4? how to recompile the kernel?

do u mean tat i have to download the latest ver of kernel, let say is kernel 2.6(i586), and recompile it to become as new i586kernel??

am i asking an stupid question?
 
Old 01-07-2004, 05:55 AM   #4
elluva
Member
 
Registered: Aug 2003
Location: Belguim, Ostend and Ghent
Distribution: Ubuntu
Posts: 600

Rep: Reputation: 30
I think you don't really get what i386 means...
It just a name for a processor, if you downloaded RH9(i386) then that means you have red hat for a Intel 386 or later, e.g. Penthium, PII,...
i586 means software for Penthium or higher, e.g. all sorts of AMD processors, PII,...
 
Old 01-07-2004, 08:20 AM   #5
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
The i386 ver means all software was compiled for the 386 processor. Getting one compiled for i586 (pentium) would be a little faster . Take a look at Arch Linux, which has everything compiled for i686, or Gentoo, which lets you compile for any architecture you want.
When you recompile your kernel, you can optimize it for any architecture. You can optimize it for a P4. It doesn't have to match the rest of the software (though of course it can't exceed the capabilities of your cpu).)
 
Old 01-07-2004, 08:29 AM   #6
Kei_Linux
LQ Newbie
 
Registered: Dec 2003
Location: TX
Distribution: Fedora Core, Aurox (future experiment)
Posts: 3

Rep: Reputation: 0
is there a tutorial on how to recompile kernel if i'm upgrading i386 to i586 (or maybe an i686)
 
Old 01-07-2004, 08:52 AM   #7
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
You get to choose the type of CPU/architecture you have during kernel configuration. Gerenally speaking the less cpu features you use to compile a package the more stable it is, at the expense of some performance. I doubt Redhat used it because they want to support 386 user base. By the way by performance I don't mean how fast it loads.
If you want all your software packages optimized for your machine, go Gentoo :-)
 
Old 01-07-2004, 09:08 AM   #8
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
You can optimize your kernel for a pentium 4, not just i686. So it's not a maybe, if you have a P4, you optimize for it. Why go down to i686 (Pentium Pro). This part of kernel recompilation is easy, just choose your processor from the list. See this howto:
http://www.linuxquestions.org/questi...hreadid=127095
 
Old 01-07-2004, 09:12 AM   #9
snatale1
Member
 
Registered: Aug 2003
Location: Richmond, Virginia, US
Distribution: Ubuntu 20.04 / Manjaro
Posts: 439

Rep: Reputation: 48
I'd follow the advise also Of just switching to a distro that already supports you machine arch. especially since RH is on life support. Since I dumped RH, MDK is my main distro which most is i586, I have been playing with Fedora which I noticed while running up2date alot of packages including kernel were arch'd as athlon which is good for me but they'd prob have the have pentium too
 
Old 01-07-2004, 06:48 PM   #10
w0000422
Member
 
Registered: Dec 2003
Distribution: redhat linux 9.0
Posts: 60

Original Poster
Rep: Reputation: 15
wow...this topic seem like very popular!
 
Old 01-07-2004, 06:53 PM   #11
w0000422
Member
 
Registered: Dec 2003
Distribution: redhat linux 9.0
Posts: 60

Original Poster
Rep: Reputation: 15
is the kernel 2.6 is suitable for all linux distribution??
 
Old 01-07-2004, 10:47 PM   #12
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
Yes it should work on all distros, however some will require more work to get it running the way you want.
 
Old 01-07-2004, 11:51 PM   #13
elluva
Member
 
Registered: Aug 2003
Location: Belguim, Ostend and Ghent
Distribution: Ubuntu
Posts: 600

Rep: Reputation: 30
Frankly, if your this new... stick with your 2.4.x kernel that came with your distro and recompile that one. Actually, I think you shouldn't be compiling kernels at this time, look out for another distro that (like mandrake -- www.mandrake-linux.com) that is compiled for i586.
In fact, if you're a noob, you'd best start with mandrake anyway...
 
Old 01-08-2004, 06:26 PM   #14
w0000422
Member
 
Registered: Dec 2003
Distribution: redhat linux 9.0
Posts: 60

Original Poster
Rep: Reputation: 15
actually i hate to do this kind of compiling job...so tedious and wasting time.

however, i got no choice b'cos my kernel not regconise my SATA hard disc.....or do u have any better idea to solve it??

note:
my motherboard: abit k7 with SATA connector, VIA chipset
my hard disk: seagate 80G SATA
my CPU: AMD althon 900 mhz
 
Old 01-08-2004, 06:28 PM   #15
w0000422
Member
 
Registered: Dec 2003
Distribution: redhat linux 9.0
Posts: 60

Original Poster
Rep: Reputation: 15
also, do u know how to install linux directly on SATA hard disk...
 
  


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
i386 or i586 bong.mau Linux - Hardware 1 09-08-2005 12:31 PM
i386 vs i586 vs x86 etc. virtualme Linux - Newbie 1 02-13-2005 02:04 AM
i586 and i386 ? thedp Linux - Newbie 3 09-23-2004 06:08 PM
what does i386,i586,i686 mean? Baran Linux - Newbie 2 09-10-2003 03:52 AM
RH 7.3 os i386 only or is there a i586 warpig Linux - Distributions 3 09-27-2002 06:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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