preslmayer

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • 29. Dezember 2023 at 12:45 #53015

    Der Aufbau der Seite http://downloads.slimdevices.com/ hat sich m.E. signifikant geändert.

    So kann das script Squeezeserver.php in der Function getLMSVersions() die entsprechenden Links nicht mehr ermitteln.

    23. Oktober 2018 at 6:46 #38718

    I had the same error on Raspberry Pi 1 Mod. B with Raspbian Stretch and newest Kernel.

    I did the following:

    sudo apt-get update
    sudo apt-get install -y libasound2-dev dh-autoreconf libortp-dev bluez pi-bluetooth bluez-tools libbluetooth-dev libusb-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev libsbc1 libsbc-dev
    git clone https://github.com/Arkq/bluez-alsa.git
    cd bluez-alsa
    autoreconf --install
    mkdir build && cd build
    ../configure --disable-hcitop --with-alsaplugindir=/usr/lib/arm-linux-gnueabihf/alsa-lib
    make && sudo make install

    After that bluealsa was running and i could establish the bluetooth connection to my bluetooth speaker.

    • This reply was modified 5 years, 6 months ago by preslmayer.
Viewing 2 posts - 1 through 2 (of 2 total)