我找不到任何蓝牙设备。
我能够通过使用这来修复它,但是自从Ubuntu内核更新之后,这个修复已经停止了。
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
3.16.0-34-generic #45~14.04.1-Ubuntu SMP Tue Mar 24 11:13:52 UTC 2015 i686 i686 i686 GNU/Linux发布于 2015-04-09 20:40:14
您遵循与第一次安装时类似的指示
cd rtlwifi_new
make clean
make
sudo make install还有蓝牙
git clone -b troy https://github.com/lwfinger/rtl8723au_bt.git
cd rtl8723au_bt
make
sudo make install重新启动
2015年10月编辑,Pilot6有一个带dkms模块的PPA,在内核更新后不需要重新安装
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware rtl8723au-bt-dkms重新启动并完成
发布于 2015-04-09 20:41:08
请尝试:
sudo apt-get install git
git clone https://github.com/lwfinger/rtl8723au_bt.git
cd rtl8723au_bt.git
make clean
make
sudo make install
sudo modprobe rtk_btusb你应该准备好了。
注意:根据这个:https://github.com/lwfinger/rtlwifi_新议题/18驱动程序涵盖所有Realtek设备。
发布于 2015-06-21 12:02:43
我和DKMS的司机做了个ppa。它是针对所有支持的Ubuntu内核构建的。通过运行安装它
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms rtl8723au-bt-dkms linux-firmwarehttps://askubuntu.com/questions/607339
复制相似问题