View previous topic :: View next topic |
Author |
Message |
spidna Tux's lil' helper
Joined: 17 Feb 2004 Posts: 148
|
Posted: Mon Mar 01, 2004 4:12 pm Post subject: Finally |
|
|
Finally got gentoo to dual boot. now going on to xfree and kde. i already emerged xfree, now emerging kde as i read it might take up to 9 hours to emerge. what do i need to edit on /etc/make.conf to make sure kde work, and how would i set it up that kde would start automatically when i start my computer to login.
2nd. running into network cannot be reach, after installation. from live cd it network to the internet works fine.
last i would be installing gentoo for a friend of mine. he does not want the gentookernel.............can someone tell me how to download the latest kernel. emerge what? then i can take it from there.
Thanks guys. you guys are the greatest. |
|
Back to top |
|
|
Dis_tort_ion n00b
Joined: 15 Sep 2003 Posts: 5
|
|
Back to top |
|
|
Tii l33t
Joined: 02 Jan 2004 Posts: 733
|
Posted: Mon Mar 01, 2004 4:25 pm Post subject: Re: Finally |
|
|
spidna wrote: | last i would be installing gentoo for a friend of mine. he does not want the gentookernel.............can someone tell me how to download the latest kernel. emerge what? then i can take it from there.
|
No gentoo-dev-sources? The vanilla version of 2.6.x is called development-sources. |
|
Back to top |
|
|
sireyessire Advocate
Joined: 20 Mar 2003 Posts: 2991 Location: back in Paris, France
|
Posted: Mon Mar 01, 2004 4:26 pm Post subject: Re: Finally |
|
|
spidna wrote: | Finally got gentoo to dual boot. now going on to xfree and kde. i already emerged xfree, now emerging kde as i read it might take up to 9 hours to emerge. what do i need to edit on /etc/make.conf to make sure kde work, and how would i set it up that kde would start automatically when i start my computer to login. |
see here http://www.gentoo.org/dyn/use-index.xml+
you need "X kde qt" at least
in the rc.conf you have to uncomment line where there is DISPLAYMANAGER="xdm" and replace xdm by kdm
then do a Code: | #rc-update add xdm default |
Quote: |
2nd. running into network cannot be reach, after installation. from live cd it network to the internet works fine.
|
did you edit your /etc/conf.d/net correctly?
did you do a Code: | #rc-update add net.eth0 default | as the manual says.
Quote: |
last i would be installing gentoo for a friend of mine. he does not want the gentookernel.............can someone tell me how to download the latest kernel. emerge what? then i can take it from there.
Thanks guys. you guys are the greatest. |
you just have to emerge *-sources and replace * by what you want!
do a emerge -s sources to see available sources (after an emerge sync to be up to date)
for example emerge gentoo-sources => kernel 2.4
You're welcome _________________ I never think of the future. It comes soon enough.
Albert Einstein
Try simpler first
Shockley |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20485
|
Posted: Mon Mar 08, 2004 1:55 am Post subject: |
|
|
Moved from Installing Gentoo. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
curtis119 Bodhisattva
Joined: 10 Mar 2003 Posts: 2160 Location: Toledo, Ohio,USA, North America, Earth, SOL System, Milky Way, The Universe, The Cosmos, and Beyond.
|
Posted: Mon Mar 08, 2004 2:45 pm Post subject: |
|
|
also do first:
Code: | emerge -pv <ebuild name here> |
This will do a p (pretend) so you can see what packages will install first. And v (use flags) so you can see all the use flags that will affect these ebuilds. You can then customize your USE settings in make.conf to suit your needs. _________________ Gentoo: it's like wiping your ass with silk. |
|
Back to top |
|
|
|