I've decided to try Kubuntu linux,
but instalation process cannot see my IDE HDD,
So drivers seems to be correct (libata, ata_piix), but doesnt work with my hard drive. (WD 80GB)
I have Gentoo Linux on this machine, working without any of the such problems.
Has anybody seen similar issue and is there any previous install version where could this work?
Thanks
but instalation process cannot see my IDE HDD,
Code:
lspci -v 00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: Hewlett-Packard Company d530 CMT (DG746A) Flags: bus master, medium devsel, latency 0, IRQ 18 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at 24c0 [size=16] Memory at 70000000 (32-bit, non-prefetchable) [size=1K] 00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02) (prog-if 8f [Master SecP SecO PriP PriO]) Subsystem: Hewlett-Packard Company d530 CMT (DG746A) Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 18 I/O ports at 24f0 [size=8] I/O ports at 2808 [size=4] I/O ports at 24f8 [size=8] I/O ports at 280c [size=4] I/O ports at 24d0 [size=16] 00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02) Subsystem: Hewlett-Packard Company d330 uT Flags: medium devsel, IRQ 11 I/O ports at fc00 [size=32]
Code:
dmesg | grep ata [ 53.765797] libata version 2.21 loaded. [ 53.984658] ata_piix 0000:00:1f.1: version 2.11 [ 53.984870] scsi0 : ata_piix [ 53.984952] scsi1 : ata_piix [ 53.985134] ata1: PATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x000124c0 irq 14 [ 53.985141] ata2: PATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x000124c8 irq 15 [ 59.167893] ata1: port is slow to respond, please be patient (Status 0xd0) [ 63.973538] ata1: SRST failed (errno=-16) [ 64.460729] ata2.00: ATAPI: _NEC DVD_RW ND-4551A, 1-07, max UDMA/33 [ 64.632342] ata2.00: configured for UDMA/33 [ 64.634916] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ] [ 64.787904] scsi2 : ata_piix [ 64.787986] scsi3 : ata_piix [ 64.788032] ata3: SATA max UDMA/133 cmd 0x000124f0 ctl 0x0001280a bmdma 0x000124d0 irq 18 [ 64.788037] ata4: SATA max UDMA/133 cmd 0x000124f8 ctl 0x0001280e bmdma 0x000124d8 irq 18
I have Gentoo Linux on this machine, working without any of the such problems.
Has anybody seen similar issue and is there any previous install version where could this work?
Thanks
Comment