Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1523 connectés 

 


 Mot :   Pseudo :  
  Aller à la page :
 
 Page :   1  2  3  4  5  ..  19  20  21  22  23  24
Auteur Sujet :

Le topic Bewan ADSL PCI ST !!!

n°423288
Tomate
Posté le 04-03-2004 à 10:27:48  profilanswer
 

Reprise du message précédent :
bon j ai une vraie question cette foi : avez vous reussi a compiler les drivers (n importe quelle version) avec le patch IPSec Freeswan ??
 
moi pas :'(


---------------
:: Light is Right ::
mood
Publicité
Posté le 04-03-2004 à 10:27:48  profilanswer
 

n°430962
Kyle
Posté le 13-03-2004 à 11:36:56  profilanswer
 

Qqun a deja compilé les derniers drivers avec la mandrake 10 ?

n°431133
Kyle
Posté le 13-03-2004 à 15:27:50  profilanswer
 

voila la compil :
 

Code :
  1. for i in adsl_status unicorntest tools ; do make -C $i all ; done
  2. make[1]: Entering directory `/root/unicorn/adsl_status'
  3. make    all-recursive
  4. make[2]: Entering directory `/root/unicorn/adsl_status'
  5. Making all in intl
  6. make[3]: Entering directory `/root/unicorn/adsl_status/intl'
  7. make[3]: Rien à faire pour « all ».
  8. make[3]: Leaving directory `/root/unicorn/adsl_status/intl'
  9. Making all in m4
  10. make[3]: Entering directory `/root/unicorn/adsl_status/m4'
  11. make[3]: Rien à faire pour « all ».
  12. make[3]: Leaving directory `/root/unicorn/adsl_status/m4'
  13. Making all in intl
  14. make[3]: Entering directory `/root/unicorn/adsl_status/intl'
  15. make[3]: Rien à faire pour « all ».
  16. make[3]: Leaving directory `/root/unicorn/adsl_status/intl'
  17. Making all in po
  18. make[3]: Entering directory `/root/unicorn/adsl_status/po'
  19. make[3]: Rien à faire pour « all ».
  20. make[3]: Leaving directory `/root/unicorn/adsl_status/po'
  21. Making all in src
  22. make[3]: Entering directory `/root/unicorn/adsl_status/src'
  23. gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../../amu -I../../include/   -I../intl       -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include    -g -O2 -Wall -c main.c
  24. main.c:10:21: gtk/gtk.h: No such file or directory
  25. In file included from main.c:12:
  26. interface.h:5: error: parse error before '*' token
  27. interface.h:5: warning: type defaults to `int' in declaration of `create_main_window'
  28. interface.h:5: warning: data definition has no type or storage class
  29. In file included from main.c:13:
  30. support.h:9:21: gtk/gtk.h: No such file or directory
  31. In file included from main.c:13:
  32. support.h:44: error: parse error before '*' token
  33. support.h:44: error: parse error before '*' token
  34. support.h:45: warning: type defaults to `int' in declaration of `lookup_widget'
  35. support.h:45: warning: data definition has no type or storage class
  36. support.h:51: warning: type defaults to `int' in declaration of `gchar'
  37. support.h:51: error: parse error before '*' token
  38. support.h:59: error: parse error before '*' token
  39. support.h:59: error: parse error before '*' token
  40. support.h:60: warning: type defaults to `int' in declaration of `create_pixmap'
  41. support.h:60: warning: data definition has no type or storage class
  42. In file included from main.c:14:
  43. status.h:1: error: parse error before '*' token
  44. status.h:2: error: parse error before '*' token
  45. status.h:3: error: parse error before '*' token
  46. status.h:4: error: parse error before '*' token
  47. status.h:5: error: parse error before '*' token
  48. status.h:6: error: parse error before '*' token
  49. main.c: In function `main':
  50. main.c:20: error: `GtkWidget' undeclared (first use in this function)
  51. main.c:20: error: (Each undeclared identifier is reported only once
  52. main.c:20: error: for each function it appears in.)
  53. main.c:20: error: `main_window' undeclared (first use in this function)
  54. main.c:27: warning: implicit declaration of function `gtk_set_locale'
  55. main.c:28: warning: implicit declaration of function `gtk_init'
  56. main.c:45: warning: implicit declaration of function `GTK_WIDGET'
  57. main.c:51: warning: implicit declaration of function `gtk_widget_show'
  58. main.c:53: warning: implicit declaration of function `gtk_main'
  59. make[3]: *** [main.o] Erreur 1
  60. make[3]: Leaving directory `/root/unicorn/adsl_status/src'
  61. make[2]: *** [all-recursive] Erreur 1
  62. make[2]: Leaving directory `/root/unicorn/adsl_status'
  63. make[1]: *** [all-recursive-am] Erreur 2
  64. make[1]: Leaving directory `/root/unicorn/adsl_status'
  65. make[1]: Entering directory `/root/unicorn/unicorntest'
  66. gcc -DVERS=0x081 -Wall -Wstrict-prototypes -O2 -DLINUX -I../amu/ -I../include/ unicorntest.c -o unicorntest
  67. make[1]: Leaving directory `/root/unicorn/unicorntest'
  68. make[1]: Entering directory `/root/unicorn/tools'
  69. gcc -DVERS=0x081 -Wall -Wstrict-prototypes -O2 -DLINUX -I../amu/ -I../include/ main.c unicorn_status.c unicorn_device.c  -o unicorn_status
  70. gcc -DVERS=0x081 -Wall -Wstrict-prototypes -O2 -DLINUX -I../amu/ -I../include/ cgi.c unicorn_status.c unicorn_device.c -o unicorn_status.cgi
  71. gcc -DVERS=0x081 -Wall -Wstrict-prototypes -O2 -DLINUX -I../amu/ -I../include/ oam_ping.c unicorn_device.c -o oam_ping
  72. make[1]: Leaving directory `/root/unicorn/tools'
  73. for i in libm unicorn_pci unicorn_atm ; do make -C $i all ; done
  74. make[1]: Entering directory `/root/unicorn/libm'
  75. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o e_pow.o e_pow.c
  76. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o e_log10.o e_log10.c
  77. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o e_log.o e_log.c
  78. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o e_sqrt.o e_sqrt.c
  79. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o s_ceil.o s_ceil.c
  80. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o s_floor.o s_floor.c
  81. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o s_fabs.o s_fabs.c
  82. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o s_scalbn.o s_scalbn.c
  83. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o s_copysign.o s_copysign.c
  84. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o s_trunc.o s_trunc.c
  85. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o s_sin.o s_sin.c
  86. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o k_sin.o k_sin.c
  87. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o k_cos.o k_cos.c
  88. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o e_rem_pio2.o e_rem_pio2.c
  89. e_rem_pio2.c: In function `__ieee754_rem_pio2':
  90. e_rem_pio2.c:93: warning: `z' might be used uninitialized in this function
  91. gcc -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -c -o k_rem_pio2.o k_rem_pio2.c
  92. ld  -r -o libm.a  e_pow.o e_log10.o e_log.o e_sqrt.o s_ceil.o s_floor.o  s_fabs.o s_scalbn.o s_copysign.o s_trunc.o s_sin.o k_sin.o k_cos.o e_rem_pio2.o k_rem_pio2.o
  93. make[1]: Leaving directory `/root/unicorn/libm'
  94. make[1]: Entering directory `/root/unicorn/unicorn_pci'
  95. gcc -o ../collect_tors/collect_tors ../collect_tors/collect_tors.c
  96. gcc -DVERS=0x081 -O2 -fno-gnu-linker -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -Wall -Wno-comment -D__KERNEL__ -DMODULE -DLINUX -D_PCI_DRIVER -DDEBUG=1  -I/usr/src/linux/include -I../include -I../ -c -o unicorn_pcidrv.o unicorn_pcidrv.c
  97. In file included from unicorn_pcidrv.c:12:
  98. /usr/include/linux/modversions.h:1:2: #error "======================================================="
  99. /usr/include/linux/modversions.h:2:2: #error "You should not include /usr/include/{linux,asm}/ header"
  100. /usr/include/linux/modversions.h:3:2: #error "files directly for the compilation of kernel modules."
  101. /usr/include/linux/modversions.h:4:2: #error ""
  102. /usr/include/linux/modversions.h:5:2: #error "glibc now uses kernel header files from a well-defined"
  103. /usr/include/linux/modversions.h:6:2: #error "working kernel version (as recommended by Linus Torvalds)"
  104. /usr/include/linux/modversions.h:7:2: #error "These files are glibc internal and may not match the"
  105. /usr/include/linux/modversions.h:8:2: #error "currently running kernel. They should only be"
  106. /usr/include/linux/modversions.h:9:2: #error "included via other system header files - user space"
  107. /usr/include/linux/modversions.h:10:2: #error "programs should not directly include <linux/*.h> or"
  108. /usr/include/linux/modversions.h:11:2: #error "<asm/*.h> as well."
  109. /usr/include/linux/modversions.h:12:2: #error ""
  110. /usr/include/linux/modversions.h:13:2: #error "To build kernel modules please do the following:"
  111. /usr/include/linux/modversions.h:14:2: #error ""
  112. /usr/include/linux/modversions.h:15:2: #error " o Have the kernel sources installed"
  113. /usr/include/linux/modversions.h:16:2: #error ""
  114. /usr/include/linux/modversions.h:17:2: #error " o Make sure that the symbolic link"
  115. /usr/include/linux/modversions.h:18:2: #error "   /lib/modules/`uname -r`/build exists and points to"
  116. /usr/include/linux/modversions.h:19:2: #error "   the matching kernel source directory"
  117. /usr/include/linux/modversions.h:20:2: #error ""
  118. /usr/include/linux/modversions.h:21:2: #error " o Now copy /boot/vmlinuz.version.h to"
  119. /usr/include/linux/modversions.h:22:2: #error "   /lib/modules/`uname -r`/build/include/linux/version.h"
  120. /usr/include/linux/modversions.h:23:2: #error ""
  121. /usr/include/linux/modversions.h:24:2: #error " o When compiling, make sure to use the following"
  122. /usr/include/linux/modversions.h:25:2: #error "   compiler option to use the correct include files:"
  123. /usr/include/linux/modversions.h:26:2: #error ""
  124. /usr/include/linux/modversions.h:27:2: #error "   -I/lib/modules/`uname -r`/build/include"
  125. /usr/include/linux/modversions.h:28:2: #error ""
  126. /usr/include/linux/modversions.h:29:2: #error "   instead of"
  127. /usr/include/linux/modversions.h:30:2: #error ""
  128. /usr/include/linux/modversions.h:31:2: #error "   -I/usr/include/linux"
  129. /usr/include/linux/modversions.h:32:2: #error ""
  130. /usr/include/linux/modversions.h:33:2: #error "   Please adjust the Makefile accordingly."
  131. /usr/include/linux/modversions.h:34:2: #error "======================================================="
  132. In file included from /usr/src/linux/include/asm/smp.h:18,
  133.                  from /usr/src/linux/include/linux/smp.h:17,
  134.                  from /usr/src/linux/include/linux/sched.h:23,
  135.                  from /usr/src/linux/include/linux/module.h:10,
  136.                  from /usr/src/linux/include/linux/device.h:21,
  137.                  from /usr/src/linux/include/linux/pci.h:350,
  138.                  from unicorn_pcidrv.c:17:
  139. /usr/src/linux/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
  140. In file included from /usr/src/linux/include/asm/smp.h:18,
  141.                  from /usr/src/linux/include/linux/smp.h:17,
  142.                  from /usr/src/linux/include/linux/sched.h:23,
  143.                  from /usr/src/linux/include/linux/module.h:10,
  144.                  from /usr/src/linux/include/linux/device.h:21,
  145.                  from /usr/src/linux/include/linux/pci.h:350,
  146.                  from unicorn_pcidrv.c:17:
  147. /usr/src/linux/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)
  148. /usr/src/linux/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)
  149. /usr/src/linux/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)
  150. /usr/src/linux/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a function)
  151. /usr/src/linux/include/asm/mpspec.h:19: error: `MAX_APICS' undeclared here (not in a function)
  152. /usr/src/linux/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)
  153. /usr/src/linux/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
  154. /usr/src/linux/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
  155. /usr/src/linux/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
  156. /usr/src/linux/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)
  157. /usr/src/linux/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'
  158. /usr/src/linux/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'
  159. /usr/src/linux/include/asm/mpspec.h:50: error: `MAX_APICS' undeclared here (not in a function)
  160. In file included from /usr/src/linux/include/asm/smp.h:20,
  161.                  from /usr/src/linux/include/linux/smp.h:17,
  162.                  from /usr/src/linux/include/linux/sched.h:23,
  163.                  from /usr/src/linux/include/linux/module.h:10,
  164.                  from /usr/src/linux/include/linux/device.h:21,
  165.                  from /usr/src/linux/include/linux/pci.h:350,
  166.                  from unicorn_pcidrv.c:17:
  167. /usr/src/linux/include/asm/io_apic.h:160: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
  168. /usr/src/linux/include/asm/io_apic.h:160: error: conflicting types for `mp_irqs'
  169. /usr/src/linux/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'
  170. In file included from /usr/src/linux/include/linux/smp.h:17,
  171.                  from /usr/src/linux/include/linux/sched.h:23,
  172.                  from /usr/src/linux/include/linux/module.h:10,
  173.                  from /usr/src/linux/include/linux/device.h:21,
  174.                  from /usr/src/linux/include/linux/pci.h:350,
  175.                  from unicorn_pcidrv.c:17:
  176. /usr/src/linux/include/asm/smp.h:72:26: mach_apicdef.h: No such file or directory
  177. In file included from /usr/src/linux/include/linux/smp.h:17,
  178.                  from /usr/src/linux/include/linux/sched.h:23,
  179.                  from /usr/src/linux/include/linux/module.h:10,
  180.                  from /usr/src/linux/include/linux/device.h:21,
  181.                  from /usr/src/linux/include/linux/pci.h:350,
  182.                  from unicorn_pcidrv.c:17:
  183. /usr/src/linux/include/asm/smp.h: In function `hard_smp_processor_id':
  184. /usr/src/linux/include/asm/smp.h:76: warning: implicit declaration of function `GET_APIC_ID'
  185. In file included from /usr/src/linux/include/linux/irq.h:20,
  186.                  from /usr/src/linux/include/asm/hardirq.h:6,
  187.                  from /usr/src/linux/include/linux/interrupt.h:11,
  188.                  from unicorn_pcidrv.c:18:
  189. /usr/src/linux/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
  190. In file included from /usr/src/linux/include/asm/hardirq.h:6,
  191.                  from /usr/src/linux/include/linux/interrupt.h:11,
  192.                  from unicorn_pcidrv.c:18:
  193. /usr/src/linux/include/linux/irq.h: At top level:
  194. /usr/src/linux/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)
  195. In file included from /usr/src/linux/include/linux/irq.h:72,
  196.                  from /usr/src/linux/include/asm/hardirq.h:6,
  197.                  from /usr/src/linux/include/linux/interrupt.h:11,
  198.                  from unicorn_pcidrv.c:18:
  199. /usr/src/linux/include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
  200. /usr/src/linux/include/asm/hw_irq.h:31: error: `NR_IRQS' undeclared here (not in a function)
  201. make[1]: *** [unicorn_pcidrv.o] Erreur 1
  202. make[1]: Leaving directory `/root/unicorn/unicorn_pci'
  203. make[1]: Entering directory `/root/unicorn/unicorn_atm'
  204. make[1]: *** Pas de règle pour fabriquer la cible « all ». Arrêt.
  205. make[1]: Leaving directory `/root/unicorn/unicorn_atm'
  206. make: *** [all_drivers] Erreur 2

n°431136
Tomate
Posté le 13-03-2004 à 15:29:47  profilanswer
 

je sais po si ca compile pour un 2.6


---------------
:: Light is Right ::
n°431141
Kyle
Posté le 13-03-2004 à 15:31:03  profilanswer
 

arf, alors y a rien a faire ?

n°431144
Tomate
Posté le 13-03-2004 à 15:31:28  profilanswer
 

Kyle a écrit :

arf, alors y a rien a faire ?

bah je sais pas
 
regarde ds le README s il est prevu pour le 2.6


---------------
:: Light is Right ::
n°431148
Kyle
Posté le 13-03-2004 à 15:33:35  profilanswer
 

le changelog de la version 0.7.5 :
 
Version 0.7.5:
- Fixes for compile problems on newer kernels (versions 2.4.23, 2.6.0).
 
Donc ca doit etre bon !

n°431151
Tomate
Posté le 13-03-2004 à 15:35:45  profilanswer
 

Kyle a écrit :

le changelog de la version 0.7.5 :
 
Version 0.7.5:
- Fixes for compile problems on newer kernels (versions 2.4.23, 2.6.0).
 
Donc ca doit etre bon !

bon
 
tu as bien les src du kernel ??
les src de la version sur laquelle tu as booté ?


---------------
:: Light is Right ::
n°431154
Kyle
Posté le 13-03-2004 à 15:36:21  profilanswer
 

tomate77 a écrit :

bon
 
tu as bien les src du kernel ??
les src de la version sur laquelle tu as booté ?


 
oui

n°431156
Tomate
Posté le 13-03-2004 à 15:36:59  profilanswer
 

bah la [:mrbrelle]


---------------
:: Light is Right ::
mood
Publicité
Posté le 13-03-2004 à 15:36:59  profilanswer
 

n°431157
Kyle
Posté le 13-03-2004 à 15:37:20  profilanswer
 

bon je reessai :)

n°431158
Tomate
Posté le 13-03-2004 à 15:39:20  profilanswer
 

Kyle a écrit :

bon je reessai :)

oue fo faire le menage
 
bon deja t as modifié le Makefile ?


---------------
:: Light is Right ::
n°431161
Kyle
Posté le 13-03-2004 à 15:46:20  profilanswer
 

tomate77 a écrit :

oue fo faire le menage
 
bon deja t as modifié le Makefile ?


 
heu, non...

n°431162
Tomate
Posté le 13-03-2004 à 15:48:53  profilanswer
 

Kyle a écrit :


 
heu, non...

t as une bewan pci st ??
 
donc pas besoin de compiler les trucs pour l usb :p


---------------
:: Light is Right ::
n°431164
Kyle
Posté le 13-03-2004 à 15:50:15  profilanswer
 

tomate77 a écrit :

t as une bewan pci st ??
 
donc pas besoin de compiler les trucs pour l usb :p


 
arf si en fait je l'avai modifié :D
 
j'avai donc remplacer le "usb" par "pci"

n°431169
sickboyfr
Posté le 13-03-2004 à 15:58:58  profilanswer
 

Code :
  1. /usr/include/linux/modversions.h:1:2: #error "======================================================="
  2.   /usr/include/linux/modversions.h:2:2: #error "You should not include /usr/include/{linux,asm}/ header"
  3.   /usr/include/linux/modversions.h:3:2: #error "files directly for the compilation of kernel modules."
  4.   /usr/include/linux/modversions.h:4:2: #error ""
  5.   /usr/include/linux/modversions.h:5:2: #error "glibc now uses kernel header files from a well-defined"
  6.   /usr/include/linux/modversions.h:6:2: #error "working kernel version (as recommended by Linus Torvalds)"
  7.   /usr/include/linux/modversions.h:7:2: #error "These files are glibc internal and may not match the"
  8.   /usr/include/linux/modversions.h:8:2: #error "currently running kernel. They should only be"
  9.   /usr/include/linux/modversions.h:9:2: #error "included via other system header files - user space"
  10.   /usr/include/linux/modversions.h:10:2: #error "programs should not directly include <linux/*.h> or"
  11.   /usr/include/linux/modversions.h:11:2: #error "<asm/*.h> as well."
  12.   /usr/include/linux/modversions.h:12:2: #error ""
  13.   /usr/include/linux/modversions.h:13:2: #error "To build kernel modules please do the following:"
  14.   /usr/include/linux/modversions.h:14:2: #error ""
  15.   /usr/include/linux/modversions.h:15:2: #error " o Have the kernel sources installed"
  16.   /usr/include/linux/modversions.h:16:2: #error ""
  17.   /usr/include/linux/modversions.h:17:2: #error " o Make sure that the symbolic link"
  18.   /usr/include/linux/modversions.h:18:2: #error "   /lib/modules/`uname -r`/build exists and points to"
  19.   /usr/include/linux/modversions.h:19:2: #error "   the matching kernel source directory"
  20.   /usr/include/linux/modversions.h:20:2: #error ""
  21.   /usr/include/linux/modversions.h:21:2: #error " o Now copy /boot/vmlinuz.version.h to"
  22.   /usr/include/linux/modversions.h:22:2: #error "   /lib/modules/`uname -r`/build/include/linux/version.h"
  23.   /usr/include/linux/modversions.h:23:2: #error ""
  24.   /usr/include/linux/modversions.h:24:2: #error " o When compiling, make sure to use the following"
  25.   /usr/include/linux/modversions.h:25:2: #error "   compiler option to use the correct include files:"
  26.   /usr/include/linux/modversions.h:26:2: #error ""
  27.   /usr/include/linux/modversions.h:27:2: #error "   -I/lib/modules/`uname -r`/build/include"
  28.   /usr/include/linux/modversions.h:28:2: #error ""
  29.   /usr/include/linux/modversions.h:29:2: #error "   instead of"
  30.   /usr/include/linux/modversions.h:30:2: #error ""
  31.   /usr/include/linux/modversions.h:31:2: #error "   -I/usr/include/linux"
  32.   /usr/include/linux/modversions.h:32:2: #error ""
  33.   /usr/include/linux/modversions.h:33:2: #error "   Please adjust the Makefile accordingly."
  34.   /usr/include/linux/modversions.h:34:2: #error "======================================================="


 
tu as essayé de le faire ?
 
enfin moi je dis ca... :D

n°431181
Tomate
Posté le 13-03-2004 à 16:12:35  profilanswer
 

Kyle a écrit :


 
arf si en fait je l'avai modifié :D
 
j'avai donc remplacer le "usb" par "pci"

:ouch:  :non:  
 
nan fo juste virer usb :o


---------------
:: Light is Right ::
n°431183
Tomate
Posté le 13-03-2004 à 16:13:18  profilanswer
 

sickboyfr a écrit :

Code :
  1. /usr/include/linux/modversions.h:1:2: #error "======================================================="
  2.   /usr/include/linux/modversions.h:2:2: #error "You should not include /usr/include/{linux,asm}/ header"
  3.   /usr/include/linux/modversions.h:3:2: #error "files directly for the compilation of kernel modules."
  4.   /usr/include/linux/modversions.h:4:2: #error ""
  5.   /usr/include/linux/modversions.h:5:2: #error "glibc now uses kernel header files from a well-defined"
  6.   /usr/include/linux/modversions.h:6:2: #error "working kernel version (as recommended by Linus Torvalds)"
  7.   /usr/include/linux/modversions.h:7:2: #error "These files are glibc internal and may not match the"
  8.   /usr/include/linux/modversions.h:8:2: #error "currently running kernel. They should only be"
  9.   /usr/include/linux/modversions.h:9:2: #error "included via other system header files - user space"
  10.   /usr/include/linux/modversions.h:10:2: #error "programs should not directly include <linux/*.h> or"
  11.   /usr/include/linux/modversions.h:11:2: #error "<asm/*.h> as well."
  12.   /usr/include/linux/modversions.h:12:2: #error ""
  13.   /usr/include/linux/modversions.h:13:2: #error "To build kernel modules please do the following:"
  14.   /usr/include/linux/modversions.h:14:2: #error ""
  15.   /usr/include/linux/modversions.h:15:2: #error " o Have the kernel sources installed"
  16.   /usr/include/linux/modversions.h:16:2: #error ""
  17.   /usr/include/linux/modversions.h:17:2: #error " o Make sure that the symbolic link"
  18.   /usr/include/linux/modversions.h:18:2: #error "   /lib/modules/`uname -r`/build exists and points to"
  19.   /usr/include/linux/modversions.h:19:2: #error "   the matching kernel source directory"
  20.   /usr/include/linux/modversions.h:20:2: #error ""
  21.   /usr/include/linux/modversions.h:21:2: #error " o Now copy /boot/vmlinuz.version.h to"
  22.   /usr/include/linux/modversions.h:22:2: #error "   /lib/modules/`uname -r`/build/include/linux/version.h"
  23.   /usr/include/linux/modversions.h:23:2: #error ""
  24.   /usr/include/linux/modversions.h:24:2: #error " o When compiling, make sure to use the following"
  25.   /usr/include/linux/modversions.h:25:2: #error "   compiler option to use the correct include files:"
  26.   /usr/include/linux/modversions.h:26:2: #error ""
  27.   /usr/include/linux/modversions.h:27:2: #error "   -I/lib/modules/`uname -r`/build/include"
  28.   /usr/include/linux/modversions.h:28:2: #error ""
  29.   /usr/include/linux/modversions.h:29:2: #error "   instead of"
  30.   /usr/include/linux/modversions.h:30:2: #error ""
  31.   /usr/include/linux/modversions.h:31:2: #error "   -I/usr/include/linux"
  32.   /usr/include/linux/modversions.h:32:2: #error ""
  33.   /usr/include/linux/modversions.h:33:2: #error "   Please adjust the Makefile accordingly."
  34.   /usr/include/linux/modversions.h:34:2: #error "======================================================="


 
tu as essayé de le faire ?
 
enfin moi je dis ca... :D

s il boot sur la meme version ke les src du kernel c est deja bon


---------------
:: Light is Right ::
n°431193
sickboyfr
Posté le 13-03-2004 à 16:18:59  profilanswer
 

enfin, je disait ca comme ça, parce que pour moi, message d'erreur => y l'erreur :D (le makefile non?)

n°431234
Kyle
Posté le 13-03-2004 à 16:44:39  profilanswer
 

J'ai fait les modifs mais je trouve pas ce fichier : /boot/vmlinuz.version.h :o

n°431235
Kyle
Posté le 13-03-2004 à 16:44:57  profilanswer
 

tomate77 a écrit :

:ouch:  :non:  
 
nan fo juste virer usb :o


 
ok :D

n°434266
Tomate
Posté le 18-03-2004 à 00:23:56  profilanswer
 

http://lea-linux.org/hardware/bewan_pcist.php3
 
il y a les fichiers de conf a la fin ;)


---------------
:: Light is Right ::
n°434277
Tomate
Posté le 18-03-2004 à 00:36:46  profilanswer
 

84mickael a écrit :

Il suffit donc que je crée les fichiers en faisant un copié collé c ça ?  :)  

:jap:


---------------
:: Light is Right ::
n°434490
Tomate
Posté le 18-03-2004 à 12:23:57  profilanswer
 

bah installes le pppd patché comme expliqué ds la page de lea-linux ;)


---------------
:: Light is Right ::
n°443270
Goon
Posté le 28-03-2004 à 21:27:28  profilanswer
 

Bon j'ai réussi à compiler les drivers sur un kernel 2.6.4 Quand je branche mon modem (USB) les modules s'insèrent bien, une interface dsl0 est créée mais je n'ai pas accès à Internet (elle ne récupère pas d'IP). Je suis chez Télé2. Par ailleurs le modem surcharge dmesg de messages d'erreur. Où elle est mon erreur justement ?

n°443299
Goon
Posté le 28-03-2004 à 21:55:43  profilanswer
 

Tiens, j'ai pas de module pppoatm. C'est de base dans le kernel ? J'ai rien vu...

n°443882
sickboyfr
Posté le 29-03-2004 à 18:41:26  profilanswer
 

sous mandrake 10 faut faire un:
urpmi ppp-pppoatm

n°444140
Sagittariu​s
Posté le 29-03-2004 à 21:52:20  profilanswer
 

84mickael a écrit :

mais les fichiers à configurer sont introuvables :
/etc/ppp/pap-secrets  
/etc/ppp/chap-secrets
/etc/ppp/options  


 
C'est normal, il faut les créer de toute pièce.
 
Enfin, je ne sais pas si vous l'avez déjà remarqué, mais pour les utilisateurs mdk, il existe désormais des paquetages tout prêts qui fonctionnent parfaitement.
 
http://213.41.156.92/bewan/bewanrpmsmdk.html


Message édité par Sagittarius le 30-03-2004 à 01:26:54
n°447029
teagle
¤--ð Free My MiND ð--¤
Posté le 01-04-2004 à 17:33:39  profilanswer
 

Après un passage par une connexion pppoe avec un modem externe ethernet instable comme tout... retour au source!
Noyau: 2.6.4
Driver: 0.8.7
Compil nickel. Tourne sans soucis.  :)

n°458231
Uraeus_13
Posté le 17-04-2004 à 15:38:00  profilanswer
 

Salut à tous!
 
Débutant sous Linux avec une Mandrake Community 10.0, je lutte depuis 1 semaine pour configurer mon bewan pci st.
J'ai suivi le tutoriel de Faust (adapté pour les besoins des drivers 0.8.7) pour du pppoatm, sans résultat.
J'ai donc tenté un tuto de trustonme.net (http://www.trustonme.net/didacticiels/?rub=184), avec une légère amélioration.
Mon problème :
modprobe unicorn_pci_atm me donne FATAL, sous prétexte que le module utilise des symboles inconnus, et me dit de consulter demsg pour plus d'infos.
Demsg me donne "disagrees about version of symbol" puis "unknown symbol" pour les items suivants :  
per_cpu_softnet_data
___pskb_trim
shutdown_atm_dev
skb_over_panic
atm_dev_register
alloc_skb
atm_charge
__free_skb
 
Je n’ai aucune idée de ce que ça veut dire et comment  y remédier.
Merci d'avance pour votre aide

n°458503
Tomate
Posté le 18-04-2004 à 00:30:24  profilanswer
 

tu as mis les bonnes choses dans le kernel ??
 
sinon : http://lea-linux.org/hardware/bewan_pcist.php3


---------------
:: Light is Right ::
n°458557
Uraeus_13
Posté le 18-04-2004 à 11:08:01  profilanswer
 

J'avais déjà trouvé ce tuto et j'ai suivi les manips sur le kernel.
Une manip du genre lsmod permet-elle de vérifier que les modules désirés sont bien chargés? Sinon, comment fait-on, et quels sont les modules nécessaires?

n°458603
Tomate
Posté le 18-04-2004 à 12:55:36  profilanswer
 

Uraeus_13 a écrit :

J'avais déjà trouvé ce tuto et j'ai suivi les manips sur le kernel.
Une manip du genre lsmod permet-elle de vérifier que les modules désirés sont bien chargés? Sinon, comment fait-on, et quels sont les modules nécessaires?

nan mais deja tu as une mdk, as tu booté sur le kernel que tu devrais avoir configuré ??


---------------
:: Light is Right ::
n°458722
Uraeus_13
Posté le 18-04-2004 à 16:13:23  profilanswer
 

Une partie du problème vient peut être de là  :sarcastic:  
Pour booter sur le bon noyau il faut toucher à lilo.boot avec une mdk, c'est ça?
Je tente ça pour voir, de toute façons j'ai rien à perdre...

n°458726
Tomate
Posté le 18-04-2004 à 16:26:00  profilanswer
 

Uraeus_13 a écrit :

Une partie du problème vient peut être de là  :sarcastic:  
Pour booter sur le bon noyau il faut toucher à lilo.boot avec une mdk, c'est ça?
Je tente ça pour voir, de toute façons j'ai rien à perdre...

il faut surtout ke tu ai les src du kernel, le configures comme il fo, le compile et l installe et enfin booter dessus evidemment ;)

n°458741
Uraeus_13
Posté le 18-04-2004 à 17:06:12  profilanswer
 

Les src, je les ai, j'ai configuré le noyau comme il faut, j'ai compilé (3 plombes à regarder des messages que je ne comprends pas...). Par contre pour booter dessus, je sèche. J'ai trouvé des manips dans mes bouquins, je suppose que c'est ça, alors je vais essayer dès ce soir.

n°458756
Tomate
Posté le 18-04-2004 à 17:26:59  profilanswer
 

Uraeus_13 a écrit :

Les src, je les ai, j'ai configuré le noyau comme il faut, j'ai compilé (3 plombes à regarder des messages que je ne comprends pas...). Par contre pour booter dessus, je sèche. J'ai trouvé des manips dans mes bouquins, je suppose que c'est ça, alors je vais essayer dès ce soir.

c est simple pour installer ton nouveau kernel : make install ds /usr/src/linux
 
puis refais un coup de : lilo
pour etre sur :D
 
kan tu redemarre verifie que tu as bien la bonne version du kernel : uname -a doit te donner la meme chose que la version des src


---------------
:: Light is Right ::
n°458780
Uraeus_13
Posté le 18-04-2004 à 18:29:33  profilanswer
 

ok, merci. Je teste de ce pas.

n°458890
Uraeus_13
Posté le 18-04-2004 à 22:15:11  profilanswer
 

Bon, visiblement, j'ai supprimé un peu trop de choses dans le noyau parce que le boot me donne un kernel panic en moins de 3 secondes. Et vu le temps que les modules mettent à compiler, je ré-essaye pas de sitôt.
La bonne nouvelle, c'est que sur l'ancien noyau (qui est toujours là) a bien tous les "ppp" activés (vérifié avec make menuconfig).
Donc le problème ne vient pas de là. Retour à la case départ. Snif!

n°458906
Tomate
Posté le 18-04-2004 à 22:49:31  profilanswer
 

bon fo ke tu compiles les drivers de la bewan avec les src du kernel de la bonne version, cad : la meme version ke le kernel booté


---------------
:: Light is Right ::
n°458932
Uraeus_13
Posté le 18-04-2004 à 23:22:33  profilanswer
 

Ca, c'est déjà fait.
ça se compile, mais c'est au chargement du module par "modprobe" que ça foire.
Cf. mon premier post.

mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5  ..  19  20  21  22  23  24

Aller à :
Ajouter une réponse
 

Sujets relatifs
[ADSL LINUX] pptp ou pppoeProbleme PengAOL et Elsa ISDN PCI , HELPPPPPPPPPPPPPPPPP !!
[ADSL usb]Je suis une merde interplanétaireSNF --> Besoin d'aide pour configurer l'ADSL
partage ADSL sous e--smith[nux] carte pci bewan adsl (pas st), y'a des drv pour linux ?
adsl > howtoAdsl +linux mandrake 7.1
Pb Linux : Connection adsl réussie mais browser trouve pas l'acces !! 
Plus de sujets relatifs à : Le topic Bewan ADSL PCI ST !!!


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR