i use a Pi with Raspbian/Debian Wheezy and try to setup an hylafax faxserver. I will use a AVM Fritz!Card USB as interface. The driver of the USB Card wil be loaded. But capi still don't work
Output from dmesg while connectiong the USB Card:
Code: Select all
[ 147.702642] usb 1-1.2: USB disconnect, device number 4
[ 151.008538] usb 1-1.2: new full-speed USB device number 5 using dwc_otg
[ 151.111215] usb 1-1.2: New USB device found, idVendor=057c, idProduct=1900
[ 151.111244] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 151.111261] usb 1-1.2: Product: FRITZ!Card USB v2.1
[ 151.111274] usb 1-1.2: Manufacturer: AVM Berlin
Code: Select all
capiinfo
capi20.c: 164 CapiDebug():[capi20_isinstalled]: standard loop - module: rcapi
capi20.c: 164 CapiDebug():[capi20_isinstalled]: standard loop - module: standard
capi20.c: 164 CapiDebug():[capi20_isinstalled]: capi_fd: -1
capi20.c: 164 CapiDebug():[capi20_isinstalled]: standard loop - module: fritzbox
capi20.c: 164 CapiDebug():[capi20_isinstalled]: other loop - module: rcapi
capi20.c: 164 CapiDebug():[capi20_isinstalled]: capi_fd: -1
capi20.c: 164 CapiDebug():[capi20_isinstalled]: other loop - module: standard
capi20.c: 164 CapiDebug():[capi20_isinstalled]: other loop - module: fritzbox
capi20.c: 164 CapiDebug():[capi20_isinstalled]: capi_fd: -1
capi20.c: 164 CapiDebug():[capi20_isinstalled]: CapiRegNotInstalled
capi not installed - No such device or address (6)
What's going wrong?
Thank you,
thegodofwar