SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Linux
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-14-2006, 04:24 PM
InsaneGeek InsaneGeek is offline
Sage User
 
Join Date: Jan 2006
Posts: 7
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.
Reply With Quote
  #2  
Old 01-15-2006, 10:20 AM
_Demo_ _Demo_ is offline
Moderator
 
Join Date: Mar 2003
Posts: 863
Send a message via ICQ to _Demo_
This is the configuration file that was used for the kernel.

_Demo_
Attached Files
File Type: zip kernelconfig.zip (9.8 KB, 354 views)
Reply With Quote
  #3  
Old 07-03-2006, 03:40 PM
dbullock dbullock is offline
Sage User
 
Join Date: Jul 2006
Posts: 34
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
Reply With Quote
  #4  
Old 07-03-2006, 03:59 PM
_Demo_ _Demo_ is offline
Moderator
 
Join Date: Mar 2003
Posts: 863
Send a message via ICQ to _Demo_
We no longer use a custom kernel. It is being built automatically by the gentoo installer.

_Demo_
Reply With Quote
  #5  
Old 07-03-2006, 04:23 PM
dbullock dbullock is offline
Sage User
 
Join Date: Jul 2006
Posts: 34
Great.. thanks for the reply.
Reply With Quote
  #6  
Old 07-13-2006, 12:47 PM
JohnnyCaGe JohnnyCaGe is offline
New Member
 
Join Date: Jul 2006
Posts: 2
Quote:
Originally Posted by InsaneGeek
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.
Here's the one I use on my Pentium 4 3.2 (540 H/T) system. I'm currently using gentoo-sources 2.6.17-r1 on a 2006.0 ~x86 system.

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
before you compile it, or optionally (at least):

Code:
genkernel --menuconfig --install all
to make sure that all your hard-drive controllers and necessities are compiled into your kernel. Also make sure to adjust your cpu / smp settings accordingly.

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
If you need the genkernel application, simply run:

Code:
emerge -av genkernel
as root.

Hope this helps.
Attached Files
File Type: zip config-2.6-17-gentoo-r1.zip (16.4 KB, 269 views)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 09:12 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.