前言:
此时兄弟们对“win10自带蓝牙如何关闭设备”大体比较着重,看官们都需要剖析一些“win10自带蓝牙如何关闭设备”的相关文章。那么小编同时在网上收集了一些有关“win10自带蓝牙如何关闭设备””的相关内容,希望小伙伴们能喜欢,你们一起来学习一下吧!原文链接:统信UOS上启用/禁用蓝牙
hello,大家好啊,今天给大家带来一篇关于在统信UOS上启用/禁用蓝牙的文章,通过systemctl关闭蓝牙服务以及rfkill工具禁用蓝牙的方法实现,接下来一起看看吧。
1、查看系统信息
uos@uos-PC:~/Desktop$ uname -aLinux uos-PC 4.19.0-arm64-desktop #6030 SMP Tue Jun 27 15:28:10 CST 2023 aarch64 GNU/Linuxuos@uos-PC:~/Desktop$ cat /etc/os-version [Version] SystemName=UOS DesktopSystemName[zh_CN]=统信桌面操作系统ProductType=DesktopProductType[zh_CN]=桌面EditionName=ProfessionalEditionName[zh_CN]=专业版MajorVersion=20MinorVersion=1060OsBuild=11014.100.100
2、查看蓝牙状态
3、停止蓝牙服务并禁用开机自启
uos@uos-PC:~/Desktop$ sudo systemctl stop bluetooth.service 请输入密码:验证成功uos@uos-PC:~/Desktop$ sudo systemctl disable bluetooth.service Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.Executing: /lib/systemd/systemd-sysv-install disable bluetoothinsserv: warning: current start runlevel(s) (empty) of script `bluetooth' overrides LSB defaults (2 3 4 5).insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `bluetooth' overrides LSB defaults (0 1 6).Removed /etc/systemd/system/dbus-org.bluez.service.Removed /etc/systemd/system/bluetooth.target.wants/bluetooth.service.uos@uos-PC:~/Desktop$
4、查看蓝牙信息已经不存在
5、启用蓝牙服务并设置开机自启
uos@uos-PC:~/Desktop$ sudo systemctl enable bluetooth.service Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.Executing: /lib/systemd/systemd-sysv-install enable bluetoothinsserv: warning: current start runlevel(s) (empty) of script `bluetooth' overrides LSB defaults (2 3 4 5).insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `bluetooth' overrides LSB defaults (0 1 6).Created symlink /etc/systemd/system/dbus-org.bluez.service → /lib/systemd/system/bluetooth.service.Created symlink /etc/systemd/system/bluetooth.target.wants/bluetooth.service → /lib/systemd/system/bluetooth.service.uos@uos-PC:~/Desktop$ sudo systemctl start bluetooth.service uos@uos-PC:~/Desktop$
6、蓝牙服务正常
7、使用rfkill禁用蓝牙
rfkill是一个可以启用和禁用Linux内核中无线设备(包括Wi-Fi、蓝牙等)的工具,这是一个临时的方法,如果需要长久禁用,可以搭配由硬件开关或BIOS设置控制。
uos@uos-PC:~/Desktop$ rfkill list 1: hci0: BluetoothSoft blocked: noHard blocked: nouos@uos-PC:~/Desktop$ sudo rfkill block 1uos@uos-PC:~/Desktop$
8、蓝牙信息置灰无法点击开启
9、取消禁用蓝牙
uos@uos-PC:~/Desktop$ sudo rfkill unblock 0uos@uos-PC:~/Desktop$ rfkill list 0: hci0: BluetoothSoft blocked: noHard blocked: nouos@uos-PC:~/Desktop$
10、蓝牙信息正常,可以点击开启
版权声明:
本站文章均来自互联网搜集,如有侵犯您的权益,请联系我们删除,谢谢。
标签: #win10自带蓝牙如何关闭设备 #linux使用蓝牙 #linux如何打开蓝牙 #linux 打开蓝牙 #linux 蓝牙连接命令