Re: linux 3.13.x makes avmfritz unusable for mISDNcapi
Pawel Pastuszak <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <CAAc_KZCPYCCnM=5hQXEme236WRtyby4oQR3F4_SRQ9T5pZek5A@mail.gmail.com> |
Hi Tobias,
It been an while since i played with mISDNcapi but this some something i
had before so here is the patch i create to solve mine issue.
--- a/capi20/lplci.c.org 2013-05-14 23:21:53.837937230 -0400
+++ b/capi20/lplci.c 2013-05-14 23:22:11.844135234 -0400
@@ -2147,6 +2147,11 @@
lPLCIInfoIndIE(lp, IE_DISPLAY, CAPI_INFOMASK_DISPLAY, mc);
lPLCIInfoIndIE(lp, IE_PROGRESS, CAPI_INFOMASK_PROGRESS |
CAPI_INFOMASK_EARLYB3, mc);
lPLCIInfoIndIE(lp, IE_CHANNEL_ID, CAPI_INFOMASK_CHANNELID, mc);
+ ret = plci_parse_channel_id(lp, mc);
+ if (ret < -1) {
+ wprint("%s: Got channel coding error in %s (%d)\n",
CAPIobjIDstr(&lp->cobj),
+ _mi_msg_type2str(pr), ret);
+ }
}
break;
case MT_ALERTING:
Paweł
On Wed, Jan 29, 2014 at 11:39 AM, Tobias Powalowski <
tobias.powalowski-gM/[email protected]> wrote:
> Hi,
> The only error I get in dmesg is this:
> AVM.1: MDL_ERROR|REQ (tei_l2)
>
> any clue why the 3.13.x series breaks CAPI functionality?
>
> Thanks for your input.
> greetings
> tpowa
>
> --
> Tobias Powalowski
> Archlinux Developer & Package Maintainer (tpowa)
> http://www.archlinux.org
> tpowa-fd97jBR+K/[email protected]
>
>
>
>
>
> _______________________________________________
> isdn4linux mailing list
> [email protected]
> https://www.isdn4linux.de/mailman/listinfo/isdn4linux
>
_______________________________________________
isdn4linux mailing list
[email protected]
https://www.isdn4linux.de/mailman/listinfo/isdn4linux