On 2006/04/05 10:36, [EMAIL PROTECTED] wrote:
> ugen0: Broadcom Belkin Bluetooth Device, rev 1.10/0.01 , addr2

ugen(4) says:

   The ugen driver provides support for all USB devices that do not have a
   special driver.  It supports access to all parts of the device, but not
   in a way that is as convenient as a special purpose driver.

This means you need special software that knows how to talk to the
device, it's not supported as a standard serial port etc.

It's not bluetooth, but some phones support a data cable which will
attach to ucom(4):

   The ucom driver attaches to USB modems, serial ports, and other devices
   that need to look like a tty.  The ucom driver shows a behaviour like a
   tty(4).  This means that normal programs such as tip(1) or pppd(8) can be
   used to access the device.

This has the advantage of not requiring Bluetooth to be enabled on your
phone (read about bluebug, first google hit, if you want some reasons why
this might not be desirable - who knows what else may be lurking?).

Reply via email to