Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - joerod

Pages: [1] 2 3 ... 11
1
Oops, typo fixed

2
I had to go back and install 1004 tonight and for some reason the server failed to look up debian.slimdevices.com; not really sure if its a local error on my part, but I had to do the following for the script to run and finish successfully

add line 672 to mce-install.sh

Code: [Select]
echo "54.208.89.159 debian.slimdevices.com" >> /etc/hosts
I also added

Code: [Select]
54.208.89.159 debian.slimdevices.com
to /etc/hosts before running the script.

3
Installation issues / Re: Remotes behaving badly.
« on: June 21, 2015, 05:01:44 pm »
Old thread, but I recently had this problem; where all click repeated.  and fixed it by adding
Code: [Select]
echo none +lirc > /sys/class/rc/rc0/protocols to /etc/rc.local ; found the solution here: http://forum.kodi.tv/showthread.php?tid=89190

4
Installation issues / Re: Hauppauge Colossus PCIE
« on: May 26, 2015, 04:58:32 am »
I know this is an old thread, but I came across this today:

http://www.kernellabs.com/blog/?page_id=2117

can anyone verify this?

5
Users / Re: mythtv
« on: March 29, 2015, 03:10:21 am »
I had not run apt-get upgrade (at least I dont remember running it), but when I tried to do it today on all mds and the core I got this curious message:

Code: [Select]
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 141528 files and directories currently installed.)
Preparing to replace bash 4.1-2ubuntu3 (using .../bash_4.1-2ubuntu3.1_i386.deb) ...
Unpacking replacement bash ...
dpkg: error processing /var/cache/apt/archives/bash_4.1-2ubuntu3.1_i386.deb (--unpack):
 trying to overwrite '/bin/sh', which is also in package dash 0:0.5.5.1-3ubuntu2
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode.
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/bash_4.1-2ubuntu3.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

After that I did this:

Code: [Select]
dpkg-divert --package dash --divert /bin/sh.distrib --add /bin/sh
sudo apt-get install --reinstall bash dash
sudo apt-get upgrade

Everything then upgraded correctly and myth started working again on both mds.  Not sure if this really is a fix or not; but thats what happend...

6
Users / mythtv not starting on mds
« on: March 28, 2015, 05:43:25 am »
I have two mds and a core running 10.04; its been working great for a long time.  Suddenly one day myth (livetv) on one of the mds stopped working.  It would just get to the menu screen of myth and then suddenly return to the screen saver... (the other md worked fine)  now about one week later the other md is doing too.

Any suggestions on how to troubleshoot the situation?

7
Users / Z-Wave Siren
« on: July 17, 2014, 02:34:40 pm »

8
Users / Re: Roku Template 2049
« on: July 07, 2014, 08:29:03 pm »

9
Users / Re: Roku Template 2049
« on: July 07, 2014, 03:31:48 am »
Well I think i found the problem.  Im using /dev/video0 tuner for mythtv.  if I stop mythtv-backend, reload the cx18 drivers, start mythtv-backend and access the roku scenario everything sounds and looks great, but once I enter myth again the roku scenarios sound stop working..

Any ideas on what I could do to make these co-exists?

10
Users / Re: Roku Template 2049
« on: July 06, 2014, 09:48:35 pm »
after fixing the hvr1600 template I get picture but no sound....
cat /dev/video0 > test.ts does produce a file with sound; what am I missing?

11
Users / Re: Roku Template 2049
« on: July 06, 2014, 08:25:26 pm »
Found a problem with the HVR1600 template where device block isnt filled correctly (it should say /dev/video0) and it didnt say anything, and the port were configure wrong as well (they should have a 0 infront of the port number in extra paramters, 0 being the videoX number).

12
Users / Roku Template 2049
« on: July 06, 2014, 07:36:56 pm »
I'm trying to use template 2049 which is controlling the player correctly
I changed the media type to DVD so that the remote would be more accurate
and that also created the media scenarios that were not being created automatically
but I get no video on screen; i do get remote on orbiters and I can get video if I log in with x-forwarding, change the input via v4l2-ctl  and type mplayer /dev/video0.

DCERouter.log says:
08 07/06/14 13:22:14.146  Received Message from 0 (unknown / ) to 10 (Media Plug-in / Server Area), type 1 id 43 Command:MH Play Media, retry none, parameters: <0x94ffcb70>
 08 07/06/14 13:22:14.147    Parameter 2(PK_Device): 98 <0x94ffcb70>
 08 07/06/14 13:22:14.147    Parameter 29(PK_MediaType): 12 <0x94ffcb70>
 08 07/06/14 13:22:14.147    Parameter 45(PK_EntertainArea): 2 <0x94ffcb70>
 01 07/06/14 13:22:14.148  debug_stream_end MediaStream::MediaStream c1 1010/0x58c2f6c8 source 98 <0x7b3e1b70>
 05 07/06/14 13:22:14.148  MediaStream::GetCurrentMediaFile - no file <0x7b3e1b70>
 05 07/06/14 13:22:14.148  MediaStream::GetCurrentMediaFile - no file <0x7b3e1b70>
 05 07/06/14 13:22:14.148  MediaStream::GetCurrentMediaFile - no file <0x7b3e1b70>
 05 07/06/14 13:22:14.148  Media_Plugin::CheckForAlternatePipes no destination for EA 2 Bedroom (Master) <0x7b3e1b70>
 01 07/06/14 13:22:14.148  StartCaptureCard(): Audio Port Device is 38 <0x7b3e1b70>
 07 07/06/14 13:22:14.148  Event #19 has no handlers <0x9abf9b70>


 38 is the default audio on the capture card, but I see no video device id, video device id should be 32; and that is configure correctly for the device in webadmin -> A/V Equipment.

I though i understood what was going on, but now I'm confused again... Any help is much appreciated.

13
Installation issues / Re: Embedded ATI Radeon 7000-M
« on: July 06, 2014, 07:33:16 pm »
I commented out CheckVideoDriver in /etc/init.d/a0start_avwizard and verified that the ati drivers are installed.

Now when I run the avwizard the end of the log says:

dlopen: /usr/lib/xorg/modules/drivers/viaprop_drv.so: file too short
(EE) Failed to load /usr/lib/xorg/modules/drivers/viaprop_drv.so
(EE) Failed to load module "viaprop" (loader failed, 7)
(EE) Can't load FireGL DRM library (libfglrxdrm.so).
FATAL: Error inserting fglrx (/lib/modules/2.6.32-45-generic-pae/updates/dkms/fglrx.ko): No such device

Backtrace:
0: /usr/bin/Xorg (xorg_backtrace+0x3b) [0x80eaafb]
1: /usr/bin/Xorg (0x8048000+0x610fd) [0x80a90fd]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb777f410]
3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_x750_atiddxProbe+0x1f0) [0xb66eb6e0]
4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxProbe+0x29) [0xb66648e9]
5: /usr/bin/Xorg (xf86CallDriverProbe+0x182) [0x80b06b2]
6: /usr/bin/Xorg (DoConfigure+0x1c8) [0x8163868]
7: /usr/bin/Xorg (InitOutput+0x1da) [0x80b1c8a]
8: /usr/bin/Xorg (0x8048000+0x1ebbb) [0x8066bbb]
9: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb74abbf6]
10: /usr/bin/Xorg (0x8048000+0x1e961) [0x8066961]
Segmentation fault at address (nil)

Caught signal 11 (Segmentation fault). Server aborting

Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

 ddxSigGiveUp: Closing log
+ VerifyExitCode 'Running /usr/bin/Xorg -configure failed!'
+ local EXITCODE=1
+ '[' 1 '!=' 0 ']'
+ echo 'An error (Exit code 1) occured during the last action'
An error (Exit code 1) occured during the last action
+ echo 'Running /usr/bin/Xorg -configure failed!'
Running /usr/bin/Xorg -configure failed!
+ exit 1
+ StatsMessage Exiting
++ date

14
Installation issues / Re: Embedded ATI Radeon 7000-M
« on: July 04, 2014, 09:41:12 pm »
Running 10.04

# lspci -nn | grep VGA
0b:0d.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV100 [Radeon 7000 / Radeon VE] [1002:5159]

15
Installation issues / Embedded ATI Radeon 7000-M
« on: July 04, 2014, 07:42:00 pm »
 I have a poweredge 2850 with an Embedded ATI Radeon 7000-M
 AVWizard is not running :(
 /usr/bin/aticonfig: No supported adapters detected
 any ideas on what I could do to get it to work?
 apparently it defaults to: radeon
 and kde looks great with that driver
 but orbiter is acting funny

Pages: [1] 2 3 ... 11