在Ubuntu上,蓝牙无法激活
問題
ubuntuをいじっていて、bluetoothあたりを触りたいなと思い、いろいろためしていたところ
$ sudo systemctl status bluetooth
○ bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
11月 28 19:16:53 ubu22 systemd[1]: Condition check resulted in Bluetooth service being skipped.
まあ、systemctl start bluetoothでもしたら動くだろうと思ったが、なぜかうまくいかない。
解决方案
$ sudo apt install net-tools
问题已得到解决。
据我所记,我在最小配置下安装了Ubuntu 22.04,所以并没有安装net-tools。
由于不知道具体原因,所以如果有人知道请告诉我。