BaReinhard / a2dp_bluetooth

Bluetooth Repo to setup your Raspberry Pi (Jessie) to connect to Bluetooth Speakers/Headset
GNU General Public License v3.0
27 stars 5 forks source link

Problem on Raspberry Pi 2B #5

Open stefanofornari opened 4 years ago

stefanofornari commented 4 years ago

Hello, let me know if I should ask somewhere else... I run the script and all completed successfully. I have the following device connected:

[Rockbox Cube]# info C9:50:76:0E:32:DC
Device C9:50:76:0E:32:DC (public)
    Name: Rockbox Cube
    Alias: Rockbox Cube
    Class: 0x00240404
    Icon: audio-card
    Paired: yes
    Trusted: yes
    Blocked: no
    Connected: yes
    LegacyPairing: yes
    UUID: Serial Port               (00001101-0000-1000-8000-00805f9b34fb)
    UUID: Audio Sink                (0000110b-0000-1000-8000-00805f9b34fb)
    UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
    UUID: Advanced Audio Distribu.. (0000110d-0000-1000-8000-00805f9b34fb)
    UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
    UUID: Handsfree                 (0000111e-0000-1000-8000-00805f9b34fb)

However, I am not sure everything went well (and I can not hear the sound from the speaker).

pactl list sinks
Sink #1
    State: RUNNING
    Name: auto_null
    Description: Dummy Output
    Driver: module-null-sink.c
    Sample Specification: s16le 2ch 44100Hz
    Channel Map: front-left,front-right
    Owner Module: 24
    Mute: no
    Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
            balance 0.00
    Base Volume: 65536 / 100% / 0.00 dB
    Monitor Source: auto_null.monitor
    Latency: 7189 usec, configured 20000 usec
    Flags: DECIBEL_VOLUME LATENCY 
    Properties:
        device.description = "Dummy Output"
        device.class = "abstract"
        device.icon_name = "audio-card"
    Formats:
        pcm

pactl list sink-inputs
Sink Input #429
    Driver: protocol-native.c
    Owner Module: 10
    Client: 20
    Sink: 1
    Sample Specification: s32le 2ch 44100Hz
    Channel Map: front-left,front-right
    Format: pcm, format.sample_format = "\"s32le\""  format.rate = "44100"  format.channels = "2"  format.channel_map = "\"front-left,front-right\""
    Corked: no
    Mute: no
    Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
            balance 0.00
    Buffer Latency: 0 usec
    Sink Latency: 2811 usec
    Resample method: copy
    Properties:
        media.name = "ALSA Playback"
        application.name = "ALSA plug-in [java]"
        native-protocol.peer = "UNIX socket client"
        native-protocol.version = "32"
        application.process.id = "3267"
        application.process.user = "pi"
        application.process.host = "0x0002"
        application.process.binary = "java"
        application.language = "en_US.UTF-8"
        application.process.machine_id = "fec0adb372c843ff8ab71292bde8a6c0"
        application.process.session_id = "c3"
        module-stream-restore.id = "sink-input-by-application-name:ALSA plug-in [java]"

pactl list cards (no card?)

In case anybody can help, I am available for any test/troubleshooting.