Linux HOWTO: Install Netflix on xbmcbuntu 12.0 frodo addon
#1
Video 
SSH to your box and do the following

1)
sudo cp /etc/fstab /etc/backupfstab

2)
Change your fstab This is the command i used...
****but beware if this doesnt work on yours it will mess things up:
sudo sed -i 's/errors=remount-ro/errors=remount-ro,user_xattr/' /etc/fstab
safer method is to:
sudo /etc/fstab
and add ,user_xattr after errors=remount-r on your / fs the line should look something like this when its done
UUID=XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX / ext4 errors=remount-ro,user_xattr 0 1

3)
sudo vim /etc/X11/xorg.conf
(if you dont have it sudo apt-get install vim)
change the Disable for Composite to Enable like this:
Option "Composite" "Enable"

4)
sudo mount -o remount /
sudo apt-add-repository ppa:ehoover/compholio -y
sudo apt-get update
sudo apt-get install netflix-desktop -y

5)
download the following file and install it from addons from zip file
Downlad Zip Addon here

go to videos and addons click on netflix...
youll need a keyboard and mouse to control netflix... it will also install a bunch of needed packages

Reply


Messages In This Thread
HOWTO: Install Netflix on xbmcbuntu 12.0 frodo addon - by fnc1 - 2013-02-05, 06:03
Logout Mark Read Team Forum Stats Members Help
HOWTO: Install Netflix on xbmcbuntu 12.0 frodo addon4