User:GNUtoo
From Openmoko
(Difference between revisions)
(New page: == About me == == usefull tips ==) |
(→How to make bluetooth's A2DP work) |
||
| (8 intermediate revisions by one user not shown) | |||
| Line 2: | Line 2: | ||
== usefull tips == | == usefull tips == | ||
| + | === How to make bluetooth's A2DP work === | ||
| + | opkg install kernel-module-btusb #should already be in the image | ||
| + | opkg install libasound-module-bluez | ||
| + | |||
| + | # cat .asoundrc | ||
| + | pcm.!default { | ||
| + | type bluetooth | ||
| + | device XX:XX:XX:XX:XX:XX | ||
| + | profile "auto" | ||
| + | } | ||
| + | |||
| + | Add the following in /etc/bluetooth/audio.conf under [General]: | ||
| + | Enable=Socket | ||
| + | |||
| + | === to make my 32G microsd work === | ||
| + | glamo_mci.sd_max_clk=2000000 | ||
Latest revision as of 15:52, 21 April 2012
Contents |
[edit] About me
[edit] usefull tips
[edit] How to make bluetooth's A2DP work
opkg install kernel-module-btusb #should already be in the image opkg install libasound-module-bluez
# cat .asoundrc
pcm.!default {
type bluetooth
device XX:XX:XX:XX:XX:XX
profile "auto"
}
Add the following in /etc/bluetooth/audio.conf under [General]:
Enable=Socket
[edit] to make my 32G microsd work
glamo_mci.sd_max_clk=2000000
