I tried FJP's idea and the did load the driver but still it gave me the partitionable media not found. I gave a # lsmod | more
out put was: module size used by ata_piix 7812 0 libdata 36228 1 ata_piix so looks like its loaded up but still somehow not seeing the disk. Do I need to do the modprobe ata_piix very early in the startup ? thanx for your suggestions guys. Cheers. On 5/21/05, Frans Pop <[EMAIL PROTECTED]> wrote: > On Friday 20 May 2005 10:21, deb wrote: > > Hi , I tried the suggested fix, no joy. > > > > on giving insmod ata_piix > > it returns: > > insmod: can't read 'ata_piix' : No such file or directory > > IIRC that is because insmod needs the full path to the actual module file. > Try modprobe instead. > > Cheers, > FJP >