Affix - End User Manual: Affix (v. 3.0.0) - Open Source Bluetooth Protocol Stack for Linux | ||
---|---|---|
Prev | Chapter 2. Installing Affix | Next |
Download latest affix-kernel package from http://affix.sourceforge.net/. Then log into your computer as root.
Unpack the package to the /usr/src/ directory.
tar xvfz -C /usr/src affix-kernel-<version>
Configure Affix modules. Change to Affix kernel root directory and give command
make config
Answer the questions according to your hardware and system configuration. Check that the kernel directory is correct. In protocol section choose the protocols you are planning to use. If your device support Bluetooth 1.2 you should say "yes" to "BLUETOOTH 1.2 support". Do not enable debugging if you do not need it.
Compile Affix
make all
Install Affix
make install
Note! If you reinstall your kernel modules you have to also install Affix modules again (see point four above).