From owner-freebsd-isdn@FreeBSD.ORG Mon Feb 18 16:21:08 2008 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6804116A47B for ; Mon, 18 Feb 2008 16:21:08 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swipnet.se [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 02E5713C52A for ; Mon, 18 Feb 2008 16:21:07 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [62.113.133.70] (account mc467741@c2i.net [62.113.133.70] verified) by mailfe11.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 640731365; Mon, 18 Feb 2008 17:21:06 +0100 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Mon, 18 Feb 2008 17:22:04 +0100 User-Agent: KMail/1.9.7 References: <782569.52537.qm@web92009.mail.cnb.yahoo.com> In-Reply-To: <782569.52537.qm@web92009.mail.cnb.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802181722.05216.hselasky@c2i.net> Cc: Subject: Re: can not set the pcm_master ! X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 16:21:08 -0000 On Sunday 17 February 2008, lizhong zhu wrote: > hello, Hans and other friends: > I am trying to set the OpenVox B400P with svn code. the ports are TE mode. > everything should be ok, but i can not set it in pcm_master mode. dmesg > shows that it is still in slave mode. i run : isdnconfig -u 8 pcm_64 > pcm_map 0 1 end pcm_master te_mode > isdnconfig -u 9 pcm_64 pcm_map 0 1 end pcm_master te_mode > isdnconfig -u 10 pcm_64 pcm_map 0 1 end pcm_master te_mode > isdnconfig -u 11 pcm_64 pcm_map 0 1 end pcm_master te_mode > the four ports should be pcm_master mode, but i have no lucky for that. > any idea for that? > thanks. > James.zhu Hi, Reading back the "pcm_master" value is not possible. You have to run the "isdnconfig" command every time you boot the computer. You don't have to specify "te_mode". Use the protocol specifier instead which will select the low-level cable mode: "-p DRVR_DSS1_TE" or "-p DRVR_DSS1_NT". --HPS