> > Looks like everything but IDE is working properly...are you sure you've got > > the kernel configured properly for IDE support? > > It's an older ide hdd (quantum lps270), if that matters. > > Here are what I believe to be pertinent .config sections -- in lieu of > the whole thing: > > # > # Block devices > # > CONFIG_BLK_DEV_FD=y > CONFIG_BLK_DEV_IDE=m > CONFIG_BLK_DEV_HD_IDE=y > CONFIG_BLK_DEV_IDEDISK=m > CONFIG_BLK_DEV_IDECD=m > CONFIG_BLK_DEV_IDETAPE=m > CONFIG_BLK_DEV_IDEFLOPPY=m > CONFIG_BLK_DEV_IDESCSI=m <snip>
Looks like you've got IDE support compiled as a module. Make sure you're loading all the right modules before trying to access the HDD. Also, you might want to verify the existence and contents of /proc/ide, which should have information about your attached IDE devices if all the drivers are loaded properly. Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
