LG에서 만든 블루투스 이어셋(HBS-730)에는 A2DP기능이 있는데,
Linux에서는 자동으로 사용할 수 없다. 따라서 설정을 잡아야줘야 방법은 다음과 같다.
1. /etc/bluetooth/ 안에 있는 audio.conf 파일을 연다.
$ sudo vi /etc/bluetooth/audio.conf
2. [General] 항목 아래에 다음 내용을 추가한다.
Enable=Source
3. Bluetooch 서비스를 재시작 한다.
$ sudo service bluetooth restart
4. 블루투스 이어셋을 연결한다.
5. Sound Setting에 들어가 Headset를 셋팅한다.
Headset(LG HBS730)을 클릭 후 오른쪽 Mode: 설정에서 High Fidelity Playback(A2DP)을 선택한다.
'Eureka > Linux' 카테고리의 다른 글
[Solution] Odroid Read-only file system (0) | 2014.04.12 |
---|---|
[Tip] How to install NVIDIA Driver in Linux Mint 16 (Petra) (0) | 2014.04.12 |
[Tip] How to find Graphics Card name in Linux (0) | 2014.04.12 |
[Tip] How to add System Settings shortcut (0) | 2014.04.08 |
[Tip] How to find the total number of files in a folder (0) | 2014.04.08 |
[Tip] How to use Unzip command in linux (0) | 2014.04.08 |
[Solution] PlayOnLinux is unable to find 32bits OpenGL libraries (6) | 2013.09.20 |
[Solution] XRDP D key show desktop (0) | 2013.09.07 |