User:GNUtoo

From Openmoko

Revision as of 14:47, 21 April 2012 by GNUtoo (Talk | contribs)

Jump to: navigation, search

Contents

About me

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"
}

to make my 32G microsd work

glamo_mci.sd_max_clk=2000000
Personal tools

About me

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"
}

to make my 32G microsd work

glamo_mci.sd_max_clk=2000000