Hi. Hopefully this is the right list for this question. I'm attempting to build btsco and the associated kernel driver for Fedora 3, kernel 2.6.11-1.14_FC3 With btsco, I get ... > make[2]: Entering directory `/tmp/btsco' > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -O2 -c a2recv.c > a2recv.c: In function `make_master': > a2recv.c:281: error: incompatible type for argument 2 of `hci_switch_role' So, first question, can I get away with commenting out the relevant call? Second question concerns the kernel driver, and to be frank my inability to keep up with the fedora build process. I get: > make: *** /lib/modules/2.6.11-1.14_FC3/source: No such file or > directory. Stop. Turns out no modules source directory was installed with this kernel rpm, though it does exist for older kernels. Any tips? I'm guessing this is an issue with the kernel rpm? Any help appreciated. Mark