技嘉970主板,安装deepin后USB异常!
Tofloor
poster avatar
q1353186685
deepin
2019-10-13 19:59
Author


技嘉970主板,必须用USB3.3接口插U盘才能引导,奇葩的技嘉,装完后所有的USB无法使用,键盘鼠标不行,插U盘也没反应,只能用PS2键鼠,请问如何解决,能通过安装驱动解决么,官方没有提供Linux的 驱动.
Reply Favorite View the author
All Replies
avatar
走钢丝
deepin
2019-10-13 20:32
#1
没道理啊。。
Reply View the author
avatar
q1353186685
deepin
2019-10-14 00:12
#2

真的,其他都能用,就是USB不行,显卡都正常.
Reply View the author
avatar
月光中的萤火虫
deepin
2019-10-18 03:54
#3
把键盘鼠标插到USB3.0的口上其它的都可以用了
Reply View the author
avatar
q1353186685
deepin
2019-10-21 02:18
#4
在主板BIOS设里:-Peeripherals->IOMMU Controller,的值设置成Enabled,然后重新安装系统就可以了,此贴终结!
Reply View the author
avatar
lfh
deepin
2019-10-21 04:57
#5
https://bbs.deepin.org/post/183740
在主板BIOS设里:-Peeripherals->IOMMU Controller,的值设置成Enabled,然后重新安装系统就可以了,此贴终结 ...

不算终结。还有个终结版。修改 /etc/default/grub,编辑GRUB_CMDLINE_LINUX选项:
  1. GRUB_CMDLINE_LINUX="iommu=soft"
  2. sudo update-grub
  3. sudo reboot
Copy the Code

此贴真正终结。
Reply View the author
avatar
q1353186685
deepin
2019-10-22 23:01
#6
https://bbs.deepin.org/post/183740
不算终结。还有个终结版。修改 /etc/default/grub,编辑GRUB_CMDLINE_LINUX选项:

此贴真正终结。 ...

厉害了!
Reply View the author