LoginSignup
2
1

More than 1 year has passed since last update.

Ubuntuでbluetoothがactiveにならない

Posted at

問題

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

で解決した。

たしか、ubuntu22.04を最小構成でインストールしていたので、net-toolsがインストールされていなかった。
なにが原因か詳しくはわからないから、わかる人いたら教えてください。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1