From owner-freebsd-isdn@freebsd.org Thu Sep 17 08:34:16 2015 Return-Path: Delivered-To: freebsd-isdn@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FB6F9CE299 for ; Thu, 17 Sep 2015 08:34:16 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAF881CB9 for ; Thu, 17 Sep 2015 08:34:15 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id DE6361FE023; Thu, 17 Sep 2015 10:34:13 +0200 (CEST) Subject: Re: system freeze on kldload i4b To: "J.L. te Linde" , freebsd-isdn@freebsd.org References: <55FA6255.605@hetnet.nl> <55FA6945.5010808@selasky.org> <55FA7756.7090800@hetnet.nl> From: Hans Petter Selasky Message-ID: <55FA7B64.7070400@selasky.org> Date: Thu, 17 Sep 2015 10:35:48 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55FA7756.7090800@hetnet.nl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2015 08:34:16 -0000 On 09/17/15 10:18, J.L. te Linde wrote: > Thanks, it works ! > > I did not set the appropriate SYSDIR > > kind regards, > sjonnie > ##### > ihfc0: port 0xec00-0xec07 mem > 0xfebffc00-0xfebffcff irq 10 at device 8.0 on pci1 > ihfc0: Attaching I4B controller 0. > ihfc0: Creating /dev/ihfc0.X. > i4btel: 8 ISDN telephony interface device(s) attached > i4b: ISDN call control device attached > capi: CAPI call control device attached, v2.12 > i4bipr: 8 IP over raw HDLC ISDN device(s) attached > i4bctl: ISDN system control port attached > i4brbch: 8 raw B channel access device(s) attached > i4btrc: 64 ISDN trace device(s) attached > i4bisppp: 8 ISDN SyncPPP device(s) attached > i4bing: 8 i4b NetGraph ISDN B-channel device(s) attached > iloop0: I4B Loopback device (attached) > i4b: Attaching I4B controller 63. Great! That dmesg looks familiar :-) --HPS