Software » Mon nouveau topic !
Catégorie:  
Rappel du message précédent
   
Mon nouveau topic !
Publié le 07/11/2005 @ 14:35:02,
Par pipo
Ben tu peux le monter automatiquement au boot
./Make sex | ( . ) ( . ) | Je n'ai rien à voir avec Zion l'informaticien gay


   
Mon nouveau topic !
Publié le 07/11/2005 @ 14:44:25,
Par cauet
Ben disons que c'est hyper facile de faire un dpkg -i quand tu as plusieurs machines avec le même kairnaille...


Idem, notre logiciel qu'on à développé en Java il est packagé en .deb

Quand on installe la machine :

mise à jour
install java
install logiciel

et hop :whistle:
   
Mon nouveau topic !
Publié le 07/11/2005 @ 15:16:10,
Par Jean-Christophe
je croyais que "java ca pue !" :oh:
   
Mon nouveau topic !
Publié le 07/11/2005 @ 17:17:09,
Par Jean-Christophe
Bon, revenons à nos moutons...

J'ai encore une question et un problème.

Question : Comment faire pour pouvoir voir à distance mon desktop linux? (Genre remote desktop)

Problème : je dois compiler un driver et j'ai une erreur que je ne comprends pas.
Je peux la reproduire. J'ai réinstaller tout le système pour voir et c'est reproductible.
La compilation du driver nécessite les headers du kernel. Je les ai installés, mais je me demande si il ne s'y perds pas un peu dans les noms de répertoire.
tout est dans le spoiler.

Merci

opteron:/home/jc/ivtv-0.4.0/driver# make
created ivtv-svnversion.h
make CONFIG_VIDEO_IVTV=m -C /lib/modules/2.6.8-2-386/build M=/home/jc/ivtv-0.4.0
/driver modules
make[1]: Entering directory `/usr/src/kernel-headers-2.6.8-2-386'
CC [M] /home/jc/ivtv-0.4.0/driver/msp3400.o
In file included from include/asm/thread_info.h:16,
from include/linux/thread_info.h:21,
from include/linux/spinlock.h:12,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from include/linux/module.h:10,
from /home/jc/ivtv-0.4.0/driver/msp3400.c:38:
include/asm/processor.h:87: error: array type has incomplete element type
In file included from /home/jc/ivtv-0.4.0/driver/msp3400.c:45:
include/linux/i2c.h:58: error: array type has incomplete element type
include/linux/i2c.h:205: error: array type has incomplete element type
/home/jc/ivtv-0.4.0/driver/msp3400.c: In function 'msp3400c_reset':
/home/jc/ivtv-0.4.0/driver/msp3400.c:173: warning: pointer targets in initializa
tion differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:174: warning: pointer targets in initializa
tion differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:177: warning: pointer targets in initializa
tion differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:178: warning: pointer targets in initializa tion differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:182: error: type of formal parameter 2 is i ncomplete
/home/jc/ivtv-0.4.0/driver/msp3400.c:183: error: type of formal parameter 2 is i ncomplete
/home/jc/ivtv-0.4.0/driver/msp3400.c:184: error: type of formal parameter 2 is i ncomplete
/home/jc/ivtv-0.4.0/driver/msp3400.c: In function 'msp3400c_read':
/home/jc/ivtv-0.4.0/driver/msp3400.c:206: error: type of formal parameter 2 is i ncomplete
/home/jc/ivtv-0.4.0/driver/msp3400.c: In function 'msp3400c_write':
/home/jc/ivtv-0.4.0/driver/msp3400.c:241: warning: pointer targets in passing ar gument 2 of 'i2c_master_send' differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c: In function 'msp_command':
/home/jc/ivtv-0.4.0/driver/msp3400.c:2060: warning: pointer targets in passing a rgument 2 of 'msp34xxg_get_v4l2_stereo' differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:2060: warning: pointer targets in passing a rgument 3 of 'msp34xxg_get_v4l2_stereo' differ in signedness
make[2]: *** [/home/jc/ivtv-0.4.0/driver/msp3400.o] Error 1
make[1]: *** [_module_/home/jc/ivtv-0.4.0/driver] Error 2
make[1]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-386'
make: *** [all] Error 2
opteron:/home/jc/ivtv-0.4.0/driver#
opteron:/home/jc/ivtv-0.4.0/driver# make
created ivtv-svnversion.h
make CONFIG_VIDEO_IVTV=m -C /lib/modules/2.6.8-2-386/build M=/home/jc/ivtv-0.4.0
/driver modules
make[1]: Entering directory `/usr/src/kernel-headers-2.6.8-2-386'
CC [M] /home/jc/ivtv-0.4.0/driver/msp3400.o
In file included from include/asm/thread_info.h:16,
from include/linux/thread_info.h:21,
from include/linux/spinlock.h:12,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from include/linux/module.h:10,
from /home/jc/ivtv-0.4.0/driver/msp3400.c:38:
include/asm/processor.h:87: error: array type has incomplete element type
In file included from /home/jc/ivtv-0.4.0/driver/msp3400.c:45:
include/linux/i2c.h:58: error: array type has incomplete element type
include/linux/i2c.h:205: error: array type has incomplete element type
/home/jc/ivtv-0.4.0/driver/msp3400.c: In function 'msp3400c_reset':
/home/jc/ivtv-0.4.0/driver/msp3400.c:173: warning: pointer targets in initializa
tion differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:174: warning: pointer targets in initializa
tion differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:177: warning: pointer targets in initializa
tion differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:178: warning: pointer targets in initializa tion differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:182: error: type of formal parameter 2 is i ncomplete
/home/jc/ivtv-0.4.0/driver/msp3400.c:183: error: type of formal parameter 2 is i ncomplete
/home/jc/ivtv-0.4.0/driver/msp3400.c:184: error: type of formal parameter 2 is i ncomplete
/home/jc/ivtv-0.4.0/driver/msp3400.c: In function 'msp3400c_read':
/home/jc/ivtv-0.4.0/driver/msp3400.c:206: error: type of formal parameter 2 is i ncomplete
/home/jc/ivtv-0.4.0/driver/msp3400.c: In function 'msp3400c_write':
/home/jc/ivtv-0.4.0/driver/msp3400.c:241: warning: pointer targets in passing ar gument 2 of 'i2c_master_send' differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c: In function 'msp_command':
/home/jc/ivtv-0.4.0/driver/msp3400.c:2060: warning: pointer targets in passing a rgument 2 of 'msp34xxg_get_v4l2_stereo' differ in signedness
/home/jc/ivtv-0.4.0/driver/msp3400.c:2060: warning: pointer targets in passing a rgument 3 of 'msp34xxg_get_v4l2_stereo' differ in signedness
make[2]: *** [/home/jc/ivtv-0.4.0/driver/msp3400.o] Error 1
make[1]: *** [_module_/home/jc/ivtv-0.4.0/driver] Error 2
make[1]: Leaving directory `/usr/src/kernel-headers-2.6.8-2-386'
make: *** [all] Error 2
opteron:/home/jc/ivtv-0.4.0/driver#
   
Mon nouveau topic !
Publié le 07/11/2005 @ 17:23:18,
Par zion
Essaie de compiler la 0.5 unstable plutôt que la 0.4, si ca tombe la 0.4 ne supporte pas le kernel 2.6 (a voir dans leur readme, ce serait pas con :itm: )

EDIT: Si, ca supporte le 2.6, mais la 0.5 ca mange pas de pain :oh:

Dernière édition: 07/11/2005 @ 17:24:09
Je suis le Roy :ocube:
   
Mon nouveau topic !
Publié le 07/11/2005 @ 17:25:34,
Par Jean-Christophe
J'avais vérifié que la 0.4 suporte le 2.6.

Je vais essayer de compiler une 0.5, on vera.
   
Mon nouveau topic !
Publié le 07/11/2005 @ 17:26:47,
Par Jean-Christophe
Currently there are no unstable releases.


:grin:
   
Mon nouveau topic !
Publié le 07/11/2005 @ 18:16:07,
Par Jean-Christophe
Ca me rend dingue ce truc!

Pourquoi ca ne marche pas?

En plus, vu mes recherches, on dirait qu'l n'y a que chez moi que ca ne marche pas!
   
Mon nouveau topic !
Publié le 07/11/2005 @ 18:53:33,
Par zion
   
Mon nouveau topic !
Publié le 07/11/2005 @ 19:17:36,
Par Jean-Christophe
J'ai fini par trouvé qque chose
C'est la version de GCC qui est en cause
Après avoir installé la version qui a seri à compiler mon kernel et forcé la compil avec cette version, ca à l'air de fonctionner!
On va voir plus loin...
   
Mon nouveau topic !
Publié le 07/11/2005 @ 20:55:24,
Par Jean-Christophe
Et pour le remote desktop, je fais comment? :grin:
   
Mon nouveau topic !
Publié le 07/11/2005 @ 21:03:30,
Par zion
VNC :itm:
Je suis le Roy :ocube:
   
Mon nouveau topic !
Publié le 07/11/2005 @ 21:04:20,
Par pipo
apt-get install rdesktop par ex ?
./Make sex | ( . ) ( . ) | Je n'ai rien à voir avec Zion l'informaticien gay
   
Mon nouveau topic !
Publié le 07/11/2005 @ 21:05:33,
Par pipo
Ou bien vnc "apt-get install vncserver"
./Make sex | ( . ) ( . ) | Je n'ai rien à voir avec Zion l'informaticien gay
   
Mon nouveau topic !
Publié le 07/11/2005 @ 21:25:03,
Par Jean-Christophe
rdesktop, ce n'est pas le client?
Je vais aller voir, merci
   
Mon nouveau topic !
Publié le 07/11/2005 @ 22:28:02,
Par Jean-Christophe
rdesktop, ca en effet l'air d'être uniquement le client.
Par contre, vncserver fait juste bien ce que je veux :grin:

Merci
   
Mon nouveau topic !
Publié le 07/11/2005 @ 22:36:49,
Par cruciforme
Si t'es sous gnome, il suffit de faire partager mon bureau.
Idem pour ta question pour monter les cdrom, ça se fait tout seul, par contre faut démonter à la main ce qui est assez logique.
(Kde doit avec les mêmes brols mais vu que je n'y ai plus jeté un oeil depuis un petit temps)
   
Mon nouveau topic !
Publié le 07/11/2005 @ 22:41:53,
Par Jean-Christophe
je suis sous kde :smile:
Mais merci pour ta participation!
   
Mon nouveau topic !
Publié le 07/11/2005 @ 23:08:54,
Par pipo
oui rdesktop c'est juste un client, spour ça que j'ai posté vncserver après si jamais :smile:
./Make sex | ( . ) ( . ) | Je n'ai rien à voir avec Zion l'informaticien gay
   
Mon nouveau topic !
Publié le 07/11/2005 @ 23:25:39,
Par Jean-Christophe
merci pipo
   
Mon nouveau topic !
Publié le 07/11/2005 @ 23:44:20,
Par cauet
je croyais que "java ca pue !" :oh:


De 1, c pas moi qui code, je trouve ça chi.. :smile:
De 2, mon avis n'a pas changé, l'applet java, BEURK !! Mais pour des logiciels multi plateformes.. ca à son avantage.
Répondre - Catégorie:  
Informaticien.be - © 2002-2024 AkretioSPRL  - Generated via Kelare
The Akretio Network: Akretio - Freedelity - KelCommerce - Votre publicité sur informaticien.be ?