From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rj4V5-0006zA-EJ for garchives@archives.gentoo.org; Fri, 06 Jan 2012 07:46:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED6E921C132; Fri, 6 Jan 2012 07:45:55 +0000 (UTC) Received: from outbound.icp-qv1-irony-out6.iinet.net.au (outbound.icp-qv1-irony-out6.iinet.net.au [203.59.1.109]) by pigeon.gentoo.org (Postfix) with ESMTP id B9F1421C03D for ; Fri, 6 Jan 2012 07:44:54 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EABWmBk86B5sU/2dsb2JhbABDhQ+nd4EFgXIBAQEEAQIgSBoECw0EAwECAwImAgIoHgkIGaxWkTyBL4dIggSBFgSIN4orh3QgjFM X-IronPort-AV: E=Sophos;i="4.71,467,1320595200"; d="scan'208";a="293685716" Received: from unknown (HELO moriah.localdomain) ([58.7.155.20]) by outbound.icp-qv1-irony-out6.iinet.net.au with ESMTP; 06 Jan 2012 15:44:38 +0800 Received: from localhost (localhost [127.0.0.1]) by moriah.localdomain (Postfix) with ESMTP id BF0CC9BBFA for ; Fri, 6 Jan 2012 15:44:38 +0800 (WST) X-Virus-Scanned: amavisd-new at lan.localdomain Received: from moriah.localdomain ([127.0.0.1]) by localhost (moriah.lan.localdomain [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Ydkx013p4kz for ; Fri, 6 Jan 2012 15:44:35 +0800 (WST) Received: from [192.168.49.2] (unknown [192.168.49.2]) by moriah.localdomain (Postfix) with ESMTP id 99BE29BAEE for ; Fri, 6 Jan 2012 15:44:34 +0800 (WST) Subject: Re: [gentoo-user] bluetooth and headset with gentoo... From: "W.Kenworthy" To: gentoo-user@lists.gentoo.org In-Reply-To: <4F06A402.1050609@persimplex.net> References: <4F067AF0.3000703@googlemail.com> <4F0683D2.3070100@googlemail.com> <4F069673.1050406@persimplex.net> <4F069F65.1020907@googlemail.com> <4F06A402.1050609@persimplex.net> Content-Type: text/plain; charset="UTF-8" Organization: Home in Perth, Western Australia Date: Fri, 06 Jan 2012 15:44:32 +0800 Message-ID: <1325835872.18945.140.camel@bunyip> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit X-Archives-Salt: 1d986eef-ac68-4c8d-bd71-b6ccc25eed5a X-Archives-Hash: e9f0509ee1e9810230e9ee0834ca7b04 To extend this thread - because of other apps I am using pulse and the BT headset (Jabra Halo) generally works fine - my only problem is the microphone when using sjphone which is an oss app. I can hear audio, pulse indicates it can hear me speaking but sjphone is silent so it seems to be the oss mic thats the problem - any hints/ideas on what to do? BillK -----Original Message----- From: victor romanchuk Reply-to: gentoo-user@lists.gentoo.org To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] bluetooth and headset with gentoo... Date: Fri, 06 Jan 2012 11:34:26 +0400 Tamer Higazi wrote, at 01/06/2012 11:14 AM: > People! > I am not a bluetooth expert.... how do I configure bluez to make a > permanent connection with the bluez headset??? > > > I did: > > pcm.jabra { > type bluetooth > } [snip] .asoundrc is an audio part of configuration. bebore that you have to: * configure the kernel to support audio over bluetooth (these settings are for 3.x kernel, for earlier versions these are slightly deffer from showed): CONFIG_BT=m CONFIG_BT_L2CAP=y CONFIG_BT_SCO=y * install net-wireless/bluez * configure and pair your headset with host bluetooth adapter using desktop applet - net-wireless/blueman in my case, or manually - hcitool etc * enjoy the result :) hth victor