News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

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.

Show posts Menu

Topics - coley

#1
Developers / git workflow
May 12, 2016, 07:28:13 PM
Is there a specified git workflow for the new linuxmce repo?
I see some commits are done on iss<nnnn> branches and others are done directly on master.
I was going to make a tiny change and wanted to know the right way to approach it.

thanks,
-Coley.
#2
Wiki / wiki overhaul
September 28, 2015, 04:38:06 PM
I recently noticed a slew of page deletions on the wiki, is there a re-arrangement happening?
thanks,
-Coley.
#3
Installation issues / recent 12.04 install
May 12, 2015, 07:40:48 PM
Hi All,
Are there any known issues with a 12.04 headless install?
I did an install with a fairly recent snapshot, install started ok and live cd booted.
Once I started the install the external network connection couldn't be found.
I was able to bring it up manually and the install continued but once finished I had to modify /etc/network/interfaces. Instead of auto I had to use allow-hotplug for eth0 and eth1 interfaces otherwise my network cards remained off. On power on the cards are active - link and activity leds blinking, then once lmce started to boot both went dark.
There seemed to be a rogue entry in the file, I spotted a similar one from a recent post from @brononius here http://forum.linuxmce.org/index.php?topic=14051.msg101535#msg101535 its commented out.
udev rules for eth0 and eth1 were pointing to the correct cards.

Then once both interfaces are up I have no routing between them :(
Core can see external and internal, internal devices cannot see beyond core.
Anything else I can check for errors?

Thanks,
-Coley.
#4
I wanted to swap out my squeezeslave instances with squeezelite as the former is no longer actively developed and also cannot handle Spotify streams.
Squeezelite is available on trusty but you have to build it yourself for precise.
I went digging to find out how to add it, packages+DT, "the right way" to LMCE.
From this effort I have a number of questions;

- I found a git clone on the squeezelite site with additions to support building a deb package. Turns out Uplink did this work. How can this be used by Linuxmce?
- To build this deb other packages are required - again not on precise, but available via another PPA, Can these be added with the package manager?
- Can DTs be copied? or one based on another?

Thanks,
-Coley.
#5
Users / Mele F10
July 30, 2013, 07:36:00 PM
Has anyone any experience with one of these - either LMCE or Linux related?
Mele F10 3 in 1 Fly/air Mouse+wireless Keyboard+remote Control
http://amzn.com/B0092KDSQW

thanks,
-Coley.
#6
Developers / ZWave - qees reto shell
March 08, 2013, 03:24:26 PM
I've added two of these to my zwave network and if they work out will be adding more.
They appear fine in lmce as dimmable light switches.
These units can also support power metering.

How do I get the meter readings back to lmce?
Do I need to update the device template? or is it better to create a new one?
There were some forum posts relating to this but I don't know if it is all in place.

If work needs doing I'll get my hands dirty.

-Coley.
#7
Got some free time last night so decided to start adding z-wave devices that have been gathering dust on my bench!
I recently got a minimote and some qees power dimmers for floor lamps plus some fibaro inserts for existing switches.
My zwave interface is a ACT ZCU201 - Am I starting from a bad place using this? I previously had this just triggering some lighting at sunset with no issues.

Firstly reset the interface and did a router reload - just left with the ACT device as Node 1.
Next added the minimote, issued "add node" via webadmin and "Learn" button on minimote - all good, new controller appears.
Next try to add first qees power - triple click and led blinks blue - press include on minimote - no go :(
According to the minimote manual, secondary controllers cannot include devices. Am I missing something obvious here?
I thought a Secondary controller/Inclusion controller was one and the same?

Is this down to the fact that there is no SIS support on the ZCU201?

thanks,
-Coley.




#8
Developers / Raspberry Pi builder
July 24, 2012, 01:52:45 PM
Picking up the discussion from here http://forum.linuxmce.org/index.php/topic,12147.msg90780.html#msg90780
and Thom's suggestion http://forum.linuxmce.org/index.php/topic,12689.msg90909.html#msg90909
What do I need to start running and breaking ;)
I'm assuming the database changes need to happen first to allow the builder scripts to operate correctly?

-Coley.
#9
Developers / Raspberry Pi omxplayer device
July 16, 2012, 01:53:57 PM
following on from this post in qOrbiter on Pi discussion:
http://forum.linuxmce.org/index.php/topic,12606.msg90675.html#msg90675
lets keep discussions on new player device here.

Details on player http://elinux.org/Omxplayer

-Coley.
#10
Developers / qOrbiter gets some Pi
June 03, 2012, 01:34:43 AM
I've been trying to get qOrbiter ported to the Raspberry Pi.
I've made some progress and you can follow it on the wiki: http://wiki.linuxmce.org/index.php/RaspberryPi
If you have comment, suggestions or advice please post.

Be aware this is prototyping so progress could be forwards as well as backwards :)

-Coley.
#11
Developers / Qt Air Cursor
May 22, 2012, 12:22:13 PM
Came across this https://github.com/nemein/Qt_AirCursor not a lot there yet but might be a nice fit with qOrbiter if/when it is released....

-Coley.
#12
Users / Mount madness ...
February 01, 2012, 02:00:23 PM
I'm running 10.04 and have a NAS connected with one nfs share for lmce.
This share is set up to use lmce dir structure.
After some initial permissions issues I can access all media as desired but, I have 160!!! mount points to it.

192.168.80.221:/c/lmce on /tmp/StorageDevices_StatusRadar.temp.mount.qExlFZFTc type nfs (rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.80.221,mountvers=3,mountproto=tcp,addr=192.168.80.221)

All of the above form, the random string i.e. mount.xxxxxxxx is all that differs

what's going on?

-Coley.
#13
Developers / make_package.sh
November 18, 2011, 03:40:50 PM
My 8.10 setup imploded after the pollution of the sources.list and hasty upgrade!
So I've made the move to 10.04 and am gradually getting back to where I was.

I tried running make_package.sh in one of the packages in the src tree and I'm getting two errors:
"_Package_template" is missing so a cp command fails.
and "propagate.pl" is also missing so this also fails.

I've searched under my src tree and cannot find either - what am I missing?

thanks,
-Coley.
#14
Developers / svn server version
November 15, 2011, 12:46:58 PM
I checked out latest 10.04 branch and downloaded 9.6Gig of data. This must give the server some hammering each time someone does a complete new checkout. I looked at reducing what to checkout, "extra" looked like a good canditate at a hefty 5.1G.
I know I could just do src but I had a look at the sparse checkout feature in >1.5 svn.
The following set of commands looked like they should work:

$ svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-1004/ linuxmce --depth immediates
$ svn up --set-depth exclude linuxmce/extra
$ svn up --set-depth infinity linuxmce/*

But the first command looked like it was taking as long as before and no traffic saving!
Turns out if the svn server doesn't know about these new features the filtering is done on the client side, so all the data is transferred and then ignored.

I know there is never a good time to update an svn server but would it be worth considering? Download traffic being the big saving.

-Coley.

#15
These look very slick - http://www.vitrum.com/ if a bit on the pricey side, and don't seem to ship outside Italy yet. Assume they will as they advertise EU and BS standards for pattress boxes.
Has anyone seen these in the real world? or had any experience with them?

-Coley.
#16
Developers / Dusky Sky Controller
March 31, 2011, 04:58:53 PM
A quick search of the forums returns quite a few hits on the dusky sky controller.
There seems to be numerous starts at getting it integrated - but I don't see any templates/devices having been completed.

What is done/not done?
What is the best approach for integration?

I'd like to get this PnP and am willing to do the legwork to achieve this.

-Coley.
#17
Developers / [SOLVED] IPv6 and bind
March 30, 2011, 02:00:20 PM
I don't know if this bug has hit anyone but I noticed dmesg spitting out a lot of the following msgs for a few different pids
requested_mask="::r" denied_mask="::r" fsuid=114 name="/proc/7552/net/if_inet6" pid=7554 profile="/usr/sbin/named"
I did a bit of digging and found the following bug
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/289060
According to the status won't be fixed for 8.10 as it is EOL.
It seems to only bite if IPv6 enabled.

I'll need to chk later if my system is behaving itself.

If this fix is necessary - how can it be added if the fix isn't being applied for this distro? looks like 10.04 should have this fixed.

-Coley.

#18
A bit of background first
I've had a recurring problem with a stray "eth0" appearing in some system files and screwing up my installation.
I can hand edit it out and restart the various services affected and get going again. I could never track down what was causing it.
I've just been able to get it to happen, and see why - When I'd hit update on the Network Settings in the Webadmin it would break.

When the script behind the update button populates its needed variables it gets the info from the dB running the following query
SELECT IK_DeviceData FROM Device_DeviceData WHERE FK_DeviceData=32
trouble is this gets two records, which causes the parsing of fields to fail, with two different FK_installation IDs, 1 and 1000490. Further checking in the pluto_main db reveals a few records with an FK_Installation of 1.

Now my queries:
Where did this set of records for an Installation of 1 come from?
Can I safely remove them from the db? or at least the offending FK_DeviceData=32?

thx
-Coley.
#19
Developers / UpdateMedia
February 12, 2011, 02:31:11 AM
I came across a wee bug in UpdateMedia - it was segfaulting on .ogg files with no comments.
I've logged a trac ticket - #985 http://svn.linuxmce.org/trac.cgi/ticket/985
I've tried submitting a patch but trac thinks I'm spam - I've attached the patch here instead.
Can someone with svn access apply the change please.

thx
-Coley.
#20
Users / squeezeslave and USB DAC
November 12, 2010, 01:51:34 PM
I've just ordered a Topping TP30 USB DAC Class T Amplifier from ebay. They use a PCM2704 chip so should play nice with ALSA.
Hoping to use this to drive some ceiling speakers with squeezeslave from the core.
Anyone else used one of these with LinuxMCE?

-Coley.