create_new_process: no layer2 if found for ces ff00
Martin Caesar <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
this is an attempt to send a fax using a miniVigor 128 on a Raspberry
Pi. I have successfully compiled the mISDN / mISDNuser / isdn4k-utils
sources. I have loaded the kernel modules and started mISDNcapid.
But this is the result from misdntestlayer3 and misdntestcon. Am I
missing something? Any help is appreciated.
---
misdntestlayer3 -n111111 -v5
mISDN Test L3 2.0
10.04.2014 12:56:49.027312 mISDN kernel version 1.01.29 (git.misdn.eu)
found
10.04.2014 12:56:49.029647 mISDN user version 1.01.31 found
10.04.2014 12:56:49.032985 mISDN library interface version 2 release 5
10.04.2014 12:56:49.036297 open card 0 with 2 channels options(50000)
10.04.2014 12:56:49.038001 create_new_process: no layer2 assigned
10.04.2014 12:56:49.039766 create_new_process: no layer2 if found for
ces ff00
10.04.2014 12:56:49.043322 cannot get a new pid
10.04.2014 12:57:19.075825 mISDN dss1 fromup without proc pr=005a
dinfo(ffffffff)
10.04.2014 12:57:19.076029 send RELEASE_COMPLETE
10.04.2014 12:57:21.078320 Worker terminated with 3
---
misdntestcon -v5 -n 111111
TestmISDN 1.0
1 device found
id: 0
Dprotocols: 00000006
Bprotocols: 0000006e
protocol: 1
nrbchan: 2
name: HFC-S_USB.1
supported IMCTRLREQ operations: 7
select ret=1
alen =0, dev(0) channel(0) sapi(128) tei(210)
got DL_INFORMATION_IND
select ret=0
select timeeout
do_setup error 10
---
misdn_info
Found 1 port
Port 0 'HFC-S_USB.1': TE/NT-mode BRI S/T (for phone lines & phones)
2 B-channels: 1-2
B-protocols: RAW HDLC X75slp L2:DSP
L2:DSPHDLC
---
misdntestlayer1 --te --b1
testlayer1 - card(0) debug(0) playload(1) btrans(0) testloop(0)
chan B1 stream enabled with packet sz 1800 bytes
--> D - PH_ACTIVATE_REQ
<-- D - PH_ACTIVATE_IND
--> B1 - PH_ACTIVATE_REQ
<-- B1 - PH_ACTIVATE_IND
waiting for data (use CTRL-C to cancel) stop(0) sleep(200)...
B1 rate/s: 0, rate-avg: 0.000, rx total: 0 kb since 1 secs, pkt(rx/tx):
0/3, rx-err:0,0
B2 rate/s: 0, rate-avg: 0.000, rx total: 0 kb since 0 secs, pkt(rx/tx):
0/0, rx-err:0,0
D rate/s: 0, rate-avg: 0.000, rx total: 0 kb since 0 secs, pkt(rx/tx):
0/0, rx-err:0,0
---
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: misdn
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: misdn
capi20.c: 164 CapiDebug():[capi20_isinstalled]:
capi_fd: 4
Number of Controllers : 1
Controller 1:
Manufacturer: mISDN
CAPI Version: 2.0
Manufacturer Version: 0.1
Serial Number: 0000001
BChannels: 2
Global Options: 0x00000009
internal controller supported
DTMF supported
B1 protocols support: 0x00000013
64 kbit/s with HDLC framing
64 kbit/s bit-transparent operation
T.30 modem for fax group 3
B2 protocols support: 0x00000013
ISO 7776 (X.75 SLP)
Transparent
T.30 for fax group 3
B3 protocols support: 0x00000031
Transparent
T.30 for fax group 3
T.30 for fax group 3 with extensions
0100
0200
09000000
13000000
13000000
31000000
00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000
Supplementary services support: 0x00000000
---
lsusb
Bus 001 Device 004: ID 0675:1688 DrayTek Corp. miniVigor 128 ISDN TA
---
lsmod
Module Size Used by
mISDN_dsp 203082 0
hfcsusb 28817 3
mISDN_core 92814 9 mISDN_dsp,hfcsusb
---
uname -a
Linux raspi 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l
GNU/Linux
---
Kind regards,
Martin