Hi List Members, I have recently bought a Bluetooth PC Card, and I'd like to make it work under Linux. It identifies itself as follows: # pccardctl info PRODID_1="IBM" PRODID_2="Bluetooth PC Card II" PRODID_3="" PRODID_4="" MANFID=0105,4254 FUNCID=254 I have found an old mailing-list thread about this kind of card here: http://osdir.com/ml/linux.pcmcia.devel/2003-04/msg00001.html I have managed to create a modified version of the CIS, to identify the card correctly, and have followed the instructions to force the system to read my modified version of the CIS, in order to handle the card correctly. In the mailing-list thread, there stands, that I should add the following few lines to /etc/pcmcia/config.opts: card "IBM Bluetooth" manfid 0x0105, 0x4254 cis "cis/IBMBT.dat" bind "serial_cs" However for some reason, when I plug in the card, my custom CIS doesn't get loaded. Could someone here give me a clue on how to configure pcmciautils, in order to get the my CIS loaded when the card is inserted? After that, there shouldn't be any big problems with the card according to the thread mentioned above, as this card is a simple design, utilizing the OXCF950 serial chip, which is supported by the Linux kernel. Thanks in advance for any kind of help. Regards, Janos Szigetvari -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ