After play some time it seem now to work. The first play to modify the make file of the AVM module then build the capi4k-utils package and now capiinit will work:)
This must be changed in the make file of the kernel Module(I found it in the CentOS forum): What you have to do is correct src/Makefile in Fritz drivers: FROM: EXTRA_CFLAGS += -D__$(CARD)__ -DTARGET="$(CARD)" TO: EXTRA_CFLAGS += -O0 -D__$(CARD)__ -DTARGET="$(CARD)" Recompile and no more Ooops!!!