Changes

How to setup Murata LBEH59XUHC WiFi/BT module

602 bytes added, 17:54, 7 October 2013
no edit summary
hciconfig hci0 piscan
hcitool -i hci0 scan
 
=== Headset and Alsa Devices ===
 
Scan for your device
 
<pre>
hcitool -i hci0 scan
Scanning ...
00:0C:8A:39:F3:E5 Bose BT2 01.03.00
</pre>
 
Pair your headset with your device:
 
bluez-simple-agent hci0 00:0C:8A:39:F3:E5
 
Add this to your /etc/asound.conf file:
 
<pre>
pcm.btheadset {
type plug
slave {
pcm {
type bluetooth
device 00:0C:8A:39:F3:E5
profile "auto"
}
}
hint {
show on
description "BT Headset"
}
}
ctl.btheadset {
type bluetooth
}
</pre>
 
 
Now play with aplay:
 
aplay -D btheadset music.wav
 
== Wireless ==
0
edits