Re: [gentoo-user] kernel configuration problems

2007-12-14 Thread Dan Farrell
On Thu, 13 Dec 2007 19:32:06 -0500
Jeff Cranmer [EMAIL PROTECTED] wrote:

 I am presently having problems compiling suspend2 kernel 2.6.22.
 It compiles with genkernel, but if I try to use make and customise a
 special kernel, it will not find my hard drive.  The error message
 reports that the ide-cdrom on hda is the only drive present.
 
 The computer is a Toshiba L45-7409 laptop.
 Can anyone offer me any guidance as to which kernel options to
 engage, whether to use modules or compiled-in, etc.
 
 Thanks
 
 Jeff

Is the IDE cdrom drive on the same controller as the hard drive?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel configuration problems

2007-12-13 Thread Daniel Barkalow
On Thu, 13 Dec 2007, Jeff Cranmer wrote:

 I am presently having problems compiling suspend2 kernel 2.6.22.
 It compiles with genkernel, but if I try to use make and customise a special 
 kernel, it will not find my hard drive.  The error message reports that the 
 ide-cdrom on hda is the only drive present.
 
 The computer is a Toshiba L45-7409 laptop.
 Can anyone offer me any guidance as to which kernel options to engage, 
 whether 
 to use modules or compiled-in, etc.

You might try boting with the genkernel kernel and looking at 
/proc/config.gz; I don't know if genkernel sets the option to create it, 
but, if it does, that's the configuration for the running kernel. Then you 
can import it into the source tree (cd usr/src/linux; zcat 
/proc/config.gz  .config; make oldconfig), and then customize further 
from a working configuration.

-Daniel
*This .sig left intentionally blank*
-- 
[EMAIL PROTECTED] mailing list