![]() |
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 (dedicated) XBMC installation on Ubuntu minimal 12.10 - ylafont - 2013-01-11 I installed network Manager yesterday to be able to configure my wireless via xbmc to find out that it disables my usb-cec on build. Has anyone experience this, and if so is there a solution? RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - sion28 - 2013-01-11 One thing that did not work for me after completing the install and initial setup was "Exit". If I chose "exit" from the power menu, I would be kicked out to a text screen, but no command line. Just a few lines of some messages (one was something about checking battery??). I tried a few keystrokes and nothing happened. Then I tried ctrl+alt+del, and the system rebooted into XBMC. Is there a way to exit XBMC to the Linux command line? Or do I always have to telnet in from another machine? I'm at work now so can't post a debug log, but if necessary I can do that tonight. Thanks... RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - un1versal - 2013-01-11 ctrl+alt+F1 or F2 and F7 to get back No, exit doesn't work as intended, idk why and honestly doesn't matter since the above works and most ppl use putty to do stuff. uNi RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - ozzyman778 - 2013-01-11 Can anyone help with a update/upgrade problem? I run sudo apt-get update which, after all the "gets" says: Code: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. Code: sudo dpkg --configure -a Which hangs on: Code: Setting up linux-image-3.5.0-19-generic (3.5.0-19.30) ... only hitting Ctrl + C fixes the hang but than I get this: Code: ^CFailed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.5.0-19-generic.postinst line 1010. Trying to perform an upgrade hangs eventually: Code: xbmc@xbmc:~$ sudo apt-get upgrade Nothing fixes this hang. Ctrl+C does not work. A hard reset is then the only way to reboot the system but I did get upgraded to RC3 of XBMC. RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - un1versal - 2013-01-11 Whats this got to do with script? Your upgrading Linux as well why? uNi RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - furii - 2013-01-11 (2013-01-11, 20:13)ozzyman778 Wrote: <snipped> i had that issue on my system when i used this script a month or so ago on a new build. did several clean installs and was unable to get around it. since seemingly no one else had the issue and the script didn't seem to be actively developed anymore i ended up with a fresh mini install and configuring things myself. in the interest of trying to find a commonality here's my system: i3 3225 on an asrock z77 pro4 mobo 8gb ram nvidia 610 intel 520 180gb ssd this is basically the extent of my install: Code: sudo apt-get install software-properties-common the one strange thing is that i don't seem to have my tty consoles when i ctrl+alt+f1-f12 but i do most everything over ssh anyway so that's not a big deal. although if anyone knows why that might be i'm open to fixing it ![]() RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - ozzyman778 - 2013-01-11 (2013-01-11, 20:24)uNiversal Wrote: Whats this got to do with script? Is there a way to only update xbmc and any dependencies? I only knew of update and upgrade which hasnt been working for me very well at all RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - un1versal - 2013-01-11 er no you guys are definitely doing something wrong! uNi RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - sion28 - 2013-01-11 BTW, Bram77's method and script need to be put on the official wiki. So. Awesome. RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - furii - 2013-01-12 (2013-01-11, 20:34)uNiversal Wrote: er no you guys are definitely doing something wrong! respectfully disagree. i've done minimal ubuntu xbmc installs on several machines for years (and have done my share of helping on these forums) so i like to think i know what i'm doing for the most part. i generally prefer to do things the long way but i was in a hurry so that's why i gave this script a shot. that time savings went out the window when i did three clean installs and finally a fourth by hand. had the same issue with each install utilizing this script and not at all since i did it by hand. like i said i didn't care enough to see what exact combination of packages, tweaks, etc. the script installed that i didn't caused the issue. when installing on appropriate hardware with the proper ubuntu base the excuse "you did something wrong" goes out the window. the question is is there a problem with the script, hardware, packages, etc? edit: i also disagree that people should have to hold back on kernel upgrades regardless of their desires. and if that is a stipulation of using the script it should be implemented in the script itself or at the very least stipulated in the OP. RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - Bram77 - 2013-01-12 I hope I understand correctly what the problem is here.... During the installation using the script you'll be asked if you want to enable automatic updates. This can be risky because you might turn off the machine while an update process is active in the background. In most cases this doesn't really matter. It will solve itself. But in some cases it might corrupt your apt cache or even you kernel installation. Maybe that's what has happened in these cases? RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - sion28 - 2013-01-12 (2013-01-11, 19:41)uNiversal Wrote: ctrl+alt+F1 or F2 and F7 to get back Do most people use ssh/telnet to solve network connectivity issues? How do you adjust anything on a machine that's not connected to the network? ![]() RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - sion28 - 2013-01-12 (2013-01-11, 19:41)uNiversal Wrote: ctrl+alt+F1 or F2 and F7 to get back So ctrl+alt+f2 exits to a CLI login... but ctrl+alt+f7 does not put me back in xbmc. Instead it gives the same result as if I tried to "exit" from xbmc using the power menu exit choice. Any ideas? RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - un1versal - 2013-01-12 Then when you were on terminal you killed xbmc, run: Code: sudo restart xbmc And then ctr+alt+F7 or F6 or whatever try a few combos, mine is F7 maybe yours is some other key for some bizarre reason. Its not brain surgery this eh? uNi RE: HOW-TO: Automated efficient (dedicated) XBMC installation on Ubuntu minimal 12.10 - furii - 2013-01-13 (2013-01-12, 00:41)Bram77 Wrote: I hope I understand correctly what the problem is here.... this wasn't the case for me, i didn't have automatic updates enabled for specifically this scenario. it was a self-initiated update where it would hang updating the initramfs which no amount of futzing would fix. |