From owner-freebsd-current@FreeBSD.ORG Wed Mar 30 17:38:00 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0633D16A4CE for ; Wed, 30 Mar 2005 17:38:00 +0000 (GMT) Received: from mailgate1b.savvis.net (mailgate1b.savvis.net [216.91.182.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981D743D5C for ; Wed, 30 Mar 2005 17:37:59 +0000 (GMT) (envelope-from Maksim.Yevmenkin@savvis.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate1b.savvis.net (Postfix) with ESMTP id 11C9C3BE31; Wed, 30 Mar 2005 11:37:59 -0600 (CST) Received: from mailgate1b.savvis.net ([127.0.0.1]) by localhost (mailgate1b.savvis.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14479-01-15; Wed, 30 Mar 2005 11:37:58 -0600 (CST) Received: from out001.email.savvis.net (out001.apptix.savvis.net [216.91.32.44]) by mailgate1b.savvis.net (Postfix) with ESMTP id DCDFD3BE22; Wed, 30 Mar 2005 11:37:58 -0600 (CST) Received: from s228130hz1ew03.apptix-01.savvis.net ([10.146.4.28]) by out001.email.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 30 Mar 2005 11:37:54 -0600 Received: from [10.254.186.111] ([66.35.239.94]) by s228130hz1ew03.apptix-01.savvis.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 30 Mar 2005 11:37:43 -0600 Message-ID: <424AE3E6.3060102@savvis.net> Date: Wed, 30 Mar 2005 09:37:42 -0800 From: Maksim Yevmenkin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040822 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freeze References: <585362735.20050330120814@uscc.ru> <11814573315.20050330144144@uscc.ru> In-Reply-To: <11814573315.20050330144144@uscc.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Mar 2005 17:37:43.0839 (UTC) FILETIME=[2DE1D2F0:01C5354F] X-Virus-Scanned: amavisd-new at savvis.net cc: freebsd-current@freebsd.org Subject: Re: troubles with bluetooth configuration X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 17:38:00 -0000 Hello, > When I try to initiate my local bt (/etc/rc.bluetooth start ubt0), I > receive an error message: Can`t load ng_bluetooth. ok, what is the exact error message? > I`ve suuposed that is because ng_bluetooth.ko module not loaded, but I > wrong. I`ve load ng_bluetooth.ko and some other BT modules (like > ng_btsockets etc), but I`ve received new error: ngctl: can`t create a > node. permission deny. are you running rc.bluetooth as root? > P.S. In my /dev dir I don`t see any ubt devices, it is normally? Even > when I attach my BT into the usb. that fine. bluetooth device drivers and the stack itself implemented in netgraph(4). bluetooth device drivers will not create device nodes under /dev, they only create netgraph(4) nodes. thanks, max p.s. in the future please ask bluetooth related questions in freebsd-bluetooth@ mailing list p.p.s. you do not have to post twice the same message.