|
SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Needing kernel .config build information
Trying to find out what options the kernel was built with so I can recompile and tweek it. The distribution uses 2.6.15-rc15, now the 2.6.15 is marked stable I'd like to recompile and tweek it for my specific hardware. Tried using my own and the kernel config I built with is causing me some problems when running sagetv with it.
|
#2
|
|||
|
|||
This is the configuration file that was used for the kernel.
_Demo_ |
#3
|
|||
|
|||
Sorry to drag up an old thread but is this .config still the latest? It would be great is the .config file could be included with each new build.
Thanks, Dan |
#4
|
|||
|
|||
We no longer use a custom kernel. It is being built automatically by the gentoo installer.
_Demo_ |
#5
|
|||
|
|||
Great.. thanks for the reply.
|
#6
|
|||
|
|||
Quote:
Most of the drivers are modularized in this config, with exception of the ones that I need to boot (serial ata drivers, etc.), so if you do use this config, make sure you do a: Code:
make menuconfig Code:
genkernel --menuconfig --install all This is the command line for genkernel that I use to build mine, with gensplash support: Code:
cd /usr/src/linux genkernel --kerneldir="/usr/src/linux" \ --kernel-config="/usr/src/linux/config-2.6.17-gentoo-r1" \ --no-devfs --bootloader=grub --gensplash --mountboot \ --color --install --disklabel --debuglevel=2 --menuconfig \ --save-config --clean all Code:
emerge -av genkernel Hope this helps. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|