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