Date: Tue, 30 May 2006 14:30:16 -0700 From: Maksim Yevmenkin <maksim.yevmenkin@savvis.net> To: Lyndon Nerenberg <lyndon@orthanc.ca> Cc: freebsd-bluetooth@freebsd.org Subject: Re: DBT-122 Message-ID: <447CB968.7050906@savvis.net> In-Reply-To: <20060530145241.I13064@orthanc.ca> References: <20060528153917.I84195@orthanc.ca> <447C83B4.5060905@savvis.net> <20060530135402.C12000@orthanc.ca> <447CA90B.3060800@centtech.com> <20060530145241.I13064@orthanc.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Lyndon Nerenberg wrote: >> If you remove ugen from your kernel, does it work? > > > No, but if I kldload ng_ubt the DBT-122 is recognized. Doh! (For > whatever reason I was assuming the kernel or devd would load the > appropriate netgraph glue automagically.) it will if you load device driver. otherwise ugen(4) will attach because it is generic usb device driver. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bluetooth.html is a good place to start. it is a bit outdated though. it is no longer required to use /usr/share/examples/netgraph/bluetooth. please use /etc/rc.d/bluetooth instead. also please read bluetooth.device.conf(5) man page. thanks, max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?447CB968.7050906>