User Tools

Site Tools


wiki:cmds:cmds-linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:cmds:cmds-linux [2026/02/01 20:00] – [Youtube download] cleitonwiki:cmds:cmds-linux [2026/04/03 01:52] (current) – [Headset Bluetooth Arch] cleiton
Line 200: Line 200:
  
  
-===== Headset Bluetooth Arch ===== 
  
-  $ pikaur -S pulseaudio-alsa pulseaudio-bluetooth bluez-utils 
-  $ sudo systemctl status bluetooth.service 
-  $ sudo systemctl enable bluetooth.service 
-  $ sudo systemctl start bluetooth.service 
-  $ sudo systemctl status bluetooth.service 
-   
-  #GUI para gerenciamento 
-  $ pikaur -Sy blueman 
- 
-Caso não reconheça, use a cli: 
- 
-<cli> 
-$ bluetoothctl 
-[bluetooth]# power on 
-[bluetooth]# agent on 
-[bluetooth]# default-agent 
-[bluetooth]# scan on 
-[NEW] Device 00:1D:43:6D:03:26 Lasmex LBT10 
-[bluetooth]# pair 00:1D:43:6D:03:26 
-[bluetooth]# connect 00:1D:43:6D:03:26 
-[bluetooth]# trust 00:1D:43:6D:03:26 
-[bluetooth]# scan off 
-[bluetooth]# exit 
- 
-</cli> 
- 
-Para fazer com que seu fone de ouvido se conecte automaticamente, você precisa ativar o módulo ''switch-on-connect'' do PulseAudio. Faça isso adicionando as seguintes linhas ao ''/etc/pulse/default.pa'': 
- 
-  $ sudo vim /etc/pulse/default.pa 
-  --- 
-  ### Automatically switch to newly-connected devices 
-  load-module module-switch-on-connect 
- 
- 
-Se necessário, reinicie o computador. 
- 
-<code> 
-Pacotes usados no Manjaro: 
- 
-pikaur -Sy \ 
-pulseaudio pulseaudio-alsa \ 
-pulseaudio-bluetooth pulseaudio-ctl \ 
-pulseaudio-equalizer pulseaudio-jack \ 
-pulseaudio-lirc pulseaudio-rtp \ 
-pulseaudio-zeroconf xfce4-pulseaudio-plugin 
-</code> 
- 
-Fonte: https://wiki.archlinux.org/title/bluetooth_headset 
- 
-Para um equalizador gráfico: 
- 
-  pikaur -Sy pulseaudio-equalizer-ladspa 
- 
-Adicionando o Pulse Audio Equalizer ao startup do sistema 
- 
-Edite o arquivo: 
- 
-  $ sudo vi /etc/pulse/system.pa 
-  --- 
-  #add as linhas ao final 
-  load-module module-equalizer-sink 
-  load-module module-dbus-protocol 
-  --- 
- 
-Repo: https://github.com/pulseaudio-equalizer-ladspa/equalizer 
- 
-Em caso que o pulse não inicie e fique sem áudio com mensagem ''No PulseAudio daemon running, or not running as session daemon.'', testar os comandos: 
-  systemctl --user start pulseaudio 
-  systemctl --user status pulseaudio 
- 
-Para o erro: 
-  pulseaudio[1865]: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration. 
-   
-Desabilite o módulo editando o arquiv abaixo e comentando a linha: 
-  /home/USER/.config/pulse/default.pa 
 ===== Install pikaur by git ===== ===== Install pikaur by git =====
  
wiki/cmds/cmds-linux.txt · Last modified: by cleiton

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki