Re: Pata support for IDE Controller 82801G ICH7 in Linux 2.6.22

From: Bartek
Date: Sun Jul 22 2007 - 18:03:25 EST


2007/7/22, Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>:
> > 00:1f.1 0101: 8086:27df (rev 02)
>
> Ok, this controller is supported.
> Did you forgot about CONFIG_PATA_MPIIX=y?

MPIIX is for early Intel laptop (pentium era).

If the chip is in AHCI mode then CONFIG_AHCI may be what is missing


I made a few tests. First I booted my comp with Ubuntu Live Feisty
Fawn, checked modules which are loaded, and interesting ones are:
ata_piix, ata_generic, libata, scsi_mod, sg, sr_mod, sd_mod
ls /dev/sda* showed:
/dev/sda{1,2,3,4}.
So I recompiled the kernel with these options (marking all these
drivers as a modules, in the previous situation they were modules, as
well as compiled directly), and tried to boot. Nothing worked. The
same situation appeared: Waiting for root file system...
Second, I installed a Debian distribution kernel
(linux-image-2.6.22-1-686) and booted from it. It used an old IDE
driver, not PATA. So again no success.
According to AHCI, my chip is rather not that kind. Ubuntu does not
load any AHCI modul. In my previous kernel compilations I tried that
option as well. It did not work.

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