[ltp] Re: not detecting x25-m in ultrabay

m h linux-thinkpad@linux-thinkpad.org
Fri, 11 Dec 2009 22:54:16 -0700


On Fri, Dec 11, 2009 at 1:19 AM, Tino Keitel <tino.keitel@tikei.de> wrote:
> On Thu, Dec 10, 2009 at 22:51:36 -0700, m h wrote:
>
> [...]
>
>> This is weird, I swapped the drives to make sure I could see the
>> drive. =A0It started to boot, detected the ssd, and failed to mount the
>> root partition (it was now at /dev/hda instead of /dev/sda). =A0So I
>
> If the drive appears as hda, then you have some strange driver setup.
> Nowadays you should only use ata_piix (the libata driver) and don't use
> and old style IDE drivers anymore. With ata_piix, all disks appear as
> sd* instead of hd*.


Hmmm, here's my .config filtered for IDE:

t61p linux # cat .config |grep _IDE
CONFIG_HAVE_IDE=3Dy
CONFIG_IDE=3Dy
CONFIG_IDE_TIMINGS=3Dy
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_IDE_GD=3Dy
CONFIG_IDE_GD_ATA=3Dy
# CONFIG_IDE_GD_ATAPI is not set
CONFIG_BLK_DEV_IDECD=3Dy
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=3Dy
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_BLK_DEV_IDEACPI=3Dy
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=3Dy
CONFIG_IDE_GENERIC=3Dy
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEDMA_SFF=3Dy
CONFIG_BLK_DEV_IDEPCI=3Dy
CONFIG_IDEPCI_PCIBUS_ORDER=3Dy
CONFIG_BLK_DEV_IDEDMA_PCI=3Dy
CONFIG_BLK_DEV_IDEDMA=3Dy
# CONFIG_LEDS_TRIGGER_IDE_DISK is not set

Can someone who doesn't see /dev/hd* kindly share theirs?

cheers,

-matt