Difference between revisions of "Troubleshooting"
Rwilson131 (Talk | contribs) m |
|||
Line 16: | Line 16: | ||
== Installer Problems == | == Installer Problems == | ||
[[Installer Problems]] | [[Installer Problems]] | ||
− | == | + | == After installation my screen is black == |
[[AVWizard#How_A.2FV_Wizard_Starts|After installation my screen is black]] | [[AVWizard#How_A.2FV_Wizard_Starts|After installation my screen is black]] | ||
== Testing and troubleshooting devices == | == Testing and troubleshooting devices == | ||
Line 27: | Line 27: | ||
== Orbiter cannot register with the router. please try again later. == | == Orbiter cannot register with the router. please try again later. == | ||
I've seen this error before if the Asterisk was disabled: | 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. | + | 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 | + | Once I've checked it again, at the next reload, the error disappeared. |
− | + | ||
But it might be another reason for it, too. | But it might be another reason for it, too. | ||
− | [http://forum.linuxmce.com/index.php?topic=1556.msg7023#msg7023] | + | [http://forum.linuxmce.com/index.php?topic=1556.msg7023#msg7023 Forum Thread] |
== E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable) == | == E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable) == | ||
− | maybe this will do the trick | + | maybe this will do the trick |
− | + | * Clean apt-get: | |
− | + | apt-get clean | |
− | + | * Go to /var/lib/apt/lists and do | |
− | then , rerun the installer. | + | mv lock lock.old. |
− | [http://forum.linuxmce.com/index.php?topic=1895.msg8621#msg8621] | + | * then , rerun the installer. |
+ | [http://forum.linuxmce.com/index.php?topic=1895.msg8621#msg8621 Forum Thread] | ||
== How to change LMCE's DHCP settings == | == How to change LMCE's DHCP settings == | ||
− | Go to | + | Go to '''[[LinxuMCE Website Admin]]-->Advanced-->Network-->[[Network Settings]]''' |
+ | [http://forum.linuxmce.com/index.php?topic=1765.msg8647#msg8647 Forum Thread] | ||
− | 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] | + | 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 Forum Thread] | ||
== LMCE loses its Network connection during the install == | == 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 Forum Thread] | |
− | + | * 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 Forum Thread] | |
− | + | * 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 Forum Thread] | |
− | + | ||
− | + | ||
− | + | ||
== Applications are not started (Slimserver, Asterisk, ..) == | == Applications are not started (Slimserver, Asterisk, ..) == |
Revision as of 06:27, 30 November 2008
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
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
Internal and External networks swapped/not working
Internal and External networks swapped/not working
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 disappeared. But it might be another reason for it, too. Forum Thread
maybe this will do the trick
- Clean apt-get:
apt-get clean
- Go to /var/lib/apt/lists and do
mv lock lock.old.
- then , rerun the installer.
How to change LMCE's DHCP settings
Go to LinxuMCE Website Admin-->Advanced-->Network-->Network Settings Forum Thread
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
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.
- To solve this just re-boot and re-start the LMCE installer when it loses connection, then it'll go all the way through.
- Do sudo apt-get install arping before starting the LMCE installer, reboot first and make sure you are still connected to the net.
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".
Generating Orbiter suddenly slows down at some point
Set fs.file-max=200000 in /etc/sysctl.conf and run sysctl -p
The settings in AVWizard are not good and X is crashing
Reboot the computer and press SHIFT when you hear the descending beeps. The AVWizard will start again.