From owner-freebsd-bluetooth@FreeBSD.ORG Wed Dec 14 20:22:06 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 2DD5316A41F for ; Wed, 14 Dec 2005 20:22:06 +0000 (GMT) (envelope-from bt@old.com.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF86243D6A for ; Wed, 14 Dec 2005 20:22:03 +0000 (GMT) (envelope-from bt@old.com.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jBEKM1hH080066 for ; Wed, 14 Dec 2005 22:22:01 +0200 (EET) (envelope-from bt@old.com.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 43006-02-3 for ; Wed, 14 Dec 2005 22:22:01 +0200 (EET) Received: from home (82.193.110.225.ipnet.kiev.ua [82.193.110.225]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jBEKLJdm080029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 14 Dec 2005 22:21:19 +0200 (EET) (envelope-from bt@old.com.ua) Date: Wed, 14 Dec 2005 22:19:48 +0200 (EET) From: Dmitry Dyomin X-X-Sender: old@home.old.com.ua To: freebsd-bluetooth@freebsd.org In-Reply-To: <20051213213826.H12364@home.old.com.ua> Message-ID: <20051214220823.D54073@home.old.com.ua> 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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at ip.net.ua 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 20:22:06 -0000 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. 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? Thank you.