![]() |
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 - joelones - 2013-11-05 This script is great! However, I'm noticing every so often that the audio is out of sync (delayed by 150-250 ms). I used ubuntu 13.04 mini and version 2.6.2 of this script. It's on a fairly old zbox mini with the ION chipset. I chose to install the wsnipex-xbmc-xvba-frodo version of xbmc. I used his builds before and did not recognize this problem, it's the first time I use this script though. Thoughts or suggestions? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - un1versal - 2013-11-06 Wait for frodo 12.03 http://forum.xbmc.org/showthread.php?tid=176721 this is a common problem. Or intal gotham. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - VanillaXtract - 2013-11-30 Just used with ubuntu 13.10 mini and 2.6.1 script. I had to go into alsamixer to unmute some line channels to get HDMI audio working but other than that, worked great and as expected. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.04 experience - Alecz20 - 2013-12-06 From the first two posts in this thread, it seems that this script (2.6.1) would only work on Ubuntu 12.10 and 13.04, both of which are almost end of life. I prefer to use LTS releases, so I tried this on Ubuntu Server 12.04, but encountered a few problems. The installation was done on an AMD Netbook with ATI Radeon HD 6290M, but similar may happen to other ATI users. Below are the problems and their solutions:
After the reboot Frodo came up and XVBA was available and enabled. I think that LTS releases should be supported by this script and that the script should be updated to correct these problems. I am willing to help, PM me if you need details on the issues I found. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - un1versal - 2013-12-06 @Alecz20 ppa:wsnipex/xbmc-xvba ppa:wsnipex/xbmc-xvba-frodo Are both in fact, and "any" xvba is deprecated and no longer being developed, this is it for AMD now http://forum.xbmc.org/showthread.php?tid=174854 Use other ppas Official or wsnipex anyhting but xvba tagged repos. The base Ubuntu you choose has nothing to do with script as it is just a script should run on pretty much any release, however because you're using deprecated ppas that probably dont have compiles for that release and even if they do its outdated now and likely wont work properly, especially if your a AMD user, this comes with extra pains, since the script is also no longer developed so hardly going to be updated unless someone does it, which falls to AMD users. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - haifischjunge - 2013-12-07 I’m using XBMC on my ION HTPC with a ubuntu stock 13.04 install. What really annoys me (and my beloved wife) is that on occation it just boots to the tty console to avoid this just remove the console confs and reboot sudo rm /etc/init/tty1.conf && sudo rm /etc/init/tty2.conf && rm /etc/init/tty3.conf && sudo rm /etc/init/tty4.conf && sudo rm /etc/init/tty5.conf && sudo rm /etc/init/tty6.conf RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - mousi - 2013-12-08 Hello, I currently have xbmc installed on a windows 7 machine and using this as my htpc. I am considering of changing to this minimal setup. Right now I am using jDownloader on Windows to download "stuff" from easybytez (premium account). Will I be able to do this with this minimal install (command-line only I guess)? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - Bram77 - 2013-12-08 I believe there is a jDownloader addon, but I've never used it. In a nutshell... Almost everything is possible with a linux installation. So what you're looking for probably too. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - mousi - 2013-12-08 (2013-12-08, 18:58)Bram77 Wrote: I believe there is a jDownloader addon, but I've never used it. In a nutshell... Almost everything is possible with a linux installation. So what you're looking for probably too.Do you mean an addon for xbmc? EDIT: OK I found this addon but it needs jDownloader to work. Can jdownloader run in CLI? RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - mousi - 2013-12-08 I knew I should've stayed with Windows ![]() update: XBMC crashes when I select HDA NVidia, HDMI in Settings->System->Audio output->Audio output device update2: Solved it!!! I just had to disable "Stream silence when idle", change the audio output device and the reenable it RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - pumkinut - 2013-12-08 Anyone gotten this to work on an Intel NUC? I have the Celeron variety, and it looks like I'm running into a bug where the NIC keeps getting reset due to a e1000e driver issue. It's been documented several places, but I can't find a workaround. What happens is that the NIC keeps resetting, and I'm unable to download any packages. I'd rather not do a full install and then pare down, but I'm not sure how to proceed. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - mouratos - 2013-12-08 @Bram77 I used Ubuntu mini 12.10 x64 with your 2.6.0 stable script and everything went fine. In fact, the only thing that did not work is my Pulse Eight CEC adapter. For this to work, the xbmc user needs to be member of the dialout group. Would you consider adding that to yuor script as in sudo usermod -a -G dialout xbmc possibly with another menu option where the Lirc setting is ? Best regards and thanks for your excellent work Philip RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - un1versal - 2013-12-09 Script 2.6.1 already does that. I was the one adding it. https://github.com/Bram77/xbmc-ubuntu-minimal/tree/master/12.10 I dont think anyone is developing these anymore. RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - mouratos - 2013-12-09 (2013-12-09, 01:42)uNiversal Wrote: Script 2.6.1 already does that. I was the one adding it. https://github.com/Bram77/xbmc-ubuntu-minimal/tree/master/12.10 Thank you uNi ![]() My bad, I did not run the 2.6.1 version of the script as I preferred to play safe and go for the Stable version instead. Do you think I should run the 2.6.1 script ad-hoc anyway? Best Regards Philip RE: HOW-TO: Automated efficient XBMC install - Ubuntu 12.10/13.04 mini based - un1versal - 2013-12-10 No, just add the user to dialout manually. Stable...lol what exactly does that mean? Wait... dont answer that hehe This project is not being developed anymore so dont expect any improvements unless your willing to carry on the torch. |