From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 17:01:12 2004 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 4849416A4CE for ; Wed, 14 Jan 2004 17:01:12 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F29C43D31 for ; Wed, 14 Jan 2004 17:01:11 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1Agvsk-000Pvv-2v; Wed, 14 Jan 2004 17:01:10 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Maksim Yevmenkin References: <20040114181714.13602.qmail@web40306.mail.yahoo.com> Message-Id: Date: Wed, 14 Jan 2004 17:01:10 -0800 cc: FreeBSD Current Subject: Re: bluetooth blues 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: Thu, 15 Jan 2004 01:01:12 -0000 for what it's worth i can o stop bluetooth o suspend o resume successfully, even in X. though in X, i have to restart moused. but i can not restart bluetooth after the resume. # /usr/local/etc/rc.d/bt.sh start ubt0 ngctl: send msg: No such file or directory Could not execute command "change_local_name". Operation timed out # l2ping -a rb66 l2ping: Could not connect socket, dst bdaddr=00:60:57:af:7a:8e: Network is down bt.sh stard does /etc/rc.bluetooth start ubt0 /usr/sbin/hccontrol -n ubt0hci change_local_name frobnitz /usr/sbin/hcsecd /usr/local/bin/sdpd randy