thegodofwar
Posts: 2
Joined: Wed Dec 05, 2012 10:05 pm

hylafax and capi with avm fritz!card usb

Wed Dec 05, 2012 10:15 pm

Hello together,
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
Output from capiinfo:

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)
The whole hylafax and capi4hylafax packages are installed.
What's going wrong?

Thank you,
thegodofwar

thegodofwar
Posts: 2
Joined: Wed Dec 05, 2012 10:05 pm

Re: hylafax and capi with avm fritz!card usb

Wed Dec 19, 2012 11:12 pm

Hi,

nowbody an idea? -- PUSH --

thank a lot
thegodofwar

forenbenutzer
Posts: 148
Joined: Thu Aug 02, 2012 7:08 pm

Re: hylafax and capi with avm fritz!card usb

Mon Jan 21, 2013 12:10 pm

Any news here? I got two raspberry pis today and getting ISDN to run would be really helpful for my project.
Pitendo - Case And Emulator Project - http://edv-huber.com/index.php/problemloesungen/12-pitendo

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: hylafax and capi with avm fritz!card usb

Mon Jan 21, 2013 6:40 pm

Powered hub ? Voltage between TP1 and TP2 over 4.8 V ?


If yes , check by in the "isynchronous USB devives" and
"USB Redux" thread.


ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

burckardt
Posts: 2
Joined: Fri May 29, 2015 11:30 am

Re: hylafax and capi with avm fritz!card usb

Fri May 29, 2015 11:46 am

It is a good idea to want to use a AVM Fritz!Card USB.

But there are some resistances.
1. The AVM Fritz!Card USB needs a firmware, which has to be uploaded to the AVM Fritz!Card USB.
That may be possible be writing a little programm for this.

2. The AVM Fritz!Card USB needs a driver. The original driver will not work, cause it is compiled for a i386 processor.
And the Raspberry has an ARM v6 or ARM v7 (Raspberry 2) processor. So the driver software has to be recompiled for the ARM processor.
Unfortunatly there is no driver in source-code. Only the object files are avaiable. And they are precompiled for the i386 architecture.

3. AVM will not supporting any development for this.

So it is on us to write a new driver.

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: hylafax and capi with avm fritz!card usb

Fri May 29, 2015 12:20 pm

burckardt wrote:It is a good idea to want to use a AVM Fritz!Card USB.

But there are some resistances.
1. The AVM Fritz!Card USB needs a firmware, which has to be uploaded to the AVM Fritz!Card USB.
That may be possible be writing a little programm for this.

2. The AVM Fritz!Card USB needs a driver. The original driver will not work, cause it is compiled for a i386 processor.
And the Raspberry has an ARM v6 or ARM v7 (Raspberry 2) processor. So the driver software has to be recompiled for the ARM processor.
Unfortunatly there is no driver in source-code. Only the object files are avaiable. And they are precompiled for the i386 architecture.

3. AVM will not supporting any development for this.

So it is on us to write a new driver.
This thread is 2 years old, so you are writing a driver ????
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

burckardt
Posts: 2
Joined: Fri May 29, 2015 11:30 am

Re: hylafax and capi with avm fritz!card usb

Sat May 30, 2015 11:37 am

No, i don't write a driver yet.

It's only an explanation why it can't work that easy way.

Return to “Advanced users”