Views:
1,717
Votes: 5
✅ Solution
Tag :
bluetooth
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/931360
Title:
Who is Bastien?
ID:
/2017/07/02/Who-is-Bastien_
Created:
July 2, 2017
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Wow lots of bug reports on “Bastien’s Computer” being in peoples’ bluetooth settings. It turns out you can talk to Bastien himself in this bug report: Visible as “Bastien Nocera’s Computer”.
The common solution is to use:
rfkill list
and search for:
#: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
Then use:
rfkill unblock #
Where #
is a number like 0
, 1
, 3
or 6
.
If this doesn’t solve it or, it only lasts for a single session, you can find other tips from Bastien in the link above.