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 - LmceCape

Pages: 1 [2] 3 4 5
16
Installation issues / LMCE 10.04 - Latest Update
« on: April 26, 2011, 07:07:54 pm »
Hi All

I know 10.04 is not yet supported but just FYI, the latest updates breaks the DCERouter with the following error:

"symbol lookup error: ./Media_Plugin.so: undefined symbol: _ZN12nsJobHandler10JobHandlerC1Ev"

Regards
LMCEcape

17
Users / Re: old hardware died.... new options
« on: April 20, 2011, 06:07:12 pm »
I have tried the Zotac ION with the Atom 330 as a core, but it just seems to struggle a bit too much. Thats with no additional MDs' just a webcam for security and an iPhone web-orbiter.

Work great as MD's though.


18
Installation issues / Re: Installation MCE 1004
« on: March 24, 2011, 06:02:08 pm »
Some more info.

I have noticed when making or receiving calls internal or external from an orbiter, it does not show the call, you can hear it ringing but you cannot answer it or if you make the call from an orbiter, once answered by the remote person/orbiter it still shows "calling Please Wait".
It never registers that the call is active.

It seems that the DataGrid fails to get/give the data, but if you do a broadcast/conference then it works normally.

Here is the DCErouter.log when you goto "Active Calls"

Plug-in / Study), type 1 id 35 Command:Populate Datagrid, retry none, parameters: <0x693b7b70>
08      03/24/11 18:35:53.994             Parameter 4(PK_Variable): 0 <0x693b7b70>
08      03/24/11 18:35:53.994             Parameter 5(Value To Assign):  <0x693b7b70>
08      03/24/11 18:35:53.994             Parameter 10(ID): 98995 <0x693b7b70>
08      03/24/11 18:35:53.994             Parameter 15(DataGrid ID): ACTIVECHANNELS_ON_CALL_53 <0x693b7b70>
08      03/24/11 18:35:53.994             Parameter 38(PK_DataGrid): 100 <0x693b7b70>
08      03/24/11 18:35:53.994             Parameter 39(Options):  <0x693b7b70>
08      03/24/11 18:35:53.994             Parameter 40(IsSuccessful): 1 <0x693b7b70>
08      03/24/11 18:35:53.994             Parameter 44(PK_DeviceTemplate): 0 <0x693b7b70>
08      03/24/11 18:35:53.994             Parameter 60(Width): 6 <0x693b7b70>
08      03/24/11 18:35:53.995             Parameter 61(Height): 8 <0x693b7b70>
08      03/24/11 18:35:53.998           Received Message from 53 (OnScreen Orbiter / Living Room/Family Room) to 6 (Datagrid


I can't find any errors in the Asterisk log (debug set to max) so it does not seem to be Asterisk this time.

I know 1004 is not yet supported, I am just testing and giving my input, other than Asterisk, it seems fine, there are a few other minor bugs but the bulk of it seems to function the same as 810.
I am rebuilding my system and I am trying to go straight to 10.04.

As far as CADDX Alarm goes, has anybody gotten any further with that?

I have a caddx alarm and I have been waiting for about 2 years for somebody to right a Template for it, so if you have anything I am more than happy to test/debug it for you.

Regards
LMCECape



19
Developers / Re: Asterisk is not work with LinuxMCE1004
« on: March 16, 2011, 05:20:29 pm »
I added them above line 66
$EXT_BUFFER .= "[from-internal-custom]\n";

20
Installation issues / Re: Installation MCE 1004
« on: March 16, 2011, 05:16:54 pm »
Hi All

After testing 1004 for a couple of weeks now, its doing very well considering its still in testing faze.

After using Megart.vlad asterisk files and a few extra mods (just post them on http://forum.linuxmce.org/index.php?topic=11348.msg78267#msg78267). Asterisk and security working fine.

Security alert countdown still the same as in 810, sometimes plays the alert and sometimes not. I did however notice the reason it sometimes does not play the alert is due to the alert starting just before the last 1sec file is played. and on 1004 you can't hear the MDs' after about the 13sec notification.

The biggest issue I have had so far was with my remotes (it seems ubuntu have removed HAL from their distro and therefore when you place the line "Option  "AutoAddDevices" "False"" in the xorg.conf file, the keyboard stops working along with the remote.

However when I ran xev it showed the buttons but with different event mappings, so I changed my template and its all working again using udev without the Option  "AutoAddDevices" "False" entry.

UPNP (810 and 1004)
I copied /etc/mediatomb/config.xml.dpkg-dist    to  /etc/mediatomb/config.xml
change the port from 49153 to 49155 on line 10
---    <port>49153</port>
+++   <port>49155</port>


changed line 23 in file /var/www/lmce-admin/operations/others/upnpServer.php
---    $out.='<iframe src="http://'.$_SERVER['HTTP_HOST'].':49153/" style="width:98%;height:600px;"></iframe>';
+++   $out.='<iframe src="http://'.$_SERVER['HTTP_HOST'].':49155/" style="width:98%;height:600px;"></iframe>';

Initial diskless boot hangs on mounting filesystem because is trying to mount "/usr/pluto/var" which does not exist, remove that line from the /usr/pluto/diskless/$MD/etc/fstab and reboot the MD.
(192.168.80.1:/usr/pluto/var/)


I hope this helps
LMCECape

21
Developers / Re: Asterisk is not work with LinuxMCE1004
« on: March 16, 2011, 04:35:18 pm »
Hi Megart

Your tar file works great to get Asterisk up, but to get the security side working as well you need the original extensions.conf file.

Also the "/var/lib/asterisk/sounds/pluto" folder/files were missing.

I also had to modify the "/usr/pluto/bin/pluto-sos-gen.pl" file a bit.
need to include:
$EXT_BUFFER .= "[trusted]\n";
$EXT_BUFFER .= "include => from-internal\n";


and modify line 75

---    $EXT_BUFFER .= "exten => 997,n,MeetMe(997|q)\n";  #The dialplan has change from using "|" to comma
+++   $EXT_BUFFER .= "exten => 997,n,MeetMe(997,q)\n";

also changed (not sure if needed)

---   `/usr/bin/sox /tmp/festival.wav  -t raw -r 8000 -s -2 -c 1  $FILE resample -ql`;     to
+++  `/usr/bin/sox /tmp/festival.wav $FILE`;


The "/var/lib/asterisk/agi-bin/linuxmce-validate-user-pin.agi" file also need the "|" replaced with commas

Line 67
---    print "EXEC Goto pluto-security-custom|s|1\n";
+++   print "EXEC Goto pluto-security-custom,s,1\n";


Regards
LMCECape

22
Installation issues / Re: Logitech MX Air
« on: March 01, 2011, 11:08:35 am »
 ;D

Sorted, same problem as with the "Gyration Remote keys all wacky" post.

Just added     Option "AutoAddDevices" "false" under "Server Flags" in the xorg.conf file.

Regards
LmceCape

23
Installation issues / Re: Logitech MX Air
« on: February 25, 2011, 06:13:50 pm »
Hi again guys

Something has gone wrong with the MX-Air mouse (actually any mouse type remote), I use a Cediko Air Keyboard and the Logitech MX Air mouse, which were working fine until the latest snapshots.

If you use XEV under KDE, it does not pickup anything when you push the mx air Volume and Play buttons (event 160 and 162), same for the Cediko (does not see events 115, 174 and 176) it only registers button presses

Can anyone tell what I need to do in kubuntu to bring this functionality back.

Regards
LmceCape

24
Installation issues / Re: deb.linuxmce.org seems to be unavailable
« on: February 25, 2011, 03:56:21 pm »
Thanks Hari

25
Installation issues / deb.linuxmce.org seems to be unavailable
« on: February 25, 2011, 09:14:34 am »
Hi guys

It seem that deb.linuxmce.org is down this morning.
Does anyone know whats happening?

LmceCape

26
Installation issues / Re: Installation MCE 1004
« on: February 01, 2011, 02:01:08 pm »
Hi Axel

I have tried to install 1004 twice now according to the wiki, but mce-install.sh fails horribly.

27
Installation issues / MPlayer and m2ts problems
« on: October 22, 2010, 05:46:34 pm »
Hi guys

I don't know if any of you have had this issue

If you rename and mp4 file to m2ts so that it uses mplayer so you can get the audio, when it gets to the end of the file mplayer does not close and therefore when you start something else that uses Xine you either get sound and no video or a blank screen. It takes a bit of playing around (starting and stopping a few files before it sorts itself out.

This was happening on the previous install and a fresh install from snapshot LinuxMCE-8.10-23327-i386.iso

Regards
LMCECape

28
Installation issues / Re: Volume Control in other rooms
« on: October 22, 2010, 05:25:07 pm »
Thanks for the response guys, but these are ugly hacks, don't quite understand it though, when playing a video from the core on a MD its all fine, so then it should be the same when playing a shared PVR/sat device.
If we are watching the same thing in different rooms, surly the volume control should be independent in every room, only channel change should be sent to the PVR device.

LmceCape






29
Installation issues / Re: Core/Hybrid delayed movie start
« on: October 18, 2010, 01:00:02 pm »
Thanks

That was the problem.

UI1 works.

Any workaround?

Lmcecape

30
Installation issues / Re: Core/Hybrid delayed movie start
« on: October 16, 2010, 08:45:20 pm »
Hi Karel

Did you manage to figure this out?

I have the same problem, when starting anything on the core (video/audio) it takes between 9 & 13 seconds to start.

Regards
LMCECAPE

Pages: 1 [2] 3 4 5