<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rages</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rages"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Rages"/>
	<updated>2026-07-22T04:54:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28303</id>
		<title>Mini-DCE eibd</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28303"/>
		<updated>2011-08-17T21:11:48Z</updated>

		<summary type="html">&lt;p&gt;Rages: /* Install eibd */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install eibd =&lt;br /&gt;
&lt;br /&gt;
I compiled eibd from source:&lt;br /&gt;
&lt;br /&gt;
Prerequisites (from README BCU SDK)&lt;br /&gt;
&lt;br /&gt;
        The BCU SDK needs the following software to be installed:&lt;br /&gt;
        • A reasonably recent Linux system (e.g. Fedora Core 2 or Debian Sarge)&lt;br /&gt;
        • GCC and G++ in version 3.3 or higher&lt;br /&gt;
        • libxml2 (plus development files) 2.6.16 or higher&lt;br /&gt;
        • flex (Debian users must install flex-old, if it is present, instead of flex)&lt;br /&gt;
        • bison&lt;br /&gt;
        • GNU make&lt;br /&gt;
        • xsltproc (part of libxslt)&lt;br /&gt;
        • xmllint (part of libxml2 sources)&lt;br /&gt;
        • indent (if you want a readable source code for the PHP and Java clients)&lt;br /&gt;
        • A java compiler and a jar tool, if you want to build the Java library.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Compile Pthsem&lt;br /&gt;
&lt;br /&gt;
        ° wget http://sourceforge.net/projects/bcusdk/files/pthsem/pthsem_2.0.8.tar.gz&lt;br /&gt;
        ° ./configure (&#039;&#039;I add -D_FORTIFY_SOURCE=0 to the CFLAGS while compiling pthsem. There seems to be a &lt;br /&gt;
                       problem with FORTIFY_SOURCE on some archtiectures.&#039;&#039;).&lt;br /&gt;
        ° make&lt;br /&gt;
        ° make install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Compile EIBD from BCU SDK&lt;br /&gt;
&lt;br /&gt;
        ° wget http://sourceforge.net/projects/bcusdk/files/bcusdk/bcusdk_0.0.5.tar.gz&lt;br /&gt;
        ° ./configure --without-pth-test --enable-onlyeibd --enable-eibnetiptunnel&lt;br /&gt;
        ° make&lt;br /&gt;
        ° make install&lt;br /&gt;
&lt;br /&gt;
Now modify rc.local &lt;br /&gt;
&lt;br /&gt;
        /sbin/route add 224.0.23.12 dev eth0&lt;br /&gt;
        /usr/bin/eibd -i -u --eibaddr=0.0.1 --daemon=/var/log/eibd.log ipt:your_gateway_ip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Compile EIB_eibd =&lt;br /&gt;
&lt;br /&gt;
I modify the Makefile in src:&lt;br /&gt;
&lt;br /&gt;
        ° DCEDEVS=ZWave EIB-eibd Tongdy_RS485 # EnOcean_TCM120&lt;/div&gt;</summary>
		<author><name>Rages</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28302</id>
		<title>Mini-DCE eibd</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28302"/>
		<updated>2011-08-17T21:06:35Z</updated>

		<summary type="html">&lt;p&gt;Rages: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install eibd =&lt;br /&gt;
&lt;br /&gt;
I compiled eibd from source:&lt;br /&gt;
&lt;br /&gt;
Prerequisites (from README BCU SDK)&lt;br /&gt;
&lt;br /&gt;
        The BCU SDK needs the following software to be installed:&lt;br /&gt;
        • A reasonably recent Linux system (e.g. Fedora Core 2 or Debian Sarge)&lt;br /&gt;
        • GCC and G++ in version 3.3 or higher&lt;br /&gt;
        • libxml2 (plus development files) 2.6.16 or higher&lt;br /&gt;
        • flex (Debian users must install flex-old, if it is present, instead of flex)&lt;br /&gt;
        • bison&lt;br /&gt;
        • GNU make&lt;br /&gt;
        • xsltproc (part of libxslt)&lt;br /&gt;
        • xmllint (part of libxml2 sources)&lt;br /&gt;
        • indent (if you want a readable source code for the PHP and Java clients)&lt;br /&gt;
        • A java compiler and a jar tool, if you want to build the Java library.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Compile Pthsem&lt;br /&gt;
&lt;br /&gt;
        ° wget http://sourceforge.net/projects/bcusdk/files/pthsem/pthsem_2.0.8.tar.gz&lt;br /&gt;
        ° ./configure (&#039;&#039;I add -D_FORTIFY_SOURCE=0 to the CFLAGS while compiling pthsem. There seems to be a &lt;br /&gt;
                       problem with FORTIFY_SOURCE on some archtiectures.&#039;&#039;).&lt;br /&gt;
        ° make&lt;br /&gt;
        ° make install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Compile EIBD from BCU SDK&lt;br /&gt;
&lt;br /&gt;
        ° wget http://sourceforge.net/projects/bcusdk/files/bcusdk/bcusdk_0.0.5.tar.gz&lt;br /&gt;
        ° ./configure --without-pth-test --enable-onlyeibd --enable-eibnetiptunnel&lt;br /&gt;
        ° make&lt;br /&gt;
        ° make install&lt;br /&gt;
&lt;br /&gt;
Now modify rc.local &lt;br /&gt;
&lt;br /&gt;
        /sbin/route add 224.0.23.12 dev eth0&lt;br /&gt;
        /usr/bin/eibd -i -u --eibaddr=0.0.1 --daemon=/var/log/eibd.log ipt:your_gateway_ip&lt;/div&gt;</summary>
		<author><name>Rages</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28301</id>
		<title>Mini-DCE eibd</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28301"/>
		<updated>2011-08-17T21:05:32Z</updated>

		<summary type="html">&lt;p&gt;Rages: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install eibd =&lt;br /&gt;
&lt;br /&gt;
I compiled eibd from source:&lt;br /&gt;
&lt;br /&gt;
        * Prerequisites (from README BCU SDK)&lt;br /&gt;
        The BCU SDK needs the following software to be installed:&lt;br /&gt;
        • A reasonably recent Linux system (e.g. Fedora Core 2 or Debian Sarge)&lt;br /&gt;
        • GCC and G++ in version 3.3 or higher&lt;br /&gt;
        • libxml2 (plus development files) 2.6.16 or higher&lt;br /&gt;
        • flex (Debian users must install flex-old, if it is present, instead of flex)&lt;br /&gt;
        • bison&lt;br /&gt;
        • GNU make&lt;br /&gt;
        • xsltproc (part of libxslt)&lt;br /&gt;
        • xmllint (part of libxml2 sources)&lt;br /&gt;
        • indent (if you want a readable source code for the PHP and Java clients)&lt;br /&gt;
        • A java compiler and a jar tool, if you want to build the Java library.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        * Compile Pthsem&lt;br /&gt;
&lt;br /&gt;
        ° wget http://sourceforge.net/projects/bcusdk/files/pthsem/pthsem_2.0.8.tar.gz&lt;br /&gt;
        ° ./configure (&#039;&#039;I add -D_FORTIFY_SOURCE=0 to the CFLAGS while compiling pthsem. There seems to be a &lt;br /&gt;
                       problem with FORTIFY_SOURCE on some archtiectures.&#039;&#039;).&lt;br /&gt;
        ° make&lt;br /&gt;
        ° make install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        * Compile EIBD from BCU SDK&lt;br /&gt;
&lt;br /&gt;
        ° wget http://sourceforge.net/projects/bcusdk/files/bcusdk/bcusdk_0.0.5.tar.gz&lt;br /&gt;
        ° ./configure --without-pth-test --enable-onlyeibd --enable-eibnetiptunnel&lt;br /&gt;
        ° make&lt;br /&gt;
        ° make install&lt;br /&gt;
&lt;br /&gt;
Now modify rc.local &lt;br /&gt;
&lt;br /&gt;
        /sbin/route add 224.0.23.12 dev eth0&lt;br /&gt;
        /usr/bin/eibd -i -u --eibaddr=0.0.1 --daemon=/var/log/eibd.log ipt:your_gateway_ip&lt;/div&gt;</summary>
		<author><name>Rages</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28300</id>
		<title>Mini-DCE eibd</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28300"/>
		<updated>2011-08-17T20:35:55Z</updated>

		<summary type="html">&lt;p&gt;Rages: /* Install on Pandaboard (Rages) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install on Pandaboard =&lt;br /&gt;
&lt;br /&gt;
I installed the Standalone DCE in a pandaboard with Ubuntu 11.04, these are the steps I followed:&lt;br /&gt;
&lt;br /&gt;
* Install apache2 php5 and mysql, option phpmyadmin&lt;br /&gt;
         ° sudo apt-get install apache2&lt;br /&gt;
         ° sudo apt-get install php5 libapache2-mod-php5&lt;br /&gt;
         ° sudo apt-get install mysql-server mysql-client&lt;br /&gt;
         ° sudo apt-get install libapache2-mod-auth-mysql php5-mysql&lt;br /&gt;
         ° in option sudo apt-get install phpmyadmin, sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin,&lt;br /&gt;
           You will need to edit /etc/phpmyadmin/config.inc.php and delete &amp;quot;//&amp;quot; from:&lt;br /&gt;
           // $cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = TRUE;&lt;br /&gt;
&lt;br /&gt;
* Install build requirements&lt;br /&gt;
         ° sudo apt-get install build-essential g++ libmysqlclient15-dev libattr1-dev libxml2-dev&lt;br /&gt;
&lt;br /&gt;
* Download the source&lt;br /&gt;
         ° mkdir -p /home/public/arm-pandaboard&lt;br /&gt;
         ° cd /home/public/arm-pandaboard&lt;br /&gt;
         ° svn co http://svn.linuxmce.org/svn/people/hari/mini/   &lt;br /&gt;
&lt;br /&gt;
* Make&lt;br /&gt;
         ° cd /home/public/arm-pandaboard/mini/src/&lt;br /&gt;
         ° edit Makefile and delete AEt_EMC2000. I needed a bin file of EIB-eibd and I added this to the makefile,&lt;br /&gt;
           but we must have installed eibd.&lt;br /&gt;
         ° make&lt;br /&gt;
         ° now copy the bin directory in /usr/pluto/bin and in /opt/pluto/bin&lt;br /&gt;
&lt;br /&gt;
* Import the database&lt;br /&gt;
&lt;br /&gt;
         ° go in /home/public/arm-pandaboard/mini/dumps and run ./import.sh&lt;br /&gt;
&lt;br /&gt;
* Run mini-install.sh&lt;br /&gt;
         ° go in /home/public/arm-pandaboard/mini/installer and run ./mini-install.sh&lt;br /&gt;
&lt;br /&gt;
* Install lmce_admin&lt;br /&gt;
         ° download the source, go in /var/www/ and sudo svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/web/lmce-admin&lt;br /&gt;
         ° now for simplicity we can use phpMyAdmin, and see in the database pluto_main the table Users and&lt;br /&gt;
           Installers and insert the data of our users, your password should be md5, then (thanks Possy)&lt;br /&gt;
           in mysql:&lt;br /&gt;
&lt;br /&gt;
           &amp;quot;update Users set password = md5 (&#039;your-password) where PK_Users = 1;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
         ° in Installers_Users modifiy userCanModifyInstallation at 1 and you check that FK_users and&lt;br /&gt;
           FK_Installation match PK_Users and PK_Installetion in tables Users and Installetion.&lt;/div&gt;</summary>
		<author><name>Rages</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28299</id>
		<title>Mini-DCE eibd</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Mini-DCE_eibd&amp;diff=28299"/>
		<updated>2011-08-17T20:35:17Z</updated>

		<summary type="html">&lt;p&gt;Rages: Created page with &amp;quot;= Install on Pandaboard (Rages) =  I installed the Standalone DCE in a pandaboard with Ubuntu 11.04, these are the steps I followed:  * Install apache2 php5 and mysql, option php...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Install on Pandaboard (Rages) =&lt;br /&gt;
&lt;br /&gt;
I installed the Standalone DCE in a pandaboard with Ubuntu 11.04, these are the steps I followed:&lt;br /&gt;
&lt;br /&gt;
* Install apache2 php5 and mysql, option phpmyadmin&lt;br /&gt;
         ° sudo apt-get install apache2&lt;br /&gt;
         ° sudo apt-get install php5 libapache2-mod-php5&lt;br /&gt;
         ° sudo apt-get install mysql-server mysql-client&lt;br /&gt;
         ° sudo apt-get install libapache2-mod-auth-mysql php5-mysql&lt;br /&gt;
         ° in option sudo apt-get install phpmyadmin, sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin,&lt;br /&gt;
           You will need to edit /etc/phpmyadmin/config.inc.php and delete &amp;quot;//&amp;quot; from:&lt;br /&gt;
           // $cfg[&#039;Servers&#039;][$i][&#039;AllowNoPassword&#039;] = TRUE;&lt;br /&gt;
&lt;br /&gt;
* Install build requirements&lt;br /&gt;
         ° sudo apt-get install build-essential g++ libmysqlclient15-dev libattr1-dev libxml2-dev&lt;br /&gt;
&lt;br /&gt;
* Download the source&lt;br /&gt;
         ° mkdir -p /home/public/arm-pandaboard&lt;br /&gt;
         ° cd /home/public/arm-pandaboard&lt;br /&gt;
         ° svn co http://svn.linuxmce.org/svn/people/hari/mini/   &lt;br /&gt;
&lt;br /&gt;
* Make&lt;br /&gt;
         ° cd /home/public/arm-pandaboard/mini/src/&lt;br /&gt;
         ° edit Makefile and delete AEt_EMC2000. I needed a bin file of EIB-eibd and I added this to the makefile,&lt;br /&gt;
           but we must have installed eibd.&lt;br /&gt;
         ° make&lt;br /&gt;
         ° now copy the bin directory in /usr/pluto/bin and in /opt/pluto/bin&lt;br /&gt;
&lt;br /&gt;
* Import the database&lt;br /&gt;
&lt;br /&gt;
         ° go in /home/public/arm-pandaboard/mini/dumps and run ./import.sh&lt;br /&gt;
&lt;br /&gt;
* Run mini-install.sh&lt;br /&gt;
         ° go in /home/public/arm-pandaboard/mini/installer and run ./mini-install.sh&lt;br /&gt;
&lt;br /&gt;
* Install lmce_admin&lt;br /&gt;
         ° download the source, go in /var/www/ and sudo svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/web/lmce-admin&lt;br /&gt;
         ° now for simplicity we can use phpMyAdmin, and see in the database pluto_main the table Users and&lt;br /&gt;
           Installers and insert the data of our users, your password should be md5, then (thanks Possy)&lt;br /&gt;
           in mysql:&lt;br /&gt;
&lt;br /&gt;
           &amp;quot;update Users set password = md5 (&#039;your-password) where PK_Users = 1;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
         ° in Installers_Users modifiy userCanModifyInstallation at 1 and you check that FK_users and&lt;br /&gt;
           FK_Installation match PK_Users and PK_Installetion in tables Users and Installetion.&lt;/div&gt;</summary>
		<author><name>Rages</name></author>
	</entry>
</feed>