From owner-freebsd-bluetooth@freebsd.org Tue Oct 20 19:33:47 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 9A51AA18E60 for ; Tue, 20 Oct 2015 19:33:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 5B44C1F57 for ; Tue, 20 Oct 2015 19:33:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id DF18C1FE023; Tue, 20 Oct 2015 21:33:44 +0200 (CEST) Subject: Re: A2DP on FreeBSD, part N To: che@bein.link References: <2669086.KH7QR9g2Oe@thinkpad> <2668089.DJ2fsL1IrB@thinkpad> <562691FE.6010308@selasky.org> <1556974.RotbImdNJO@thinkpad> Cc: Lars Engels , Iain Hibbert , Maksim Yevmenkin , "freebsd-bluetooth@freebsd.org" From: Hans Petter Selasky Message-ID: <5626977E.10006@selasky.org> Date: Tue, 20 Oct 2015 21:35:26 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1556974.RotbImdNJO@thinkpad> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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:33:47 -0000 On 10/20/15 21:28, Maxim V Filimonov wrote: > 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. > Did you build virtual OSS like this: make HAVE_BLUETOOTH=YES clean make HAVE_BLUETOOTH=YES all --HPS