tuxgdg doesn't work on Ubuntu 7.10 Gutsy, no daemons, no radio connection.
Up to General discussion
tuxgdg doesn't work on Ubuntu 7.10 Gutsy, no daemons, no radio connection.
Pls let me know, thanks

This is how I installed tuxsetup and tuxdroidttsvoices:
tar -zxvf tuxsetup-1.3-13-rc1.tar.gz
cd tuxsetup-1.3-13-rc1/
su
make install
This is the output
-------------------------------------------------------------------------------
tuxsetup-1.3.0013-rc1
-------------------------------------------------------------------------------
Python API v 0.2.4
USB daemon v 0.3.2
Tux framework v 0.1.3
-------------------------------------------------------------------------------
files are been copied
tuxsetup: dfu-programmer has been found on this system:
Then I installed tuxdroid-tts-voices.en-US with:
root@notebookp4:/home/thethinker/tuxdroid/tuxdroid-tts-voices.en-US# sudo ./WIZARD
----------------------------------------------
Tux TTS en-US voice files installation wizard
----------------------------------------------
Old en-US voice files will be deleted, continue? [y/n]y
New voice files copied.
Re: tuxgdg doesn't work on Ubuntu 7.10 Gutsy, no daemons, no radio connection.
thethinker@notebookp4:~$ sudo tuxgdg
[sudo] password for thethinker:
/bin/sh: Can't open tuxfw
If i try without sudo the application appear on the screen after 3 minutes, but with no daemons and with no radio connection.
Re: tuxgdg doesn't work on Ubuntu 7.10 Gutsy, no daemons, no radio connection.
Fabio, I am working on 7.10 myself, but instead of using the tar files I used the .deb package
As ubuntu is debian based this worked like a charm.
If you want to diagnose your problem in another way:
In my system tuxfw is a shell script which resides in /opt/tuxdroid/bin.
You might want to check if it is there; if not check if it is in the tar file by issueing the command
tar -ztvf tuxsetup-1.3-13-rc1.tar.gz | grep tuxfw
Note that I never looked into the tar file myself.
Feel free to msg me or ping me when I am on #tuxdroid
FM
Re: tuxgdg doesn't work on Ubuntu 7.10 Gutsy, no daemons, no radio connection.
Hi eFfem thanks for the help, I tried the .deb and the .tar.gz but I have the same problem.
I took a look in opt/tuxdroid/bin and tuxfw is there, so I don't know what's going wrong :/