wiki:tools:bluetooth-arch
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:tools:bluetooth-arch [2026/04/03 01:52] – created cleiton | wiki:tools:bluetooth-arch [2026/04/03 02:03] (current) – [Headset Bluetooth Arch: PipeWire] cleiton | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Headset Bluetooth Arch ===== | + | ===== Headset Bluetooth Arch: PipeWire ===== |
| + | |||
| + | Migração PulseAudio → PipeWire: | ||
| + | |||
| + | < | ||
| + | # Remove dependentes PulseAudio | ||
| + | sudo pacman -R pulseaudio-bluetooth pulseaudio-equalizer pulseaudio-equalizer-ladspa \ | ||
| + | | ||
| + | |||
| + | # Instala PipeWire | ||
| + | sudo pacman -S pipewire pipewire-alsa pipewire-pulse pipewire-jack wireplumber | ||
| + | |||
| + | # Unmask e ativa serviços | ||
| + | systemctl --user unmask pipewire pipewire.socket pipewire-pulse pipewire-pulse.socket wireplumber | ||
| + | systemctl --user enable --now pipewire pipewire.socket pipewire-pulse pipewire-pulse.socket wireplumber | ||
| + | </ | ||
| + | |||
| + | Config Bluetooth (essencial para KD-770, fazer somente se precisar, teste antes sem) | ||
| + | |||
| + | < | ||
| + | sudo nano / | ||
| + | ... | ||
| + | [General] | ||
| + | FastConnectable=true | ||
| + | AutoSuspend=false | ||
| + | ... | ||
| + | [Policy] | ||
| + | AutoEnable=true | ||
| + | ... | ||
| + | |||
| + | sudo systemctl restart bluetooth | ||
| + | </ | ||
| + | |||
| + | Desabilita auto-switch HFP (resolve desconexão, | ||
| + | |||
| + | < | ||
| + | wpctl settings --save bluetooth.autoswitch-to-headset-profile false | ||
| + | |||
| + | Persistência após reboot: | ||
| + | |||
| + | mkdir -p ~/ | ||
| + | echo ' | ||
| + | > ~/ | ||
| + | |||
| + | </ | ||
| + | |||
| + | Conecte o fone! | ||
| + | |||
| + | Se perceber conexão/ | ||
| + | |||
| + | sudo systemctl restart bluetooth && systemctl --user restart wireplumber | ||
| + | |||
| + | Reconecte novamente! | ||
| + | |||
| + | Equalizador (JamesDSP) | ||
| + | |||
| + | pikaur -Sy jamesdsp-pipewire-bin | ||
| + | |||
| + | Verificação final: | ||
| + | |||
| + | pactl info | grep " | ||
| + | wpctl status | ||
| + | |||
| + | **Resultado: | ||
| + | |||
| + | ===== Headset Bluetooth Arch: PulseAudio | ||
| $ pikaur -S pulseaudio-alsa pulseaudio-bluetooth bluez-utils | $ pikaur -S pulseaudio-alsa pulseaudio-bluetooth bluez-utils | ||
wiki/tools/bluetooth-arch.1775181121.txt.gz · Last modified: by cleiton
