Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel installation question [solved]
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
mantasman
n00b
n00b


Joined: 04 Jun 2005
Posts: 31

PostPosted: Sat Jun 04, 2005 11:41 am    Post subject: kernel installation question [solved] Reply with quote

i'm installing gentoo 2005.0 with quick install guide.
now i'm in this step:
Code:

(install the kernel source) # emerge <kernel-package-here>

what i have to write instead of <kernel-package-here> ?
i tried to write emerge kernel, emerge kernel-2.4, emerge kernel-2.6 but none of these worked.


Last edited by mantasman on Sat Jun 04, 2005 9:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
syg00
l33t
l33t


Joined: 23 Aug 2004
Posts: 907
Location: Brisbane, AUS

PostPosted: Sat Jun 04, 2005 11:51 am    Post subject: Reply with quote

Quote:
The Quick install guide covers all details of the install process in a non-verbose manner. Users should already have prior experience with installing Gentoo Linux if they want to follow this guide.

Maye you'd better peruse the handbook rather than trying to get by with the quick install guide.
Back to top
View user's profile Send private message
mantasman
n00b
n00b


Joined: 04 Jun 2005
Posts: 31

PostPosted: Sat Jun 04, 2005 12:46 pm    Post subject: Reply with quote

i did so:
Code:

emerge gentoo-sources

then i saw list of available kernels. then typed:
Code:

genkernel --udev all

and now i see a message:
Code:

GREP    /usr/src/linux/Makefile: No such file or directory
GREP    /usr/src/linux/Makefile: No such file or directory
GREP    /usr/src/linux/Makefile: No such file or directory
GREP    /usr/src/linux/Makefile: No such file or directory

error: no kernel .config file specified or file not found


what i'm doing wrong?
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


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

PostPosted: Sat Jun 04, 2005 6:23 pm    Post subject: Reply with quote

you forgot to create the link /usr/src/linux that should point to the directory that contains the sources.
ln -sf /usr/src/linux /usr/src/linux-2.6.11-r6 (2.6.11-r6 could be different on your system, look up the name of that directory with ls -l /usr/src/linux)
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
mantasman
n00b
n00b


Joined: 04 Jun 2005
Posts: 31

PostPosted: Sat Jun 04, 2005 9:30 pm    Post subject: Reply with quote

thanks, it helped.
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