Skip to content

Commit

Permalink
Update bluetooth.md: Fresh installed 22.04 needed rmmod/modprobe btusb
Browse files Browse the repository at this point in the history
Looks like a bug of the installation.

I'm using a VivoBook X421UA_M433UA, the fix was described with a Lenovo notebook.

Found the fix here: https://www.reddit.com/r/pop_os/comments/mtjysf/bluetooth_wont_turn_on/
  • Loading branch information
ChrisTian-CGN authored and jacobgkau committed Aug 14, 2024
1 parent 5b808f3 commit 4244f34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/bluetooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tableOfContents: true
Bluetooth is a bit odd.
There are a lot of factors that go into whether Bluetooth devices work together as expected.


Check failure on line 23 in content/bluetooth.md

View workflow job for this annotation

GitHub Actions / Lint (Markdown)

Multiple consecutive blank lines [Expected: 1; Actual: 2]
### Bluetooth version

Bluetooth 5.0 is backwards compatible with older Bluetooth versions, but older bluetooth versioned devices are not always compatible with newer versions or devices.
Expand Down Expand Up @@ -70,6 +71,19 @@ This process lowers the sound quality of the stream when in HSP/HFP mode, so aud

## Bluetooth Troubleshooting

<!--## Dear Pop OS team I hope this helps to improve your distribution and documentation, feel free to rework.-->
### Problem: Fresh installed pop-os_22.04_amd64_intel_38.iso, Bluetooth dont turn on

Check failure on line 75 in content/bluetooth.md

View workflow job for this annotation

GitHub Actions / Lint (Markdown)

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Problem: Fresh installed pop-os_22.04_amd64_intel_38.iso, Bluetooth dont turn on"]
The Bluetooth did not switch on in the settings. I can toggle it but it still stays gray.
Solution:
```bash
sudo rmmod btusb
sudo modprobe btusb
```
Now it works fine on my VivoBook.
Source: https://www.reddit.com/r/pop_os/comments/mtjysf/bluetooth_wont_turn_on/

Check failure on line 83 in content/bluetooth.md

View workflow job for this annotation

GitHub Actions / Lint (Markdown)

Bare URL used [Context: "https://www.reddit.com/r/pop_o..."]

---
### General

Check failure on line 86 in content/bluetooth.md

View workflow job for this annotation

GitHub Actions / Lint (Markdown)

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### General"]
Bluetooth issues can be troubleshooted in several ways. The first thing to check is toggling airplane mode which will sometimes get Bluetooth functioning again. Next, make sure Bluetooth is enabled in the top bar, or in the <u>Bluetooth</u> system settings.

Then, try reinstalling Bluetooth related software with this command, depending on the verison of Pop!\_OS you're using.
Expand Down

0 comments on commit 4244f34

Please sign in to comment.