Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Will my genkernel fail?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
styless
n00b
n00b


Joined: 10 Mar 2004
Posts: 39
Location: Ølstykke, Denmark

PostPosted: Mon Apr 19, 2004 1:35 pm    Post subject: Will my genkernel fail? Reply with quote

Hi,

im trying to install Gentoo. Im at the part in the manual where i have to compile the kernel. For the fun of it i tried to use genkernel but for now 2½ hours it has just stood there diplaying:

Code:
>> Compiling 2.4.26 modules...


And it doesnt seem like the harddrive is working on something.

The machine im installing on is a PII 450Mhz.

So my question is when i come back to work tomorrow is it gonna say "Success!!!" because the server is so damn slow or as i have read other places on this forum fail: https://forums.gentoo.org/viewtopic.php?t=126417&highlight=genkernel+compiling+2+4+2+modules

If it does i will try to compile the kernel manually. But do i have to "clean" up after the genkernel installation? If so, how?
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Mon Apr 19, 2004 1:39 pm    Post subject: Reply with quote

Give it time. Compiling can take quite a lot of time
Back to top
View user's profile Send private message
styless
n00b
n00b


Joined: 10 Mar 2004
Posts: 39
Location: Ølstykke, Denmark

PostPosted: Tue Apr 20, 2004 12:48 pm    Post subject: Reply with quote

When i came back this morning it was still hanging there. So i restartet it and are now compiling "from scratch". So i dont know if it was a newbie mistake; but it prop. was :D

I also realized that i might have told it to compile on a wrong arch.

Thanks.
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Tue Apr 20, 2004 1:35 pm    Post subject: Reply with quote

styless wrote:
When i came back this morning it was still hanging there. So i restartet it and are now compiling "from scratch". So i dont know if it was a newbie mistake; but it prop. was :D

I also realized that i might have told it to compile on a wrong arch.

Thanks.

A wrong arch wouldn't cause it to hang, just produce binaries that would hang or not run later. Unless you already used the wrong arch setting for emerge system. Anyway, good luck!
Back to top
View user's profile Send private message
ciaranm
Retired Dev
Retired Dev


Joined: 19 Jul 2003
Posts: 1719
Location: In Hiding

PostPosted: Tue Apr 20, 2004 3:01 pm    Post subject: Reply with quote

Genkernel motto: If at first you don't succeed, give up and compile your kernel manually.
Back to top
View user's profile Send private message
styless
n00b
n00b


Joined: 10 Mar 2004
Posts: 39
Location: Ølstykke, Denmark

PostPosted: Tue Apr 20, 2004 4:30 pm    Post subject: Reply with quote

nixnut >> Thank you :)
ciaranm >> And then I did :P

I compiled it manully and it looks like it was a success.

But i do have another question:

I have always been told that newer computers were i686 and during Suse and Red Hat (and Fedora) it also tells me that when im installing on a Celeron or P4 or P3. Yesterday when i had to define it in the make.conf i was in doubt and asked on a forum. The answer i got was that Celeron and PII which im currently installing on at work is i386 and that my P4 was i686. So what is the right answer? And is there a "list" somewhere where i can see what cpu's have what architecture? Yesterday i compiled on a i386 because the guy on the forum said he was a Gentoo-guru. But today i compiled on i686.
Back to top
View user's profile Send private message
ciaranm
Retired Dev
Retired Dev


Joined: 19 Jul 2003
Posts: 1719
Location: In Hiding

PostPosted: Tue Apr 20, 2004 4:35 pm    Post subject: Reply with quote

All pentium class machines are *at least* a 586. Pentium 2 (and maybe PPro???) and some of the later celeries are 686.
Back to top
View user's profile Send private message
styless
n00b
n00b


Joined: 10 Mar 2004
Posts: 39
Location: Ølstykke, Denmark

PostPosted: Tue Apr 20, 2004 4:43 pm    Post subject: Reply with quote

Thank you sooo much. What a mess :)
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Tue Apr 20, 2004 6:33 pm    Post subject: Reply with quote

ciaranm wrote:
All pentium class machines are *at least* a 586. Pentium 2 (and maybe PPro???) and some of the later celeries are 686.

Correct. Pentium Pro, Pentium II and Pentium III, including all Celeron variants and the Centrino cpu are 686. Also AMD K6 and some Via processors.
Back to top
View user's profile Send private message
ciaranm
Retired Dev
Retired Dev


Joined: 19 Jul 2003
Posts: 1719
Location: In Hiding

PostPosted: Tue Apr 20, 2004 6:42 pm    Post subject: Reply with quote

I *thought* that the VIA CPUs weren't i686 because they couldn't do CMOV... I'm probably confusled though, I only do Sparc and MIPS stuff :P
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Tue Apr 20, 2004 6:45 pm    Post subject: Reply with quote

ciaranm wrote:
I *thought* that the VIA CPUs weren't i686 because they couldn't do CMOV... I'm probably confusled though, I only do Sparc and MIPS stuff :P

Hmm, not entirely sure, but don't C3 en Nehemia have all the i686 muck?
Back to top
View user's profile Send private message
ciaranm
Retired Dev
Retired Dev


Joined: 19 Jul 2003
Posts: 1719
Location: In Hiding

PostPosted: Tue Apr 20, 2004 6:58 pm    Post subject: Reply with quote

Again, not sure, but I was under the impression that at least some of the recent VIA CPUs were missing it, and google seems to agree with me. The thing is, CMOV isn't required for i686 compliance, but gcc will generate CMOV if it has an i686 CHOST. At one point there were plans for an override for this if -mcpu=c3 or somesuch was set, don't know if this happened. Anyhow, Gentoo's i686 stages won't work on VIA CPUs because of this.
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Tue Apr 20, 2004 7:04 pm    Post subject: Reply with quote

Ah, ok, I understand now. Thanks.
Back to top
View user's profile Send private message
styless
n00b
n00b


Joined: 10 Mar 2004
Posts: 39
Location: Ølstykke, Denmark

PostPosted: Wed Apr 21, 2004 1:25 pm    Post subject: Reply with quote

I got it working ... So happy here!!! :D

Is there an achitecture higher than i686? nixnut mentions Pentium > Pentium 3 and Celeron but no P4?

Another question I have that I dont want to spam the forum with and open a new topic so I hope you guys know:

Under Red Hat there was a file .bash_rc or .bashrc, I think it was called, where i could put my alias's. But when i create the file and dump my alias's in there nothing happens.
Back to top
View user's profile Send private message
ciaranm
Retired Dev
Retired Dev


Joined: 19 Jul 2003
Posts: 1719
Location: In Hiding

PostPosted: Wed Apr 21, 2004 4:45 pm    Post subject: Reply with quote

styless wrote:
Is there an achitecture higher than i686?

There are several. They're called amd64, sun4u, Power4 and zSeries.
Back to top
View user's profile Send private message
madchaz
l33t
l33t


Joined: 01 Jul 2003
Posts: 993
Location: Quebec, Canada

PostPosted: Wed Apr 21, 2004 9:16 pm    Post subject: Reply with quote

architecture guide for x86 numbers

386 were 386
486 were 486
Pentium ONE were 586 CPUs. The pentium pro could be considered 686 but this can sometime cause problems so should be considered 586

Pentium 2 and up, including Celerons, AMD K6-2 (the K6-1 actualy behaved like 586) are ALL considered 686 as far the the architecture is concerned. Of course, after the P2 that isn't what mathers most so that's why we have dif mcpu or march setings
_________________
Someone asked me once if I suffered from mental illness. I told him I enjoyed every second of it.
www.madchaz.com A small candle of a website. As my lab specs on it.
Back to top
View user's profile Send private message
styless
n00b
n00b


Joined: 10 Mar 2004
Posts: 39
Location: Ølstykke, Denmark

PostPosted: Thu Apr 22, 2004 7:03 am    Post subject: Reply with quote

Okay thanks I think I understand. What i meant by higher was like i786 or i886.

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum