我有一个问题,我的蓝牙随机断开,如下所示:
我已经阅读了一些关于这个问题的现有 Ask Ubuntu 帖子。
我关注了这篇文章:Bluetooth random cut out in Ubuntu
并运行sudo apt install -y linux-oem并重新启动我的计算机,但我仍然遇到错误。
我还看了这篇文章“没有找到蓝牙插入加密狗以使用蓝牙”
但输出rfkill list all是:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Run Code Online (Sandbox Code Playgroud)
此问题还有哪些其他修复方法?
我运行了以下命令:
sudo apt-get install --only-upgrade openssl
Run Code Online (Sandbox Code Playgroud)
输出是:
openssl is already the newest version (1.1.0g-2ubuntu4.1).
Run Code Online (Sandbox Code Playgroud)
但是,当我输入openssl version -a终端时,输出是:
OpenSSL 1.0.2o 27 Mar 2018
built on: reproducible build, date unspecified
platform: linux-x86_64
options: bn(64,64) rc4(16x,int) des(idx,cisc,16,int) idea(int) blowfish(idx)
compiler: /tmp/build/80754af9/openssl_1522162531585/_build_env/bin/x86_64-conda_cos6-linux-gnu-cc -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -pipe -I/home/vedantroy/anaconda3/include -fdebug-prefix-map=/tmp/build/80754af9/openssl_1522162531585/work=/usr/local/src/conda/openssl-1.0.2o -fdebug-prefix-map=/home/vedantroy/anaconda3=/usr/local/src/conda-prefix -Wa,--noexecstack -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM …Run Code Online (Sandbox Code Playgroud)