[ltp] T30 and Bluetooth

Martin Fluch linux-thinkpad@linux-thinkpad.org
Thu, 26 May 2005 00:55:07 +0300


On 5/25/05, Fran=E7ois Fleuret <francois.fleuret@epfl.ch> wrote:
> [...]
>=20
> http://diwww.epfl.ch/~fleuret/installations.html#bluetooth
>=20
> Maybe can it help? Please report any incorrect or missing information.

For the 2.6.11 kernel the options are named different. I have made the
following sellection (probably more is selected than necessary) which
did the trick:

CONFIG_BT=3Dy
CONFIG_BT_L2CAP=3Dy
CONFIG_BT_RFCOMM=3Dy
CONFIG_BT_RFCOMM_TTY=3Dy
CONFIG_BT_BNEP=3Dy
CONFIG_BT_HIDP=3Dy
CONFIG_BT_HCIUSB=3Dy
CONFIG_BT_HCIUSB_SCO=3Dy

The information on your page gives quite good impression how to
continue trying things out after the kernel is configured.

- Martin