RasPi 3B - Noob Guide

Posted by: Obsydian on 20 November 2018

If i wanted to setup to Raspberry Pi to use Bubble to stream Tidal to my Naim streamer, what else do I need and how do i configure.

I understand the Raspberry Pi is a good solution, but do i need a bare bones version or one with a DAC built in.

 

Posted on: 20 November 2018 by Simon-in-Suffolk

Barebones with an Ethernet port is all you need

Posted on: 20 November 2018 by Obsydian

Thanks SIMON, and recommended software?

Then in terms of streaming do i still use the Naim app 

Posted on: 20 November 2018 by Guinnless

You'll need to install Raspbian on your Pi. Use the "NOOBS" install on the SD card - Google for instructions if none came with your Pi.

You'll then need to install Bubble UPnP Server on your Pi - somebody on here did an installation guide, do a search and see if you can find it.

https://forums.naimaudio.com/t...02#77314878502371302

Posted on: 20 November 2018 by Obsydian

Thanks will do.

Posted on: 20 November 2018 by Obsydian

Forgot to ask if it is best to run RaspberryPi as WiFi or lan?

Posted on: 20 November 2018 by Suzy Wong

Wired LAN. Also suggest sticking with a full-fat Pi 3, rather than  Pi Zero.

Posted on: 20 November 2018 by Obsydian

Thanks Suzi ordered the full fat version earlier.

Posted on: 20 November 2018 by Alley Cat

You may or may not have ordered a case but I found this one quite stylish:

https://thepihut.com/products/...aspberry-pi-3-b-case

(Paid more on Amazon)

Posted on: 20 November 2018 by Obsydian

Thanks Alley Cat, i ended up ordering the CanaKit Raspberry Pi 3 B+ Starter Kit.

Silly question when setup, what app do i use to control my streamer, the Naim app or Bubble ?

Posted on: 21 November 2018 by ChrisSU
Obsydian posted:

Thanks Alley Cat, i ended up ordering the CanaKit Raspberry Pi 3 B+ Starter Kit.

Silly question when setup, what app do i use to control my streamer, the Naim app or Bubble ?

Try Lumin, it’s a free app that will find your Tidal/Qobuz/local server via Bubble. 

Posted on: 21 November 2018 by hungryhalibut

I use Linn Kazoo, which to me is easier to use than Lumin. 

Posted on: 21 November 2018 by Obsydian

Thanks - just looking at both app on Google Play, reviews do not bode well for either.

Posted on: 21 November 2018 by hungryhalibut

It works very well on iOS. I couldn’t get on with Android, having tried an Android phone once. 

Posted on: 21 November 2018 by Guinnless

Lumin crashes on Android.  Bubble works great. 

Posted on: 22 November 2018 by Obsydian

Ok so RasPi assembled, Raspbian installed, SSH activated, but now stuck at installing Bubble uUnP.

If i enter the commands mentioned in another thread (below) i just get an error message No such file or directory found

$wget https://launchpad.net/~bubbleguuum/+archive/bubbleupnpserver/+files/bubbleupnpserver_0.9-5_all.deb
$sudo dpkg -i bubbleupnpserver_0.9-5_all.deb
Posted on: 22 November 2018 by Guinnless

The file could have moved.  If you "back up " the URL you get

https://launchpad.net/~bubbleg...ntu/bubbleupnpserver

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by adding ppa:bubbleguuum/bubbleupnpserver to your system's Software Sources. (Read about installing)

sudo add-apt-repository ppa:bubbleguuum/bubbleupnpserver
sudo apt-get update
       

Also see

https://bubblesoftapps.com/bub...npserver/#optware_ng

Posted on: 22 November 2018 by Obsydian

Thanks GUINNLESS - but adding the PPA step 1, how do i find my PPA Overview page ?

Step 1: On the PPA's overview page, look for the heading that reads Adding this PPA to your system. Make a note of the PPA's location, which looks like:

ppa:gwibber-daily/ppa

Posted on: 22 November 2018 by Guinnless

Have you run the following ?:

sudo add-apt-repository ppa:bubbleguuum/bubbleupnpserver
sudo apt-get update

You should then see it in the following location
/etc/apt/sources.list

Have you installed Java?
sudo apt-get install openjdk-7-jre-headless

Posted on: 22 November 2018 by SimonPeterArnold
Guinnless posted:

Lumin crashes on Android.  Bubble works great. 

Not just me then. It's hopeless on Android. I ended up using Bubble DS Next it's a bit neater looking than the standard Bubble app.

Posted on: 22 November 2018 by Guinnless
SimonPeterArnold posted:
Guinnless posted:

Lumin crashes on Android.  Bubble works great. 

Not just me then. It's hopeless on Android. I ended up using Bubble DS Next it's a bit neater looking than the standard Bubble app.

I didn't know about Bubble DS Next! I must take a look - ta for that ????

Posted on: 23 November 2018 by Obsydian
Guinnless posted:

Have you run the following ?:

sudo add-apt-repository ppa:bubbleguuum/bubbleupnpserver
sudo apt-get update

You should then see it in the following location
/etc/apt/sources.list

Have you installed Java?
sudo apt-get install openjdk-7-jre-headless

I checked your Java command gave an error - 

pi@raspberrypi:~ $ sudo apt-get install openjdk-7-jre-headless
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package openjdk-7-jre-headless is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'openjdk-7-jre-headless' has no installation candidate

I then checked the version of Java i have installed which is - pi@raspberrypi:~ $ java -version
java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot(TM) Client VM (build 25.65-b01, mixed mode)

Posted on: 23 November 2018 by Guinnless

Great, you have Java installed.

Posted on: 23 November 2018 by Obsydian

No pretty much stalled after that, so have Raspbian and Java, but unable to install Bubble, job for the weekend.

Posted on: 23 November 2018 by Guinnless

You need Java to run Bubble anyway so that's still a job completed.

????

Posted on: 26 November 2018 by Obsydian

Not making any further progress, some guidance please.

I have Raspbian installed and ensured all the latest updates, Java version "1.8.0_65" installed, SSH on.

But still not managing to install Bubble (error below). To me it seems i need a folder structure or something is missing, tried the instructions at the Bubble Site same issue.

pi@raspberrypi:~ $ sudo add-apt-repository ppa:bubbleguuum/bubbleupnpserver
sudo: add-apt-repository: command not found

AND

pi@raspberrypi:~ $ $sudo apt-get install bubbleupnpserver
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?