View previous topic :: View next topic |
Author |
Message |
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Nov 11, 2004 5:20 am Post subject: 2.6.9-r3 has bugs - other kernel options? |
|
|
i have installed gentoo-dev-sources 2.6.9-r3, and i've been hit by the "vesafb" and "dma off" bugs. i guess i need to go back to a previous kernel that doesn't have the problems, but it doesn't seem that the portage tree contains kernels that aren't effected.
options?
Last edited by Bob P on Thu Jan 26, 2006 3:07 am; edited 1 time in total |
|
Back to top |
|
|
Frodg l33t
Joined: 11 Feb 2004 Posts: 761
|
Posted: Thu Nov 11, 2004 5:27 am Post subject: |
|
|
Unless you removed the old kernel it should be a simple matter of editing your grub.conf (or lilo) to give another option for your old - still existing -kernel.....
I have options for about 5 kernels that I can choose from. Can never have enough kernels to fall back on
If you don't have the old kernel then you need to emerge an older kernel and install it just as you did to get the 2.6.9 up and running. _________________ Aerosolo ergo sum - I spray therefore I am
Gentoo - Registered Linux User # 361400 |
|
Back to top |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Nov 11, 2004 5:44 am Post subject: |
|
|
-removed-
Last edited by Bob P on Thu Jan 26, 2006 3:07 am; edited 1 time in total |
|
Back to top |
|
|
Frodg l33t
Joined: 11 Feb 2004 Posts: 761
|
Posted: Thu Nov 11, 2004 6:05 am Post subject: |
|
|
I think you must have done a genkernel, to set up the kernel?
If you look in you /boot direcroy you should see an older kernel still available .
and are you using grub or lilo as your boot manager? _________________ Aerosolo ergo sum - I spray therefore I am
Gentoo - Registered Linux User # 361400 |
|
Back to top |
|
|
Frodg l33t
Joined: 11 Feb 2004 Posts: 761
|
|
Back to top |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Nov 11, 2004 6:27 am Post subject: |
|
|
Grub.
no, i did not use genkernel. i installed from the live CD, doing a stage 1 build of 2.6. i did an "emerge gentoo-dev-sources", configured, and made the kernel. i only have one kernel in /boot, and only one kernel in /usr/src/linux
i followed this:
https://forums.gentoo.org/viewtopic.php?t=189250 |
|
Back to top |
|
|
Frodg l33t
Joined: 11 Feb 2004 Posts: 761
|
Posted: Thu Nov 11, 2004 6:32 am Post subject: |
|
|
ah,
You led me to believe that you had previously run and configured an earlier kernel....
Quote: | i guess i need to go back to a previous kernel that doesn't have the problems, but i'm new at this and i have no idea how to roll back to a previous kernel.
|
Sorry, my mistake.
Follow the instructions in the install guide (see my previous post) and emerge a different, earlier kernel - just as you did on your initial install. It is the same process. _________________ Aerosolo ergo sum - I spray therefore I am
Gentoo - Registered Linux User # 361400 |
|
Back to top |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Nov 11, 2004 7:07 am Post subject: |
|
|
oh! sorry if i was not clear about that! the only "earlier" kernel that i had was the one on the minimal live CD!
thanks. i'll follow your instructions! |
|
Back to top |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Nov 11, 2004 7:28 am Post subject: |
|
|
i'm looking at the instructions, and they say to issue the command: Code: | emerge gentoo-dev-sources |
now if i do an "emerge --pretend gentoo-dev-sources", it is confirmed that i will just emerge another copy of the most current 2.6.9-r3 kernel. what do i have to do to get something like 2.6.7-gentoo-r11? |
|
Back to top |
|
|
Frodg l33t
Joined: 11 Feb 2004 Posts: 761
|
Posted: Thu Nov 11, 2004 8:46 am Post subject: |
|
|
There are a number of different kernels.....
look in /usr/portage/sys-kernel
and choose a different kernel... they are all listed there _________________ Aerosolo ergo sum - I spray therefore I am
Gentoo - Registered Linux User # 361400 |
|
Back to top |
|
|
llsardonicll Tux's lil' helper
Joined: 07 Oct 2004 Posts: 110
|
Posted: Thu Nov 11, 2004 8:49 am Post subject: |
|
|
emerge =gentoo-dev-sources-2.6.7-r11 |
|
Back to top |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Nov 11, 2004 8:51 am Post subject: |
|
|
Frodg wrote: | look in /usr/portage/sys-kernel |
ok, but that still doesn't give me the ability to roll back to a specific version by number... |
|
Back to top |
|
|
Frodg l33t
Joined: 11 Feb 2004 Posts: 761
|
Posted: Thu Nov 11, 2004 8:56 am Post subject: |
|
|
Choose your kernel ie gentoo-dev-sources:
then:
Code: |
emerge -p =/usr/portage/syskernel/gentoo-dev-sources/gentoo-dev-sources-2.6.7-r9.ebuild
| -
it should then install the 2.6.7-r9 kernel....
'
choose the one you need
then continue on with the install instructions..... _________________ Aerosolo ergo sum - I spray therefore I am
Gentoo - Registered Linux User # 361400 |
|
Back to top |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Nov 11, 2004 9:19 am Post subject: |
|
|
-removed-
Last edited by Bob P on Thu Jan 26, 2006 3:08 am; edited 1 time in total |
|
Back to top |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Nov 11, 2004 10:11 am Post subject: |
|
|
llsardonicll wrote: | emerge =gentoo-dev-sources-2.6.7-r11 |
because development-sources cannot be emerged, i am trying the gentoo-dev-sources branch again.
i have emerged this file onto my system. i am following chapter 7 of the Gentoo Installation Guide in order to install the new kernel.
for reasons that are entirely unclear, when i execute the following two commands i am greeted by an error:
code listing 5: invoking menuconfig
Code: | cd /usr/src/linux
make menuconfig |
display output: Code: | make: *** No rule to make target 'menuconfig;. Stop. |
|
|
Back to top |
|
|
To Veteran
Joined: 12 Apr 2003 Posts: 1145 Location: Coimbra, Portugal
|
Posted: Thu Nov 11, 2004 10:14 am Post subject: |
|
|
first of all you should check what kernels you have emerged. My advice it's to clean them all and just emerge the version you want.
Tó _________________
------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------ |
|
Back to top |
|
|
Bob P Advocate
Joined: 20 Oct 2004 Posts: 3374 Location: USA
|
Posted: Thu Nov 11, 2004 10:15 am Post subject: |
|
|
removed
Last edited by Bob P on Thu Jan 26, 2006 1:27 am; edited 1 time in total |
|
Back to top |
|
|
Frodg l33t
Joined: 11 Feb 2004 Posts: 761
|
Posted: Thu Nov 11, 2004 8:45 pm Post subject: |
|
|
Bob P wrote: |
now it seems that the options are pretty limited. its too bad that i can't boot my XP partition -- at least then i might be able to get some work done. as a result of installing gentoo, my PC has been useless for an entire week. |
OK
Are you using Grub or Lilo to boot with?
There are several threads and the installation guide on getting XP to dual boot using either of them.
I suggest you concentrate on getting XP to be bootable using either of these two boot managers... That will enable you to get your work done while you set up gentoo.
Code: |
make: *** No rule to make target 'menuconfig;. Stop. |
This usually means that you have not set up the symlink /usr/src/linux to refer to the kernel...
again it is in the install manual - make sure you update this symlink to refer to your current kernel whenever you emerge a new one....
You can :
Code: | cd /usr/src/your-kernel-name & version... |
to get you into the exact kernel to run the make menuconfig command, and then update the symlink. (my preference so that if something goes wrong you still have the symlink pointing to your working kernel)
Anyway - get the dual boot for XP set up first then the gentoo install will be much less stressful.
A recent thread on dual booting:
https://forums.gentoo.org/viewtopic.php?t=247348&highlight=dual+boot _________________ Aerosolo ergo sum - I spray therefore I am
Gentoo - Registered Linux User # 361400 |
|
Back to top |
|
|
|