Gentoo Archives: gentoo-user

From: victor romanchuk <rom@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] bluetooth and headset with gentoo...
Date: Fri, 06 Jan 2012 06:38:27
Message-Id: 4F069673.1050406@persimplex.net
In Reply to: Re: [gentoo-user] bluetooth and headset with gentoo... by Tamer Higazi
1 Tamer Higazi wrote, at 01/06/2012 09:17 AM:
2 > however, I need to see it as an alsa device. this is my problem.
3
4 it's not a problem, according to alsa docs http://alsa.opensrc.org/.asoundrc
5
6 pcm.genius {
7 type bluetooth
8 }
9 pcm.genius-in {
10 type plug
11 slave {
12 pcm genius
13 rate 48000
14 }
15 }
16 ctl.genius {
17 type bluetooth
18 }
19
20 does it all: the headset works pretty good with audio apps i'm using in that
21 context: skype and mplayer -ao alsa:device=genius. however i have no clue on how
22 to integrate bluetooth audio with desktop (gnome2 in my case). without
23 pulseaudio of course. anyone did that?
24
25 victor

Replies

Subject Author
Re: [gentoo-user] bluetooth and headset with gentoo... Tamer Higazi <th982a@××××××××××.com>