- Straight build from memory stick of Ubuntu desktop 14.04
- update from internet off and include 3rd party software on
- add in video card proprietary drivers to taste
sudo apt-get install python-qt4 python-pyparsing python-mutagen python-configobj mpd
- and add in the repository for upmpdcli and upplay as described here and install them
sudo add-apt-repository ppa:jean-francois-dockes/upnpp1
sudo apt-get update
sudo apt-get install upplay upmpdcli
- edit /etc/upmpdcli.conf to set a suitable name for the renderer - 'specially if you're doing this on more than one machine.
iec958:CARD=SB,DEV=0so I amended /etc/mpd.conf and told it to use this device like this:
HDA ATI SB, ALC892 Digital
IEC958 (S/PDIF) Digital Audio Output
audio_output {and all was well. I did try "hw:1,0" first but it didn't seem to like that....
type "alsa"
name "My ALSA Device"
device "iec958"
# device "hw:0,0" # optional
# mixer_type "hardware" # optional
# mixer_device "default" # optional
# mixer_control "PCM" # optional
# mixer_index "0" # optional
}
And finally, getting netflix running these days just requires installing Chrome browser (NOT chromium), and those nive people at google have set up a repository, which you set up as described here.
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update
sudo apt-get install google-chrome-stableNow run it up and login....
No comments:
Post a Comment