Personal tools
Document Actions

From the begining .....

Up to General discussion

From the begining .....

Posted by Lannehoa Yves at March 12. 2007

Hello


I have it ... but now, I would like to know "in the simple way" what for and how I can use it ....




[First remark : I can suppose that developers are french-speaking, so why do we must post comments in English  ?]



First : I have connected the Tux, and the dongle. And so on ? What must I do now ?

I suppose that I must install the tux daemon in order to use the graphical interface (it's not very easy to understand it : I think but I'm not sure ..). I run mandriva 2007.0, Kernel 2.17. I have downloaded that I suppose to be the good version, run make, it install usb-something .. Now I run "tuxdaemon", and "command not found"..

Second : where are tux applications and what are the functions ? How to control them ? Must-I install python API, and how ?

Sorry for theses questions ....

YL




Re: From the begining .....

Posted by Srikanta Prasanna at March 13. 2007

Previously Lannehoa Yves wrote:





Hello



Hi Lannehoa,





[First remark : I can suppose that developers are french-speaking, so why do we must post comments in English  ?]



For the sake of lesser mortals like us, who can't understand French :D


First : I have connected the Tux, and the dongle. And so on ? What must I do now ?

Just look at this doc: http://www.tuxisalive.com/getting-started
There seems to be some pretty good documentation of how to get started with Tux.


I suppose that I must install the tux daemon in order to use the graphical interface (it's not very easy to understand it : I think but I'm not sure ..). I run mandriva 2007.0, Kernel 2.17. I have downloaded that I suppose to be the good version, run make, it install usb-something .. Now I run "tuxdaemon", and "command not found"..

Second : where are tux applications and what are the functions ? How to control them ? Must-I install python API, and how ?

Downloads section contains the daemon, tts-software and GUI which you will need:
http://www.tuxisalive.com/downloads


Get back if you have more queries.

Re: From the begining .....

Posted by Lannehoa Yves at March 13. 2007

So




This is what I can see when installing Tux Daemon :




A    trunk/version.txt
A    trunk/AUTHORS
A    trunk/TODO
A    trunk/main.c
A    trunk/CHANGES
A    trunk/COPYING
A    trunk/libs
A    trunk/libs/USBDaemon_tcp_server.h
A    trunk/libs/USBDaemon_usb_enum.h
A    trunk/libs/USBDaemon_command_tux.h
A    trunk/libs/USBDaemon_usb_readWrite.h
A    trunk/libs/USBDaemon_globals.h
A    trunk/libs/USBDaemon_status_table.c
A    trunk/libs/USBDaemon_tcp_server.c
A    trunk/libs/USBDaemon_usb_enum.c
A    trunk/libs/USBDaemon_command_tux.c
A    trunk/libs/USBDaemon_status_table.h
A    trunk/libs/USBDaemon_usb_readWrite.c
A    trunk/Makefile
A    trunk/README
 U   trunk

Récupération de la référence externe vers 'trunk/tuxdefs'
A    trunk/tuxdefs/remote.h
A    trunk/tuxdefs/commands.h
A    trunk/tuxdefs/config.h
Référence externe extraite à la révision 147.

Révision 147 extraite.




=> Ok,, so make ...




[parents@localhost ~]$ cd /home/parents/trunk
[parents@localhost trunk]$ make
----------Configuration: USBDaemon - Linux Debug----------
Compiling main.c
Compiling libs/USBDaemon_usb_enum.c
Compiling libs/USBDaemon_usb_readWrite.c
Compiling libs/USBDaemon_status_table.c
Compiling libs/USBDaemon_command_tux.c
Compiling libs/USBDaemon_tcp_server.c
Linking...
[parents@localhost trunk]$ tuxdaemon
bash: tuxdaemon: command not found
[parents@localhost trunk]$    






If I do this as root : same result





[parents@localhost ~]$ su
Mot de passe:
[root@localhost parents]# tuxdaemon
bash: tuxdaemon: command not found
[root@localhost parents]#    




Note :


************************************


[root@localhost parents]# uname -r
2.6.17-5mdv


Libusb-dev is correctly installed
*************************************

What must I do to run tuxdaemon ???

Thanks



Previously Srikanta Prasanna wrote:





Get back if you have more queries.





Re: From the begining .....

Posted by Jean-Luc Voisin at March 13. 2007

Salut Yves,


The installation is split in five steps:


Salut Yves,


The installation is split in five steps:


1) compile the tux daemon, copy it to /opt/tuxdroid/bin. You can run it directly by ./tuxdaemon -v in a terminal


2) download and untar  the tts daemon (downloaded in developper corner section of the website) and copy it in the same directory than above. You can run it by ./tuxttsdaemon


3) download the TTS voices, untar the file and run ./WIZARD command. It installs lot of files in opt/Acapella directory if I remember well.


4) install the python API files in /opt/tuxdroid/api/python directory


5) install the gtdi programs in /opt/tuxdroid/apps/gtdi.


plug the dongle and you should view some messages from the daemons.


Launch the gtdi (python gtdi.py) and enjoy it...



Jean-Luc 



Edit: edited by jaguarondi on Mar 19, 2006 to correct the directory structure in order to avoid people starting up with a bad installation.

Re: From the begining .....

Posted by David Bourgeois at March 13. 2007

Hi Yves,


To launch an exectable which is not in your path, you need to specify the full path. So if you're in the daemon directory, after doing make, you can launch it by './tuxdaemon' and not 'tuxdaemon' which is not in your path.
If it works, you can copy tuxdaemon to your path. As root, do 'cp tuxdaemon /usr/local/bin'
Next you have to install the python api in order to use the applications.


We're going to release a complete package which will do all this for you but want to finish some improvements before doing so. And the install documentation needs to be updated too.




Powered by Ploneboard
You are here: Home Forum General discussion From the begining .....

Powered by Plone CMS, the Open Source Content Management System