You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(## 因为 log中存在 SN/MAC 等一些敏感信息, 当提供完整文件时请自行抹除他们, 当然你也可以发送到我的邮箱. ##)
(## Because the log contains some sensitive information such as SN/MAC, please delete them when providing the complete file. Of course, you can also send it to my email. ##)
...
(如果你只是说 XXX 不能用, 什么详细信息也不提供, 我也只能说感谢你的反馈.)
(If you just say XXX doesn't work without providing any details, I can only say thank you for your feedback.)
...
The text was updated successfully, but these errors were encountered:
请填写以下信息.
Please fill in the following information.
Install ENV: (You can find it in the boot interface.)
RR version: (You can find it in the update menu.)
DSM:
Issue:
由于USB自动识别不太准确,使用我一般采用自定义DTS文件,但是发现:
当插入nvme和拔除nvme的时候,lspic获取到的sata控制的地址不一致
插入的时候 cat /sys/block/sata*/device/syno_block_info
pciepath=0000:00:1d.2,00.0
root@rr:/opt/rr# lspci -vtnn
-[0000:00]-+-00.0 Intel Corporation Device [8086:461c]
+-02.0 Intel Corporation Alder Lake-N [UHD Graphics] [8086:46d1]
+-04.0 Intel Corporation Alder Lake Innovation Platform Framework Processor Participant [8086:461d]
+-05.0 Intel Corporation Device [8086:462e]
+-08.0 Intel Corporation Device [8086:467e]
+-14.0 Intel Corporation Device [8086:54ed]
+-14.2 Intel Corporation Device [8086:54ef]
+-15.0 Intel Corporation Device [8086:54e8]
+-16.0 Intel Corporation Device [8086:54e0]
+-19.0 Intel Corporation Device [8086:54c5]
+-1a.0 Intel Corporation Device [8086:54c4]
+-1c.0-[01]----00.0 SK hynix Platinum P41 NVMe Solid State Drive 2TB [1c5c:1959]
+-1c.3-[02]----00.0 Intel Corporation Ethernet Controller I226-V [8086:125c]
+-1c.6-[03]----00.0 Intel Corporation Ethernet Controller I226-V [8086:125c]
+-1d.0-[04]----00.0 Toshiba Corporation XG5 NVMe SSD Controller [1179:0116]
+-1d.2-[05]----00.0 JMicron Technology Corp. JMB58x AHCI SATA controller [197b:0585]
+-1f.0 Intel Corporation Device [8086:5481]
+-1f.3 Intel Corporation Device [8086:54c8]
+-1f.4 Intel Corporation Device [8086:54a3]
-1f.5 Intel Corporation Device [8086:54a4]
拔出变成了
pciepath=0000:00:1d.0,00.0
root@rr:/opt/rr# lspci -vtnn
-[0000:00]-+-00.0 Intel Corporation Device [8086:461c]
+-02.0 Intel Corporation Alder Lake-N [UHD Graphics] [8086:46d1]
+-04.0 Intel Corporation Alder Lake Innovation Platform Framework Processor Participant [8086:461d]
+-05.0 Intel Corporation Device [8086:462e]
+-08.0 Intel Corporation Device [8086:467e]
+-14.0 Intel Corporation Device [8086:54ed]
+-14.2 Intel Corporation Device [8086:54ef]
+-15.0 Intel Corporation Device [8086:54e8]
+-16.0 Intel Corporation Device [8086:54e0]
+-19.0 Intel Corporation Device [8086:54c5]
+-1a.0 Intel Corporation Device [8086:54c4]
+-1c.0-[01]----00.0 SK hynix Platinum P41 NVMe Solid State Drive 2TB [1c5c:1959]
+-1c.3-[02]----00.0 Intel Corporation Ethernet Controller I226-V [8086:125c]
+-1c.6-[03]----00.0 Intel Corporation Ethernet Controller I226-V [8086:125c]
+-1d.0-[04]----00.0 JMicron Technology Corp. JMB58x AHCI SATA controller [197b:0585]
+-1f.0 Intel Corporation Device [8086:5481]
+-1f.3 Intel Corporation Device [8086:54c8]
+-1f.4 Intel Corporation Device [8086:54a3]
-1f.5 Intel Corporation Device [8086:54a4]
这就导致如果我拔除了nvme,就无法识别到sata硬盘。因为sata控制器的地址发生了变化。
同理qr下也会导致model无法固定。
特来求教如何有效锁定地址,而不受到nvme硬盘的影响。
logs:
(## 因为 log中存在 SN/MAC 等一些敏感信息, 当提供完整文件时请自行抹除他们, 当然你也可以发送到我的邮箱. ##)
(## Because the log contains some sensitive information such as SN/MAC, please delete them when providing the complete file. Of course, you can also send it to my email. ##)
...
(请先看一下#173、#175、#226 的内容)
(Plz review the content of #173, #175, #226 first)
...
(如果你只是说 XXX 不能用, 什么详细信息也不提供, 我也只能说感谢你的反馈.)
(If you just say XXX doesn't work without providing any details, I can only say thank you for your feedback.)
...
The text was updated successfully, but these errors were encountered: