From owner-freebsd-stable@FreeBSD.ORG Mon Nov 18 12:32:20 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C24A3796 for ; Mon, 18 Nov 2013 12:32:20 +0000 (UTC) Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CBD226DE for ; Mon, 18 Nov 2013 12:32:20 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id v10so933234pde.14 for ; Mon, 18 Nov 2013 04:32:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/y7vrdNztBURCU51414Iom113SFyoGSIfzCMRReUYKw=; b=fKbwH3HQyFLrb+vKB3d6ZRsJiA7cJ+gTURsH5zPUJhzJZWBsf8bnLvy1sXnil0TgGq Sj+chg6js3X1+rfUFROWS/kPGGOGebSGHxPl+G9BR4YllfYG+WkH0J652rZeVHLQY0Cs Gvzcfe+SOLRyxJgARimPKwOI/mEWZcQAKVF1AZV04kZNm/E+uYY0+XAC7q3iqisNUz5n HcnCy+cB0BFdW+snILZ4ehSPw/biXZ7LvLT4rKXSTj9XDTzSvr7cJ4NHvlgUJAvtN7i/ MX1hjLWF/iM4xe/jWtULlwspZHrkAl2+33fiYQR2KykudmVouk6JGkKH1Aw+xJVbIqnA 9zKw== X-Gm-Message-State: ALoCoQnMJcUNJThDXLIRlqsbK8gborOa00zHQIEafSVD71mnFV+OSatIAFR1WXsJOX3jqXsAC5wn MIME-Version: 1.0 X-Received: by 10.68.130.39 with SMTP id ob7mr13405178pbb.63.1384777933928; Mon, 18 Nov 2013 04:32:13 -0800 (PST) Received: by 10.70.89.81 with HTTP; Mon, 18 Nov 2013 04:32:13 -0800 (PST) X-Originating-IP: [109.202.25.240] In-Reply-To: References: <523B04C3.30100@omnilan.de> <52405797.9020609@omnilan.de> Date: Mon, 18 Nov 2013 19:32:13 +0700 Message-ID: Subject: Re: 9.2 panic with wcb4xxp (dahdi-kmod26-2.6.1.r10738) From: Max Khon To: Amitabh Kant Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Harald Schmalzbauer , FreeBSD Stable , freebsd-isdn@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 12:32:20 -0000 Amitabh, I suppose you are wrong about missing sysctls. Almost all dahdi module parameters are settable using kenv and then (after the driver is loaded) are visible via sysctl. Max On Tue, Sep 24, 2013 at 7:45 AM, Amitabh Kant wrote= : > On Mon, Sep 23, 2013 at 8:30 PM, Harald Schmalzbauer < > h.schmalzbauer@omnilan.de> wrote: > >> Bez=C3=BCglich Amitabh Kant's Nachricht vom 21.09.2013 03:24 (localtime= ): >> > On Thu, Sep 19, 2013 at 7:35 PM, Harald Schmalzbauer >> > > wrote: >> > >> > Hello, >> > >> > unloading the kernel module of dahdi-kmod26-2.6.1.r10738 leads to >> this >> > panic: >> > >> > >> > >> > >> > wcb4xxp0: <6>Did not do the highestorder stuff >> > <6>dahdi: Detected time shift. >> > <5>dahdi_echocan_mg2: Registered echo canceler 'MG2' >> > >> > Starting asterisk afterwards also leads to panic. >> > I guess dahdi development stalled, but I wanted to try it because = I'd >> > prefer freeswitch and need BRI support... >> > Is somebody familiar with dahdi and interested in making it work w= ith >> > FreeBSD 9.2? >> > >> > Thanks, >> > >> > -Harry (not subscribed to isdn@) >> > >> > >> > >> > Have you been able to solve the problem? I am running Freeswitch (from >> > git, not port) and dahdi/dahdi-kmod26 (from port) with PRI line >> > (Digium 8 span and single span) without any problems on 9.1. Will test >> > it on 9.2 and get back to you if I see a panic . >> Hello Amitabh, >> >> couldn't solve my problem. >> First, dahdi_scan doesn't detect ports jumpered to NT mode. I need 2 por= ts >> in NT mode, so trying anything else with dahdi before my settings get >> correctly recognized is probably not worth the time. >> Also I have to investigate if it is still true that libpri doesn't suppo= rt >> ptmp in NT mode!?! >> In general, the freebsd dahdi port doesn't seem to be in good shape; >> Couldn't find any docs about sysctls (dahdi.wcb4xxp.teignorered, '-d' sh= ows >> nothing :-( ), no man page =E2=80=93 hard to find out anything about dah= di in >> FreeBSD, not even the supported hardwhere seems to be documentend >> anywhere... >> >> Any hints highly appreciated, although I think the better way was to tea= ch >> FreeTDM speaking CAPI. HPS does a great job keeping all kind of ISDN >> hardware supported by i4b (ISDN4BSD)! >> Or to make chan_capi work with asterisk11 =E2=80=93 the lesser evil than= fighting >> dahid... >> >> Thanks, >> >> -Harry >> >> >> > Hello Harry > > Sadly, there is not much help while installing/using dahdi on FreeBSD. > There does not seem to by any sysctls defined for dahdi which are needed = to > set for certain cards. Infact, for the 8 span card, to change the default > T1 to E1, I had to make changes in the code directly. > > > Amitabh > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"