From owner-freebsd-bluetooth@FreeBSD.ORG Fri Mar 23 13:37:39 2007 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FEE616A402 for ; Fri, 23 Mar 2007 13:37:39 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 2F45413C4E7 for ; Fri, 23 Mar 2007 13:37:39 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1228149ana for ; Fri, 23 Mar 2007 06:37:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ftME8kApQ7hIumCVW3FrgRHjzvBOr51d0IqS0uBtxKMlromQd+s42hgjkyOl5/1UvMgD3G+hKmF3umo7ba0hKWKpSfT4w6KxQM7GA1ephzdvxvw45ZbvjyVH9T4iG/GKGhMifNUaByST0n4tb3A94lCyS6rDXoWhN119H+vsX+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bPGrNuwTZmRXsDJ/pkLAriDiI395cw9vCET+GXowdCrf5jJfoAfVQN9Vi6LJtc9xuajNJWj45/fDw8WjDkcEeIOpMZpVkB0obVaxBlyiMX/B8TzPJBI7TL+4upxfbXE5bLVW6WL+l3Ud7KpHrS1BY6ooPZaoAft86AI2LubJ0pw= Received: by 10.100.7.18 with SMTP id 18mr2608035ang.1174657058619; Fri, 23 Mar 2007 06:37:38 -0700 (PDT) Received: by 10.100.168.6 with HTTP; Fri, 23 Mar 2007 06:37:38 -0700 (PDT) Message-ID: Date: Fri, 23 Mar 2007 06:37:38 -0700 From: "Maksim Yevmenkin" To: "ml-vic@de-martino.it" In-Reply-To: <4603a846.1d7.2af2.1254354195@webmailh4.aruba.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4603a846.1d7.2af2.1254354195@webmailh4.aruba.it> Cc: freebsd-bluetooth@freebsd.org Subject: Re: Puzzled about /etc/rc.d/bluetooth 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: Fri, 23 Mar 2007 13:37:39 -0000 On 3/23/07, ml-vic@de-martino.it wrote: > 1) I read the handbook pages on how to configure bluetooth > and, going deeper into the subject I detected, as well as > the /etc/rc.bluetooth of the official docs, also a > /etc/rc.d/bluetooth file, used in the same way as the > former: > /etc/rc.d/bluetooth start ubt0 > > Which of the two should I use in 6.2? /etc/rc.d/bluetooth is the way to do it. bluetooth rc scripts were integrated into the main tree, so use them > 2) Furthermore in a mail of announcement of introduction of > bluetooth integration into freebsd 6 I found that you can > configure also a device specific file whose template is in > /etc/default/bluetooth.device.conf to be modified and put in > /etc/ > > ubt0.conf OR bluetooth.ubt0.conf? Which one? please read BLUETOOTH.DEVICE.CONF(5) man page, i.e. ... EXAMPLES /etc/bluetooth/ubt0.conf file should be used to specify configuration parameters overrides for the first USB Blue- tooth device (device driver name is ubt0). /etc/bluetooth/ubt1.conf file should be used to specify configuration parameters overrides for the second USB Blue- tooth device. thanks, max