From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zeno Davatz Subject: Re: [Bug #14622] Second IDE device not found Date: Fri, 20 Nov 2009 14:35:07 +0100 Message-ID: <40a4ed590911200535j2fe970fas3db14492c4c30b9d@mail.gmail.com> References: <20091119.120550.183823935.davem@davemloft.net> <40a4ed590911192359o563b104fo562f325ad9f5358e@mail.gmail.com> <4B065648.6040609@garzik.org> <40a4ed590911200129p6f0d048dqef10df2b311d4744@mail.gmail.com> <4B067E1A.7000102@garzik.org> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=bMRv7fL36Zrdg4Cix13EitVaaUEs32hptIhucpeklCA=; b=YsEMxEWg9o5G1mPGqGuCAIM5IQo8k6WFDGq1a4pMq7wC+4jK6RGsNeVTq277eam6Q7 A77BKEVGic/FXyjxRiBkrXaoeD5G01++tz67wQeRZc1tlaoxOQKmHMRRvIV0jbDmmX1L NINYMvWq0zSECbRDjFsn3q9Vp9GluWYttVmkU= In-Reply-To: <4B067E1A.7000102-o2qLIJkoznsdnm+yROfE0A@public.gmane.org> Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: Jeff Garzik Cc: David Miller , rjw-KKrjLPT3xs0@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Fri, Nov 20, 2009 at 12:31 PM, Jeff Garzik wrote: > I use minicom and a null modem serial cable. =A0One of minicom's comm= ands will > capture everything sent to the serial port, to a file. =A0Other optio= ns are > available. =A0Googling for "linux serial console" found several usefu= l > starting-point links. > > The basic idea is to sent console output to a serial port, and then h= ave > some method of reading and capturing the serial port's data. > > Another alternative is netconsole (google for "linux netconsole"), wh= ich > permits output over the network. Ok, I will try to look into this. > Well, this goes back to David's basic request: =A0IDE-only or ATA-onl= y. I find it a bit irritating, that CONFIG_IDE is mentioned as ATA in make menuconfig. But I'm trying to understand your point. > You really, really, really should not to enable both at the same time= =2E I recompiled the kernel only with below settings all enabled. > If you are choosing ATA-only (libata), then you should disable CONFIG= _IDE > and everything associated with CONFIG_IDE, including CONFIG_BLK_DEV_S= VWKS. I disabled CONFIG_IDE this time. > libata will want something like > CONFIG_ATA > CONFIG_ATA_VERBOSE_ERROR =A0 =A0 =A0 =A0<-- optional, but helpful > CONFIG_PATA_SERVERWORKS > > CONFIG_SCSI > CONFIG_SCSI_LOGGING =A0 =A0 =A0 =A0 =A0 =A0 <-- ditto > CONFIG_SCSI_CONSTANTS =A0 =A0 =A0 =A0 =A0 <-- ditto > CONFIG_BLK_DEV_SD > CONFIG_BLK_DEV_SR =A0 =A0 =A0 =A0 =A0 =A0 =A0 <-- required only for C= D-ROM support Recompiled with above enabled. And indeed: It worked. Booting as normal= =2E Thank you for the detailed instructions. Best Zeno