Results 1 to 2 of 2

Thread: [Solved-ish] Pulseaudio (paprefs) does not allow to establish Network Server

  1. #1
    Join Date
    Jan 2016
    Beans
    3

    [Solved-ish] Pulseaudio (paprefs) does not allow to establish Network Server



    I'm clueless since this works out of the box in Arch and Raspbian.
    Last edited by Pertti_Peelo; September 12th, 2019 at 11:18 AM.

  2. #2
    Join Date
    Jan 2016
    Beans
    3

    Re: Pulseaudio (paprefs) does not allow to establish Network Server

    Here is how I made it work
    Code:
    sudo apt build-dep pulseaudio
    sudo apt install git
    git clone git://anongit.freedesktop.org/pulseaudio/pulseaudio
    cd pulseaudio
    ./bootstrap
    ./configure --prefix=/usr
    make -j5
    sudo make install
    sudo reboot
    Last edited by Pertti_Peelo; September 12th, 2019 at 11:20 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •