Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Menuconfig Script Not Working
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
blueedge86
n00b
n00b


Joined: 06 Apr 2004
Posts: 51

PostPosted: Tue Jun 29, 2004 7:57 pm    Post subject: Menuconfig Script Not Working Reply with quote

I type "make menuconfig" and it says no rule or scrip for "make". I'm using Gentoo-dev-sources. Sounds like a big issue if the coders forgot their make script! Any ideas?
Back to top
View user's profile Send private message
Lajasha
Veteran
Veteran


Joined: 17 Mar 2004
Posts: 1040
Location: Vibe Central

PostPosted: Tue Jun 29, 2004 7:59 pm    Post subject: Reply with quote

Did you make sure that /usr/src/linux is linked to the source folder?
Did you cd into /usr/src/linux then run the command?
_________________
Come and play in my land
Back to top
View user's profile Send private message
blueedge86
n00b
n00b


Joined: 06 Apr 2004
Posts: 51

PostPosted: Tue Jun 29, 2004 10:00 pm    Post subject: check Reply with quote

yes i was there
Back to top
View user's profile Send private message
Lajasha
Veteran
Veteran


Joined: 17 Mar 2004
Posts: 1040
Location: Vibe Central

PostPosted: Tue Jun 29, 2004 10:04 pm    Post subject: Reply with quote

please post the results of:
Code:
cd /usr/src
ls -l

_________________
Come and play in my land
Back to top
View user's profile Send private message
blueedge86
n00b
n00b


Joined: 06 Apr 2004
Posts: 51

PostPosted: Fri Jul 02, 2004 1:04 am    Post subject: upadte Reply with quote

i formatted the partition.....ill try from scratch....is there anyway to use the 2.6.7 kernel from kernel.org on the gentoo install? i dont exactly want all the "added" junk....just a basic 2.6.7 kernel....thanx
Back to top
View user's profile Send private message
Lajasha
Veteran
Veteran


Joined: 17 Mar 2004
Posts: 1040
Location: Vibe Central

PostPosted: Fri Jul 02, 2004 1:07 am    Post subject: Reply with quote

I have heard of people doing so but have not do that myself. I would think you could download the package and untar it, configure,make etc.. But the best way to know would be to check out the readme included with it...
_________________
Come and play in my land
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Fri Jul 02, 2004 1:09 am    Post subject: Reply with quote

If you want an unpatched 2.6 kernel (currently 2.6.7), then do this.
Code:
# emerge development-sources
Back to top
View user's profile Send private message
furkan
Guru
Guru


Joined: 11 Dec 2003
Posts: 520
Location: Montreal CA

PostPosted: Fri Jul 02, 2004 2:23 am    Post subject: Re: upadte Reply with quote

blueedge86 wrote:
....is there anyway to use the 2.6.7 kernel from kernel.org on the gentoo install? i dont exactly want all the "added" junk....just a basic 2.6.7 kernel....thanx

in vanilla-sources who is in portage there is not the kernel 2.6 series (that means if you want it you should dowload it and compile....).....you could try gentoo-dev-sources while making
Code:
emerge /usr/portage/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.7-r6.ebuild


.......
_________________
DELL Inspiron 1501
Back to top
View user's profile Send private message
Dr Gonzo
Apprentice
Apprentice


Joined: 31 Jan 2004
Posts: 276
Location: Austin, TX

PostPosted: Fri Jul 02, 2004 2:29 am    Post subject: Reply with quote

Just do this:
Code:
cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.7.tar.bz2
tar xjf linux-2.6.7.tar.bz2
ln -s linux-2.6.7 linux
cd linux
make menuconfig
make
make modules_install
make install


Same old standard way of doing it. Portage is not necessary for compiling kernels, although I have recently switched back to gentoo dev sources. Seem to cause no problems like they did when 2.6 first came out, and they have the bootsplash patch already included, so I don't have to screw with it.

good luck on your install.
_________________
"Families is where our nation finds hope, where wings take dream."

George W. Bush
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Fri Jul 02, 2004 2:38 am    Post subject: Re: upadte Reply with quote

furkan wrote:
in vanilla-sources who is in portage there is not the kernel 2.6 series

In case you guys are wondering,
Code:
# emerge vanilla-sources
gets you a 2.4 kernel with no added patches, and
Code:
# emerge development-sources
gets you a 2.6 kernel with no added patches.

Downloading the source yourself also works, but portage is more convenient. :)
Back to top
View user's profile Send private message
blueedge86
n00b
n00b


Joined: 06 Apr 2004
Posts: 51

PostPosted: Fri Jul 02, 2004 5:18 pm    Post subject: updtae Reply with quote

Thanx for the help everyone, I'll give it a try as soon as I'm motivated!! LOL! Thx again!!
Back to top
View user's profile Send private message
blueedge86
n00b
n00b


Joined: 06 Apr 2004
Posts: 51

PostPosted: Sun Jul 04, 2004 3:24 am    Post subject: x86 Reply with quote

u gotta use the ACCEPT_KEYWORDS="~x86" prefix b4 "emerge development-sources"
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