Guest User

Untitled

a guest
May 7th, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1.  
  2.  
  3. # ASM1061 is the cards slots, looking at a port, we need 5GT/s, 1 lane, which should be plenty faster than 50MB/sec
  4.  
  5. sudo lspci |grep ASM1061
  6. 09:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02)
  7. 0a:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02)
  8.  
  9.  
  10. sudo lspci -vv -s 09:00.0 |grep Lnk
  11. LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM not supported
  12.  
  13. LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
  14.  
  15. LnkSta: Speed 5GT/s, Width x1
  16.  
  17. LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
  18.  
  19. LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
  20.  
  21. # We see SATA link speed at 6Gbps for the ports
  22. sudo dmesg | grep -i sata | grep 'link up'
  23. [ 1.702577] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  24. [ 2.542855] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  25. [222428.386268] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
  26. [222430.002650] ata4.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  27. [222431.933134] ata4.01: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  28.  
Add Comment
Please, Sign In to add comment