lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Nov 2009 14:35:07 +0100
From:	Zeno Davatz <zdavatz@...il.com>
To:	Jeff Garzik <jeff@...zik.org>
Cc:	David Miller <davem@...emloft.net>, rjw@...k.pl,
	linux-kernel@...r.kernel.org, kernel-testers@...r.kernel.org,
	linux-ide@...r.kernel.org
Subject: Re: [Bug #14622] Second IDE device not found

On Fri, Nov 20, 2009 at 12:31 PM, Jeff Garzik <jeff@...zik.org> wrote:

> I use minicom and a null modem serial cable.  One of minicom's commands will
> capture everything sent to the serial port, to a file.  Other options are
> available.  Googling for "linux serial console" found several useful
> starting-point links.
>
> The basic idea is to sent console output to a serial port, and then have
> some method of reading and capturing the serial port's data.
>
> Another alternative is netconsole (google for "linux netconsole"), which
> permits output over the network.

Ok, I will try to look into this.

> Well, this goes back to David's basic request:  IDE-only or ATA-only.

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.

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_SVWKS.

I disabled CONFIG_IDE this time.

> libata will want something like
> CONFIG_ATA
> CONFIG_ATA_VERBOSE_ERROR        <-- optional, but helpful
> CONFIG_PATA_SERVERWORKS
>
> CONFIG_SCSI
> CONFIG_SCSI_LOGGING             <-- ditto
> CONFIG_SCSI_CONSTANTS           <-- ditto
> CONFIG_BLK_DEV_SD
> CONFIG_BLK_DEV_SR               <-- required only for CD-ROM support

Recompiled with above enabled. And indeed: It worked. Booting as normal.

Thank you for the detailed instructions.

Best
Zeno
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ