Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 18/10/2011, à 17:37

fl0ow

Installation Wifirst

Bonjour à tous !

Voilà je suis étudiant en chambre universitaire et je dispose du service Wifirst. J'ai des appels illimités vers les fixes mais pour celà je dois utiliser le logiciel fournit par Wifirst ... Dont ils ne fournissent que les sources ! hmm.

J'ai trouvé sur des forums des solutions datant de 2008 je crois et sur des vieilles versions d'Ubuntu ... Donc je ne sais pas trop si je dois utiliser la même méthode !

Quelqu'un pourrait m'aider s'il vous plait ?

Hors ligne

#2 Le 18/10/2011, à 17:50

toitoinebzh

Re : Installation Wifirst

salut
de quel type est ce logiciel ? c'est de la voip ?
il est possible que des logiciels pour faire la même chose existe déja sous ubuntu, faut juste trouver comment les configurer

Hors ligne

#3 Le 18/10/2011, à 17:55

fl0ow

Re : Installation Wifirst

Ca à l'air d'être vraiment spécifique à Wifirst, par-ce que on peut carrément appeler avec son compte Wifirst...

Voici un lien, je ne sais pas si il est accessible sans compte par-contre ... : https://www.wifirst.net/selfcare/voip

Hors ligne

#4 Le 18/10/2011, à 18:08

toitoinebzh

Re : Installation Wifirst

salut
je ne peux pas accéder a ton lien
est ce que c'est ça ?
http://blog.wifirst.fr/post/3701683883/ … vec-wilink
https://www.wifirst.net/wilink  (logiciel qui peut être installé sur ubuntu)

ça m'a vraiment l'air d'un logiciel de voip
http://doc.ubuntu-fr.org/voip
mais wifisrt n'a pas l'air de donner les infos pour configurer les logiciels de voip

Hors ligne

#5 Le 18/10/2011, à 18:09

fl0ow

Re : Installation Wifirst

Oui c'est exactement ça !

Malheuresement je ne sais pas du tout comment l'installer...

Hors ligne

#6 Le 18/10/2011, à 18:25

toitoinebzh

Re : Installation Wifirst

salut

tu télécharges le fichier
tu décompresses
il y a un fichier README , tu le lis

dedans c'est écrit de faire dans un terminal

sudo apt-get install cmake libgnome-keyring-dev libmad0-dev libqt4-dev libqt4-sql-sqlite qtmobility-dev libspeex-dev libvorbis-dev libtheora-dev libvpx-dev libxss-dev

ensuite tu vas avec le terminal dans le dossier décompressé

cd wiLink-2.1.0

puis

mkdir build
cd build
cmake ..
make

c'est un logiciel libre sous gpl v3

Dernière modification par toitoinebzh (Le 18/10/2011, à 18:27)

Hors ligne

#7 Le 18/10/2011, à 19:23

fl0ow

Re : Installation Wifirst

Voici le résultat sous terminal :

monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0$ mkdir build
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0$ cd build
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0/build$ cmake
cmake version 2.8.5
Usage

  cmake [options] <path-to-source>
  cmake [options] <path-to-existing-build>

Options
  -C <initial-cache>          = Pre-load a script to populate the cache.
  -D <var>:<type>=<value>     = Create a cmake cache entry.
  -U <globbing_expr>          = Remove matching entries from CMake cache.
  -G <generator-name>         = Specify a makefile generator.
  -Wno-dev                    = Suppress developer warnings.
  -Wdev                       = Enable developer warnings.
  -E                          = CMake command mode.
  -i                          = Run in wizard mode.
  -L[A][h]                    = List non-advanced cached variables.
  --build <dir>               = Build a CMake-generated project binary tree.
  -N                          = View mode only.
  -P <file>                   = Process script mode.
  --graphviz=[file]           = Generate graphviz of dependencies.
  --system-information [file] = Dump information about this system.
  --debug-trycompile          = Do not delete the try_compile build tree.
                                Only useful on one try_compile at a time.
  --debug-output              = Put cmake in a debug mode.
  --trace                     = Put cmake in trace mode.
  --warn-uninitialized        = Warn about uninitialized values.
  --warn-unused-vars          = Warn about unused variables.
  --no-warn-unused-cli        = Don't warn about command line options.
  --check-system-vars         = Find problems with variable usage in system
                                files.
  --help-command cmd [file]   = Print help for a single command and exit.
  --help-command-list [file]  = List available listfile commands and exit.
  --help-commands [file]      = Print help for all commands and exit.
  --help-compatcommands [file]= Print help for compatibility commands.
  --help-module module [file] = Print help for a single module and exit.
  --help-module-list [file]   = List available modules and exit.
  --help-modules [file]       = Print help for all modules and exit.
  --help-custom-modules [file]= Print help for all custom modules and exit.
  --help-policy cmp [file]    = Print help for a single policy and exit.
  --help-policies [file]      = Print help for all policies and exit.
  --help-property prop [file] = Print help for a single property and exit.
  --help-property-list [file] = List available properties and exit.
  --help-properties [file]    = Print help for all properties and exit.
  --help-variable var [file]  = Print help for a single variable and exit.
  --help-variable-list [file] = List documented variables and exit.
  --help-variables [file]     = Print help for all variables and exit.
  --copyright [file]          = Print the CMake copyright and exit.
  --help                      = Print usage information and exit.
  --help-full [file]          = Print full help and exit.
  --help-html [file]          = Print full help in HTML format.
  --help-man [file]           = Print full help as a UNIX man page and exit.
  --version [file]            = Show program name/version banner and exit.

Generators

The following generators are available on this platform:
  Unix Makefiles              = Generates standard UNIX makefiles.
  CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
  Eclipse CDT4 - Unix Makefiles
                              = Generates Eclipse CDT 4.0 project files.
  KDevelop3                   = Generates KDevelop 3 project files.
  KDevelop3 - Unix Makefiles  = Generates KDevelop 3 project files.

monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0/build$ 

Hors ligne

#8 Le 18/10/2011, à 19:25

fl0ow

Re : Installation Wifirst

Ou sinon il y a ça aussi :

monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~$ sudo apt-get install libnotify
[sudo] password for monfort: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libnotify
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~$ cd wilink-2.1.0/build
bash: cd: wilink-2.1.0/build: No such file or directory
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~$ cd wiLink-2.1.0
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0$ cd build
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0/build$ cmake ..
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Found X11 Screen saver library: /usr/lib/x86_64-linux-gnu/libXss.so /usr/lib/x86_64-linux-gnu/libX11.so
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Found GNOME keyring support
Qt QTMULTIMEDIA library not found.
-- Found QtMultimediaKit library
-- Found MAD library
-- Found vorbisfile library
-- Found speex codec
-- Found theora codec
Qt QTMULTIMEDIA library not found.
-- Found QtMultimediaKit library
-- checking for module 'libnotify'
--   package 'libnotify' not found
-- Configuring incomplete, errors occurred!
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0/build$ 

Hors ligne

#9 Le 19/10/2011, à 13:31

fl0ow

Re : Installation Wifirst

Any help ?

Hors ligne

#10 Le 20/10/2011, à 09:53

fl0ow

Re : Installation Wifirst

Up ?

Hors ligne

#12 Le 20/10/2011, à 19:15

fl0ow

Re : Installation Wifirst

J'ai compris qu'en effet il manque libnotify. Or je ne trouve pas ce paquet... Quand je tape "sudo apt-get install libnotify" il me dit que le paquet est introuvable...

Hors ligne

#13 Le 20/10/2011, à 20:52

toitoinebzh

Re : Installation Wifirst

salut

il te manque aussi g++  et g++-multilib,, essaye déja de les installer
pour libnotify, tu peux essayer d'installer libnotify-bin, peut être que c’est juste un changement de nom depuis la dernière version

Hors ligne

#14 Le 22/10/2011, à 16:53

fl0ow

Re : Installation Wifirst

Merci beaucoup de votre aide ! Le make a fonctionner !

Mainten

Hors ligne

#15 Le 22/10/2011, à 16:54

fl0ow

Re : Installation Wifirst

Maintenant ( désolé j'avai appuyé sur entrée ) je ne trouve toujours pas d'application dans le Dash ....

Alors j'essaye :


Scanning dependencies of target stun
[ 98%] Building CXX object src/tests/CMakeFiles/stun.dir/stun.cpp.o
[100%] Building CXX object src/tests/CMakeFiles/stun.dir/moc_stun.cxx.o
Linking CXX executable stun
[100%] Built target stun
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0/build$ make install
[  1%] Built target idle
[  3%] Built target qdjango
[  7%] Built target qdjango-http
[  7%] Built target qdjango-script
[ 16%] Built target qnetio
[ 16%] Built target qnetio-gnome
[ 22%] Built target qsound
[ 58%] Built target qxmpp
[ 62%] Built target qxmpp-diagnostics
[ 73%] Built target qxmpp-server
[ 76%] Built target qxmpp-shares
[ 98%] Built target wiLink
[ 98%] Built target codec
[ 98%] Built target hasher
[100%] Built target stun
Install the project...
-- Install configuration: ""
CMake Error at src/qnetio/src/wallet/cmake_install.cmake:42 (FILE):
  file cannot create directory: /usr/local/lib/qt4/plugins/wallet.  Maybe
  need administrative privileges.
Call Stack (most recent call first):
  src/qnetio/src/cmake_install.cmake:38 (INCLUDE)
  src/qnetio/cmake_install.cmake:37 (INCLUDE)
  src/cmake_install.cmake:40 (INCLUDE)
  cmake_install.cmake:37 (INCLUDE)


make: *** [install] Error 1
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0/build$ sudo make install
[sudo] password for monfort:
[  1%] Built target idle
[  3%] Built target qdjango
[  7%] Built target qdjango-http
[  7%] Built target qdjango-script
[ 16%] Built target qnetio
[ 16%] Built target qnetio-gnome
[ 22%] Built target qsound
[ 58%] Built target qxmpp
[ 62%] Built target qxmpp-diagnostics
[ 73%] Built target qxmpp-server
[ 76%] Built target qxmpp-shares
[ 98%] Built target wiLink
[ 98%] Built target codec
[ 98%] Built target hasher
[100%] Built target stun
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/lib/qt4/plugins/wallet/libqnetio-gnome.so
-- Installing: /usr/local/bin/wiLink
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~/wiLink-2.1.0/build$

Hors ligne

#16 Le 22/10/2011, à 16:54

fl0ow

Re : Installation Wifirst

De l'aide ?

Hors ligne

#17 Le 23/10/2011, à 00:45

toitoinebzh

Hors ligne

#18 Le 23/10/2011, à 10:35

fl0ow

Re : Installation Wifirst

monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~$ wiLink

(wiLink:2212): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(wiLink:2212): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(wiLink:2212): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(wiLink:2212): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
GnomeWallet initialised
QObject::connect: Cannot connect NetworkAccessManager::authenticationRequired(QNetworkReply*,QAuthenticator*) to (null)::onAuthenticationRequired(QNetworkReply*,QAuthenticator*)
ASSERT: "check" in file /home/monfort/wiLink-2.1.0/src/plugins/declarative.cpp, line 154
Aborted
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~$ sudo wilink
[sudo] password for monfort:
sudo: wilink: command not found
monfort@monfort-HP-Pavilion-dm1-Notebook-PC:~$

Je pleure mdr !

Hors ligne

#19 Le 23/10/2011, à 13:14

toitoinebzh

Re : Installation Wifirst

salut

est ce que wifirst fournit ces paramètres voip, sip?
ce serait beaucoup plus simple pour toi
il y a plein de logiciel sous ubuntu qui font la même chose que wilink, y a juste besoin des paramètres

Hors ligne

#20 Le 23/10/2011, à 14:34

fl0ow

Re : Installation Wifirst

Je t'avoue que je ne trouve pas du tout ce genre d'info sur leur site hmm

Hors ligne