我有一个带有 USB 3.1gen2 Type-C 端口的 Asus N752VX-GC234,有些网站说它支持 Thunderbolt3,有些网站说它不支持。
我如何检查以确保?有我可以使用的命令吗?
编辑 1:
luca@charlieBrown:~$ lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 4: Dev 2, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 2, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 9: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M …Run Code Online (Sandbox Code Playgroud) 在 Asus K52J PC (2010) 上全新安装并更新了 Ubuntu 22.04。(又名 Gnome 系统设置gnome-control-center)未打开。
我可以看到左侧栏上的图标,如果右键单击它,在“所有窗口”下,我还可以看到打开的窗口的预览,但它没有显示。
\n尝试做sudo gnome-control-center给予
(gnome-control-center:19545): dconf-WARNING **: 15:18:02.653: failed to commit changes to dconf: Failed to execute child process \xe2\x80\x9cdbus-launch\xe2\x80\x9d (No such file or directory)\nError creating rfkill proxy: (null)\nSegmentation fault\nRun Code Online (Sandbox Code Playgroud)\n有什么解决办法吗?
\n编辑
\n我尝试过了
\nsudo apt purge gnome-control-center\nsudo apt install gnome-control-center\nRun Code Online (Sandbox Code Playgroud)\n没有结果。也尝试过
\nsudo apt install dbus-x11
没有结果。
\n编辑
\n发现 Libre Office 也没有开放......也许这与此有关。
\n我读过一些帖子和手册页,但我仍然有疑问。我的 gParted 屏幕截图如下。
在Ubuntu 16.10的安装过程中,我将GRUB安装在/dev/sda1中(“Windows Boot Manager”写在/dev/sda1附近)(我之前禁用了“安全启动”)。
GRUB 菜单如下。
到目前为止,一切都运行良好,但现在我计划安装多个 Linux 发行版、UbuntuStudio 和 Arch 发行版(我认为是 Antergos)。我还考虑在 SSD 中留出额外的空间,以便在我愿意的时候尝试发行版。我想事先确认以下事项。
每当我安装新发行版时,是否需要安装引导加载程序?如果是这样,像以前那样将所有内容安装在 /dev/sda1 (“Windows 启动管理器”)中是否正确?
过去,我尝试使用 Windows XP、Ubuntu 和 UbuntuStudio 对我的旧笔记本电脑 (BIOS) 进行三次启动,但每当我更新内核时,我就无法再启动了。如果我没记错的话,他们建议在单独的分区上放置一个 GRUB,并从 Linux 发行版中引用它。现在使用 UEFI 拥有多个 Linux 发行版的最佳方式是什么?与过去(BIOS)有什么不同(只是出于好奇)?
请保持简单,我很高兴了解引导过程如何工作以及如何让多个 Linux 发行版完美地引导和更新,但我读过的许多答案往往令人困惑。
预先感谢,卢卡