發(fā)布時(shí)間: 2019年12月17日
現(xiàn)場(chǎng)NF5466M5主機(jī),產(chǎn)線預(yù)裝操作系統(tǒng)RHEL6.7,軟件包使用全包安裝的方式,現(xiàn)場(chǎng)實(shí)施發(fā)現(xiàn)USB設(shè)備無法使用,并且有接入U(xiǎn)SB設(shè)備后宕機(jī)的情況。收集日志發(fā)現(xiàn)有如下報(bào)錯(cuò)。
Sep 22 11:02:48 localhost pulseaudio[7275]: pid.c: Stale PID file, overwriting.
Sep 22 11:05:39 localhost kernel: usb 1-2: new low speed USB device number 4 using xhci_hcd
Sep 22 11:05:39 localhost kernel: usb 1-2: device descriptor read/64, error -71
Sep 22 11:05:39 localhost kernel: xhci_hcd 0000:00:14.0: Setup ERROR: setup context command for slot 3.
Sep 22 11:05:39 localhost kernel: hub 1-0:1.0: unable to enumerate USB device on port 2
Sep 22 11:05:41 localhost kernel: dmar: DRHD: handling fault status reg 2
Sep 22 11:05:41 localhost kernel: dmar: DMAR:[DMA Read] Request device [00:14.0] fault addr 0
Sep 22 11:05:41 localhost kernel: DMAR:[fault reason 06] PTE Read access is not set
Sep 22 11:05:47 localhost kernel: xhci_hcd 0000:00:14.0: Timeout while waiting for a slot
Sep 22 11:05:56 localhost kernel: xhci_hcd 0000:00:14.0: Stopped the command ring failed, maybe the host is dead
Sep 22 11:05:56 localhost kernel: xhci_hcd 0000:00:14.0: Abort command ring failed
Sep 22 11:05:56 localhost kernel: xhci_hcd 0000:00:14.0: HC died; cleaning up
Sep 22 11:05:56 localhost kernel: hub 1-0:1.0: cannot reset port 2 (err = -19)
Sep 22 11:05:56 localhost kernel: hub 1-0:1.0: cannot disable port 2 (err = -19)
M5/M4機(jī)型+搭配rhel6.x+全包安裝操作系統(tǒng)。grub.conf及menu.lst有iommu=on的字樣。
重啟后在菜單選擇的時(shí)候按e修改參數(shù),將intel_iommu=on amd_iommu=on中的on改成off,進(jìn)入系統(tǒng)之后再修改grub.conf文件,修改內(nèi)容與前面一致。