AlekEagle
Posts: 10
Joined: Sat Nov 04, 2017 11:29 pm

Raspbian lite installation help

Mon Dec 11, 2017 6:38 am

Hi I'm trying to install the newest pulseaudio for my Bluetooth troubles and it doesn't know how to install it I need help

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Raspbian lite installation help

Mon Dec 11, 2017 9:32 am

AlekEagle wrote:
Mon Dec 11, 2017 6:38 am
Hi I'm trying to install the newest pulseaudio for my Bluetooth troubles and it doesn't know how to install it I need help

If you are using Raspbian Stretch Lite then you need to install from the repository as it is no longer included:

Bluetooth audio

In Jessie, we used PulseAudio to provide support for audio over Bluetooth, but integrating this with the ALSA architecture used for other audio sources was clumsy. For Stretch, we are using the bluez-alsa package to make Bluetooth audio work with ALSA itself. PulseAudio is therefore no longer installed by default, and the volume plugin on the taskbar will no longer start and stop PulseAudio. From a user point of view, everything should still work exactly as before – the only change is that if you still wish to use PulseAudio for some other reason, you will need to install it yourself.


https://www.raspberrypi.org/blog/raspbian-stretch/

Code: Select all

sudo apt-get update
sudo apt-get install pulseaudio

https://packages.debian.org/stretch/pulseaudio
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
Douglas6
Posts: 4860
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: Raspbian lite installation help

Mon Dec 11, 2017 8:02 pm

And note what it says there:
the only change is that if you still wish to use PulseAudio for some other [non-Bluetooth] reason, you will need to install it yourself.

Return to “General discussion”