LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories
User Name
Password
LinuxQuestions.org Member Success Stories Just spent four hours configuring your favorite program? Just figured out a Linux problem that has been stumping you for months?
Post your Linux Success Stories here.

Notices


Reply
  Search this Thread
Old 08-09-2009, 03:55 PM   #1
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Skype Bluetooth Headset


After getting Skype working well under OpenSuSE 11.1 with my hard-wired devices, I thought I'd branch out.....

I use the Vaio CS110E laptop, with built-in bluetooth. Mice, keyboards, etc., all worked well, but haven't done headset/headphones.

To get your Bluetooth headset working, create an .asoundrc file in your home directory, with the following contents:
Code:
pcm.Dragon {
              type bluetooth
              device "00:11:22:33:44:55"
              profile "voice"
              }
I use a Callpod Dragon headset, so feel free to change the "Dragon" above, to something a bit more user-friendly for yourself. Replace the Bluetooth "MAC" address with the one for your headset. You can get this by putting your headset into discoverable mode, then running:

Code:
hcitool scan
and you should see the address. Run Skype, then choose it as your input/output device.

NOTE ABOUT PAIRING! The Callpod Dragon V2 can pair with two devices. Most (from what I know), can only pair with one. The first time I ran Skype with the headset selected, it popped up a pairing connection window. After that, no problems. If your headset is already paired with your phone, pairing it with your PC may break that connection. Not a huge deal...headset pairing is simple to do, but it can be a pain.
 
Old 11-23-2009, 09:30 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Original Poster
Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
UPDATE:

The steps I mentioned in my previous post about getting Skype to work at all (adding to the Pulse groups, etc.), are still valid in 11.2, as is the $HOME/.asoundrc file.

BUT! I accidently omitted a step:

The following commands need to be run:
Code:
rfcomm connect 11:22:33:44:55:66
rfcomm bind 11:22:33:44:55:66
This will pop up the pairing dialog, and allow the headset to be talked to, via the .asoundrc. Also, edit the /etc/bluetooth/rfcomm.conf file. Add the following:
Code:
rfcomm0 {
       # Automatically bind the device at startup
       bind no;

       # Bluetooth address of the device
       device 11:22:33:44:55:66;

       # RFCOMM channel for the connection
       channel 1;

       # Description of the connection
       comment "Your device name";
}
Obvioulsy, replace the 11:22, etc, with your real Bluetooth 'mac' address, and modify the rfcomm0 to be a different #, if you've already got auto-paired devices in your rfcomm.conf.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bluetooth headset, Alsa - no soundcard in /proc/asound/cards (but headset works) simopal6 Linux - Hardware 1 04-29-2009 09:07 AM
Bluetooth headset and Skype squaregoldfish Linux - Hardware 2 02-10-2008 03:50 PM
Logitech Mobile Pro bluetooth headset and Skype stardustdk Linux - Laptop and Netbook 0 07-27-2007 05:20 PM
bluetooth headset and Skype powadha Linux - Software 15 07-02-2006 12:46 PM
How to use Plantronics headset with Skype on Mepis sleddog71 Linux - Hardware 0 12-03-2005 08:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories

All times are GMT -5. The time now is 11:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration