Re: Re: mISDN and CAPI
Thomas Jarosch <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Organization | Intra2net AG |
| Message-ID | <1434097.e7Yqd6sZqA@storm> |
Hi Jörg,
On Monday, 1. July 2013 17:00:04 Jörg Esser wrote:
> And I found an error -5 but after that a device register
> "Jul 1 16:55:55 debian-capi kernel: [ 7441.923232] HFC-S_USB: probe of
> 1-2:1.0 failed with error -5"
you might retry without the virtualization layer in between,
may be it does not work 100% correct?
> ------------------------------------- mISDNcapid -f -d 255
> Jul 1 16:52:29.906212 I daemon.c:2168
> main(23654):Init mISDN lib version 20005, debug = ff (ff000000)
> Jul 1 16:52:29.906736 I daemon.c:2180 main(23654):Did
> set eGID to dialout gid:20
> cannot open /etc/capi20.conf - No such file or directory
> debug=0xff do_daemon=0 config=/etc/capi20.conf
I think I needed to create the directory for the mISDNcapid socket
manually the last time I tried it.
Here are my internal steps to test the fax stuff:
--------------------------
depmod -a
modprobe avmfritz
mkdir /var/run/mISDNcapid
ulimit -c unlimited
mISDNcapid -f -d 7 -D /tmp/mcapi.log
capiinfo (-> must show the fax services)
chmod a+rw /var/run/mISDNcapid/sock
c2faxrecv -v
--------------------------
HTH,
Thomas