kali2023.1 bluetooth bug:br-connection-profile-unavailable

简介: kali2023.1 bluetooth bug:br-connection-profile-unavailable

原因

kali2023.1发布之后阉割了不少依赖关系 出现了诸多新bug

解决方案甚至没有推广只能逐步全网搜集 今天在这里插眼留下一个记录

解决方案

sudo apt install wireplumber libspa-0.2-bluetooth wireplumber-doc #依赖
systemctl --user restart wireplumber #重启
目录
相关文章
|
存储 小程序 关系型数据库
【Navicat提示】:Access violation at address0000000a1063 in module‘navicat.exe‘. Read of address000000058
【Navicat提示】:Access violation at address0000000a1063 in module‘navicat.exe‘. Read of address000000058
747 0
|
Linux
LINUX打印机报错:ipp error(1034, client-error-document-format-not-supported)
LINUX打印机报错:ipp error(1034, client-error-document-format-not-supported)
3572 0
LINUX打印机报错:ipp error(1034, client-error-document-format-not-supported)
|
Shell Ruby
mac 安装brew报错 Failed to connect to raw.githubusercontent.com port 443: Connection refused解决办法...
mac 安装brew报错 Failed to connect to raw.githubusercontent.com port 443: Connection refused解决办法...
724 0
|
开发工具 Android开发
解决bug:使用Genymotion模拟器时,出现Unable to create virtual device: Connection timeout occurred
解决bug:使用Genymotion模拟器时,出现Unable to create virtual device: Connection timeout occurred
173 0
解决bug:使用Genymotion模拟器时,出现Unable to create virtual device: Connection timeout occurred
|
iOS开发
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
221 0
|
移动开发 Linux Shell
$‘\r‘: command not found的解决方法
在Linux系统中,运行Shell脚本,出现了如下错误: one-more.sh: line 1: $'\r': command not found 1 出现这样的错误,是因为Shell脚本在Windows系统编写时,每行结尾是\r\n,而在Linux系统中行每行结尾是\n,所以在Linux系统中运行脚本时,会认为\r是一个字符,导致运行错误。
1374 0
|
XML 安全 Android开发
Android P 第二个测试版本请求网络 CLEARTEXT communication to host not permitted by network
Android P 第二个测试版本请求网络 CLEARTEXT communication to host not permitted by network
192 0
|
Linux 数据安全/隐私保护
|
Linux 网络安全 Ubuntu
Mac和Linux远程连接服务器异常修复(WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!)
一、今天在使用SSH,连接远程服务器的时候,刚开始是没问题的。 后来阿里云主机重装了一下系统后,再也连不上了。一直报一个错。
1663 0
|
数据安全/隐私保护
Linux_服务器_03_xxx is not in the sudoers file.This incident will be reported.的解决方法
1.切换到root用户下,怎么切换就不用说了吧,不会的自己百度去.2.添加sudo文件的写权限,命令是:chmod u+w /etc/sudoers3.编辑sudoers文件vi /etc/sudoers找到这行 root ALL=(ALL) ALL,在他下面添加xxx ALL=(ALL) ALL ...
958 0