Difference between revisions of "Frequently Asked Questions"

From LinuxMCE
Jump to: navigation, search
m (Frequently asked questions moved to Frequently Asked Questions)
Line 1: Line 1:
This '''frequently asked questions''' (FAQ) section outlines solutions to the most common queries.
+
This '''frequently asked questions''' (FAQ) section outlines solutions to the most common queries for initial/potential users. See also [[troubleshooting]] for solutions to problems experienced with the system.
  
==Questions with separate articles==
 
 
*[[What hardware I will need]]
 
*[[What hardware I will need]]
 
*[[Tested good hardware]]
 
*[[Tested good hardware]]
Line 17: Line 16:
 
*[[I'm a Linux user already.  Should I use LinuxMCE's distribution]]
 
*[[I'm a Linux user already.  Should I use LinuxMCE's distribution]]
 
*[[Encrypted DVD's|Why doesn't LinuxMCE support encrypted DVD's?]]
 
*[[Encrypted DVD's|Why doesn't LinuxMCE support encrypted DVD's?]]
 
==Frequently asked questions==
 
=== Orbiter cannot register with the router. please try again later. ===
 
I've seen this error before if the Asterisk was disabled:
 
go to the web admin page (type your core's IP in a browser) and from the upper menu, choose wizard / devices / core and see if the 'Asterisk' check-box is checked.<br>
 
Once I've checked it again, at the next reload, the error dissappeared.<br>
 
<br>
 
But it might be another reason for it, too.
 
[http://forum.linuxmce.com/index.php?topic=1556.msg7023#msg7023]
 
 
=== E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable) ===
 
maybe this will do the trick:<br>
 
1. clean apt-get: apt-get clean<br>
 
2. go to /var/lib/apt/lists and do mv lock lock.old.<br>
 
<br>
 
then , rerun the installer.
 
[http://forum.linuxmce.com/index.php?topic=1895.msg8621#msg8621]
 
 
=== How to change LMCE's DHCP settings ===
 
Go to Web Admin -> Advanced -> Network -> Network Settings [http://forum.linuxmce.com/index.php?topic=1765.msg8647#msg8647]
 
 
If you go to the "devices tree" in the LinuxMCE Admin Website you can see that the top level devices have MAC- and IP- addresses specified [http://forum.linuxmce.com/index.php?topic=1765.msg8599#msg8599]
 
 
=== LMCE loses its Network connection during the install ===
 
# Just go to a terminal and sudo ifdown eth0 and sudo ifup eth0 this should reconnect to internet. [http://forum.linuxmce.com/index.php?topic=1937.msg8820#msg8820]
 
# To solve this just re-boot and re-start the LMCE installer when it loses connection, then it'll go all the way through. [http://forum.linuxmce.com/index.php?topic=1937.msg8854#msg8854]
 
# Do '''sudo apt-get install arping''' before starting the LMCE installer, reboot first and make sure you are still connected to the net. [http://forum.linuxmce.com/index.php?topic=1937.msg8854#msg8854]
 
 
=== The installer downloaded from the website doesn't work ===
 
Make sure you are using the MCE installer from the CD's Not from the link on the web site, the one the web site is for ubuntu 6.10
 
 
If you used the one from the link on the website.
 
Delete the install script and install the one from the CD. [http://forum.linuxmce.com/index.php?topic=1934.msg8821#msg8821]
 

Revision as of 06:32, 30 September 2007

This frequently asked questions (FAQ) section outlines solutions to the most common queries for initial/potential users. See also troubleshooting for solutions to problems experienced with the system.