Quote:
i have problems compiling my own kernel ...if i use the provided .config
it works if a add only one option kernel get to big....and stops
on boot ...............
Try disabling stuff you don't need. In the default config all filesystems are enabled for instance, like XFS, ReiserFS, JFS etc. Disable the ones you don't need. I designed the default config so that it should work on as many systems as possible based on user feedback, so I pushed the size limit to get as many features as possible in there.
Also check the Device Drivers -> Graphics Support section, disable all graphics drivers that you don't need.
Quote:
but i also have devfs..prohlems.,.on booting ....root cant be loaded--
with kernel 2.6.7 it works....
devfs has been deprecated as of Gentoo 2004.3. Disable devfs in your kernel config and 'emerge udev'. devfs should still work, but there is no point in debugging it since it will be dropped soon anyway.
Quote:
?? i wonder why there is no .config with build in ...mol needed modules
and wirelles ...options..
After upgrading your kernel simply rerun "emerge mol alsa-driver x11-drm" to update the kernel modules of the respective packages.
Quote:
but have to say problems always starts after emerging new portage and sync
Are you running on a 'ppc' or '~ppc' profile? 'ppc' means less hassle but older software. '~ppc' can give you an extra headache now and then but on the other hand you will always have up-to-date software.
On the other hand, I have not experienced any problems with '~ppc' recently so I would appreciate it if you report bugs to
http://bugs.gentoo.org/ or here (the former method preferred).