!!! Incorrect kernel configuration options
3.4a does this:
# cp /proc/config.gz /usr/src/linux/config
# cd /usr/src/linux
"make menuconfig"
or
"make xconfig"
as the wifi part / ipw3945 is incorrect in /usr/src/linux/.config
Also check this:
# eselect kernel list
If eselect is not installed
# emerge eselect
- Code: Select all
sabayonx86 ~ # eselect kernel list
Available kernel symlink targets:
[1] linux-2.6.22-sabayon *
sabayonx86 ~ #
If you have several options for kernels choose the one you want according to it's number and make permanenet.
# eselect kernel set 7
Doing above this should fix it for you. Recompile the kernel not sure if necesary as you could likely get away with (check syntax)
make modules_install
update-modules --force
then copy the new bzImage or initrd not sure from /usr/src/linux/arch/i386/boot/ folder.
Have to check and verify this info I give you . I do not have the how-to page in front of me right now.
Hope this helps.
