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

Pages: 1 2 3 [4] 5 6 ... 13
46
Users / Re: X10 CM19A
« on: July 12, 2010, 02:08:56 am »
how would i do that

47
Users / Re: X10 CM19A
« on: July 12, 2010, 01:58:21 am »
so far i have created a template
Device Template #2148
Description CM19A
Implements DCE
Command line: Generic_Serial_Device
Device Category*: Interfaces #71
Manufacturer*: Pluto #1
This device is controlled via category: Device Category: Computers
Packages: Pluto Generic Serial Device
Comm Method: USB
Comments: Active Home Pro CM19A

Device data:
#162  Only One Per PC(bool)     only one per pc    1

Commands:
Ruby Internal Commands

Plug & Play:
Vendor Model ID 0bc70002    PNP protocol HAL USB
Comments CM19A USB device.

No code has been written yet as i don't know how yet

48
Users / X10 CM19A
« on: July 11, 2010, 06:58:12 am »
Ok so i got a CM19a and want it to work in LMCE

so first i did a search and fount a driver:
download it here: http://m.lemays.org/projects/x10-cm19a-linux-driver

Install the driver: http://pr0gr4mm3r.com/linux/getting-your-x10-cm19a-module-working-in-linux/

1 Go to your terminal, and cd into that extracted directory.
2 As per the instructions in the software’s readme file, run the following commands:

    sudo make
    sudo make install
    sudo modprobe x10-cm19a

sudo gedit /etc/modprobe.d/blacklist
    Then add to the end of the file:

    # causes the custom cm19a driver to fail
    blacklist lirc_atiusb
    blacklist ati_remote

Type in a terminal:

    sudo rmmod lirc_atiusb
    sudo rmmod ait_remote

sudo gedit /etc/udev/rules.d/40-permissions.rules
     Add the following to the end of the file:

    KERNEL==”cm19a0″, MODE=”0666″

reboot

then type sudo chmod 0666 /dev/cm19a0

You’re done, yay! Now it’s time to test it out. Remember, this driver only provides an interface to the module. You will have to write your own software / scripts / cron jobs to make it useful.The interface works by sending strings to it. To turn on A1, we send +A1 to it. To turn off C4, we send -C5 to it. In practice, type in the following command to turn on A1:

    echo +A1 > /dev/cm19a0

I found all this info so i'm no expert if you need help you will need to ask at the above forum.

Now i have a working drive I have now got to get LMCE to work with it any help would be greate

Thanks to Thom on the IRC for giving so pointers




49
Users / Re: Problem with New Weborbiter
« on: July 07, 2010, 06:05:35 pm »
Will i followed the new Wiki, on the latest snapshot, it loaded perfect, thanks for the documentation

However if i click on any of may cams there is no picture at all

Are you using motion cams? ie are you using the motion package to do motion detection on your cams?

Andrew

USB webcams through motion wrapper

50
Users / Re: Problem with New Weborbiter
« on: July 07, 2010, 03:44:08 am »
Will i followed the new Wiki, on the latest snapshot, it loaded perfect, thanks for the documentation

However if i click on any of may cams there is no picture at all

51
Ok thanks Thom, shell i just run apt-get update & upgrade then,

52
Installation issues / Trying to update using "/usr/pluto/bin/getxmls"
« on: June 30, 2010, 06:40:05 pm »
ok so i go to web admin and try to run a update and a page comes up with  " /usr/pluto/bin/getxmls" in it and sets there so i ssh to the core and type  sudo /usr/pluto/bin/getxmls
and i get "see below" if im doing it wrong please let me know but it just seem like i get errors, what is the right way to update LinuxMCE, yeah i know sudo apt-get update & upgrade but i tried that before and had to reinstall.
or should i download the latest snapshot every so often to get up to date

simon@dcerouter:~$ sudo /usr/pluto/bin/getxmls
[sudo] password for simon:
Entity: line 1: parser error : Opening and ending tag mismatch: p line 0 and div
.." href="/app/comments/?categoryid=ajax-xml-css&amp;id=61218"></a></span></div>
                                                                               ^
Entity: line 7: parser error : Opening and ending tag mismatch: p line 0 and div
</div>
      ^
Entity: line 1: parser error : Opening and ending tag mismatch: br line 0 and div
.." href="/app/comments/?categoryid=ajax-xml-css&amp;id=51839"></a></span></div>
                                                                               ^
Entity: line 305: parser error : Attribute value redefined
submit-contain"><input type="submit" class="btn-submit" value="Search"  value=""
                                                                               ^
Found packages tag:
Entity: line 247: parser error : Attribute value redefined
submit-contain"><input type="submit" class="btn-submit" value="Search"  value=""

53
Users / Re: Stand alone Ubuntu orbiter
« on: June 30, 2010, 06:30:20 pm »
well i looked up davidsmoot on the forum and dint find anything from him about a java orbiter is in in the svn i downloaded, so I can look at the src and see how things work and ask questions

54
Users / Re: Stand alone Ubuntu orbiter
« on: June 30, 2010, 05:07:48 pm »
but as a dev do you think it would be a good idea and would it be possible.

if so then the re-wright of the webadmin could be incorporated into the java.

55
Users / Re: Stand alone Ubuntu orbiter
« on: June 30, 2010, 03:52:52 pm »
Ok so I guess al the files i need are in the src folder and i should ignore the others out side of that for now.
Seen as I'm new to linux programming and the last programmingetc i did was (if, then go to <, > =, print and lets not forget each line had to be numbered) on turbo pascal on an Amiga 501, i need to start small, something less complicated.

1) now there are different file extensions.

now just a thought, if Java is platform independent ie works on Microsoft Android Nokia and the Web etc, and if Java can send system commands like shutdown reboot or what ever, would it be a better idea to create a Java Orbiter, and maybe look at native audio and video support of each device or in Java its self.
maybe the webadmin site could be incorporated into it as a one stop shop.

Its just a thought remember.

56
Users / Re: Stand alone Ubuntu orbiter
« on: June 29, 2010, 10:53:04 pm »
I want to try and get a native orbiter so i can have it control the system.
right now I'm still try to find out where to start, so many folders and files and i have no idea what is what.
this is gonna take a hell of a long time way more than a year or so at this rate


57
Users / Re: Stand alone Ubuntu orbiter
« on: June 27, 2010, 04:29:30 am »
yeah I map a network drive, now i've got to just pick a folder LOL
I looked at this page http://wiki.linuxmce.org/index.php/Programmer's_Guide
and there is a link http://plutohome.com/support/doxygen/ that leads no where

58
Users / Re: Stand alone Ubuntu orbiter
« on: June 27, 2010, 03:01:05 am »
Well thats all done no errors is there anything els i need to do.
maybe some pointers about programming in a terminal as im used to the visual basic ide

59
Users / Re: Stand alone Ubuntu orbiter
« on: June 26, 2010, 11:28:52 pm »
just wanted to make sure i got the right commands as you did not say how to checkout the svn
and yes i think it would be best all round to go c++ as then while I'm in there i can help the project too.

60
Users / Re: Stand alone Ubuntu orbiter
« on: June 26, 2010, 11:03:37 pm »
so i should be in my home folder
then type:
mkdir lmcesvn
cd lmcesvn
svn checkout http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/ linuxmce
copy the contents of /usr/pluto/lib into its src/lib(in the svn dir i guess)
nano ~/.bashrc insert: export SNR_CPPFLAGS="-DKDE_LMCE" export SNR_LDFLAGS=" "
sudo apt-get install pluto-dcegen
sudo apt-get install pluto-sql2cpp

Pages: 1 2 3 [4] 5 6 ... 13