Hi, I'm trying to use a Bluetooth mouse on my NetBSD/amd64 9.3 laptop but I can't get it to work:
% dmesg | grep ubt [ 3,395938] ubt0 at uhub1 port 5 [ 3,395938] ubt0: vendor 8087 (0x8087) product 0a2b (0xa2b), rev 2.00/0.01, addr 1 % cat /etc/rc.conf.d/bluetooth btconfig_ubt0="name laptop-hostname" # /etc/rc.d/bluetooth onestart configuring Bluetooth controllers: ubt0btconfig: SIOCSBTFLAGS: Resource temporarily unavailable btconfig: cmd (03|024): Destination address required btconfig: cmd (03|019): Destination address required . starting Bluetooth Link Key/PIN Code manager starting Bluetooth Service Discovery server % dmesg | tail -n 1 [ 4899,826920] ubt0: autoconfiguration error: CommandComplete opcode (003|0003) failed (status=0x01) What I am doing wrong? The same laptop, when booted with Linux, has Bluetooth and the mouse working smoothly (so the hardware is fine).