我有一个 Windows 10 和 Ubuntu 20.04 (AsusX55C) 的双启动系统在 Ubuntu 中安装 Windows 驱动程序,那么该怎么做呢?最重要的是驱动程序不是手动的,它们必须通过制造商提供的安装程序安装,所以我如何在 Ubuntu 中运行该安装程序。谢谢你。
命令的输出lspci -knn | grep Net -A3; lsusb
是
02:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
Subsystem: Foxconn International, Inc. RT3290 Wireless 802.11n 1T/1R PCIe [105b:e055]
Kernel driver in use: rt2800pci
Kernel modules: rt2800pci
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1bcf:2883 Sunplus Innovation Technology Inc.
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 2717:ff40 Xiaomi Inc. Mi/Redmi series (MTP)
Bus 003 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
modprobe rtbth &> /dev/null
在“exit 0”之前添加命令并保存。重启。
我通过使用 gdebi 包安装程序并使用此命令从 github 安装了最新的驱动程序:-
sudo modprobe rtbth
现在它可以工作但没有找到任何设备 :(。