Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/bluetooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ If it's stopped, enable it to auto-start and immediately start it using the foll
sudo systemctl enable --now bluetooth
```

If Bluetooth does not enable after that command, try the following steps:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple things:

  • This only applies desktop computers, but this doesn't make that clear.
  • This is a pretty drastic step that is not guaranteed to fix the problem, and is very hardware-dependent. I'd rather couch it in language along the lines of "in some cases" or "this might help", rather than inserting it as the next troubleshooting step that everyone should try. I'm not sure how to state that sentiment cleanly though.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you you solved much of the problem.

This only applies desktop computers, but this doesn't make that clear.

Good catch. A gaming laptop would not get the same resolution. I can mention that.

This is a pretty drastic step that is not guaranteed to fix the problem, and is very hardware-dependent.

True it is not guaranteed. How about this sentiment and heading instead so we can ensure only desktop users attempt it?

Desktop computer power reset

This solution is not applicable to laptops and in some cases can be resolved via these steps.

  • Shut down the computer.
  • Unplug the computer.
  • Wait 60 seconds.
  • Plug back in and power on the computer.


- Shut down the computer.
- Unplug the computer.
- Wait 60 seconds.
- Plug back in and power on the computer.

## Using Bluetooth Manager (blueman)

A third-party program called <u>Bluetooth Manager</u> can sometimes pair and trust Bluetooth devices better than the default Bluetooth settings. Install it with this command:
Expand Down