x40 Bluetooth 5.3-RELEASE

Maksim Yevmenkin maksim.yevmenkin at savvis.net
Fri Apr 29 07:45:27 PDT 2005


Daniel,

[moved to freebsd-bluetooth]

>    Has anyone gotten bluetooth working on the x40 in  5.3 or current?
> I followed the instructions here :
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bluetooth.html 
> 
> Except I used the name of the device that comes up when you press FN + 
> F5 (turns the bluetooth LED on) but ...
> 
> /etc/rc.bluetooth start ugen0
> username[65539]: Unsupported device: ugen0
> 
> so am i missing something or is this just not supported..

you can not use rc.bluetooth on ugen(4) devices. it will not work. 
ugen(4) is a *generic* usb device driver. it will attach to the device 
when no other device driver claims it. did you kldload ng_ubt(4)driver 
(as described handbook bluetooth chapter)?

please make sure

1) you have kldload'ed ng_ubt(4) driver before activating bluetooth device

2) your bluetooth device is recognized as ubtX (and *not* as ugenX) 
device once you have activated it

3) you use rc.bluetooth on ubtX device and *not* on ugenX device

thanks,
max


More information about the freebsd-bluetooth mailing list