From owner-freebsd-questions@freebsd.org Wed Oct 11 17:08:54 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94B7CE31660 for ; Wed, 11 Oct 2017 17:08:54 +0000 (UTC) (envelope-from vdemart@gmail.com) Received: from smtpcmd04131.aruba.it (smtpcmd04131.aruba.it [62.149.158.131]) by mx1.freebsd.org (Postfix) with ESMTP id 071636F0D8 for ; Wed, 11 Oct 2017 17:08:53 +0000 (UTC) (envelope-from vdemart@gmail.com) Received: from macbookvittorio-002.homenet.telecomitalia.it ([87.20.33.224]) by smtpcmd04.ad.aruba.it with bizsmtp id LH7j1w00b4q8drK01H7jpx; Wed, 11 Oct 2017 19:07:44 +0200 From: Victor Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Howto configure an Apple bluetooth keyboard on macbook Date: Wed, 11 Oct 2017 19:07:43 +0200 Message-Id: <0674E022-F011-4A21-91C9-007C9007580E@gmail.com> To: FreeBSD Mailing List Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aruba.it; s=a1; t=1507741664; bh=Pyn+mYP6fST8AxL+18PutitwsJ6gOp2y512MOTOaayA=; h=From:Content-Type:Subject:Date:To:Mime-Version; b=cVoY8hdVMrdJZ0Y9OQgat0nkwKUKDZcK3ox3bJLeugvBCsBteCOR4niyKb4d74RqW WZTrBhPYvBlpRxH0Fg7vA+oZ84Qg4cbuJmvnNp1YrW4G6+qaqpqf+5UOXTAE9/hOw6 qjejbOcZzihyoRnSZxoW1weXFZ0uCLOYrxHqZXLKh5TA9wJaHQTU+oMdGKS+O+JoQP 3MlMwLNj0SZh987A52uv7NhwlSQmo5O4rT9+akQ59oV7fmUHZbq7ZBas4usgiuVI+y sh82N2nceks6U+KjIkQ3C779FjxqMoONHS/UN09r0mQwi+GohgdPKSZ8sFX1Qr+nXo ssarskYyMs6uQ== X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 17:08:54 -0000 I've just installed FreeBSD 11.1 on a disk partition of my Macbook 2007 = (the white one). Now, via refind, I can boot either Mac OS X or FreeBSD. The BT Logitech mouse automagically has been connecting and working = correctly since my very first boot into BSD while The Apple BT keyboard = doesn't want to connect and, frankly, I don't know very much about = bluetooth in FreeBSD. Here it is the relevant info (at least, IMHO) The BT device in the Macbook is Address: 00-1F-5B-7B-37-0F Maker: Cambridge Silicon Radio victor@bsd:~ % uname -a FreeBSD bsd 11.1-RELEASE FreeBSD 11.1-RELEASE #1: Wed Oct 11 06:54:05 = CEST 2017 root@bsd:/usr/obj/usr/src/sys/MIOKERNEL amd64 victor@bsd:~ % kldstat Id Refs Address Size Name ................................... 8 1 0xffffffff82c51000 3650 ums.ko 9 1 0xffffffff82c55000 2986 uhid.ko 10 1 0xffffffff82c58000 56a1 atp.ko 11 1 0xffffffff82c5e000 1c393 ng_btsocket.ko 12 1 0xffffffff82c7b000 107f ng_bluetooth.ko 13 1 0xffffffff82c7d000 c57d netgraph.ko 14 1 0xffffffff82c8a000 97ea4 i915kms.ko 15 1 0xffffffff82d22000 54e57 drm2.ko 16 4 0xffffffff82d77000 2731 iicbus.ko 17 1 0xffffffff82d7a000 1c51 iic.ko 18 1 0xffffffff82d7c000 1e60 iicbb.ko 19 1 0xffffffff82d7e000 bb55 tmpfs.ko .......................... victor@bsd:~ % dmesg |grep "ugen" ugen0.1: at usbus0 ugen5.1: at usbus5 ugen2.1: at usbus2 ugen4.1: at usbus4 ugen3.1: at usbus3 ugen6.1: at usbus6 ugen1.1: at usbus1 ugen0.2: at usbus0 ugen6.2: at usbus6 ugen6.3: at usbus6 ugen5.2: at usbus5 ugen5.3: at usbus5 Being 78:ca:39:4f:b1:91 the address of the keyboard, in = /etc/bluetooth/hcsecd.conf I added=20 .............................. device { bdaddr 78:ca:39:4f:b1:91; name "Apple Keyboard"; key nokey; pin "0000"; } (I had a go also putting pin to "none" to no avail) ........................ and in /etc/bluetooth/hosts ................. 78:ca:39:4f:b1:91 Then rebooting with mouse and keyboard activated the latter doen't = connect at all but keeps blinking.=20 Is there anyone out there that can help me to fix the problem? Ciao Vittorio