Kodi Community Forum
[LINUX] XBMC Setup Script - Automatic installation of XBMC for Linux - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: [LINUX] XBMC Setup Script - Automatic installation of XBMC for Linux (/showthread.php?tid=55282)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


- reticent - 2009-11-23

can someone please explain the process in updating from the installed (via the guide) version with the new beat?


- biptn - 2009-11-23

Here's an update to the last script, I messed it up when I posted it. It can be obtained from http://pastebin.com/f58f972bb


- Txori82 - 2009-11-23

Thanks. I'll Try it tomorrw.


- Methanoid - 2009-11-24

biptn Wrote:Here's an update to the last script, I messed it up when I posted it. It can be obtained from http://pastebin.com/f58f972bb

Doesnt work for me on KK 9.10

sudo -s
Download script, rename to something like setup.sh
chmod +x setup.sh
./setup.sh

error "invalid option"

I was really looking fwd to a full Ubuntu behind XBMC for when I want to quite XBMC and use Firefox or do something else on a big TV!

Hope its a quick fix!


- kizer - 2009-11-24

Ok, currently I'm running the xbmscript.sh for januty.

Now this new script is supposed to support the newer release, but does it still support the jaunty release?

I'm currently running on a jaunty release with the first option in the script and by using this new script will it allow to update via option 2 or does it need to be installed again to enable the key servers?


- X3lectric - 2009-11-24

erm Ill take a shot in the dark and say if you have the alpha2 installed all you need is to aptitude update and then aptitude full-upgrade. or apt-get update and then apt-get dist-upgrade... thats all for now beta1 and yes its jaunty... I wouldnt rely 100% on scripts specially IF you dont understand what they do or how they work...


- biptn - 2009-11-26

Code:
sudo apt-get update && sudo apt-get upgrade
or
Code:
sudo apt-get update && sudo apt-get install xbmc

either one should update your currently installed xbmc to the latest.


- biptn - 2009-11-26

kizer Wrote:Ok, currently I'm running the xbmscript.sh for januty.

Now this new script is supposed to support the newer release, but does it still support the jaunty release?

I'm currently running on a jaunty release with the first option in the script and by using this new script will it allow to update via option 2 or does it need to be installed again to enable the key servers?

I added support for the script to identify what version of ubuntu and add the correct repositories, it's set for 8.04, 8.10, 9.04, and 9.10. I personally have only tested it on 9.10, it should work fine for jaunty though, I didn't change very much of the script to break that.


- Valfar - 2009-11-26

I used the updated script and it worked great! Big thanks for the effort put into it Smile

Now a question. I kind of miss having the chance to use Spotify on my HTPC, doen anyone know how or if it even is possible to do this? I see openbox is used so I assume it is possible, but after some research I cant figure how.


- User 43642 - 2009-11-28

The script looks like it is written to install nvidia-glx-185 but it installs nvidia-glx-190 and uses 190 instead. Is there a different source or setting to get this to use only 185? It seems 190 doesn't multichannel audio over hdmi.


- arielgr - 2009-11-29

fatsidney Wrote:The script looks like it is written to install nvidia-glx-185 but it installs nvidia-glx-190 and uses 190 instead. Is there a different source or setting to get this to use only 185? It seems 190 doesn't multichannel audio over hdmi.

That's because it seems like the 185 packages used by the nvidia-ppa are actually "Transitional packages to 190" (as their description in the PPA states).
That probably means they are actually 190..

You can install the 185 manually from another ppa: http://www.avenard.org/media/Ubuntu_Repository/Ubuntu_Repository.html - he maintains a PPA that includes many nvidia driver versions.


- prupert - 2009-11-29

Fab updated script, just installed Minimal Karmic and then used your script.

Installed without a hitch - now I just need to find out how to use alsamixer...


- kizer - 2009-11-30

sudo alsamixer

You can hit F1 I belive to get into the help menu.


- prupert - 2009-11-30

Oh, its more working out which IEC958 refers to SPDIF out, and whether it is best to unmute all of them, or just the one I need (SPDIF).

Cheers though Wink


- kizer - 2009-11-30

Just found this for optical.

http://forum.xbmc.org/showpost.php?p=448719&postcount=3