Page 1 of 1

DomotiGa @ pcduino

Posted: Wed Aug 14, 2013 9:44 am
by marunga
Hi,

I have DomotiGa running on a pcduino board. Much faster than a RPI.
Used ppa:nemh/gambas3 to install Gambas3.

regards,
m

Re: DomotiGa @ pcduino

Posted: Thu Aug 15, 2013 8:16 pm
by redleg
I tried to install gambas but I get the following error ....

Code: Select all

ubuntu@ubuntu:~$ sudo add-apt-repository ppa:nemh/gambas3
You are about to add the following PPA to your system:
 Gambas 3 release for Ubuntu.
 More info: https://launchpad.net/~nemh/+archive/gambas3
Press [ENTER] to continue or ctrl-c to cancel adding it

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 160, in <module>
    sp = SoftwareProperties(options=options)
  File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 96, in __init__
    self.reload_sourceslist()
  File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 584, in reload_sourceslist
    self.distro.get_sources(self.sourceslist)
  File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources
    raise NoDistroTemplateException("Error: could not find a "
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template
Any idea how I can fix this? @google I can't find a solution.

I use the latest version 05-31-2013.

Re: DomotiGa @ pcduino

Posted: Fri Aug 16, 2013 11:38 am
by marunga
Hi,

You have to edit /etc/lsb-release and replace Linaro with Ubuntu to change the distribution identification.

regards,
m

Re: DomotiGa @ pcduino

Posted: Tue Aug 20, 2013 9:05 am
by uAlex73
@marunga:

Any special things to install the OS, Gambas and DomotiGa on the pcduino? Maybe we can make a nice wiki page on www.domotiga.nl for it :-)

Re: DomotiGa @ pcduino

Posted: Sun Sep 01, 2013 2:54 pm
by re2go
Hi redleg,
Do see you have or had the same thing as I am running into.
I followed the tip from Marunga; but that still gives the same error.
Have you got this issue solved already? Then please, share with me.
Thnxs,
Re2go


redleg wrote:I tried to install gambas but I get the following error ....

Code: Select all

ubuntu@ubuntu:~$ sudo add-apt-repository ppa:nemh/gambas3
You are about to add the following PPA to your system:
 Gambas 3 release for Ubuntu.
 More info: https://launchpad.net/~nemh/+archive/gambas3
Press [ENTER] to continue or ctrl-c to cancel adding it

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 160, in <module>
    sp = SoftwareProperties(options=options)
  File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 96, in __init__
    self.reload_sourceslist()
  File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 584, in reload_sourceslist
    self.distro.get_sources(self.sourceslist)
  File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources
    raise NoDistroTemplateException("Error: could not find a "
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template
Any idea how I can fix this? @google I can't find a solution.

I use the latest version 05-31-2013.

Re: DomotiGa @ pcduino

Posted: Mon Sep 02, 2013 6:33 pm
by redleg
Hello Re2go,

I am currently on holiday .... I'll try to explain short.

- customize the lsb-release of Linaro to ubuntu
- Get the ppa as shown in this topic.
- Update the packages. (sudo apt-get update)
- Install gambas3 (sudo apt-get install gambas 3)

I can give more info next week when I get home.

Grtz, Redleg

Re: DomotiGa @ pcduino

Posted: Sun Sep 08, 2013 8:44 pm
by re2go
Hi Redleg,

Thanks, worked out your tips today and got it working now.
Ready now to start selecting an interface and devices !
Thanks for the tips.

Kind regards, Re2go

Re: DomotiGa @ pcduino

Posted: Sat Jan 24, 2015 4:33 am
by gozos
Hello,

I'm new on this forum.
I have installed domotiga on my pcduino and I'm not an expert!
I use this:

Code: Select all

$ sudo add-apt-repository ppa:gambas-team/gambas3
$ sudo apt-get update
$ sudo apt-get install gambas3
I had this problem and solution:
lifeonubuntu.com/ubuntu-missing-add-apt ... y-command/

Thanks,
Gilles
Belgium

Re: DomotiGa @ pcduino

Posted: Sat Jan 24, 2015 12:12 pm
by emvee
Thanks Gilles to confirm this is working for you and what you did to get it working.

All: There is a DomotiGa wiki page on pcduino and it would be great if you can add your tips and tricks here: pcDuino Board.
That way you can benefit and get feedback on how to make the best system based on pcduino.