我有 Windows 10 和 Ubuntu 20.04 (AsusX55C) 的双启动系统,我想在 Ubuntu 上在我的 PC 上安装蓝牙驱动程序,根据我的 PC,有些驱动程序仅支持 Windows 8,所以我听说我们可以在 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
答案1
sudo add-apt-repository ppa:blaze/rtbth-dkms
sudo apt update
sudo apt install rtbth-dkms
sudo vim /etc/rc.local
modprobe rtbth &> /dev/null
在“exit 0”之前添加命令并保存。
sudo chmod 777 /etc/rc.local
sudo apt install blueman
重启。
sudo /etc/init.d/bluetooth start
systemctl start bluetooth
sudo modprobe btusb
sudo systemctl start bluetooth.service
sudo service bluetooth restart
答案2
我使用 gdebi 包安装程序从 github 安装了最新的驱动程序并使用此命令:-sudo modprobe rtbth
现在它可以工作但找不到任何设备:(。