View previous topic :: View next topic |
Author |
Message |
Manuuz Tux's lil' helper
Joined: 24 Mar 2003 Posts: 96 Location: Eine - ovl - België
|
Posted: Fri Jul 25, 2003 11:59 am Post subject: emerge nvidia-glx / eth0 |
|
|
hello, i solved my eth0 problem like so: ifconfig eth0 up
modprobe tulip
dhcpcd eth0
and now it works
next i emerged and configured x
next step: emerge nvidia-glx
error: no mtrr in kernel -> recompiled kernel with mtrr support
rebooted
again emerge nvidia-glx -> still get error of no mtrr in kernel.
Anyone idea to solve this ? Do i need something else in kernel ?
tx _________________ Linux Forever - Gentoo Stage 3 : I like it |
|
Back to top |
|
|
Deedook Tux's lil' helper
Joined: 17 Jul 2003 Posts: 94
|
Posted: Fri Jul 25, 2003 12:10 pm Post subject: |
|
|
You need to use mtrr in the kernel. Just read the error message, and you will know what to do. You have to recompile the kernel. |
|
Back to top |
|
|
Manuuz Tux's lil' helper
Joined: 24 Mar 2003 Posts: 96 Location: Eine - ovl - België
|
Posted: Fri Jul 25, 2003 12:25 pm Post subject: |
|
|
reread my post i recompiled the kernel with mtrr _________________ Linux Forever - Gentoo Stage 3 : I like it |
|
Back to top |
|
|
Anime_Fan Guru
Joined: 01 Jul 2003 Posts: 366 Location: Linköping, Sweden
|
Posted: Fri Jul 25, 2003 12:45 pm Post subject: |
|
|
Check the boot partition to see if you *really* put the new kernel there.
Most people tend to use the old kernel. Check the /boot dir, look for new file. Mount the /boot dir, check for old/new file (ls -l, check timestamp). |
|
Back to top |
|
|
Manuuz Tux's lil' helper
Joined: 24 Mar 2003 Posts: 96 Location: Eine - ovl - België
|
Posted: Fri Jul 25, 2003 2:15 pm Post subject: |
|
|
i did this:
make menuconfig
make dep && make clean bzImage modules modules_install
doesn't this do the trick ? _________________ Linux Forever - Gentoo Stage 3 : I like it |
|
Back to top |
|
|
twisted_steel n00b
Joined: 17 Jul 2003 Posts: 40
|
Posted: Fri Jul 25, 2003 2:21 pm Post subject: |
|
|
After you do that, your new kernel is compiled, but hasn't replaced the one in /boot. Mount /boot if it isn't already and then ...
Code: | # cp /usr/src/linux/arch/i386/boot/bzImage /boot |
|
|
Back to top |
|
|
Deedook Tux's lil' helper
Joined: 17 Jul 2003 Posts: 94
|
Posted: Fri Jul 25, 2003 2:22 pm Post subject: |
|
|
Don't forget to save the old kernel!!!!
'cp /boot/zImage /boot/bzImage.old'
This can save you a _lot_ of time |
|
Back to top |
|
|
chammel n00b
Joined: 09 May 2003 Posts: 56 Location: Springfield VA
|
Posted: Fri Jul 25, 2003 2:23 pm Post subject: |
|
|
Manuuz wrote: | i did this:
make menuconfig
make dep && make clean bzImage modules modules_install
doesn't this do the trick ? |
No
after the kernel is finished you will need to copy the new kernel to the boot partition.
mount /boot
cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage-new
modify you grup or lilo conf to take use the new image. |
|
Back to top |
|
|
twisted_steel n00b
Joined: 17 Jul 2003 Posts: 40
|
Posted: Fri Jul 25, 2003 2:27 pm Post subject: |
|
|
Yes, backing it up would be a good idea |
|
Back to top |
|
|
Manuuz Tux's lil' helper
Joined: 24 Mar 2003 Posts: 96 Location: Eine - ovl - België
|
Posted: Fri Jul 25, 2003 4:20 pm Post subject: |
|
|
tx very much
i'll write it down , and i'll try it at home
i'm now at work , and in meanwhile kde is emerging
i'm looking forward: maybe it will work for the first time
let's cross my fingers _________________ Linux Forever - Gentoo Stage 3 : I like it |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20484
|
Posted: Fri Jul 25, 2003 7:15 pm Post subject: |
|
|
Moved from Installing Gentoo. |
|
Back to top |
|
|
|