From owner-freebsd-bluetooth@FreeBSD.ORG Wed Dec 14 23:30:50 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1F5716A41F for ; Wed, 14 Dec 2005 23:30:50 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from ismybrain.com (ismybrain.com [64.246.42.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1336A43D72 for ; Wed, 14 Dec 2005 23:30:43 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [10.254.186.111] (localhost.localdomain [127.0.0.1]) by ismybrain.com (8.11.6/8.11.6) with ESMTP id jBENToI23723; Wed, 14 Dec 2005 18:29:51 -0500 Message-ID: <43A0AAE6.30203@savvis.net> Date: Wed, 14 Dec 2005 15:29:42 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dmitry Dyomin References: <20051213171917.N10381@home.old.com.ua> <439F0DCC.7090009@savvis.net> <20051213210626.W12029@home.old.com.ua> <439F21CD.8040902@savvis.net> <20051213213826.H12364@home.old.com.ua> <20051214220823.D54073@home.old.com.ua> In-Reply-To: <20051214220823.D54073@home.old.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org Subject: Re: BT LAN connection with Symbian phones X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2005 23:30:51 -0000 Dmitry Dyomin wrote: > On Tue, 13 Dec 2005, Dmitry Dyomin wrote: > >> I've got this in /var/log/messages: >> >> Dec 13 21:36:22 home kernel: ng_ubt_rcvdata: ubt0 - Dropping HCI frame >> 0x1, len=124. Queue full > > > Unfortunately I have to ask for help with this issue once again. > > I established the connection without any problems after trying gnubox. > I tested it by pointing the phone's opera to the local apache server, I got > fine results and actually thought everything was just perfect. > > Still when I tried to access the page bigger than just 404 apache error > page (which I tried first), I got the same 'Queue full' stuff like above. > The connection was dropped after these errors. how fast is you freebsd machine? are you running with debugging options enabled (i.e. witness etc.)? > I tried to find the way out myself, but in vain. > > Is there any way to increase net.bluetooth.hci.sockets.raw.queue_maxlen or > whatever is controlling the queue length? > Maybe some other workarounds you could suggest? # ngctl msg ubt0: set_qlen "{ queue=2 qlen=50 }" # ngctl status ubt0: queue=1 means CMD (command) queue queue=2 means ACL queue queue=3 means SCO queue thanks, max