Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Finalizing and GRP and booting the first couple of times...
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
fdemilde
n00b
n00b


Joined: 13 Sep 2005
Posts: 2

PostPosted: Tue Sep 13, 2005 7:25 pm    Post subject: Finalizing and GRP and booting the first couple of times... Reply with quote

Hey guys,
I finally got my base system more or less working. I've got some more questions though:

I used the 2005.1 universal CD (general x86) and genkernel to get my first working gentoo on a Pentium II

Questions
1) After boot the wrong module for my networkcard (realtek) is loaded (8139cp instead of 8139too). So now I unload it manually using
Code:
modprobe -r 8139cp
and then load the right one with
Code:
modprob 8139too

Is there a way so that my Gentoo chooses the right module from the start?

2) When I'm installing the GRP packages, once and a while some special message pauses the
Code:
emerge --usepkg packageX
process giving some important instructions.

How can I read these instructions after the emerge process has finished?
I tried with shift+PgUp keycombination, but it doesn't recall enough lines

3) Minor: I added
Code:
vga=0x318 video=vesafb:mtrr,ywrap,1024x768-32@75
options in my
Code:
/boot/grub/grub.conf
,
but at boot it says this option is not available.

I've got a Nvidia Riva 128 videocard and a 19inch monitor (sigma).
How can I find the correct thing to add to my kernel line in grub.conf?

4) I wanna use enlightenment as windowmanager, so I already emerged it from my package cd.
Does anyone has any suggestions which packages I also should emerge, this is of course before I update my portage from the internet?

Should you need more information from, please feel free to ask me.
Thx in advance for your replies!
_________________
There are 10 kinds of people, those who understand binary and those who don't
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Tue Sep 13, 2005 11:32 pm    Post subject: Re: Finalizing and GRP and booting the first couple of times Reply with quote

fdemilde wrote:
Hey guys,
I finally got my base system more or less working. I've got some more questions though:

I used the 2005.1 universal CD (general x86) and genkernel to get my first working gentoo on a Pentium II

Questions
1) After boot the wrong module for my networkcard (realtek) is loaded (8139cp instead of 8139too). So now I unload it manually using
Code:
modprobe -r 8139cp
and then load the right one with
Code:
modprob 8139too

Is there a way so that my Gentoo chooses the right module from the start?

Insert "8139too" as the last line into /etc/modules.autoload.d/kernel-2.6
fdemilde wrote:

2) When I'm installing the GRP packages, once and a while some special message pauses the
Code:
emerge --usepkg packageX
process giving some important instructions.

How can I read these instructions after the emerge process has finished?
I tried with shift+PgUp keycombination, but it doesn't recall enough lines

You can't unless you set PORT_LOGDIR in make.conf to some directory, and create the directory.
Code:
# echo PORT_LOGDIR=/var/log/portage >> /etc/make.conf
# mkdir /var/log/portage

This enables portage to store all the messages from emerge into log files in this directory. However, information from previous emerges before you enable this option is forever lost.
Back to top
View user's profile Send private message
fdemilde
n00b
n00b


Joined: 13 Sep 2005
Posts: 2

PostPosted: Wed Sep 14, 2005 9:31 am    Post subject: thx I have an :idea: Reply with quote

:idea:
So if I un-emerge enlightenment,
set de port_logdir and
then re-emerge enlightenment, ....

I might be able to capture those instructions after all :)

I also have another question,
should I emerge first X11 before I emerge enlightenment?

Greetz
_________________
There are 10 kinds of people, those who understand binary and those who don't
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Wed Sep 14, 2005 2:02 pm    Post subject: Re: thx I have an :idea: Reply with quote

fdemilde wrote:
I also have another question,
should I emerge first X11 before I emerge enlightenment?

Greetz

No. xorg-x11 is a dependency of enlightenment, and hence xorg will be installed automatically when you install enlightenment, if it has not been installed yet.
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