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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Pb driver Zaptel 1.4.x and Mandriva 2008

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Pb driver Zaptel 1.4.x and Mandriva 2008

n°963874
kafifi
Posté le 14-10-2007 à 21:02:13  profilanswer
 

Bonsoir
Depuis que je suis passé de Mandriva 2007 à 2008.0, je n'arrive plus à reconnaitre ma carte Digium TDM400P
Impossible de charger le pilote :
 

Code :
  1. root@localhost zaptel]# modprobe wctdm
  2. FATAL: Module wctdm not found.
  3. FATAL: Error running install command for wctdm
  4. [root@localhost zaptel]#


Pourtant, j'utilise toujours le même script d'install (./configure, make and make install), et le hardware n'a pas changé ! Pourriez-vous m'aider à trouver le pb ?
MERCI D'AVANCE !
 
J'ai trouvé ceci dans le log de make install :

Code :
  1. WARNING: Symbol version dump /usr/src/linux-2.6.22.9-1mdv/Module.symvers
  2.            is missing; modules will have no dependencies and modversions.


 
Voici l'ensemble des logs :
 
./configure

Code :
  1. [root@localhost zaptel]# ./configure
  2. checking for gcc... gcc
  3. checking for C compiler default output file name... a.out
  4. checking whether the C compiler works... yes
  5. checking whether we are cross compiling... no
  6. checking for suffix of executables...
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking how to run the C preprocessor... gcc -E
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking whether ln -s works... yes
  14. checking for GNU make... make
  15. checking for grep... /bin/grep
  16. checking for sh... /bin/sh
  17. checking for ln... /bin/ln
  18. checking for wget... /usr/bin/wget
  19. checking for grep that handles long lines and -e... (cached) /bin/grep
  20. checking for egrep... /bin/grep -E
  21. checking for ANSI C header files... yes
  22. checking for sys/types.h... yes
  23. checking for sys/stat.h... yes
  24. checking for stdlib.h... yes
  25. checking for string.h... yes
  26. checking for memory.h... yes
  27. checking for strings.h... yes
  28. checking for inttypes.h... yes
  29. checking for stdint.h... yes
  30. checking for unistd.h... yes
  31. checking for initscr in -lcurses... yes
  32. checking curses.h usability... yes
  33. checking curses.h presence... yes
  34. checking for curses.h... yes
  35. checking for initscr in -lncurses... yes
  36. checking for curses.h... (cached) yes
  37. checking for newtBell in -lnewt... no
  38. checking for usb_init in -lusb... no
  39. configure: creating ./config.status
  40. config.status: creating build_tools/menuselect-deps
  41. config.status: creating makeopts
  42. configure: *** Zaptel build successfully configured ***
  43. [root@localhost zaptel]#


 
make

Code :
  1. [root@localhost zaptel]# make
  2. make[1]: entrant dans le répertoire « /usr/src/zaptel-1.4.5.1/menuselect »
  3. checking build system type... i686-pc-linux-gnu
  4. checking host system type... i686-pc-linux-gnu
  5. checking for gcc... gcc
  6. checking for C compiler default output file name... a.out
  7. checking whether the C compiler works... yes
  8. checking whether we are cross compiling... no
  9. checking for suffix of executables...
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking for GNU make... make
  15. checking for asprintf... yes
  16. checking for getloadavg... yes
  17. checking for setenv... yes
  18. checking for strcasestr... yes
  19. checking for strndup... yes
  20. checking for strnlen... yes
  21. checking for strsep... yes
  22. checking for strtoq... yes
  23. checking for unsetenv... yes
  24. checking for vasprintf... yes
  25. checking how to run the C preprocessor... gcc -E
  26. checking for grep that handles long lines and -e... /bin/grep
  27. checking for egrep... /bin/grep -E
  28. checking for ANSI C header files... yes
  29. checking for sys/types.h... yes
  30. checking for sys/stat.h... yes
  31. checking for stdlib.h... yes
  32. checking for string.h... yes
  33. checking for memory.h... yes
  34. checking for strings.h... yes
  35. checking for inttypes.h... yes
  36. checking for stdint.h... yes
  37. checking for unistd.h... yes
  38. checking for initscr in -lcurses... yes
  39. checking curses.h usability... yes
  40. checking curses.h presence... yes
  41. checking for curses.h... yes
  42. checking for initscr in -lncurses... yes
  43. checking for curses.h... (cached) yes
  44. configure: creating ./config.status
  45. config.status: creating makeopts
  46. config.status: creating autoconfig.h
  47. === configuring in mxml (/usr/src/zaptel-1.4.5.1/menuselect/mxml)
  48. configure: running /bin/sh ./configure --prefix=/usr/local  'CC=' 'LD=' 'AR=' 'CFLAGS=' 'LDFLAGS=' --cache-file=/dev/null --srcdir=.
  49. checking for gcc... gcc
  50. checking for C compiler default output file name... a.out
  51. checking whether the C compiler works... yes
  52. checking whether we are cross compiling... no
  53. checking for suffix of executables...
  54. checking for suffix of object files... o
  55. checking whether we are using the GNU C compiler... yes
  56. checking whether gcc accepts -g... yes
  57. checking for gcc option to accept ANSI C... none needed
  58. checking for g++... g++
  59. checking whether we are using the GNU C++ compiler... yes
  60. checking whether g++ accepts -g... yes
  61. checking for a BSD-compatible install... /usr/bin/install -c
  62. checking for ranlib... ranlib
  63. checking for ar... /usr/bin/ar
  64. checking for cp... /bin/cp
  65. checking for ln... /bin/ln
  66. checking for mkdir... /bin/mkdir
  67. checking for nroff... /usr/bin/nroff
  68. checking for rm... /bin/rm
  69. checking for strdup... yes
  70. checking for vsnprintf... yes
  71. configure: creating ./config.status
  72. config.status: creating Makefile
  73. config.status: creating mxml.list
  74. config.status: creating mxml.pc
  75. config.status: creating config.h
  76. configure: Menuselect build configuration successfully completed
  77. make[2]: entrant dans le répertoire « /usr/src/zaptel-1.4.5.1/menuselect »
  78. make[3]: entrant dans le répertoire « /usr/src/zaptel-1.4.5.1/menuselect/mxml »
  79. gcc -O -Wall   -c mxml-attr.c
  80. gcc -O -Wall   -c mxml-entity.c
  81. gcc -O -Wall   -c mxml-file.c
  82. gcc -O -Wall   -c mxml-index.c
  83. gcc -O -Wall   -c mxml-node.c
  84. gcc -O -Wall   -c mxml-search.c
  85. gcc -O -Wall   -c mxml-set.c
  86. gcc -O -Wall   -c mxml-private.c
  87. gcc -O -Wall   -c mxml-string.c
  88. /bin/rm -f libmxml.a
  89. /usr/bin/ar crvs libmxml.a mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o
  90. a - mxml-attr.o
  91. a - mxml-entity.o
  92. a - mxml-file.o
  93. a - mxml-index.o
  94. a - mxml-node.o
  95. a - mxml-search.o
  96. a - mxml-set.o
  97. a - mxml-private.o
  98. a - mxml-string.o
  99. ranlib libmxml.a
  100. make[3]: quittant le répertoire « /usr/src/zaptel-1.4.5.1/menuselect/mxml »
  101. gcc -Wall  -o menuselect.o -g -c -D_GNU_SOURCE menuselect.c
  102. gcc -Wall  -o menuselect_curses.o -g -c -D_GNU_SOURCE  menuselect_curses.c
  103. gcc -Wall  -o strcompat.o -g -c -D_GNU_SOURCE strcompat.c
  104. gcc -g -Wall -o menuselect menuselect.o menuselect_curses.o strcompat.o mxml/libmxml.a -lncurses
  105. make[2]: quittant le répertoire « /usr/src/zaptel-1.4.5.1/menuselect »
  106. make[1]: quittant le répertoire « /usr/src/zaptel-1.4.5.1/menuselect »
  107. Generating input for menuselect ...
  108. make[1]: entrant dans le répertoire « /usr/src/zaptel-1.4.5.1 »
  109. gcc -o gendigits gendigits.c -lm
  110. ./gendigits > tones.h
  111. gcc -o makefw makefw.c
  112. ./makefw tormenta2.rbt tor2fw > tor2fw.h
  113. Loaded 69900 bytes from file
  114. ./makefw pciradio.rbt radfw > radfw.h
  115. Loaded 42096 bytes from file
  116. make -C /lib/modules/2.6.22.9-desktop-1mdv/build SUBDIRS=/usr/src/zaptel-1.4.5.1 modules
  117. make[2]: entrant dans le répertoire « /usr/src/linux-2.6.22.9-1mdv »
  118.   WARNING: Symbol version dump /usr/src/linux-2.6.22.9-1mdv/Module.symvers
  119.            is missing; modules will have no dependencies and modversions.
  120.   CC [M]  /usr/src/zaptel-1.4.5.1/pciradio.o
  121. /usr/src/zaptel-1.4.5.1/pciradio.c: In function 'pciradio_remove_one':
  122. /usr/src/zaptel-1.4.5.1/pciradio.c:1865: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  123. /usr/src/zaptel-1.4.5.1/pciradio.c: In function 'pciradio_init_one':
  124. /usr/src/zaptel-1.4.5.1/pciradio.c:1786: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  125. /usr/src/zaptel-1.4.5.1/pciradio.c:1810: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  126. /usr/src/zaptel-1.4.5.1/pciradio.c:1822: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  127. /usr/src/zaptel-1.4.5.1/pciradio.c:1831: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  128.   CC [M]  /usr/src/zaptel-1.4.5.1/tor2.o
  129.   CC [M]  /usr/src/zaptel-1.4.5.1/torisa.o
  130.   CC [M]  /usr/src/zaptel-1.4.5.1/wcfxo.o
  131. /usr/src/zaptel-1.4.5.1/wcfxo.c: In function 'wcfxo_remove_one':
  132. /usr/src/zaptel-1.4.5.1/wcfxo.c:962: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  133. /usr/src/zaptel-1.4.5.1/wcfxo.c: In function 'wcfxo_init_one':
  134. /usr/src/zaptel-1.4.5.1/wcfxo.c:911: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  135.   CC [M]  /usr/src/zaptel-1.4.5.1/wct1xxp.o
  136. /usr/src/zaptel-1.4.5.1/wct1xxp.c: In function 't1xxp_remove_one':
  137. /usr/src/zaptel-1.4.5.1/wct1xxp.c:1373: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  138. /usr/src/zaptel-1.4.5.1/wct1xxp.c: In function 't1xxp_init_one':
  139. /usr/src/zaptel-1.4.5.1/wct1xxp.c:1310: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  140.   CC [M]  /usr/src/zaptel-1.4.5.1/wctdm.o
  141. /usr/src/zaptel-1.4.5.1/wctdm.c: In function 'wctdm_remove_one':
  142. /usr/src/zaptel-1.4.5.1/wctdm.c:2390: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  143. /usr/src/zaptel-1.4.5.1/wctdm.c: In function 'wctdm_init_one':
  144. /usr/src/zaptel-1.4.5.1/wctdm.c:2305: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  145. /usr/src/zaptel-1.4.5.1/wctdm.c:2320: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  146. /usr/src/zaptel-1.4.5.1/wctdm.c:2337: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  147. /usr/src/zaptel-1.4.5.1/wctdm.c:2350: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  148.   CC [M]  /usr/src/zaptel-1.4.5.1/wcte11xp.o
  149. /usr/src/zaptel-1.4.5.1/wcte11xp.c: In function 't1xxp_remove_one':
  150. /usr/src/zaptel-1.4.5.1/wcte11xp.c:1566: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  151. /usr/src/zaptel-1.4.5.1/wcte11xp.c: In function 't1xxp_init_one':
  152. /usr/src/zaptel-1.4.5.1/wcte11xp.c:1509: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  153.   CC [M]  /usr/src/zaptel-1.4.5.1/wcusb.o
  154.   CC [M]  /usr/src/zaptel-1.4.5.1/zaptel-base.o
  155.   LD [M]  /usr/src/zaptel-1.4.5.1/zaptel.o
  156.   CC [M]  /usr/src/zaptel-1.4.5.1/ztd-eth.o
  157.   CC [M]  /usr/src/zaptel-1.4.5.1/ztd-loc.o
  158.   CC [M]  /usr/src/zaptel-1.4.5.1/ztdummy.o
  159.   CC [M]  /usr/src/zaptel-1.4.5.1/ztdynamic.o
  160.   CC [M]  /usr/src/zaptel-1.4.5.1/zttranscode.o
  161.   CC [M]  /usr/src/zaptel-1.4.5.1/wcte12xp.o
  162. /usr/src/zaptel-1.4.5.1/wcte12xp.c: In function 'te12xp_remove_one':
  163. /usr/src/zaptel-1.4.5.1/wcte12xp.c:1989: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  164. /usr/src/zaptel-1.4.5.1/wcte12xp.c: In function 'te12xp_init_one':
  165. /usr/src/zaptel-1.4.5.1/wcte12xp.c:1927: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  166. /usr/src/zaptel-1.4.5.1/wcte12xp.c:1928: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  167. /usr/src/zaptel-1.4.5.1/wcte12xp.c:1942: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  168. /usr/src/zaptel-1.4.5.1/wcte12xp.c:1955: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  169.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/base.o
  170. /usr/src/zaptel-1.4.5.1/wct4xxp/base.c: In function 't4_remove_one':
  171. /usr/src/zaptel-1.4.5.1/wct4xxp/base.c:3827: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  172. /usr/src/zaptel-1.4.5.1/wct4xxp/base.c: In function 't4_init_one':
  173. /usr/src/zaptel-1.4.5.1/wct4xxp/base.c:3623: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  174. /usr/src/zaptel-1.4.5.1/wct4xxp/base.c:3623: attention : passing argument 1 of '__constant_c_memset' discards qualifiers from pointer target type
  175. /usr/src/zaptel-1.4.5.1/wct4xxp/base.c:3624: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  176. /usr/src/zaptel-1.4.5.1/wct4xxp/base.c:3624: attention : passing argument 1 of '__constant_c_memset' discards qualifiers from pointer target type
  177.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/vpm450m.o
  178.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_adpcm_chan.o
  179.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.o
  180.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_open.o
  181.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_chip_stats.o
  182.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_conf_bridge.o
  183.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_debug.o
  184.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_events.o
  185.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_interrupts.o
  186.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_memory.o
  187.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_miscellaneous.o
  188.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_mixer.o
  189.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_phasing_tsst.o
  190.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_playout_buf.o
  191.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_remote_debug.o
  192.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tlv.o
  193.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tone_detection.o
  194.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsi_cnct.o
  195.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/octdeviceapi/oct6100api/oct6100_api/oct6100_tsst.o
  196.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/apilib/bt/octapi_bt0.o
  197.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/apilib/largmath/octapi_largmath.o
  198.   CC [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/../oct612x/apilib/llman/octapi_llman.o
  199.   LD [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/wct4xxp.o
  200.   CC [M]  /usr/src/zaptel-1.4.5.1/wctc4xxp/base.o
  201. /usr/src/zaptel-1.4.5.1/wctc4xxp/base.c: In function 'wcdte_remove_one':
  202. /usr/src/zaptel-1.4.5.1/wctc4xxp/base.c:1814: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  203. /usr/src/zaptel-1.4.5.1/wctc4xxp/base.c: In function 'wcdte_init_one':
  204. /usr/src/zaptel-1.4.5.1/wctc4xxp/base.c:1588: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  205. /usr/src/zaptel-1.4.5.1/wctc4xxp/base.c:1589: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  206. /usr/src/zaptel-1.4.5.1/wctc4xxp/base.c:1696: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  207. /usr/src/zaptel-1.4.5.1/wctc4xxp/base.c:1710: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  208. /usr/src/zaptel-1.4.5.1/wctc4xxp/base.c:1732: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  209. /usr/src/zaptel-1.4.5.1/wctc4xxp/base.c:1746: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  210.   LD [M]  /usr/src/zaptel-1.4.5.1/wctc4xxp/wctc4xxp.o
  211.   CC [M]  /usr/src/zaptel-1.4.5.1/wctdm24xxp/base.o
  212. /usr/src/zaptel-1.4.5.1/wctdm24xxp/base.c: In function 'wctdm_remove_one':
  213. /usr/src/zaptel-1.4.5.1/wctdm24xxp/base.c:4116: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  214. /usr/src/zaptel-1.4.5.1/wctdm24xxp/base.c: In function 'wctdm_init_one':
  215. /usr/src/zaptel-1.4.5.1/wctdm24xxp/base.c:3990: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  216. /usr/src/zaptel-1.4.5.1/wctdm24xxp/base.c:3991: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  217. /usr/src/zaptel-1.4.5.1/wctdm24xxp/base.c:4003: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  218. /usr/src/zaptel-1.4.5.1/wctdm24xxp/base.c:4018: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  219. /usr/src/zaptel-1.4.5.1/wctdm24xxp/base.c:4032: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  220.   CC [M]  /usr/src/zaptel-1.4.5.1/wctdm24xxp/GpakCust.o
  221.   CC [M]  /usr/src/zaptel-1.4.5.1/wctdm24xxp/GpakApi.o
  222.   LD [M]  /usr/src/zaptel-1.4.5.1/wctdm24xxp/wctdm24xxp.o
  223. Compile xpp (version trunk-r4515)
  224.   CC [M]  /usr/src/zaptel-1.4.5.1/xpp/card_fxo.o
  225.   CC [M]  /usr/src/zaptel-1.4.5.1/xpp/card_fxs.o
  226.   CC [M]  /usr/src/zaptel-1.4.5.1/xpp/xbus-core.o
  227.   CC [M]  /usr/src/zaptel-1.4.5.1/xpp/xbus-sysfs.o
  228.   CC [M]  /usr/src/zaptel-1.4.5.1/xpp/xpp_zap.o
  229. /usr/src/zaptel-1.4.5.1/xpp/xpp_zap.c: In function 'xpp_receiveprep':
  230. /usr/src/zaptel-1.4.5.1/xpp/xpp_zap.c:1437: attention : passing argument 2 of '__constant_memcpy' discards qualifiers from pointer target type
  231. /usr/src/zaptel-1.4.5.1/xpp/xpp_zap.c: In function 'generic_card_pcm_tospan':
  232. /usr/src/zaptel-1.4.5.1/xpp/xpp_zap.c:357: attention : passing argument 1 of '__constant_memcpy' discards qualifiers from pointer target type
  233. /usr/src/zaptel-1.4.5.1/xpp/xpp_zap.c: In function 'xpd_alloc':
  234. /usr/src/zaptel-1.4.5.1/xpp/xpp_zap.c:985: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  235. /usr/src/zaptel-1.4.5.1/xpp/xpp_zap.c:985: attention : passing argument 1 of '__constant_c_memset' discards qualifiers from pointer target type
  236.   CC [M]  /usr/src/zaptel-1.4.5.1/xpp/xproto.o
  237.   CC [M]  /usr/src/zaptel-1.4.5.1/xpp/card_global.o
  238.   LD [M]  /usr/src/zaptel-1.4.5.1/xpp/xpp.o
  239.   LD [M]  /usr/src/zaptel-1.4.5.1/xpp/xpd_fxs.o
  240.   LD [M]  /usr/src/zaptel-1.4.5.1/xpp/xpd_fxo.o
  241.   CC [M]  /usr/src/zaptel-1.4.5.1/xpp/xpp_usb.o
  242.   Building modules, stage 2.
  243.   MODPOST 22 modules
  244.   CC      /usr/src/zaptel-1.4.5.1/pciradio.mod.o
  245.   LD [M]  /usr/src/zaptel-1.4.5.1/pciradio.ko
  246.   CC      /usr/src/zaptel-1.4.5.1/tor2.mod.o
  247.   LD [M]  /usr/src/zaptel-1.4.5.1/tor2.ko
  248.   CC      /usr/src/zaptel-1.4.5.1/torisa.mod.o
  249.   LD [M]  /usr/src/zaptel-1.4.5.1/torisa.ko
  250.   CC      /usr/src/zaptel-1.4.5.1/wcfxo.mod.o
  251.   LD [M]  /usr/src/zaptel-1.4.5.1/wcfxo.ko
  252.   CC      /usr/src/zaptel-1.4.5.1/wct1xxp.mod.o
  253.   LD [M]  /usr/src/zaptel-1.4.5.1/wct1xxp.ko
  254.   CC      /usr/src/zaptel-1.4.5.1/wct4xxp/wct4xxp.mod.o
  255.   LD [M]  /usr/src/zaptel-1.4.5.1/wct4xxp/wct4xxp.ko
  256.   CC      /usr/src/zaptel-1.4.5.1/wctc4xxp/wctc4xxp.mod.o
  257.   LD [M]  /usr/src/zaptel-1.4.5.1/wctc4xxp/wctc4xxp.ko
  258.   CC      /usr/src/zaptel-1.4.5.1/wctdm.mod.o
  259.   LD [M]  /usr/src/zaptel-1.4.5.1/wctdm.ko
  260.   CC      /usr/src/zaptel-1.4.5.1/wctdm24xxp/wctdm24xxp.mod.o
  261.   LD [M]  /usr/src/zaptel-1.4.5.1/wctdm24xxp/wctdm24xxp.ko
  262.   CC      /usr/src/zaptel-1.4.5.1/wcte11xp.mod.o
  263.   LD [M]  /usr/src/zaptel-1.4.5.1/wcte11xp.ko
  264.   CC      /usr/src/zaptel-1.4.5.1/wcte12xp.mod.o
  265.   LD [M]  /usr/src/zaptel-1.4.5.1/wcte12xp.ko
  266.   CC      /usr/src/zaptel-1.4.5.1/wcusb.mod.o
  267.   LD [M]  /usr/src/zaptel-1.4.5.1/wcusb.ko
  268.   CC      /usr/src/zaptel-1.4.5.1/xpp/xpd_fxo.mod.o
  269.   LD [M]  /usr/src/zaptel-1.4.5.1/xpp/xpd_fxo.ko
  270.   CC      /usr/src/zaptel-1.4.5.1/xpp/xpd_fxs.mod.o
  271.   LD [M]  /usr/src/zaptel-1.4.5.1/xpp/xpd_fxs.ko
  272.   CC      /usr/src/zaptel-1.4.5.1/xpp/xpp.mod.o
  273.   LD [M]  /usr/src/zaptel-1.4.5.1/xpp/xpp.ko
  274.   CC      /usr/src/zaptel-1.4.5.1/xpp/xpp_usb.mod.o
  275.   LD [M]  /usr/src/zaptel-1.4.5.1/xpp/xpp_usb.ko
  276.   CC      /usr/src/zaptel-1.4.5.1/zaptel.mod.o
  277.   LD [M]  /usr/src/zaptel-1.4.5.1/zaptel.ko
  278.   CC      /usr/src/zaptel-1.4.5.1/ztd-eth.mod.o
  279.   LD [M]  /usr/src/zaptel-1.4.5.1/ztd-eth.ko
  280.   CC      /usr/src/zaptel-1.4.5.1/ztd-loc.mod.o
  281.   LD [M]  /usr/src/zaptel-1.4.5.1/ztd-loc.ko
  282.   CC      /usr/src/zaptel-1.4.5.1/ztdummy.mod.o
  283.   LD [M]  /usr/src/zaptel-1.4.5.1/ztdummy.ko
  284.   CC      /usr/src/zaptel-1.4.5.1/ztdynamic.mod.o
  285.   LD [M]  /usr/src/zaptel-1.4.5.1/ztdynamic.ko
  286.   CC      /usr/src/zaptel-1.4.5.1/zttranscode.mod.o
  287.   LD [M]  /usr/src/zaptel-1.4.5.1/zttranscode.ko
  288. make[2]: quittant le répertoire « /usr/src/linux-2.6.22.9-1mdv »
  289. gcc -c -fPIC -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DBUILDING_TONEZONE -o zonedata.lo zonedata.c
  290. gcc -c -fPIC -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DBUILDING_TONEZONE -o tonezone.lo tonezone.c
  291. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -shared -Wl,-soname,libtonezone.so.1.0 -o libtonezone.so zonedata.lo tonezone.lo   -lm
  292. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\"   -c -o zonedata.o zonedata.c
  293. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\"   -c -o tonezone.o tonezone.c
  294. ar rcs libtonezone.a zonedata.o tonezone.o
  295. ranlib libtonezone.a
  296. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o fxotune.o -c fxotune.c
  297. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o fxotune fxotune.o  -lm
  298. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztcfg.o -c ztcfg.c
  299. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztcfg ztcfg.o libtonezone.a  -lm
  300. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztmonitor.o -c ztmonitor.c
  301. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o ztmonitor ztmonitor.o
  302. gcc  -o ztspeed.o -c ztspeed.c
  303. gcc  -o ztspeed ztspeed.o
  304. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o zttest.o -c zttest.c
  305. gcc -g -O2 -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -o zttest zttest.o
  306. make[2]: entrant dans le répertoire « /usr/src/zaptel-1.4.5.1/xpp/utils »
  307. for i in zt_registration xpp_sync lszaptel xpp_blink zapconf zaptel_hardware ../init_card_6_26 ../init_card_7_26; do perl -I./zconf -c $i || exit 1; done
  308. zt_registration syntax OK
  309. xpp_sync syntax OK
  310. lszaptel syntax OK
  311. xpp_blink syntax OK
  312. zapconf syntax OK
  313. zaptel_hardware syntax OK
  314. ../init_card_6_26 syntax OK
  315. ../init_card_7_26 syntax OK
  316. gcc -o print_modes -g -Wall  print_modes.c
  317. ./print_modes >init_fxo_modes
  318. pod2man --section 8 zt_registration > zt_registration.8 || rm -f zt_registration.8
  319. pod2man --section 8 xpp_sync > xpp_sync.8 || rm -f xpp_sync.8
  320. pod2man --section 8 lszaptel > lszaptel.8 || rm -f lszaptel.8
  321. pod2man --section 8 xpp_blink > xpp_blink.8 || rm -f xpp_blink.8
  322. pod2man --section 8 zapconf > zapconf.8 || rm -f zapconf.8
  323. pod2man --section 8 zaptel_hardware > zaptel_hardware.8 || rm -f zaptel_hardware.8
  324. make[2]: quittant le répertoire « /usr/src/zaptel-1.4.5.1/xpp/utils »
  325. make[1]: quittant le répertoire « /usr/src/zaptel-1.4.5.1 »
  326. [root@localhost zaptel]#


 
make install

Code :
  1. [root@localhost zaptel]# make install
  2. make[1]: entrant dans le répertoire « /usr/src/zaptel-1.4.5.1 »
  3. make -C /lib/modules/2.6.22.9-desktop-1mdv/build SUBDIRS=/usr/src/zaptel-1.4.5.1 modules
  4. make[2]: entrant dans le répertoire « /usr/src/linux-2.6.22.9-1mdv »
  5.   WARNING: Symbol version dump /usr/src/linux-2.6.22.9-1mdv/Module.symvers
  6.            is missing; modules will have no dependencies and modversions.
  7. Compile xpp (version trunk-r4515)
  8.   Building modules, stage 2.
  9.   MODPOST 22 modules
  10. make[2]: quittant le répertoire « /usr/src/linux-2.6.22.9-1mdv »
  11. make[2]: entrant dans le répertoire « /usr/src/zaptel-1.4.5.1/xpp/utils »
  12. for i in zt_registration xpp_sync lszaptel xpp_blink zapconf zaptel_hardware ../init_card_6_26 ../init_card_7_26; do perl -I./zconf -c $i || exit 1; done
  13. zt_registration syntax OK
  14. xpp_sync syntax OK
  15. lszaptel syntax OK
  16. xpp_blink syntax OK
  17. zapconf syntax OK
  18. zaptel_hardware syntax OK
  19. ../init_card_6_26 syntax OK
  20. ../init_card_7_26 syntax OK
  21. make[2]: quittant le répertoire « /usr/src/zaptel-1.4.5.1/xpp/utils »
  22. make[1]: quittant le répertoire « /usr/src/zaptel-1.4.5.1 »
  23. install -d /etc/udev/rules.d
  24. build_tools/genudevrules > /etc/udev/rules.d/zaptel.rules
  25. for x in pciradio.ko tor2.ko torisa.ko wcfxo.ko wct1xxp.ko wctdm.ko wcte11xp.ko wcusb.ko zaptel.ko ztd-eth.ko ztd-loc.ko ztdummy.ko ztdynamic.ko zttranscode.ko wcte12xp.ko wct4xxp/wct4xxp.ko wctc4xxp/wctc4xxp.ko wctdm24xxp/wctdm24xxp.ko xpp/xpp_usb.ko xpp/xpd_fxo.ko xpp/xpd_fxs.ko xpp/xpp.ko; do \
  26.                 rm -f /lib/modules/2.6.22.9-desktop-1mdv/extra/$x ; \
  27.                 rm -f /lib/modules/2.6.22.9-desktop-1mdv/misc/$x ; \
  28.                 rm -f /lib/modules/2.6.22.9-desktop-1mdv/zaptel/$x ; \
  29.         done;
  30. make -C /lib/modules/2.6.22.9-desktop-1mdv/build SUBDIRS=/usr/src/zaptel-1.4.5.1 INSTALL_MOD_PATH= INSTALL_MOD_DIR=misc modules_install
  31. make[1]: entrant dans le répertoire « /usr/src/linux-2.6.22.9-1mdv »
  32.   INSTALL /usr/src/zaptel-1.4.5.1/pciradio.ko
  33.   INSTALL /usr/src/zaptel-1.4.5.1/tor2.ko
  34.   INSTALL /usr/src/zaptel-1.4.5.1/torisa.ko
  35.   INSTALL /usr/src/zaptel-1.4.5.1/wcfxo.ko
  36.   INSTALL /usr/src/zaptel-1.4.5.1/wct1xxp.ko
  37.   INSTALL /usr/src/zaptel-1.4.5.1/wct4xxp/wct4xxp.ko
  38.   INSTALL /usr/src/zaptel-1.4.5.1/wctc4xxp/wctc4xxp.ko
  39.   INSTALL /usr/src/zaptel-1.4.5.1/wctdm.ko
  40.   INSTALL /usr/src/zaptel-1.4.5.1/wctdm24xxp/wctdm24xxp.ko
  41.   INSTALL /usr/src/zaptel-1.4.5.1/wcte11xp.ko
  42.   INSTALL /usr/src/zaptel-1.4.5.1/wcte12xp.ko
  43.   INSTALL /usr/src/zaptel-1.4.5.1/wcusb.ko
  44.   INSTALL /usr/src/zaptel-1.4.5.1/xpp/xpd_fxo.ko
  45.   INSTALL /usr/src/zaptel-1.4.5.1/xpp/xpd_fxs.ko
  46.   INSTALL /usr/src/zaptel-1.4.5.1/xpp/xpp.ko
  47.   INSTALL /usr/src/zaptel-1.4.5.1/xpp/xpp_usb.ko
  48.   INSTALL /usr/src/zaptel-1.4.5.1/zaptel.ko
  49.   INSTALL /usr/src/zaptel-1.4.5.1/ztd-eth.ko
  50.   INSTALL /usr/src/zaptel-1.4.5.1/ztd-loc.ko
  51.   INSTALL /usr/src/zaptel-1.4.5.1/ztdummy.ko
  52.   INSTALL /usr/src/zaptel-1.4.5.1/ztdynamic.ko
  53.   INSTALL /usr/src/zaptel-1.4.5.1/zttranscode.ko
  54.   DEPMOD  2.6.22.9-1mdvcustom
  55. make[1]: quittant le répertoire « /usr/src/linux-2.6.22.9-1mdv »
  56. [ `id -u` = 0 ] && /sbin/depmod -a 2.6.22.9-desktop-1mdv || :
  57. make[1]: entrant dans le répertoire « /usr/src/zaptel-1.4.5.1/xpp/utils »
  58. for i in zt_registration xpp_sync lszaptel xpp_blink zapconf zaptel_hardware ../init_card_6_26 ../init_card_7_26; do perl -I./zconf -c $i || exit 1; done
  59. zt_registration syntax OK
  60. xpp_sync syntax OK
  61. lszaptel syntax OK
  62. xpp_blink syntax OK
  63. zapconf syntax OK
  64. zaptel_hardware syntax OK
  65. ../init_card_6_26 syntax OK
  66. ../init_card_7_26 syntax OK
  67. make[1]: quittant le répertoire « /usr/src/zaptel-1.4.5.1/xpp/utils »
  68. make[1]: entrant dans le répertoire « /usr/src/zaptel-1.4.5.1/xpp/utils »
  69. for i in zt_registration xpp_sync lszaptel xpp_blink zapconf zaptel_hardware ../init_card_6_26 ../init_card_7_26; do perl -I./zconf -c $i || exit 1; done
  70. zt_registration syntax OK
  71. xpp_sync syntax OK
  72. lszaptel syntax OK
  73. xpp_blink syntax OK
  74. zapconf syntax OK
  75. zaptel_hardware syntax OK
  76. ../init_card_6_26 syntax OK
  77. ../init_card_7_26 syntax OK
  78. /usr/bin/install -c -d /usr/sbin
  79. /usr/bin/install -c genzaptelconf zt_registration xpp_sync lszaptel xpp_blink zapconf zaptel_hardware  /usr/sbin/
  80. /usr/bin/install -c -d /usr/share/zaptel
  81. /usr/bin/install -c -m 644 ../firmwares/FPGA_1141.hex ../firmwares/FPGA_1151.hex ../firmwares/FPGA_FXS.hex ../firmwares/USB_1130.hex ../firmwares/USB_1140.hex ../firmwares/USB_1150.hex init_fxo_modes /usr/share/zaptel/
  82. /usr/bin/install -c ../init_card_3_26 ../init_card_4_26 ../init_card_6_26 ../init_card_7_26 ../calibrate_slics xpp_fxloader /usr/share/zaptel/
  83. /usr/bin/install -c astribank_hook /usr/share/zaptel/
  84. /usr/bin/install -c -d /usr/share/man/man8
  85. /usr/bin/install -c -m 644 genzaptelconf.8 zt_registration.8 xpp_sync.8 lszaptel.8 xpp_blink.8 zapconf.8 zaptel_hardware.8 /usr/share/man/man8/
  86. /usr/bin/install -c -d /etc/hotplug/usb
  87. /usr/bin/install -c -m 644 xpp_fxloader.usermap /etc/hotplug/usb/
  88. # for backward compatibility and for hotplug users:
  89. ln -sf /usr/share/zaptel/xpp_fxloader /etc/hotplug/usb/
  90. /usr/bin/install -c -d /etc/udev/rules.d
  91. /usr/bin/install -c -m 644 xpp.rules /etc/udev/rules.d/
  92. /usr/bin/install -c -d /usr/lib/perl5/site_perl/5.8.8
  93. for i in Zaptel Zaptel/Xpp Zaptel/Config Zaptel/Hardware; \
  94.         do \
  95.                 /usr/bin/install -c -d "/usr/lib/perl5/site_perl/5.8.8/$i"; \
  96.         done
  97. for i in Zaptel.pm Zaptel/Chans.pm Zaptel/Hardware.pm Zaptel/Span.pm Zaptel/Xpp.pm Zaptel/Xpp/Xbus.pm Zaptel/Xpp/Xpd.pm Zaptel/Config/Defaults.pm Zaptel/Hardware/PCI.pm Zaptel/Hardware/USB.pm; \
  98.         do \
  99.                 /usr/bin/install -c -m 644 "zconf/$i" "/usr/lib/perl5/site_perl/5.8.8/$i"; \
  100.         done
  101. make[1]: quittant le répertoire « /usr/src/zaptel-1.4.5.1/xpp/utils »
  102. install -d /sbin
  103. install  fxotune ztcfg ztmonitor ztspeed zttest /sbin/
  104. install -d /usr/share/man/man8
  105. install -m 644 doc/fxotune.8 doc/ztcfg.8 doc/ztmonitor.8 doc/ztspeed.8 doc/zttest.8 /usr/share/man/man8/
  106. /usr/bin/install -c -D -m 644 zaptel.conf.sample /etc/zaptel.conf
  107. /usr/bin/install -c -D -m 755 libtonezone.a /usr/lib/libtonezone.a
  108. /usr/bin/install -c -D -m 755 libtonezone.so /usr/lib/libtonezone.so.1.0
  109. if [ `id -u` = 0 ]; then \
  110.                 /sbin/ldconfig || : ;\
  111.         fi
  112. rm -f /usr/liblibtonezone.so
  113. /bin/ln -sf libtonezone.so.1.0 \
  114.                 /usr/lib/libtonezone.so.1
  115. /bin/ln -sf libtonezone.so.1.0 \
  116.                 /usr/lib/libtonezone.so
  117. if [ -x /usr/sbin/sestatus ] && (/usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled" ); then /sbin/restorecon -v /usr/lib/libtonezone.so; fi
  118. /usr/bin/install -c -D -m 644 tonezone.h /usr/include/zaptel/tonezone.h
  119. /usr/bin/install -c -D -m 644 zaptel.h /usr/include/zaptel/zaptel.h
  120. ###################################################
  121. ###
  122. ### Zaptel installed successfully.
  123. ### If you have not done so before, install init scripts with:
  124. ###
  125. ###   make config
  126. ###
  127. ###################################################
  128. [root@localhost zaptel]#

mood
Publicité
Posté le 14-10-2007 à 21:02:13  profilanswer
 

n°963881
mikala
Souviens toi du 5 Novembre...
Posté le 14-10-2007 à 21:15:59  profilanswer
 

je pense que cela va te plaire :

[mikala@epiche ~]$ urpmq -i dkms-zaptel
Name        : dkms-zaptel
Version     : 1.4.5.1
Release     : 3mdv2008.0
Group       : System/Kernel and hardware
Size        : 6719538                      Architecture: i586
Source RPM  : zaptel-1.4.5.1-3mdv2008.0.src.rpm   Build Host: n2.mandriva.com
Packager    : Olivier Blin <oblin@mandriva.com>
URL         : http://www.asterisk.org/
Summary     : Kernel drivers for the Zapata Telephony Interface
Description :
 
Kernel drivers for the Zapata Telephony Interfaces:
 
 o tor2 - T400P - Quad Span T1 Card
          E400P - Quad Span E1 Card
 o wcfxo - X100P/X101P - Single port FXO interface
 o wctdm - TDM400P - Modular FXS/FXO interface (1-4 ports)
 o zaptel - Zapata Telephony Interface
 o torisa - Old Tormenta1 ISA Card
 o ztdummy - UHCI USB Zaptel Timing Only Interface
 o xpp_usb - XPP USB Driver
 o xpd_fxo - XPP FXO Card Driver
 o xpd_fxs - XPP FXS Card Driver
 o wct4xxp - TE405P - Quad Span T1/E1 Card (5v version)
             TE410P - Quad Span T1/E1 Card (3.3v version)
 o wct1xxp - T100P - Single Span T1 Card
             E100P - Single Span E1 Card
 o wct11xp - TE110P - Single Span T1/E1 Card
 o pciradio - PCI RADIO Card  Zapata Telephony PCI Quad Radio
              Interface driver
 o ztdynamic - Zaptel Dynamic Span Support
 o wctdm24xxp - TDM2400P TDM FXS/FXO Interface Driver
 o zttranscode - Zaptel Transcoder Support
 o ztd-eth, ztd-loc - Zaptel Dynamic TDMoE Support
 o wcusb - Single port FXS USB Interface


bref en théorie un oup de  

urpmi dkms-zaptel


et le tour devrait être joué :)
le paquet est situé au niveau du média contrib, assures toi donc de disposer au moins des medias main,contrib.
Si éventuellement il y a un souci sur le paquet, il faudrait faire un rapport de bug :)


---------------
Intermittent du GNU
n°963924
kafifi
Posté le 15-10-2007 à 00:07:54  profilanswer
 

J'ai essayé le rpm ... en vain. Le package s'installe sans pb. En allant sur le panneau "services", je vois bien une nouvelle ligne "zaptel" . Mais lorsque j'essaie de démarrer le service, cela  ne marche pas :

Code :
  1. ERROR : module zaptel doesn't existe in /proc/modules
  2. FATAL : Error running install command for zaptel
  3. ECHEC : aiting for zap to come online... Error: missing /dev/zap!

Le système réagit exactement comme s'il l'installation des pilotes avaient échoué. Pourtant, il n'y a pas eu de message d'erreur. Un lspci atteste que le hard est détecté (cf en rouge) :

Code :
  1. [root@localhost zaptel]# lspci
  2. 00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
  3. 00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
  4. 00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
  5. 00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
  6. 00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
  7. 00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
  8. 00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev a2)
  9. 00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
  10. 00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
  11. 00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
  12. 00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
  13. 00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
  14. 00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
  15. 00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
  16. 00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
  17. 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
  18. 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
  19. 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
  20. 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
  21. 01:06.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
  22. 01:07.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
  23. 01:0b.0 Network controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
  24. 05:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600 GT] (rev a2)
  25. [root@localhost zaptel]#

Comment puis-je contrôler pas à pas la bonne installation des pilotes zaptel ?
 
PS : il est tard ce soir, mais demain je booterai sur le hdd Mandriva 2007 pour revérifier que tout fonctionne
 sous l'ancien environnement. (Ce PC de test est équipé de "mobiles rack", c'est pratique pour
comparer différentes configurations).

n°963931
mikala
Souviens toi du 5 Novembre...
Posté le 15-10-2007 à 00:51:32  profilanswer
 

il faudrait surtout que tu fasses un lspcidrakve -v pour voir si il est reconnu et un module utilisé.


---------------
Intermittent du GNU
n°965024
kafifi
Posté le 16-10-2007 à 21:36:19  profilanswer
 

mikala a écrit :

il faudrait surtout que tu fasses un lspcidrakve -v pour voir si il est reconnu et un module utilisé.

Bonsoir,
J'ai rebooté sur mon hdd Mandriva 2007.1 => tout fonctionne correctement. Voici le résultat de  lspcidrakve -v (Le hardware est hors de cause)

Code :
  1. [root@localhost test]# lspcidrake -
  2. ....
  3. unknown         : Advanced Micro Devices [AMD]|K8 [Athlon64/Opteron] DRAM Controller [BRIDGE_HOST]
  4. amd64-agp       : Advanced Micro Devices [AMD]|K8 [Athlon64/Opteron] Miscellaneous Control [BRIDGE_HOST]
  5. dvb-ttpci       : Philips Semiconductors|SAA7146 [MULTIMEDIA_OTHER]
  6. dvb-ttpci       : Philips Semiconductors|SAA7146 [MULTIMEDIA_OTHER]
  7. wcte11xp        : Tiger Jet Network Inc.|Tiger3XX Modem/ISDN interface [NETWORK_OTHER]
  8. Card:NVIDIA GeForce FX - GeForce 7950: nVidia Corporation|NV43 [GeForce 6600 GT] [DISPLAY_VGA]
  9. hub             : Linux 2.6.19.2_concurrent-record ehci_hcd|EHCI Host Controller [Hub|Unused]
  10. hub             : Linux 2.6.19.2_concurrent-record ohci_hcd|OHCI Host Controller [Hub|Unused]
  11. [root@localhost test]#


En revanche, lorsque j'installe Mandriva 2008.0, impossible d'installer Zaptel. Voici le résultat de la commande "lspcidrake -v" :

Code :
  1. [root@localhost zaptel]# lspcidrake -v
  2. unknown         : Advanced Micro Devices [AMD]|K8 [Athlon64/Opteron] DRAM Controller [BRIDGE_HOST] (vendor:1022 device:1102)
  3. amd64_agp       : Advanced Micro Devices [AMD]|K8 [Athlon64/Opteron] Miscellaneous Control [BRIDGE_HOST] (vendor:1022 device:1103)
  4. dpc7146         : Philips Semiconductors|SAA7146 [MULTIMEDIA_OTHER] (vendor:1131 device:7146 subv:13c2 subd:0003)
  5. dpc7146         : Philips Semiconductors|SAA7146 [MULTIMEDIA_OTHER] (vendor:1131 device:7146 subv:13c2 subd:0000)
  6. wctdm           : Tiger Jet Network Inc.|Tiger3XX Modem/ISDN interface [NETWORK_OTHER] (vendor:e159 device:0001 subv:b119 subd:0001)
  7. Card:NVIDIA GeForce FX - GeForce 8800: nVidia Corporation|NV43 [GeForce 6600 GT] [DISPLAY_VGA] (vendor:10de device:0140 subv:1458 subd:3126)
  8. hub             : Linux 2.6.23.1_concurrent-record ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:0000 device:0000)
  9. hub             : Linux 2.6.23.1_concurrent-record ohci_hcd|OHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:0000 device:0000)


 
Le make se passe mal :

Code :
  1. CC [M]  /usr/src/zaptel-1.4.4/pciradio.o
  2. /usr/src/zaptel-1.4.4/pciradio.c: In function 'pciradio_init_one':
  3. /usr/src/zaptel-1.4.4/pciradio.c:1712: attention : 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:64)
  4. /usr/src/zaptel-1.4.4/pciradio.c: In function 'pciradio_remove_one':
  5. /usr/src/zaptel-1.4.4/pciradio.c:1759: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  6. /usr/src/zaptel-1.4.4/pciradio.c: In function 'pciradio_init_one':
  7. /usr/src/zaptel-1.4.4/pciradio.c:1683: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  8. /usr/src/zaptel-1.4.4/pciradio.c:1704: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  9. /usr/src/zaptel-1.4.4/pciradio.c:1716: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  10. /usr/src/zaptel-1.4.4/pciradio.c:1725: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  11.   CC [M]  /usr/src/zaptel-1.4.4/tor2.o
  12. /usr/src/zaptel-1.4.4/tor2.c: In function 'tor2_probe':
  13. /usr/src/zaptel-1.4.4/tor2.c:537: attention : 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:64)
  14. /usr/src/zaptel-1.4.4/tor2.c:537: attention : 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:64)
  15.   CC [M]  /usr/src/zaptel-1.4.4/torisa.o
  16. /usr/src/zaptel-1.4.4/torisa.c: In function 'tor_init':
  17. /usr/src/zaptel-1.4.4/torisa.c:1071: attention : 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:64)
  18.   CC [M]  /usr/src/zaptel-1.4.4/wcfxo.o
  19. /usr/src/zaptel-1.4.4/wcfxo.c: In function 'wcfxo_init_one':
  20. /usr/src/zaptel-1.4.4/wcfxo.c:898: attention : 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:64)
  21. /usr/src/zaptel-1.4.4/wcfxo.c: In function 'wcfxo_remove_one':
  22. /usr/src/zaptel-1.4.4/wcfxo.c:962: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  23. /usr/src/zaptel-1.4.4/wcfxo.c: In function 'wcfxo_init_one':
  24. /usr/src/zaptel-1.4.4/wcfxo.c:911: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  25.   CC [M]  /usr/src/zaptel-1.4.4/wct1xxp.o
  26. /usr/src/zaptel-1.4.4/wct1xxp.c: In function 't1xxp_init_one':
  27. /usr/src/zaptel-1.4.4/wct1xxp.c:1321: attention : 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:64)
  28. /usr/src/zaptel-1.4.4/wct1xxp.c:1321: attention : 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:64)
  29. /usr/src/zaptel-1.4.4/wct1xxp.c: In function 't1xxp_remove_one':
  30. /usr/src/zaptel-1.4.4/wct1xxp.c:1373: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  31. /usr/src/zaptel-1.4.4/wct1xxp.c: In function 't1xxp_init_one':
  32. /usr/src/zaptel-1.4.4/wct1xxp.c:1310: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  33.   CC [M]  /usr/src/zaptel-1.4.4/wctdm.o
  34. /usr/src/zaptel-1.4.4/wctdm.c: In function 'wctdm_init_one':
  35. /usr/src/zaptel-1.4.4/wctdm.c:2316: attention : 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:64)
  36. /usr/src/zaptel-1.4.4/wctdm.c: In function 'wctdm_remove_one':
  37. /usr/src/zaptel-1.4.4/wctdm.c:2390: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  38. /usr/src/zaptel-1.4.4/wctdm.c: In function 'wctdm_init_one':
  39. /usr/src/zaptel-1.4.4/wctdm.c:2305: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  40. /usr/src/zaptel-1.4.4/wctdm.c:2320: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  41. /usr/src/zaptel-1.4.4/wctdm.c:2337: attention : passing argument 3 of 'pci_free_consistent' discards qualifiers from pointer target type
  42. /usr/src/zaptel-1.4.4/wctdm.c:2350: attention : passing argument 1 of '__constant_c_and_count_memset' discards qualifiers from pointer target type
  43.   CC [M]  /usr/src/zaptel-1.4.4/wctdm24xxp.o
  44. /usr/src/zaptel-1.4.4/wctdm24xxp.c: In function 'wctdm_init_one':
  45. /usr/src/zaptel-1.4.4/wctdm24xxp.c:3403: attention : 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:64)
  46. /usr/src/zaptel-1.4.4/wctdm24xxp.c: In function 'wctdm_init':
  47. /usr/src/zaptel-1.4.4/wctdm24xxp.c:3522: erreur: implicit declaration of function 'pci_module_init'
  48. make[3]: *** [/usr/src/zaptel-1.4.4/wctdm24xxp.o] Erreur 1
  49. make[2]: *** [_module_/usr/src/zaptel-1.4.4] Erreur 2
  50. make[2]: quittant le répertoire « /usr/src/linux-2.6.23.1 »
  51. make[1]: *** [modules] Erreur 2
  52. make[1]: quittant le répertoire « /usr/src/zaptel-1.4.4 »
  53. make: *** [all] Erreur 2


 
Je ne vois pas d'où vient le pb : peut-être une option de compilation du noyau ?
 
 
 

n°965522
mikala
Souviens toi du 5 Novembre...
Posté le 18-10-2007 à 08:31:20  profilanswer
 

la version du kernel entre Tycho (2008.0) et Spring (2007.1) est déja différente, cela joue probablement au niveau de l'inclusion du driver.
Ensuite le module proposé pour la gestion de ta carte semble differé entre les deux distributions.
Peut etre devrait tu faire un rapport de bug sur la non compilation du module dkms ( j'imagines que c'est le cas la) en donnant toutes ses informations?


---------------
Intermittent du GNU
n°965535
kafifi
Posté le 18-10-2007 à 08:52:53  profilanswer
 

mikala a écrit :

la version du kernel entre Tycho (2008.0) et Spring (2007.1) est déja différente, cela joue probablement au niveau de l'inclusion du driver.
Ensuite le module proposé pour la gestion de ta carte semble differé entre les deux distributions.
Peut etre devrait tu faire un rapport de bug sur la non compilation du module dkms ( j'imagines que c'est le cas la) en donnant toutes ses informations?

Bonjour,
Je viens de refaire quelques manips, le résultat est sans appel :
- install 2007.1 puis install zaptel => tests OK avec noyau 2.6.19.2 puis noyau 2.6.23.1 (non Mandriva)
- install 2008.1 puis install zaptel => tests KO avec noyau mdv. Ce soir, je re-teste  avec un noyau 2.6.23.1 (non Mandriva)
 
nb
- je pars toujours d'un hdd vierge
- j'installe les pilotes Zaptel à la main (configure + make + make install), et pas les rpm
 
Il me reste à :
- revérifier que la 2008.1 pose pb même avec le noyau qui marche avec la 2007.
- comparer les fichiers de paramètres de compilation de chaque distrib /boot/config (options différentes ?)
- essayer d'identifier si certains packages ne seraient pas "manquants" dans l'installation de base de la 2008.0.
 
Qu'en penses-tu ?
 
PS: si cela ne donne rien, ok pour faire un rapport de bug. Peux-tu me dire ou cela se passe (lien)?
Merci.
 
 
 
 

n°965546
mikala
Souviens toi du 5 Novembre...
Posté le 18-10-2007 à 09:07:50  profilanswer
 

kafifi a écrit :

Bonjour,
Je viens de refaire quelques manips, le résultat est sans appel :
- install 2007.1 puis install zaptel => tests OK avec noyau 2.6.19.2 puis noyau 2.6.23.1 (non Mandriva)
- install 2008.1 puis install zaptel => tests KO avec noyau mdv. Ce soir, je re-teste  avec un noyau 2.6.23.1 (non Mandriva)


test aussi avec l'installation des sources completes du noyau éventuellement  (paquet kernel-source-latest) :
il y a eu un changement dans la génération des paquets -devel du kernel,
a priori je pense que cela devrait fonctionner avec le 2.6.23.x
sauf a imaginer que le changement de version de gcc soit en cause.

 
kafifi a écrit :


nb
- je pars toujours d'un hdd vierge
- j'installe les pilotes Zaptel à la main (configure + make + make install), et pas les rpm

 

Il me reste à :
- revérifier que la 2008.1 pose pb même avec le noyau qui marche avec la 2007.
- comparer les fichiers de paramètres de compilation de chaque distrib /boot/config (options différentes ?)
- essayer d'identifier si certains packages ne seraient pas "manquants" dans l'installation de base de la 2008.0.

 

Qu'en penses-tu ?


cf plus haut :)

kafifi a écrit :


PS: si cela ne donne rien, ok pour faire un rapport de bug. Peux-tu me dire ou cela se passe (lien)?
Merci.


http://qa.mandriva.com pour ton rapport de bug.

  


Message édité par mikala le 18-10-2007 à 09:08:27

---------------
Intermittent du GNU

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  Pb driver Zaptel 1.4.x and Mandriva 2008

 

Sujets relatifs
Installation de Mandriva+ubuntuInstallation Mandriva Spring 2007 64bits=erreur
Soucis install Mandriva 2007 VMWarelindvd mandriva 2007
mandriva one problème de lancementDual screen avec mandriva 2007
[resolu][mandriva] peertv gcc++gnucash, mandriva 2007, rapports
problème multiboot windows xp -Mandrivamandriva 2007 compatible avec un sempron 2800+ ???
Plus de sujets relatifs à : Pb driver Zaptel 1.4.x and Mandriva 2008


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