Os alto-falantes Bluetooth não funcionam com o KDE

1

Depois de ter lido um número de mensagens < um href="https://sobrelinux.info/questions/39407/connect-to-jbl-bluetooth-speaker"> aqui em askubuntu.com e em outros lugares eu ainda estou sem som trabalhando meus alto-falantes bluetooth. / p>

Aqui está minha configuração: Eu tenho uma Lenovo Thinkpad X220 com uma placa filha Bluetooth de especificações desconhecidas:

user@tp220:~$ lsusb
[...]
Bus 001 Device 003: ID 0a5c:217f Broadcom Corp. BCM2045B (BDC-2.1)
[...]

Caso contrário, o chipset é um Chipset Intel Mobile QM67 Express:

user@tp220:~$ lsmod | grep intel
intel_rapl             18783  0 
intel_powerclamp       18823  0 
kvm_intel             143590  0 
kvm                   452043  1 kvm_intel
ghash_clmulni_intel    13230  0 
snd_hda_intel          30428  6 
snd_hda_controller     31056  1 snd_hda_intel
snd_hda_codec         139682  5 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_pcm               104112  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
aesni_intel           152552  1 
aes_x86_64             17131  1 aesni_intel
lrw                    13286  1 aesni_intel
glue_helper            13990  1 aesni_intel
ablk_helper            13597  1 aesni_intel
cryptd                 20359  3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd                    79468  24 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_seq_device

Acho que tenho todos os pacotes relevantes instalados:

user@tp220:~$ LANG=C dpkg -l *blue*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                  Version                 Architecture            Description
+++-=====================================-=======================-=======================-===============================================================================
ii  bluedevil                             2.0~rc1really1.3.2-0ubu amd64                   KDE Bluetooth stack
ii  blueman                               1.23-git201403102151-1u amd64                   Graphical bluetooth manager
ii  bluetooth                             4.101-0ubuntu13         all                     Bluetooth support
ii  bluewho                               0.1-1                   all                     notifies new discovered bluetooth devices
ii  bluez                                 4.101-0ubuntu13         amd64                   Bluetooth tools and daemons
ii  bluez-alsa:amd64                      4.101-0ubuntu13         amd64                   Bluetooth ALSA support
un  bluez-audio                           <none>                  <none>                  (no description available)
ii  bluez-btsco                           1:0.50-0ubuntu4         amd64                   Bluez Bluetooth SCO tool
ii  bluez-compat                          4.101-0ubuntu13         amd64                   BlueZ 3.x compatibility binaries
ii  bluez-cups                            4.101-0ubuntu13         amd64                   Bluetooth printer driver for CUPS
ii  bluez-gstreamer                       4.101-0ubuntu13         amd64                   Bluetooth GStreamer support
un  bluez-hcidump                         <none>                  <none>                  (no description available)
un  bluez-input                           <none>                  <none>                  (no description available)
un  bluez-network                         <none>                  <none>                  (no description available)
un  bluez-serial                          <none>                  <none>                  (no description available)
ii  bluez-utils                           4.101-0ubuntu13         all                     Transitional package
un  kdebluetooth                          <none>                  <none>                  (no description available)
ii  libbluedevil1:amd64                   2.0~rc1really1.9.4-0ubu amd64                   Qt wrapper for bluez
ii  libbluetooth3:amd64                   4.101-0ubuntu13         amd64                   Library to use the BlueZ Linux Bluetooth stack
ii  pulseaudio-module-bluetooth           1:4.0-0ubuntu11         amd64                   Bluetooth module for PulseAudio sound server
un  python-bluetooth                      <none>                  <none>                  (no description available)
ii  python-bluez                          0.18-2                  amd64                   Python wrappers around BlueZ for rapid bluetooth development
un  python2.7-bluez                       <none>                  <none>                  (no description available)

Além disso, instalei o phonon-backend-vlc depois de ler em algum lugar que o VLC pode ser o caminho a seguir - sem sucesso: - /

O sistema Bluetooth do KDE se liga com sucesso aos meus alto-falantes JBL Charge, recebo uma mensagem dizendo que o link de áudio (sink?) foi configurado com sucesso. Mas - quando eu abro sistemas de configuração - > Multimídia - > Configuração do hardware de áudio Não vejo o dispositivo de áudio, apenas o áudio interno.

Por acaso, eu vi uma vez, mas o áudio ficou completamente preso e nem voltou depois da reinicialização. Eu não consegui mais abrir as configurações do Multimedia e finalmente tive que

rm .kde/share/config/phonondevicesrc 

para recuperá-lo (após outra reinicialização).

    
por Friedemann 18.12.2014 / 00:45

0 respostas