View previous topic :: View next topic |
Author |
Message |
maiku Guru
Joined: 24 Mar 2004 Posts: 596 Location: Escaping from NY
|
Posted: Wed Aug 25, 2010 12:36 am Post subject: Bluetooth headset connecting but not hearing anything |
|
|
Thanks to the following articles:
http://www.gentoo-wiki.info/Bluetooth_headset
http://en.gentoo-wiki.com/wiki/Bluetooth_mouse
I was able to set up a Plantronics Voyager 520 with my laptop. My .asoundrc file has this in it:
Quote: | pcm.bluetooth {
type bluetooth
device 00:19:7F:D8:40:00
} |
And when I go to play any music using that device with mplayer the bluetooth device will beep like it usually does when it connects but I don't actaully hear anything. Quote: | # mplayer -ao alsa:device=bluetooth some.mp3 |
dmesg keeps throwing these errors the whole time: Quote: | ehci_hcd 0000:00:1a.0: iso sched full ffff88009257f800 (now 5437 max 13629)
btusb_send_frame: hci0 urb ffff88009257f800 submission failed
ehci_hcd 0000:00:1a.0: iso sched full ffff88009257fa00 (now 5437 max 13629)
btusb_send_frame: hci0 urb ffff88009257fa00 submission failed
ehci_hcd 0000:00:1a.0: iso sched full ffff88009257fc00 (now 5437 max 13629)
btusb_send_frame: hci0 urb ffff88009257fc00 submission failed
ehci_hcd 0000:00:1a.0: iso sched full ffff88009257fe00 (now 5437 max 13629)
btusb_send_frame: hci0 urb ffff88009257fe00 submission failed
ehci_hcd 0000:00:1a.0: iso sched full ffff88009257ea00 (now 5437 max 13629)
btusb_send_frame: hci0 urb ffff88009257ea00 submission failed
ehci_hcd 0000:00:1a.0: iso sched full ffff88009257e800 (now 5437 max 13629)
btusb_send_frame: hci0 urb ffff88009257e800 submission failed | And they go on for quite a while.
Using bluez-4.66-r1 and kernel 2.6.34-r1. _________________ Michael |
|
Back to top |
|
|
Voltago Advocate
Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
Posted: Wed Aug 25, 2010 6:00 pm Post subject: |
|
|
Can you see your bluetooth device when running
? Perhaps it is muted? |
|
Back to top |
|
|
maiku Guru
Joined: 24 Mar 2004 Posts: 596 Location: Escaping from NY
|
Posted: Thu Aug 26, 2010 2:25 am Post subject: |
|
|
Thanks for the response man. alsamixer shows my internal sound card when I do that. If I try and set the device with Code: | # alsamixer -D bluetooth | it says the device 'bluetooth' doesn't exist. Maybe I did something wrong setting it up? _________________ Michael |
|
Back to top |
|
|
|