Linux driver for the 3Com Bluetooth PCMCIA card

Copyright (C) 2001-2002 Marcel Holtmann <marcel@holtmann.org>
                        Jose Orlando Pereira <jop@di.uminho.pt>


Introduction

  This is a driver for the 3Com Bluetooth card. The driver is written
  for BlueZ 2.0 or greater and needs the firmware file BT3CPCC.bin
  from the Windows driver distribution or the driver CD-ROM.

  The following command will unpack the needed file:

    unzip -p bt3cinst_en.exe Drivers.W2k/BT3CPCC.bin > /etc/bluetooth/firmware/BT3CPCC.bin


Card Services

  The Linux Card Services have to be configured to use this driver if
  a 3Com Bluetooth card is plugged in. The following lines have to be
  added to the file /etc/pcmcia/config:

    device "bt3c_cs"
      module "bt3c_cs"

    card "3Com Bluetooth PC Card"
      version "3COM", "*", "Bluetooth PC Card"
      bind "bt3c_cs"

  Another way to enable the card in the Linux Card Services is to copy
  the file bt3c.conf in the directory /etc/pcmcia.


Download

  http://www.holtmann.org/linux/bluetooth/bt3c.html
