3

I am using pulseaudio on a Raspberry Debian (Wheezy) but my bt-headset does not show up in sources or sinks.

What I did:

I followed the Raspbian Wheezy Installation Guide at: http://kmonkey711.blogspot.de/2012/12/a2dp-audio-on-raspberry-pi.html

Having entered:

pactl list sources short

I only get the following but no bluez device.

0       alsa_output.platform-bcm2835_AUD0.0.analog-stereo.monitor       module-alsa-card.c      s16le 2ch 44100Hz       SUSPENDED

Instead of the command bluez-simple-agent I used hcitool scan which showed my device:

bluez-test-device trusted <MAC> yes

This appeared to work as well but still no bt-devices.

Zurechtweiser
  • 1,165
  • 2
  • 16
  • 29
Brutus Cruciatus
  • 404
  • 3
  • 18

1 Answers1

0

Just faced an uncanny situation where card doesn't show up unless tried with sudo.

Try sudo pactl list sources short

ugola
  • 300
  • 3
  • 18