![]() |
Linux HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: Linux HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based (/showthread.php?tid=141369) |
RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - VanillaXtract - 2014-02-09 On restart my box boots to a tty1 prompt. I have to Code: sudo modprobe nvidia-331 RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Bram77 - 2014-02-09 I'm guessing you htpc shutdown wile an update or installation was running. Try purging and reinstalling the nvidia drivers. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - VanillaXtract - 2014-02-10 I've tried that. Here is a thread I had started with links to my logs. thread RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - stoobie - 2014-02-20 Thanks so much for this! You obviously put in a lot of work, and I really appreciate it. Why is it necessary to install OpenSSH? Is it really necessary to login remotely to install the script? I wasn't able to login remotely, and so I just tried installing the script directly from the machine itself. I didn't have complete success with my Asus EEE PC 1015P, and I'm not sure that the cause was because I didn't log in remotely with SSH, or because of something else. If it's really necessary to login remotely to the computer, then might I suggest that you clarify that at the beginning of the instructions? I didn't understand that at first. I ran the script v2.6.1, and I encountered the following issues:
RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - tstack77 - 2014-02-27 Tried a search for 12.4 but it was too short of a query, can this method work on my server running 12.4.4 LTS? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Bram77 - 2014-02-27 If it's ubuntu server you're running you can use the script. It's intended to be run on a clean install tough, so no guarantee nothing will break. Use at your own risk. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - tstack77 - 2014-02-28 Thanks. I have nothing to lose but the weekend! Update: Everything works great! Huge THANKS!!! RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Sfitzg - 2014-03-02 Hey Guys. I used your script and have been successfully running an xbmc install now for 2 years +- with pretty much no hastles. I started on a Ubuntu Minimal 12.10 I think but since then has been upgraded a few times and now is running on ubuntu 13.10. until recently I used a network cable to connect my media center to the router for internet and everything ran perfectly but recently we moved and there is no telephone line in the lounge so the router is now on the otherside of the house I figured I would just use wifi to connect but seem to have had endles troubles setting up wireless connection on headless ubuntu. after alot of fiddeling and reasearch I eventually got the wireless running but it seems xbmc now boots before the wireless so it takes a long time to load xbmc gets to the point where it says there is no network connection and the webserver and things dont load on port 8080. once xbmc is fully loaded the internet seems to work pefectly but the webserver has not loaded so I cannot access it on port 8080 and use my phone as a remote or anything. please understand that all the settings are correct everything works fine when I use a cable to connect it is only when I use wireless connection. Can anyone give me a solotion to this issue ? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - thethirdnut - 2014-03-02 Perhaps try adding a sleep command to the upstart script that loads XBMC in order to allow wifi to connect first? EDIT: better solution is to have the upstart script - /etc/init/xbmc.conf - wait for proper network interface to come up...some details on similar issue here: http://serverfault.com/questions/117584/upstart-scripts-run-a-task-after-networking-goes-up RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Hack_kid - 2014-03-12 if anyone wants to give it a try my script is ready. its just brams with fixes a few additions like driver version choice and supports up to ubuntu 13.10 its on my github easy commands to grab and execute Code: wget https://github.com/Albinoman887/xbmc-ubuntu-minimal/raw/master/12.10/xbmc-ubuntuniversal-minimal-installer.sh yes i know that says "sudo su" in later ubuntu versions i was having issues with the script constantly pausing asking for password. this will make that not an issue. and dont worry about permissions. they are set accordingly (i.e. .xbmc/userdata/advancedsettings.xml is saved as xbmc for owner not root) EDIT: if you want it to install gotham not frodo just open the script and scroll down to xbmc ppa. its not very far everything is defined at the top and change it from ppa:team-xbmc/ppa to ppa:team-xbmc/unstable RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - ylafont - 2014-03-14 (2014-03-12, 10:46)Hack_kid Wrote: if anyone wants to give it a try my script is ready. its just brams with fixes a few additions like driver version choice and supports up to ubuntu 13.10 Worked like a charm, and no problems with sound. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Hack_kid - 2014-03-15 (2014-03-14, 06:25)ylafont Wrote:(2014-03-12, 10:46)Hack_kid Wrote: if anyone wants to give it a try my script is ready. its just brams with fixes a few additions like driver version choice and supports up to ubuntu 13.10 sweet. what version of ubuntu did you use? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Hack_kid - 2014-03-15 made my own thread for the newer install script here: http://forum.xbmc.org/showthread.php?tid=189241 RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - wsnipex - 2014-03-16 just a heads up, Xvba and therefore fglrx support for AMD has been deprecated in every xbmc build in favor of vdpau support in radeon. This script currently leaves AMD users without hardware video decoding. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - ylafont - 2014-03-17 (2014-03-15, 08:30)Hack_kid Wrote: sweet. what version of ubuntu did you use? 12.10 64bit |