List Info

Thread: isdnconfig: cannot open "/dev/capi20"!: No such file or directory




isdnconfig: cannot open "/dev/capi20"!: No such file or directory
country flaguser name
China
2008-01-08 20:47:37
hello, all of friends:
thanks, Richard Neese. I have installed asterisk by portsnap fetch and i also install the isdn4bsd from svn version from http://www.turbocat.net/~hselasky/isdn4bsd/index.html. after install everything, i run :isdnconf, it shows: isdnconfig: cannot open "/dev/capi20"!: No such file or directory.
i also try to install chan_capi_1_6_1 under /usr/src/isdn4bsd/chan_capi_1_6_1, i got this error:new-host-3# gmake all install
gcc -pipe -fPIC -Wall -Wmissing-prototypes -Wmissing-declarations -g  -I/usr/local/include -I/usr/include/i4b/include -D_REENTRANT -D_GNU_SOURCE  -O6 -march=i386  -Wformat -DASTERISKVERSION="" -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO   -c -o chan_capi.o chan_capi.c
chan_capi.c:89: warning: type defaults to `int' in declaration of `STANDARD_LOCAL_USER'
chan_capi.c:89: warning: data definition has no type or storage class
chan_capi.c:90: warning: type defaults to `int' in declaration of `LOCAL_USER_DECL'
chan_capi.c:90: warning: data definition has no type or storage class
chan_capi.c:1373:2: warning: #warning "What about cd->next after free? Currently 'cd' is not freed by cd_free()."
chan_capi.c: In function `cd_alloc':
chan_capi.c:2346: error: too few arguments to function `ast_channel_alloc'
chan_capi.c:2355: error: structure has no member named `type'
chan_capi.c: In function `cd_set_cep':
chan_capi.c:2497: warning: passing arg 1 of `strlcpy' discards qualifiers from pointer target type
chan_capi.c:2500: warning: passing arg 1 of `strlcpy' discards qualifiers from pointer target type
chan_capi.c: In function `chan_capi_request':
chan_capi.c:3728: warning: passing arg 1 of `snprintf' discards qualifiers from pointer target type
chan_capi.c: In function `__chan_capi_call':
chan_capi.c:3826: warning: assignment discards qualifiers from pointer target type
chan_capi.c:3853: warning: assignment discards qualifiers from pointer target type
chan_capi.c:3887: warning: assignment discards qualifiers from pointer target type
chan_capi.c:3898: warning: assignment discards qualifiers from pointer target type
chan_capi.c:3910: warning: assignment discards qualifiers from pointer target type
chan_capi.c:3925: warning: assignment discards qualifiers from pointer target type
chan_capi.c:4784:2: warning: #warning "Should send a messages, but which?"
chan_capi.c:4937:2: warning: #warning "Cannot do this, because one cannot lock 'pbx_chan' here!"
chan_capi.c:5462:2: warning: #warning "Maybe cannot write these variables here! Locking issue!"
chan_capi.c:5473:2: warning: #warning "Does not handle length == 0xFF"
chan_capi.c: In function `cd_copy_telno_ext':
chan_capi.c:5668: warning: passing arg 1 of `snprintf' discards qualifiers from pointer target type
chan_capi.c: In function `chan_capi_command_exec':
chan_capi.c:6739: warning: implicit declaration of function `LOCAL_USER_ADD'
chan_capi.c:6770: error: structure has no member named `type'
chan_capi.c:6821: warning: implicit declaration of function `LOCAL_USER_REMOVE'
chan_capi.c:6892:2: warning: #warning "TODO: check for calls that never received connect_conf;"
chan_capi.c: At top level:
chan_capi.c:7213: error: unknown field `send_digit' specified in initializer
chan_capi.c:7213: warning: initialization from incompatible pointer type
chan_capi.c:7222: warning: initialization from incompatible pointer type
chan_capi.c:7837: warning: initialization from incompatible pointer type
chan_capi.c: In function `load_module':
chan_capi.c:8001: warning: implicit declaration of function `unload_module'
gmake: *** [chan_capi.o] Error 1
i do not why so many errors for that. Does anyone know how to install asterisk, isdn4bsd and configure the isdn4bsd?  there is no sufficient resource to learn compare to linux version+asterisk.  thanks!
zhu


Ż䴫ףԺؿ
Re: isdnconfig: cannot open "/dev/capi20"!: No such file or directory
country flaguser name
United States
2008-01-08 21:26:34
did you kldload the kerel module that was created? untill
the driver is loaded 
and it sees the device it wont build /dev/capi20.

you should compile a kernel with the isdn  into it. and then
reboot wiith the 
new kernel

On January 8, 2008 06:47:37 pm lizhong zhu wrote:
> hello, all of friends:
> thanks, Richard Neese. I have installed asterisk by
portsnap fetch and i
> also install the isdn4bsd from svn version from
> http://www.turbocat.net/~hselasky/isdn4bsd/index.html.
after install
> everything, i run :isdnconf, it shows: isdnconfig:
cannot open
> "/dev/capi20"!: No such file or directory. i
also try to install
> chan_capi_1_6_1 under
/usr/src/isdn4bsd/chan_capi_1_6_1, i got this
> error:new-host-3# gmake all install gcc -pipe -fPIC
-Wall
> -Wmissing-prototypes -Wmissing-declarations -g 
-I/usr/local/include
> -I/usr/include/i4b/include -D_REENTRANT -D_GNU_SOURCE 
-O6 -march=i386 
> -Wformat -DASTERISKVERSION=""
-Wno-missing-prototypes
> -Wno-missing-declarations -DCRYPTO   -c -o chan_capi.o
chan_capi.c
> chan_capi.c:89: warning: type defaults to `int' in
declaration of
> `STANDARD_LOCAL_USER' chan_capi.c:89: warning: data
definition has no type
> or storage class chan_capi.c:90: warning: type defaults
to `int' in
> declaration of `LOCAL_USER_DECL' chan_capi.c:90:
warning: data definition
> has no type or storage class chan_capi.c:1373:2:
warning: #warning "What
> about cd->next after free? Currently 'cd' is not
freed by cd_free()."
> chan_capi.c: In function `cd_alloc':
> chan_capi.c:2346: error: too few arguments to function
`ast_channel_alloc'
> chan_capi.c:2355: error: structure has no member named
`type'
> chan_capi.c: In function `cd_set_cep':
> chan_capi.c:2497: warning: passing arg 1 of `strlcpy'
discards qualifiers
> from pointer target type chan_capi.c:2500: warning:
passing arg 1 of
> `strlcpy' discards qualifiers from pointer target type
chan_capi.c: In
> function `chan_capi_request':
> chan_capi.c:3728: warning: passing arg 1 of `snprintf'
discards qualifiers
> from pointer target type chan_capi.c: In function
`__chan_capi_call':
> chan_capi.c:3826: warning: assignment discards
qualifiers from pointer
> target type chan_capi.c:3853: warning: assignment
discards qualifiers from
> pointer target type chan_capi.c:3887: warning:
assignment discards
> qualifiers from pointer target type chan_capi.c:3898:
warning: assignment
> discards qualifiers from pointer target type
chan_capi.c:3910: warning:
> assignment discards qualifiers from pointer target type
chan_capi.c:3925:
> warning: assignment discards qualifiers from pointer
target type
> chan_capi.c:4784:2: warning: #warning "Should send
a messages, but which?"
> chan_capi.c:4937:2: warning: #warning "Cannot do
this, because one cannot
> lock 'pbx_chan' here!" chan_capi.c:5462:2:
warning: #warning "Maybe cannot
> write these variables here! Locking issue!"
chan_capi.c:5473:2: warning:
> #warning "Does not handle length == 0xFF"
chan_capi.c: In function
> `cd_copy_telno_ext':
> chan_capi.c:5668: warning: passing arg 1 of `snprintf'
discards qualifiers
> from pointer target type chan_capi.c: In function
`chan_capi_command_exec':
> chan_capi.c:6739: warning: implicit declaration of
function
> `LOCAL_USER_ADD' chan_capi.c:6770: error: structure has
no member named
> `type'
> chan_capi.c:6821: warning: implicit declaration of
function
> `LOCAL_USER_REMOVE' chan_capi.c:6892:2: warning:
#warning "TODO: check for
> calls that never received connect_conf;"
chan_capi.c: At top level:
> chan_capi.c:7213: error: unknown field `send_digit'
specified in
> initializer chan_capi.c:7213: warning: initialization
from incompatible
> pointer type chan_capi.c:7222: warning: initialization
from incompatible
> pointer type chan_capi.c:7837: warning: initialization
from incompatible
> pointer type chan_capi.c: In function `load_module':
> chan_capi.c:8001: warning: implicit declaration of
function `unload_module'
> gmake: *** [chan_capi.o] Error 1
> i do not why so many errors for that. Does anyone know
how to install
> asterisk, isdn4bsd and configure the isdn4bsd?  there
is no sufficient
> resource to learn compare to linux version+asterisk. 
thanks! zhu
>
>
>
> ---------------------------------
>
雅虎邮箱传递新年祝福,个性贺卡送亲朋!



-- 
Welcome to the World. An the World gets smaller.

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--

Asterisk-BSD mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-bsd
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )