FÓRUM DigiVoice

Fórum de Suporte Digivoice

Você não está logado.

#1 06/11/2007 12:52:03

valois
Membro

DVDChannel no Centos 4.4 32 bits

Pessoal,

Estou intalando minha VB0408-PCI num CENTOS 4.4 32 bits atualizado. Possuo todos os *kernel* instalados mas não estou conseguindo compilar o dgvchannel. Apresenta erro logo no "make". A placa já foi detectada pelo sistema, compilei a ultima versão do voicelib (4.0.9.5) mas o dgvchannel nÃo còmpila.
Asterisk 1.4.10.1


lscpi
[root@server dgvchannel-0.9.6_rc5]# lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
04:00.0 Multimedia controller: PLX Technology, Inc. PCI <-> IOBus Bridge Hot Swap (rev 0a)
04:01.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] (rev 8b)
04:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection (rev 01)


pacotes RPM
kernel-smp-devel-2.6.9-55.0.9.EL
kernel-devel-2.6.9-55.0.9.EL
kernel-hugemem-devel-2.6.9-55.0.9.EL
kernel-utils-2.4-13.1.99
kernel-smp-2.6.9-55.0.9.EL

final da saida do "make"
chan_dgv.c:7819: error: dereferencing pointer to incomplete type
chan_dgv.c:7856: error: dereferencing pointer to incomplete type
chan_dgv.c:7866: error: variable `f' has initializer but incomplete type
chan_dgv.c:7866: error: `AST_FRAME_CONTROL' undeclared (first use in this function)
chan_dgv.c:7866: warning: excess elements in struct initializer
chan_dgv.c:7866: warning: (near initialization for `f')
chan_dgv.c:7866: error: `AST_CONTROL_HANGUP' undeclared (first use in this function)
chan_dgv.c:7866: warning: excess elements in struct initializer
chan_dgv.c:7866: warning: (near initialization for `f')
chan_dgv.c:7866: error: storage size of 'f' isn't known
chan_dgv.c:7866: warning: unused variable `f'
chan_dgv.c:7893: error: `AST_CONTROL_ANSWER' undeclared (first use in this function)
chan_dgv.c:7897: error: `AST_CONTROL_HOLD' undeclared (first use in this function)
chan_dgv.c:7913: error: `AST_CONTROL_UNHOLD' undeclared (first use in this function)
chan_dgv.c:7925: error: `AST_CONTROL_VIDUPDATE' undeclared (first use in this function)
chan_dgv.c:7932: error: `AST_CONTROL_FLASH' undeclared (first use in this function)
chan_dgv.c: In function `__unload_module':
chan_dgv.c:7962: error: invalid application of `sizeof' to incomplete type `({anonymous})'
chan_dgv.c:7962: error: invalid use of undefined type `struct ast_cli_entry'
chan_dgv.c:7965: error: invalid application of `sizeof' to incomplete type `({anonymous})'
chan_dgv.c:7965: error: invalid use of undefined type `struct ast_cli_entry'
chan_dgv.c:7968: error: invalid application of `sizeof' to incomplete type `({anonymous})'
chan_dgv.c:7968: error: invalid use of undefined type `struct ast_cli_entry'
chan_dgv.c: In function `setup_dgv':
chan_dgv.c:8220: error: invalid application of `sizeof' to incomplete type `({anonymous})'
chan_dgv.c:8220: error: invalid use of undefined type `struct ast_cli_entry'
chan_dgv.c:8223: error: invalid application of `sizeof' to incomplete type `({anonymous})'
chan_dgv.c:8223: error: invalid use of undefined type `struct ast_cli_entry'
chan_dgv.c:8226: error: invalid application of `sizeof' to incomplete type `({anonymous})'
chan_dgv.c:8226: error: invalid use of undefined type `struct ast_cli_entry'
chan_dgv.c:8812: warning: implicit declaration of function `ast_true'
chan_dgv.c:8097: warning: unused variable `szAccountCode'
chan_dgv.c: In function `dgv_read':
chan_dgv.c:8992: error: variable `f' has initializer but incomplete type
chan_dgv.c:8992: error: `AST_FRAME_NULL' undeclared (first use in this function)
chan_dgv.c:8992: warning: excess elements in struct initializer
chan_dgv.c:8992: warning: (near initialization for `f')
chan_dgv.c:8992: error: storage size of 'f' isn't known
chan_dgv.c:8992: warning: unused variable `f'
chan_dgv.c:8992: error: storage size of `f' isn't known
chan_dgv.c: At top level:
/usr/src/asterisk/include/asterisk/channel.h:377: error: storage size of `dtmff' isn't known
/usr/src/asterisk/include/asterisk/channel.h:407: error: storage size of `varshead' isn't known
make: ** [chan_dgv.o] Erro 1



Grato!


Valois

Offline

 

#2 03/06/2008 11:49:31

felipe
Membro

Re: DVDChannel no Centos 4.4 32 bits

Valois,
  Se o problema ainda estiver ocorrendo, atualize o driver para a versão 1.0.0:

http://downloads.digivoice.com.br/pub/dgvchannel/stable/dgvchannel-1.0.0.tar.gz


Suporte Técnico
Digivoice

Offline

 

#3 05/06/2008 16:20:35

Re: DVDChannel no Centos 4.4 32 bits

boa tarde como faço para baixar os drivers da placa digivoice voicerlib direto do linux ,,, (wget) não vai,,  estou utilizando o trixbox  ( centOS release 4.4 final ) e asterisk versão 1.2.18  se alguem puder me ajudar abraço  obrigado

Offline

 

#4 06/06/2008 10:14:55

felipe
Membro

Re: DVDChannel no Centos 4.4 32 bits

William_mallaco,
   Para instalar no trixbox somente baixando os drivers do nosso site, segue os links:

VoicerLib: wget http://downloads.digivoice.com.br/pub/dgvchannel/stable/dgvchannel-1.0.0.tar.gz

Channel Driver: wget http://downloads.digivoice.com.br/pub/voicerlib/linux/stable/voicerlib-4.0.9.9.tar.gz


Suporte Técnico
Digivoice

Offline

 

Rodapé do fórum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson