From owner-freebsd-arm@FreeBSD.ORG Tue May 28 12:02:05 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 46C35D6B for ; Tue, 28 May 2013 12:02:05 +0000 (UTC) (envelope-from fbsd-arm@bzerk.org) Received: from eris.bzerk.org (unknown [IPv6:2001:980:18dd:1:192:168:179:45]) by mx1.freebsd.org (Postfix) with ESMTP id D144F2CF for ; Tue, 28 May 2013 12:02:04 +0000 (UTC) Received: from eris.bzerk.org (BOFH@localhost [127.0.0.1]) by eris.bzerk.org (8.14.6/8.14.5) with ESMTP id r4SC1uVH069950 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 May 2013 12:01:56 GMT (envelope-from fbsd-arm@bzerk.org) Received: (from bulk@localhost) by eris.bzerk.org (8.14.6/8.14.6/Submit) id r4SC1ufD069949 for freebsd-arm@freebsd.org; Tue, 28 May 2013 12:01:56 GMT (envelope-from fbsd-arm@bzerk.org) X-Authentication-Warning: eris.bzerk.org: bulk set sender to fbsd-arm@bzerk.org using -f Date: Tue, 28 May 2013 12:01:56 +0000 From: Ruben de Groot To: freebsd-arm@freebsd.org Subject: NETGRAPH not working on ARM? Message-ID: <20130528120155.GA69592@eris.bzerk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-11.0 required=5.0 tests=ALL_TRUSTED,AUTHD_RELAY autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eris.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (eris.bzerk.org [127.0.0.1]); Tue, 28 May 2013 12:02:03 +0000 (UTC) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 12:02:05 -0000 Hi, I'm trying to port an embedded bluetooth scanner running debian to FreeBSD on a RPi. De usb dongle is recognized as ubt0, but I can't get it to work. root@raspberry-pi:~ # service bluetooth start ubt0 /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0 In my custom kernel I have: # USB bluetooth options NETGRAPH # netgraph(4) system options NETGRAPH_BLUETOOTH # ng_bluetooth(4) options NETGRAPH_BLUETOOTH_UBT # ng_ubt(4) options NETGRAPH_BLUETOOTH_HCI # ng_hci(4) options NETGRAPH_BLUETOOTH_BT3C # ng_bt3c(4) options NETGRAPH_BLUETOOTH_L2CAP # ng_l2cap(4) options NETGRAPH_BLUETOOTH_SOCKET # ng_btsocket(4) options NETGRAPH_BLUETOOTH_UBTBCMFW # ubtbcmfw(4) But: root@raspberry-pi:~ # ngctl list ngctl: can't create node: No such file or directory Is Netgraph not supposed to work in freebsd-arm? The kernel is svn r251002M I appreciate your advice -- Ruben de Groot :(){ :|:& };: