From owner-freebsd-bluetooth@freebsd.org Tue Oct 20 19:28:49 2015 Return-Path: Delivered-To: freebsd-bluetooth@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C9DCA18AFD for ; Tue, 20 Oct 2015 19:28:49 +0000 (UTC) (envelope-from che@bein.link) Received: from mail.bein.link (bein.link [37.252.124.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 433B217FE for ; Tue, 20 Oct 2015 19:28:48 +0000 (UTC) (envelope-from che@bein.link) Received: from thinkpad.localnet (home.bein.link [172.16.32.6]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bein.link (Postfix) with ESMTPSA id C05ED1AF179; Tue, 20 Oct 2015 19:28:46 +0000 (UTC) From: Maxim V Filimonov To: Hans Petter Selasky Reply-To: che@bein.link Cc: Lars Engels , Iain Hibbert , Maksim Yevmenkin , "freebsd-bluetooth@freebsd.org" Subject: Re: A2DP on FreeBSD, part N Date: Tue, 20 Oct 2015 22:28:45 +0300 Message-ID: <1556974.RotbImdNJO@thinkpad> User-Agent: KMail/4.14.3 (FreeBSD/10.2-RELEASE; KDE/4.14.3; amd64; ; ) In-Reply-To: <562691FE.6010308@selasky.org> References: <2669086.KH7QR9g2Oe@thinkpad> <2668089.DJ2fsL1IrB@thinkpad> <562691FE.6010308@selasky.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 19:28:49 -0000 On Tuesday 20 October 2015 21:11:58 Hans Petter Selasky wrote: > On 10/20/15 20:54, Maxim V Filimonov wrote: > > On Monday 19 October 2015 10:47:08 Hans Petter Selasky wrote: > >> Hi, > >> > >> Please check updated status here: > >> > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203745 > >> > >> If someone could test would be great! > >> > >> --HPS > > > > Should this also work on 10.2-RELEASE? If not, I'll have to install > > -CURRENT on my laptop (or maybe use a virtual machine) > > Yes, works on 10.2 given that you do: > > pkg install cuse4bsd-kmod > > kldload cuse4bsd > > --HPS Well, cuse4bsd is loaded, but here's what I see when I launch `./virtual_oss`: virtual_oss: Could not open DSP device '/dev/bluetooth/00:1e:7c:29:e1:b9': No such file or directory virtual_oss: Could not open DSP device '/dev/bluetooth/00:1e:7c:29:e1:b9': No such file or directory Moreover, there's no /dev/bluetooth/ directory. -- wbr, Maxim Filimonov