Bluetooth: Difference between revisions

imported>Mic92
fix grammar; add link
imported>Rskew
Add troubleshooting step showing when/how to enable Broadcom firmware
Line 176: Line 176:
sudo systemctl restart display-manager.service
sudo systemctl restart display-manager.service
</syntaxhighlight>
</syntaxhighlight>
=== No audio when using headset in HSP/HFP mode ===
If the output of <code>dmesg | grep Bluetooth</code> shows a line similar to <code>Bluetooth: hci0: BCM: Patch brcm/BCM-0a5c-6410.hcd not found</code> then your machine uses a Broadcom chipset without the required firmware installed.
To fix this, add <code>hardware.enableAllFirmware = true;</code> to your <tt>/etc/nixos/configuration.nix</tt> then reboot.


==See also==
==See also==