<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=M1ch4l</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=M1ch4l"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/M1ch4l"/>
	<updated>2026-07-21T23:09:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Troubleshooting&amp;diff=11600</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Troubleshooting&amp;diff=11600"/>
		<updated>2008-05-19T09:08:17Z</updated>

		<summary type="html">&lt;p&gt;M1ch4l: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Reset the password for the LinuxMCE Admin site ==&lt;br /&gt;
[[Reset the password for the LinuxMCE Admin site]]&lt;br /&gt;
== My device is not started properly ==&lt;br /&gt;
[[My device is not started properly]]&lt;br /&gt;
== svn default properties ==&lt;br /&gt;
[[svn default properties]]&lt;br /&gt;
== Adding new computing apps ==&lt;br /&gt;
[[Adding new computing apps]]&lt;br /&gt;
== Installing on a new platform ==&lt;br /&gt;
[[Installing on a new platform]]&lt;br /&gt;
== Windows|Installer for Windows ==&lt;br /&gt;
[[Windows|Installer for Windows]]&lt;br /&gt;
== Installer Problems ==&lt;br /&gt;
[[Installer Problems]]&lt;br /&gt;
== AVWizard#How_A.2FV_Wizard_Starts|After installation my screen is black ==&lt;br /&gt;
[[AVWizard#How_A.2FV_Wizard_Starts|After installation my screen is black]]&lt;br /&gt;
== Testing and troubleshooting devices ==&lt;br /&gt;
[[Testing and troubleshooting devices]]&lt;br /&gt;
== MDs Do Not Network (PXE) Boot ==&lt;br /&gt;
[[MDs Do Not Network (PXE) Boot]]&lt;br /&gt;
&lt;br /&gt;
== Orbiter cannot register with the router. please try again later. ==&lt;br /&gt;
I&#039;ve seen this error before if the Asterisk was disabled:&lt;br /&gt;
go to the web admin page (type your core&#039;s IP in a browser) and from the upper menu, choose wizard / devices / core and see if the &#039;Asterisk&#039; check-box is checked.&amp;lt;br&amp;gt;&lt;br /&gt;
Once I&#039;ve checked it again, at the next reload, the error dissappeared.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
But it might be another reason for it, too.&lt;br /&gt;
[http://forum.linuxmce.com/index.php?topic=1556.msg7023#msg7023]&lt;br /&gt;
&lt;br /&gt;
== E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable) ==&lt;br /&gt;
maybe this will do the trick:&amp;lt;br&amp;gt;&lt;br /&gt;
1. clean apt-get: apt-get clean&amp;lt;br&amp;gt;&lt;br /&gt;
2. go to /var/lib/apt/lists and do mv lock lock.old.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
then , rerun the installer.&lt;br /&gt;
[http://forum.linuxmce.com/index.php?topic=1895.msg8621#msg8621]&lt;br /&gt;
&lt;br /&gt;
== How to change LMCE&#039;s DHCP settings ==&lt;br /&gt;
Go to Web Admin -&amp;gt; Advanced -&amp;gt; Network -&amp;gt; Network Settings [http://forum.linuxmce.com/index.php?topic=1765.msg8647#msg8647]&lt;br /&gt;
&lt;br /&gt;
If you go to the &amp;quot;devices tree&amp;quot; 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]&lt;br /&gt;
&lt;br /&gt;
== LMCE loses its Network connection during the install ==&lt;br /&gt;
# 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]&lt;br /&gt;
# To solve this just re-boot and re-start the LMCE installer when it loses connection, then it&#039;ll go all the way through. [http://forum.linuxmce.com/index.php?topic=1937.msg8854#msg8854]&lt;br /&gt;
# Do &#039;&#039;&#039;sudo apt-get install arping&#039;&#039;&#039; 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]&lt;br /&gt;
&lt;br /&gt;
== The installer downloaded from the website doesn&#039;t work ==&lt;br /&gt;
Make sure you are using the MCE installer from the CD&#039;s Not from the link on the web site, the one the web site is for ubuntu 6.10&lt;br /&gt;
&lt;br /&gt;
If you used the one from the link on the website.&lt;br /&gt;
Delete the install script and install the one from the CD. [http://forum.linuxmce.com/index.php?topic=1934.msg8821#msg8821]&lt;br /&gt;
&lt;br /&gt;
== Applications are not started (Slimserver, Asterisk, ..) ==&lt;br /&gt;
Make sure you have a supported soundcard in the core. The AppServer device segfaults if amixer fails to detect the mixer. The fix involves adding a sound care or added a fake sound card as below:&lt;br /&gt;
 modprobe snd-dummy&lt;br /&gt;
Make it permanent by adding snd-dummy to the end of /etc/modules by &lt;br /&gt;
 vi /etc/modules&lt;br /&gt;
and adding snd-dummy to bottom of file.&lt;br /&gt;
&lt;br /&gt;
== SPDIF output only gives sound with Dolby Digital (no PCM) ==&lt;br /&gt;
Verify your mixer settings with e.g. &amp;quot;kmixer&amp;quot;. Dolby Digital is not affected by the volume setting as it uses &amp;quot;ac3 passthrough&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Generating Orbiter suddenly slows down at some point ==&lt;br /&gt;
Set fs.file-max=200000 in /etc/sysctl.conf and run sysctl -p&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>M1ch4l</name></author>
	</entry>
</feed>