Bluetooth Headset unter Linux
modprobe snd_bt_sco
btsco 00:0D:44:36:D1:CA
Installation:
bluetooth-alsa@sourceforge
Build
1. Install or update the required packages:
* automake-1.7
* libbluetooth-dev (aka libbluetooth-devel or bluetooth-devel)
* libasound2-dev (aka alsa-devel)
* a recent (2.6.11.7 or newer) kernel with *integrated* alsa enabled (it won't work with the "standalone" alsa drivers that are a separate download from the kernel)
2. Check btsco out from cvs:
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/bluetooth-alsa login
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/bluetooth-alsa co btsco
3. Compile:
./bootstrap
./configure
make
make install
make maintainer-clean
4. For SCO (two-way voice quality audio) you need a kernel with the emu10k1 driver selected (this is one of the drivers that forces the inclusion of the implementation of "snd_hwdep_new"). Build the kernel module:
cd kernel
make
make install
depmod -e
make clean
btsco 00:0D:44:36:D1:CA
Installation:
bluetooth-alsa@sourceforge
Build
1. Install or update the required packages:
* automake-1.7
* libbluetooth-dev (aka libbluetooth-devel or bluetooth-devel)
* libasound2-dev (aka alsa-devel)
* a recent (2.6.11.7 or newer) kernel with *integrated* alsa enabled (it won't work with the "standalone" alsa drivers that are a separate download from the kernel)
2. Check btsco out from cvs:
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/bluetooth-alsa login
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/bluetooth-alsa co btsco
3. Compile:
./bootstrap
./configure
make
make install
make maintainer-clean
4. For SCO (two-way voice quality audio) you need a kernel with the emu10k1 driver selected (this is one of the drivers that forces the inclusion of the implementation of "snd_hwdep_new"). Build the kernel module:
cd kernel
make
make install
depmod -e
make clean
herb.solo - 22. Apr, 15:04
0 Kommentare - Kommentar verfassen - 0 Trackbacks