CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
author: Acrux WORK IN PROGRESS
Bluetooth How-TO
This How-To describes how to get Bluetooth technology working on CRUX PPC .
1. You must configure kernel to use bt devices. Download a 2.6.24 or newer kernel
2. When configuring the kernel, enable:
[*] Networking support --->
<*> Bluetooth subsystem support --->
<M> L2CAP protocol support
<M> SCO links support
<M> RFCOMM protocol support
[*] RFCOMM TTY support
<M> BNEP protocol support
[*] Multicast filter support
[*] Protocol filter support
<M> HIDP protocol support
Bluetooth device drivers --->
<M> HCI USB driver
[*] SCO (voice) support
<M> HCI UART driver
[*] UART (H4) protocol support
[*] BCSP protocol support
[*] Transmit CRC with every BCSP packet
3. Build the kernel as usual
# make all # make modules_install # cp vmlinux /boot/vmlinux # cp System.map /boot/System.map
4. Install bluez with your port manager (as ilenia)
# ilenia -U bluez
5.