|
发表于 2022-2-8 10:30:59
只看该作者
15#
io -w -4 0xfdc50000 0x33301110
目前把速率降成 3G 看起來是可以的
我目前使用 AIO-3568J-Ubuntu20.04-RTLINUX-GPT-20210924-1511.img
重新掃SSD盤片的時候有遇到另一個問題, 之後盤片就再也無法link 了
因為是隨機出現的, 所以寫了一個測試script, 使用的SSD 是 SAMSUNG 870 QVO
目前只會發生在 3G 跟 1.5 G 的速率, 是否還有其他參數需要做設定?
- #!/bin/bash
- i=0
- while [ $i -ne 9999 ]
- do
- echo "Test $i times"
- i=$(($i+1))
- #sleep 1
- echo "- - -" > /sys/class/scsi_host/host0/scan
- done
复制代码- [ 913.843335] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
- [ 913.846675] ata1.00: supports DRM functions and may not be fully accessible
- [ 913.848931] ata1.00: supports DRM functions and may not be fully accessible
- [ 913.850705] ata1.00: configured for UDMA/133
- [ 913.850875] ata1.00: Enabling discard_zeroes_data
- [ 914.319998] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
- [ 914.323150] ata1.00: supports DRM functions and may not be fully accessible
- [ 914.325530] ata1.00: supports DRM functions and may not be fully accessible
- [ 914.327310] ata1.00: configured for UDMA/133
- [ 914.800012] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
- [ 914.803156] ata1.00: supports DRM functions and may not be fully accessible
- [ 914.805428] ata1.00: supports DRM functions and may not be fully accessible
- [ 914.807273] ata1.00: configured for UDMA/133
- [ 914.807477] ata1.00: Enabling discard_zeroes_data
- [ 924.032041] [dhd-wlan0] wl_run_escan : LEGACY_SCAN sync ID: 17, bssidx: 0
- [ 924.810404] ata1: softreset failed (1st FIS failed)
- [ 934.813792] ata1: softreset failed (1st FIS failed)
- [ 969.817242] ata1: softreset failed (1st FIS failed)
- [ 969.817271] ata1: limiting SATA link speed to 1.5 Gbps
- [ 974.989982] ata1: softreset failed (device not ready)
- [ 974.990013] ata1: reset failed, giving up
- [ 974.990024] ata1.00: disabled
- [ 985.003392] ata1: softreset failed (1st FIS failed)
- [ 987.078869] [dhd-wlan0] wl_run_escan : LEGACY_SCAN sync ID: 18, bssidx: 0
- [ 995.007469] ata1: softreset failed (1st FIS failed)
- [ 1030.010539] ata1: softreset failed (1st FIS failed)
- [ 1030.010567] ata1: limiting SATA link speed to 1.5 Gbps
- [ 1035.183303] ata1: softreset failed (device not ready)
- [ 1035.183331] ata1: reset failed, giving up
- [ 1035.183373] ata1.00: detaching (SCSI 0:0:0:0)
- [ 1035.203935] sd 0:0:0:0: [sda] Stopping disk
- [ 1045.196872] ata1: softreset failed (1st FIS failed)
- [ 1050.078234] [dhd-wlan0] wl_run_escan : LEGACY_SCAN sync ID: 19, bssidx: 0
- [ 1055.199997] ata1: softreset failed (1st FIS failed)
- [ 1090.203944] ata1: softreset failed (1st FIS failed)
- [ 1090.203973] ata1: limiting SATA link speed to 1.5 Gbps
- [ 1095.376622] ata1: softreset failed (device not ready)
- [ 1095.376650] ata1: reset failed, giving up
- [ 1105.380862] ata1: softreset failed (1st FIS failed)
- [ 1113.077533] [dhd-wlan0] wl_run_escan : LEGACY_SCAN sync ID: 20, bssidx: 0
- [ 1115.383526] ata1: softreset failed (1st FIS failed)
- [ 1150.386720] ata1: softreset failed (1st FIS failed)
- [ 1150.386751] ata1: limiting SATA link speed to 1.5 Gbps
- [ 1155.559944] ata1: softreset failed (device not ready)
- [ 1155.559972] ata1: reset failed, giving up
- [ 1165.564112] ata1: softreset failed (1st FIS failed)
- [ 1175.567488] ata1: softreset failed (1st FIS failed)
- [ 1176.078347] [dhd-wlan0] wl_run_escan : LEGACY_SCAN sync ID: 21, bssidx: 0
- [ 1210.567589] ata1: softreset failed (1st FIS failed)
- [ 1210.567619] ata1: limiting SATA link speed to 1.5 Gbps
- [ 1215.739942] ata1: softreset failed (device not ready)
- [ 1215.739969] ata1: reset failed, giving up
复制代码
|
|