diff -c3 -r bluez-firmware.org/Makefile bluez-firmware/Makefile *** bluez-firmware.org/Makefile Mon Apr 14 15:46:21 2008 --- bluez-firmware/Makefile Mon Apr 14 15:46:33 2008 *************** *** 10,16 **** CATEGORIES= comms kld MASTER_SITES= http://bluez.sourceforge.net/download/ ! MAINTAINER= dirkx@joost.com COMMENT= Firmware for the D-Link BCM2033 bluetooth adaptor for use by bcmfw(1) GNU_CONFIGURE= yes --- 10,16 ---- CATEGORIES= comms kld MASTER_SITES= http://bluez.sourceforge.net/download/ ! MAINTAINER= dirkx@webweaving.org COMMENT= Firmware for the D-Link BCM2033 bluetooth adaptor for use by bcmfw(1) GNU_CONFIGURE= yes diff -c3 -r bluez-firmware.org/pkg-message bluez-firmware/pkg-message *** bluez-firmware.org/pkg-message Mon Apr 14 15:46:21 2008 --- bluez-firmware/pkg-message Mon Apr 14 15:56:00 2008 *************** *** 11,29 **** Furthermore you need to ensure that the bcmfw(1) utility downloads the firmware into the dongle on insertion. This can be done by ! adding the followign lines to /etc/devd.conf: # Requires the port BCM2033 to be installed # and the ubtbcmfw(8) and ng_ubt(8) kernel modules # to be loaded prior to insertion. # attach 100 { ! match "vendor" "0x0a5c"; ! match "product" "0x2033"; ! action "if test -d /usr/local/lib/firmware; then bcmfw -n $device-name -m /usr/local/lib/firmware/BCM2033-MD.hex -f /usr/local/lib/firmware/BCM2033-FW.bin; fi"; } ! or alternatively load these files manually with: cd /usr/local/lib/firmware bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin --- 11,30 ---- Furthermore you need to ensure that the bcmfw(1) utility downloads the firmware into the dongle on insertion. This can be done by ! adding the followign lines to /etc/devd.conf (devd(8) should run ! by default): # Requires the port BCM2033 to be installed # and the ubtbcmfw(8) and ng_ubt(8) kernel modules # to be loaded prior to insertion. # attach 100 { ! match "vendor" "0x0a5c"; ! match "product" "0x2033"; ! action "if test -d /usr/local/lib/firmware; then bcmfw -n $device-name -m /usr/local/lib/firmware/BCM2033-MD.hex -f /usr/local/lib/firmware/BCM2033-FW.bin; fi"; } ! Or alternatively load these files manually with: cd /usr/local/lib/firmware bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin