目前分類:Ubuntu 12.04 (2)

瀏覽方式: 標題列表 簡短摘要

The way to solve that ubuntu 13.10 cannot connect to A2DP BT devices...
bluez version: bluez [bluez (4.101-0ubuntu8b1)
pulseaudio version: 4.0

In /etc/bluetooth/audio.conf:
// add Enable=Source which located on the top of audio.conf
[General]
Enable=Source

// modify the value of HFP from true to false
HFP=false

// uncomment the following three lines which located
// in the bottom of audio.conf
[A2DP]
SBCSources=1
MPEG12Sources=0

If it's still not working, try below...
// Test by:
pactl list | grep -i module-bluetooth-discover

// If it's empty, load via below command
pactl load-module module-bluetooth-discover

Pulse audio will then (hopefully) recognize the device

Reference: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1199059

lbysdc 發表在 痞客邦 留言(0) 人氣()

 sudo apt-get install scim

sudo apt-get install scim-tables-zh

download Liu.bin from here
http://km2.iiietc.ncu.edu.tw/xms/read_attach.php?id=1347

sudo cp /Downloads/Liu.bin /usr/share/scim/tables/Liu.bin

re-login or re-start computer

Ctrl+Space to invoke scim input method

blog-photo

lbysdc 發表在 痞客邦 留言(0) 人氣()