Skip to content

Commit

Permalink
enable bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianRudolph committed Jan 24, 2022
1 parent 129d6b8 commit 0e1672e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,14 @@ Enable trim:
sudo systemctl enable fstrim.timer
```
Enable bluetooth:
```
pacman -S bluez bluez-utils
systemctl enable bluetooth
```
Set `AutoEnable=true` in `/etc/bluetooth/main.conf`.
To make bluetooth actually work, install the alternative wireless driver and make sure that `CONFIG_UHID=m` is set in the defconfig.
### Install alternative wireless driver
Right now, it takes about 60 seconds until the wlan driver becomes available because it is missing the `/lib/firmware/brcm/brcmfmac43455-sdio.clm_blob` file.
Expand Down

0 comments on commit 0e1672e

Please sign in to comment.