SATA controller problem
#9
I've updated the system to Linux DietPi 6.1.14 #1 SMP PREEMPT Tue Mar  7 17:05:42 UTC 2023 aarch64 GNU/Linux and all drives are fine except the one that is connected to SATA port 0. I tried to connect different drives (HDD and SSD) to the port 0 but all have the same issue
Code:
[   12.258466] ata1.00: exception Emask 0x11 SAct 0x80 SErr 0x480100 action 0x6 frozen
[   12.259253] ata1.00: irq_stat 0x48000008, interface fatal error
[   12.259804] ata1: SError: { UnrecovData 10B8B Handshk }
[   12.260331] ata1.00: failed command: READ FPDMA QUEUED
[   12.260861] ata1.00: cmd 60/f8:38:08:0a:00/01:00:00:00:00/40 tag 7 ncq dma 258048 in
                        res 40/00:3c:08:0a:00/00:00:00:00:00/40 Emask 0x10 (ATA bus error)
[   12.262409] ata1.00: status: { DRDY }
[   12.262838] ata1: hard resetting link
[   12.738444] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   12.739821] ata1.00: configured for UDMA/100
[   12.740029] sd 0:0:0:0: [sda] tag#7 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[   12.740073] sd 0:0:0:0: [sda] tag#7 Sense Key : 0x5 [current]
[   12.740102] sd 0:0:0:0: [sda] tag#7 ASC=0x21 ASCQ=0x4
[   12.740133] sd 0:0:0:0: [sda] tag#7 CDB: opcode=0x28 28 00 00 00 0a 08 00 01 f8 00
[   12.740157] I/O error, dev sda, sector 2568 op 0x0:(READ) flags 0x80700 phys_seg 20 prio class 2
[   12.741181] ata1: EH complete
[   12.826448] ata1.00: exception Emask 0x11 SAct 0x6 SErr 0x680100 action 0x6 frozen
[   12.827185] ata1.00: irq_stat 0x48000008, interface fatal error
[   12.827723] ata1: SError: { UnrecovData 10B8B BadCRC Handshk }
[   12.828253] ata1.00: failed command: READ FPDMA QUEUED
[   12.828714] ata1.00: cmd 60/80:08:00:2f:cf/00:00:1d:00:00/40 tag 1 ncq dma 65536 in
                        res 40/00:14:88:2f:cf/00:00:1d:00:00/40 Emask 0x10 (ATA bus error)
[   12.830108] ata1.00: status: { DRDY }
[   12.830585] ata1.00: failed command: READ FPDMA QUEUED
[   12.831067] ata1.00: cmd 60/68:10:88:2f:cf/00:00:1d:00:00/40 tag 2 ncq dma 53248 in
                        res 40/00:14:88:2f:cf/00:00:1d:00:00/40 Emask 0x10 (ATA bus error)
[   12.832586] ata1.00: status: { DRDY }
[   12.832953] ata1: hard resetting link
[   13.306475] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   13.307369] ata1.00: configured for UDMA/100
[   13.307449] sd 0:0:0:0: [sda] tag#1 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[   13.307465] sd 0:0:0:0: [sda] tag#1 Sense Key : 0x5 [current]
[   13.307474] sd 0:0:0:0: [sda] tag#1 ASC=0x21 ASCQ=0x4
[   13.307484] sd 0:0:0:0: [sda] tag#1 CDB: opcode=0x28 28 00 1d cf 2f 00 00 00 80 00
[   13.307492] I/O error, dev sda, sector 500117248 op 0x0:(READ) flags 0x80700 phys_seg 16 prio class 2
[   13.308412] sd 0:0:0:0: [sda] tag#2 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s
[   13.308426] sd 0:0:0:0: [sda] tag#2 Sense Key : 0x5 [current]
[   13.308434] sd 0:0:0:0: [sda] tag#2 ASC=0x21 ASCQ=0x4
[   13.308443] sd 0:0:0:0: [sda] tag#2 CDB: opcode=0x28 28 00 1d cf 2f 88 00 00 68 00
[   13.308450] I/O error, dev sda, sector 500117384 op 0x0:(READ) flags 0x80700 phys_seg 13 prio class 2
[   13.309312] ata1: EH complete

If I'm not connecting any drive to SATA0 - everything is fine.
I assume that some fixes was applied to the kernel. Is there a way that I can participate in testing and report any useful info?
  Reply


Messages In This Thread
SATA controller problem - by tobs - 06-04-2022, 02:29 PM
RE: SATA controller problem - by vs_cy - 02-15-2023, 04:29 AM
RE: SATA controller problem - by CounterPillow - 02-15-2023, 07:58 AM
RE: SATA controller problem - by vs_cy - 02-15-2023, 08:07 AM
RE: SATA controller problem - by CounterPillow - 02-15-2023, 09:42 AM
RE: SATA controller problem - by vs_cy - 02-15-2023, 01:14 PM
RE: SATA controller problem - by CounterPillow - 02-15-2023, 09:19 PM
RE: SATA controller problem - by vs_cy - 02-16-2023, 04:47 AM
RE: SATA controller problem - by vs_cy - 03-14-2023, 01:36 PM
RE: SATA controller problem - by CounterPillow - 03-17-2023, 01:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Quartz64 Model A - SATA & USB3 dml-pc 0 1,250 10-13-2022, 07:43 PM
Last Post: dml-pc
  SATA SSD and case? MikeInMass 2 3,738 07-10-2021, 07:30 PM
Last Post: zer0sig

Forum Jump:


Users browsing this thread: 1 Guest(s)