Changes between Version 1 and Version 2 of HowTo/Bluetooth/Enabling
- Timestamp:
- May 17, 2007, 10:08:32 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/Bluetooth/Enabling
v1 v2 3 3 == Current images with BT enabled == 4 4 5 * bluetooth-0.1.0.ndz built on baseline-1.0.9.nzd with old madwifi and kernel 2.6.12 6 * bluetooth-0.1.1.ndz built on baseline-1.0.9.nzd with old madwifi and kernel 2.6.12 5 * bluetooth-0.1.2.ndz built on baseline-1.0.9.nzd with old madwifi and kernel 2.6.12 7 6 8 The reason to keep this is that madwifi allows to change transmit power. Version 0.1.1 contains old madwifi with ability to fix transmission rate using iwconfig, but does not support libmac 9 To Do: USB Bluetooth key chain has to be reinserted in order to be recognized. 7 The reason to keep this is that old madwifi allows to change transmit power. 10 8 11 9 * bluetooth-0.2.0.ndz built on baseline-2.0.ndz with hacked nodeAgent to support new madwifi 10 11 ToDo: Make version 0.2.1 for which the USB sticks are recognized on boot!!! 12 12 13 13 == Making Bluetooth work == … … 17 17 {{{ 18 18 /usr/src/<path to your kernel source># make menuconfig 19 }}} 20 21 To make USB sticks recognized on boot, select: 22 23 * USB: 24 {{{ 25 Device Drivers ---> 26 <M> USB Support ---> 27 }}} 28 29 * Bluetooth: 30 {{{ 31 Device Drivers ---> 32 Networking Support ---> 33 <M> Bluetooth Subsystem Support ---> 19 34 }}} 20 35