Comment 51 for bug 574462

Revision history for this message
Mikael Hjelm (j-m-hjelm) wrote :

I seem to still see this bug even thou i have followed the advice in #3 and #7.

[ 40.816105] ata2: lost interrupt (Status 0x58)
[ 40.820035] ata2: drained 2048 bytes to clear DRQ.
[ 40.823235] ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 40.823245] ata2.00: BMDMA stat 0x4
[ 40.823255] ata2.00: failed command: READ DMA
[ 40.823273] ata2.00: cmd c8/00:08:b7:2e:41/00:00:00:00:00/e0 tag 0 dma 4096 in
[ 40.823277] res 58/00:08:b7:2e:41/00:00:00:00:00/e0 Emask 0x2 (HSM violation)
[ 40.823286] ata2.00: status: { DRDY DRQ }
[ 40.823337] ata2: soft resetting link
[ 40.992479] ata2.00: configured for UDMA/66
[ 40.992499] ata2: EH complete

/lib/udev/rules.d/80-udisks.rules

# ATA disks driven by libata
#KERNEL=="sd*[!0-9]", ATTR{removable}=="0", ENV{ID_BUS}=="ata", ENV{DEVTYPE}=="disk", IMPORT{program}="udisks-probe-ata-smart $tempnode"

/lib/udev/rules.d/85-hdparm.rules

ACTION=="add", SUBSYSTEM=="block", KERNEL=="[sh]d[a-z]", \
        ATTR{queue/rotational}=="1", \
        RUN+="/lib/udev/hdparm"

Any ideas?