Re: [gentoo-user] make menuconfig error

2003-09-17 Thread Ernie Schroder
I had the same luck googling for it. Oh well a good night's sleep and tomorrow I build a kernel and a whole lot of other stuff live nvidia drivers, nforce chipset drivers my sound system. I really didn't want to have to do this. On Wednesday 17 September 2003 09:50 pm, Pat Kerwan wrote: > O

Re: [gentoo-user] make menuconfig error

2003-09-17 Thread Pat Kerwan
On Wed, Sep 17, 2003 at 07:56:59PM -0400, Ernie Schroder wrote: > Thanks for the suggestions Pat. Iwas going to re-emerge > 2.4.20-gentoo-r1 but it seems to have been removed from portage. I > may be forced to build r-7 though I really wish I had that ebuild. > Any ideas where I can find it? >

Re: [gentoo-user] make menuconfig error

2003-09-17 Thread Ernie Schroder
Thanks for the suggestions Pat. Iwas going to re-emerge 2.4.20-gentoo-r1 but it seems to have been removed from portage. I may be forced to build r-7 though I really wish I had that ebuild. Any ideas where I can find it? On Wednesday 17 September 2003 04:19 pm, Pat Kerwan wrote: > On Wed, Sep 1

Re: [gentoo-user] make menuconfig error

2003-09-17 Thread Pat Kerwan
On Wed, Sep 17, 2003 at 02:41:21PM -0400, Ernie Schroder wrote: > aditional info: > I can go into /usr/src/inux-2.4.20-gentoo-r7 and make menuconfig > works. > I'm not sure if this would help in this situation, but have you tried running: # cp .config /tmp/ # make mrproper # cp /t

Re: [gentoo-user] make menuconfig error

2003-09-17 Thread Ernie Schroder
aditional info: I can go into /usr/src/inux-2.4.20-gentoo-r7 and make menuconfig works. On Wednesday 17 September 2003 02:03 pm, Ernie Schroder wrote: > I want to add a module to my running kernel (2.4.20-gentoo-r1) > make menuconfig exits as below. > > MRK linux # make menuconfig > rm -f inclu

[gentoo-user] make menuconfig error

2003-09-17 Thread Ernie Schroder
I want to add a module to my running kernel (2.4.20-gentoo-r1) make menuconfig exits as below. MRK linux # make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux-2.4.20-gentoo-r1/scripts/lxdialog' make[1]: **

[gentoo-user] make: *** [menuconfig] Error 139 ????????

2003-09-08 Thread Joshua Banks
I successfully upgraded my kernel today from 2.4.20-gentoo-r5 to r6 using Genkernel. 1)cd /usr/src 2)dir 3)rm linux 4)ln -s linux-2.4.20-gentoo-r6 linux 5)cd linux 5)genkernel update grub.conf to reflect the new kernel revision. After I rebooted I did "uname -a" to confirm: Linux deadmeat