Troubleshooting
Contents
- 1 Reset the password for the LinuxMCE Admin site
- 2 My device is not started properly
- 3 svn default properties
- 4 Adding new computing apps
- 5 Installing on a new platform
- 6 Windows|Installer for Windows
- 7 Installer Problems
- 8 AVWizard#How_A.2FV_Wizard_Starts|After installation my screen is black
- 9 Testing and troubleshooting devices
- 10 MDs Do Not Network (PXE) Boot
- 11 Orbiter cannot register with the router. please try again later.
- 12 E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable)
- 13 How to change LMCE's DHCP settings
- 14 LMCE loses its Network connection during the install
- 15 The installer downloaded from the website doesn't work
- 16 Applications are not started (Slimserver, Asterisk, ..)
- 17 SPDIF output only gives sound with Dolby Digital (no PCM)
Reset the password for the LinuxMCE Admin site
Reset the password for the LinuxMCE Admin site
My device is not started properly
My device is not started properly
svn default properties
Adding new computing apps
Installing on a new platform
Windows|Installer for Windows
Installer Problems
AVWizard#How_A.2FV_Wizard_Starts|After installation my screen is black
After installation my screen is black
Testing and troubleshooting devices
Testing and troubleshooting devices
MDs Do Not Network (PXE) Boot
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.
Once I've checked it again, at the next reload, the error dissappeared.
But it might be another reason for it, too.
[1]
maybe this will do the trick:
1. clean apt-get: apt-get clean
2. go to /var/lib/apt/lists and do mv lock lock.old.
then , rerun the installer.
[2]
How to change LMCE's DHCP settings
Go to Web Admin -> Advanced -> Network -> Network Settings [3]
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 [4]
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. [5]
- To solve this just re-boot and re-start the LMCE installer when it loses connection, then it'll go all the way through. [6]
- Do sudo apt-get install arping before starting the LMCE installer, reboot first and make sure you are still connected to the net. [7]
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. [8]
Applications are not started (Slimserver, Asterisk, ..)
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:
modprobe snd-dummy
Make it permanent by adding snd-dummy to the end of /etc/modules by
vi /etc/modules
and adding snd-dummy to bottom of file.
SPDIF output only gives sound with Dolby Digital (no PCM)
Verify your mixer settings with e.g. "kmixer". Dolby Digital is not affected by the volume setting as it uses "ac3 passthrough".