1、前提是WiFi可用,网卡驱动安装可以看我之前的文章
2、安装蓝牙管理工具(blueman)

然后就可以在设置中找到蓝牙设置了


3、如果不行就查看有没有安装蓝牙(bluetooth)

参考网址:
https://blog.csdn.net/qq_18299691/article/details/82809617
sudo su
// 使用su模式
apt-get install bluetooth
//安装bluetooth
/etc/init.d/bluetooth start
//启动蓝牙服务
apt-get install blueman
//安装蓝牙管理工具