From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 16:02:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 344D316A41F for ; Mon, 19 Sep 2005 16:02:37 +0000 (GMT) (envelope-from andrew.nau.ua@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id B81DC43D46 for ; Mon, 19 Sep 2005 16:02:36 +0000 (GMT) (envelope-from andrew.nau.ua@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so255881nzd for ; Mon, 19 Sep 2005 09:02:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=Gu6XoJQQh5Nwi53VTuv8Bhu65QYoXcRi7SgBQmfdJtYYFYKNqqVraXcTa3g6zKZzpB+NARlo6ZM+3MWjfJn6GlaY5mN//+zKwqWYlb5vj8wY62DnReFplYKYgScP2VUQIM1CXagsFxm4qZP6CmujLJGvv6LUNIaYNJQqFQmvfyk= Received: by 10.54.56.75 with SMTP id e75mr1127066wra; Mon, 19 Sep 2005 09:02:36 -0700 (PDT) Received: from darkstar ( [194.153.128.99]) by mx.gmail.com with ESMTP id 33sm340954wra.2005.09.19.09.02.33; Mon, 19 Sep 2005 09:02:35 -0700 (PDT) Date: Mon, 19 Sep 2005 19:02:38 +0300 From: Andrew Pogrebennyk To: freebsd-questions@freebsd.org Message-ID: <20050919190238.3a2b2b8a@darkstar> In-Reply-To: <44ll1ti0cs.fsf@be-well.ilk.org> References: <20050917165657.11b30093@darkstar> <44fys2ebqa.fsf@be-well.ilk.org> <20050918175819.5b386a65@darkstar> <44ll1ti0cs.fsf@be-well.ilk.org> X-Mailer: Sylpheed-Claws 1.9.13 (GTK+ 2.6.4; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [OBORONA-SPAM] Re: Bluetooth-related question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 16:02:37 -0000 On 19 Sep 2005 10:44:03 -0400 Lowell Gilbert wrote: > Andrew Pogrebennyk writes: > > > On 18 Sep 2005 09:39:41 -0400 > > Lowell Gilbert wrote: > > > > > Andrew Pogrebennyk writes: > > > > > > > Hi! Recently I've bought USB-Bluetooth-adapter and made the > > > > following changes to setup it in FreeBSD: added > > > > ng_ubt_load="YES" to /boot/loader.conf, > > > > cp'ed /usr/share/examples/netgraph/bluetooth/rc.bluetooth > > > > to /etc/rc.bluetooth, chmod'ed 555 /etc/rc.bluetooth and > > > > changed wrote next lines in /etc/rc.local: > > > > > > > > $ cat /etc/rc.local > > > > #!/bin/sh > > > > if [ -f /etc/rc.bluetooth ]; > > > > then /etc/rc.bluetooth start ubt0 > > > > fi > > > > > > > > Do you have anything else using netgraph? > > > > Nothing at all. > > Since everything works, I'm not too worried about it. However, you > could try removing the startup script from running automatically, and > see whether you still get those messages. And then whether they still > happen if you run the script by hand after the system is up. That > would tell you a lot. Thank you, I'm also not worried about that, but I'd like to make one more note: while I was trying to connect to Internet via GPRS (unsuccessful yet, but that most of all needs separate discussion), I've encountered messages like the following (note that they not always follow each other): ubt_bulk_out_complete2: ubt0 - Bulk-out xfer failed. TIMEOUT (15) ng_l2cap_l2ca_discon_req: ubt0l2cap - unexpected L2CA_Disconnect request message. Channel does not exist, lcid=0 Probably that's related in some way to our discussion, so I decided to inform about 'em. And excuse for my English if it's not perfect, it's not my native language. Regards, Andrew