Show Posts
|
|
Pages: [1] 2 3 4
|
|
1
|
LinuxMCE / Users / Re: Please Help - 0810 keeps dropping my internet connection
|
on: November 30, 2009, 09:05:00 pm
|
Those named / bind errors happened to me as well (on two different distros) and they have to do with leaking private address information to the Internet. "If the IN-ADDR.ARPA name covered refers to a internal address space you are using then you have failed to follow RFC 1918 usage rules and are leaking queries to the Internet. You should establish your own zones for these addresses to prevent you querying the Internet's name servers for these addresses. Please see http://as112.net/ for details of the problems you are causing and the counter measures that have had to be deployed." Check here for the fix = http://public.as112.net/These errors are not causing your overall problem... -UNi
|
|
|
|
|
4
|
LinuxMCE / Users / Gyration volume control issue
|
on: November 14, 2009, 12:12:35 am
|
|
I was just trying to get a status on this (I searched in the forums first). I can control my Denon Amplifier's volume using the submit commands in the Web GUI for the AVC template so I know that communication's working fine. However, I cannot use the volume control on my gyration remote like I could in 710. I wanted to know if I'm doing something wrong or that I cannot do this on the Core like I could in 710. It does work from an Orbiter.
-UNi
|
|
|
|
|
5
|
LinuxMCE / Installation issues / Re: USB to Serial Adapter controlling Denon AVR-2807
|
on: June 28, 2009, 08:02:32 pm
|
|
You select the device itself (the receiver) in the Left, Device View, and then in the right pane, you have all the settings (template) for the device and you can then select "send command to device" at the top of the right pane. If this isn't clear, I could attach a screen shot.
-UNi
|
|
|
|
|
6
|
LinuxMCE / Installation issues / Re: USB to Serial Adapter controlling Denon AVR-2807
|
on: June 26, 2009, 08:15:10 pm
|
|
You can go into Web Admin, Devices, and see it listed there if it installed correctly. Then, once you click on it in the left pane, in the right pane you'll have "send command to device". In there you can check a box "request delivery confirmation", that will tell you if it's a success, but you'll obviously see whether LMCE turned it off.
My guess is that it's not showing up in Web Admin, under Devices. I think you ruled out that the serial port is turned off in the bios of the machine, didn't you?
-UNi
|
|
|
|
|
7
|
LinuxMCE / Installation issues / Re: USB to Serial Adapter controlling Denon AVR-2807
|
on: June 25, 2009, 05:52:51 pm
|
|
My Denon AVC-A1SRA (RS232) shows up as pci0000:00....and I use a Serial to USB.
I couldn't get it recognized until I unplugged the unit, then ran the Setup wizard and plugged it in when she said to and then it was PNP.
Once you do get it recognized, change 8N1 to N81 since that still is what shows up in the template.
-UNi
|
|
|
|
|
8
|
LinuxMCE / Installation issues / Re: How long does it take to install 0810?
|
on: June 20, 2009, 04:57:32 pm
|
Like Colin said, do an "ifconfig -a" and see how the Nics are lined up. Eth0 should be 192.168.80.1 Eth1 is the outside NIC and by default grabs a DHCP addy if you have a DHCP router inside...this is your Internet connection as well,so the problem probably lies on this Nic. You could ping www.google.com and report back here...it should be about 25ms... -UNi
|
|
|
|
|
11
|
LinuxMCE / Installation issues / Re: No media appears under main menu item "Media"
|
on: June 14, 2009, 06:30:46 am
|
|
Yep, here you go.
Uni@dcerouter:/usr/pluto/bin$ gdb --args /usr/pluto/bin/UpdateEntArea GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu"... (gdb) run Starting program: /usr/pluto/bin/UpdateEntArea [Thread debugging using libthread_db enabled] [New Thread 0xb6fb26c0 (LWP 13721)] [New Thread 0xb6fb1b90 (LWP 13779)] [Thread 0xb6fb1b90 (LWP 13779) exited]
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb6fb26c0 (LWP 13721)] 0xb7af1ed0 in Row_Room::FK_RoomType_get () from /usr/pluto/lib/libpluto_main.so (gdb) bt #0 0xb7af1ed0 in Row_Room::FK_RoomType_get () from /usr/pluto/lib/libpluto_main.so #1 0x08061951 in DefaultScenarios::UpdateEntArea::AddDefaultMediaScenarios (this=0xbfec45f0) at UpdateEntArea_Media.cpp:83 #2 0x080588d9 in DefaultScenarios::UpdateEntArea::AddDefaultScenarios (this=0xbfec45f0) at UpdateEntArea.cpp:90 #3 0x080564f4 in main (argc=1, argv=0xbfec4734) at Main.cpp:132
|
|
|
|
|
12
|
LinuxMCE / Installation issues / No media appears under main menu item "Media"
|
on: June 14, 2009, 12:22:57 am
|
|
After installing 810, having it detect my NAS and Windows Share properly and seeing all my audio and vid files in media explorer, I only see this when I click on Media from main screen:
Floorplan
How do I get Audio, Video, etc. to appear there like it should be? I tried recreating the room using the wizard, same thing.
I'm getting a Segfault in my logs too:
UpdateEntArea[32590]: segfault at 2c ip b7a1ded0 sp bfdf2270 error 4 in libpluto_main.so
Thanks, UNi
|
|
|
|
|