Changes between Version 1 and Version 2 of HowTo/Bluetooth/Enabling


Ignore:
Timestamp:
May 17, 2007, 10:08:32 PM (17 years ago)
Author:
harisk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/Bluetooth/Enabling

    v1 v2  
    33== Current images with BT enabled ==
    44
    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
    76
    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.
     7The reason to keep this is that old madwifi allows to change transmit power.
    108
    119 * bluetooth-0.2.0.ndz built on baseline-2.0.ndz with hacked nodeAgent to support new madwifi
     10
     11ToDo: Make version 0.2.1 for which the USB sticks are recognized on boot!!!
    1212
    1313== Making Bluetooth work ==
     
    1717{{{
    1818/usr/src/<path to your kernel source># make menuconfig
     19}}}
     20
     21To 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 --->
    1934}}}
    2035