Re: problem with bluetooth dongle

2011-02-20 Thread Volodymyr Kostyrko

20.02.2011 22:04, Gary Palmer wrote:

On Sun, Feb 20, 2011 at 01:01:19PM +0200, Volodymyr Kostyrko wrote:



Normally there isn't a /dev node for ubt0 (although I'm not sure what version
of FreeBSD you're running) as its hooked through netgraph - try
running "ngctl list" as root and see if there is a ubt0 node there.


I'm on stable:
FreeBSD limbo.lan 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0 r218849: Sat 
Feb 19 17:18:15 EET 2011 
arc...@limbo.lan:/usr/obj/usr/src/sys/MINIMAL_8  i386


Thank you, it's really hooked via netgraph.

--
Sphinx of black quartz judge my vow.

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: problem with bluetooth dongle

2011-02-20 Thread Volodymyr Kostyrko

20.02.2011 14:06, Volodymyr Kostyrko wrote:

20.02.2011 13:25, Hans Petter Selasky wrote:

On Sunday 20 February 2011 12:01:19 Volodymyr Kostyrko wrote:

3. /etc/rc.d/bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for
device ubt0


You need to run this twice:

3. /etc/rc.d/bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device
ubt0


It just gives no output for the second time. Still nothing though.

I'll try to retest this device under Windows somewhere. Maybe I'm trying
to chase bugs in broken hardware...


Same problem under Windows 7. I'll try to retest under WinXP somewhere. 
Device seem to be very old...


--
Sphinx of black quartz judge my vow.

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: problem with bluetooth dongle

2011-02-20 Thread Gary Palmer
On Sun, Feb 20, 2011 at 01:01:19PM +0200, Volodymyr Kostyrko wrote:
> 20.02.2011 11:31, Hans Petter Selasky wrote:
> >On Sunday 20 February 2011 01:47:33 Volodymyr Kostyrko wrote:
> >>I have something like:
> >>
> >>Feb 20 02:43:16 limbo kernel: ugen2.3:  at usbus2
> >>Feb 20 02:43:16 limbo kernel: uhub4: >>1.10/1.00, addr 3>  on usbus2
> >>Feb 20 02:43:16 limbo kernel: uhub4: 3 ports with 0 removable, bus powered
> >>Feb 20 02:43:17 limbo kernel: ugen2.4:  at usbus2
> >>Feb 20 02:43:17 limbo kernel: ubt0: >>224/1, rev 1.10/1.01, addr 4>  on usbus2
> >>Feb 20 02:43:17 limbo root: Unknown USB device: vendor 0x0a12 product
> >>0x0001 bus uhub4
> >>Feb 20 02:43:18 limbo root: Unknown USB device: vendor 0x0a5c product
> >>0x3502 bus uhub4
> >>Feb 20 02:43:18 limbo kernel: ugen2.5:  at usbus2
> >>Feb 20 02:43:18 limbo kernel: ugen2.6:  at usbus2
> >>Feb 20 02:43:18 limbo kernel: ums1: >>1.10/1.00, addr 6>  on usbus2
> >>Feb 20 02:43:18 limbo kernel: ums1: 3 buttons and [XY] coordinates ID=0
> >>
> >>And it almost works. I can register devices with it, but I can't do
> >>anything more. Any phone connected shows that this device doesn't
> >>provide any services despite sdpd is running.
> >
> >How did you start the bluetooth daemons? Did you load the required netgraph
> >modules?
> 
> 1. kldload ng_ubt
> 2. insert dongle
> (above output in /var/log/messages)
> 3. /etc/rc.d/bluetooth start ubt0
> /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
> (and there's no /dev/ubt0 also)

Normally there isn't a /dev node for ubt0 (although I'm not sure what version
of FreeBSD you're running) as its hooked through netgraph - try 
running "ngctl list" as root and see if there is a ubt0 node there.

Regards,

Gary

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: problem with bluetooth dongle

2011-02-20 Thread Volodymyr Kostyrko

20.02.2011 13:25, Hans Petter Selasky wrote:

On Sunday 20 February 2011 12:01:19 Volodymyr Kostyrko wrote:

3. /etc/rc.d/bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0


You need to run this twice:

3. /etc/rc.d/bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0


It just gives no output for the second time. Still nothing though.

I'll try to retest this device under Windows somewhere. Maybe I'm trying 
to chase bugs in broken hardware...


--
Sphinx of black quartz judge my vow.

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: problem with bluetooth dongle

2011-02-20 Thread Hans Petter Selasky
On Sunday 20 February 2011 12:01:19 Volodymyr Kostyrko wrote:
> 3. /etc/rc.d/bluetooth start ubt0
> /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0

You need to run this twice:

3. /etc/rc.d/bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: problem with bluetooth dongle

2011-02-20 Thread Volodymyr Kostyrko

20.02.2011 11:31, Hans Petter Selasky wrote:

On Sunday 20 February 2011 01:47:33 Volodymyr Kostyrko wrote:

I have something like:

Feb 20 02:43:16 limbo kernel: ugen2.3:  at usbus2
Feb 20 02:43:16 limbo kernel: uhub4:  on usbus2
Feb 20 02:43:16 limbo kernel: uhub4: 3 ports with 0 removable, bus powered
Feb 20 02:43:17 limbo kernel: ugen2.4:  at usbus2
Feb 20 02:43:17 limbo kernel: ubt0:  on usbus2
Feb 20 02:43:17 limbo root: Unknown USB device: vendor 0x0a12 product
0x0001 bus uhub4
Feb 20 02:43:18 limbo root: Unknown USB device: vendor 0x0a5c product
0x3502 bus uhub4
Feb 20 02:43:18 limbo kernel: ugen2.5:  at usbus2
Feb 20 02:43:18 limbo kernel: ugen2.6:  at usbus2
Feb 20 02:43:18 limbo kernel: ums1:  on usbus2
Feb 20 02:43:18 limbo kernel: ums1: 3 buttons and [XY] coordinates ID=0

And it almost works. I can register devices with it, but I can't do
anything more. Any phone connected shows that this device doesn't
provide any services despite sdpd is running.


How did you start the bluetooth daemons? Did you load the required netgraph
modules?


1. kldload ng_ubt
2. insert dongle
(above output in /var/log/messages)
3. /etc/rc.d/bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
(and there's no /dev/ubt0 also)
4. service hcsecd onestart
5. service sdpd onestart

After that I can use hccontrol inquiry command,  I can configure hcsecd 
and add this dongle to the list of 'My devices' in my phone. Requesting 
list of services gives nothing.


--
Sphinx of black quartz judge my vow.

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: problem with bluetooth dongle

2011-02-20 Thread Hans Petter Selasky
On Sunday 20 February 2011 01:47:33 Volodymyr Kostyrko wrote:
> I have something like:
> 
> Feb 20 02:43:16 limbo kernel: ugen2.3:  at usbus2
> Feb 20 02:43:16 limbo kernel: uhub4:  1.10/1.00, addr 3> on usbus2
> Feb 20 02:43:16 limbo kernel: uhub4: 3 ports with 0 removable, bus powered
> Feb 20 02:43:17 limbo kernel: ugen2.4:  at usbus2
> Feb 20 02:43:17 limbo kernel: ubt0:  224/1, rev 1.10/1.01, addr 4> on usbus2
> Feb 20 02:43:17 limbo root: Unknown USB device: vendor 0x0a12 product
> 0x0001 bus uhub4
> Feb 20 02:43:18 limbo root: Unknown USB device: vendor 0x0a5c product
> 0x3502 bus uhub4
> Feb 20 02:43:18 limbo kernel: ugen2.5:  at usbus2
> Feb 20 02:43:18 limbo kernel: ugen2.6:  at usbus2
> Feb 20 02:43:18 limbo kernel: ums1:  1.10/1.00, addr 6> on usbus2
> Feb 20 02:43:18 limbo kernel: ums1: 3 buttons and [XY] coordinates ID=0
> 
> And it almost works. I can register devices with it, but I can't do
> anything more. Any phone connected shows that this device doesn't
> provide any services despite sdpd is running.

How did you start the bluetooth daemons? Did you load the required netgraph 
modules?

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: docs/127406: [patch] update umodem man page: Sony Ericsson W810i

2011-02-20 Thread miwi
Synopsis: [patch] update umodem man page: Sony Ericsson W810i

State-Changed-From-To: patched->closed
State-Changed-By: miwi
State-Changed-When: Sun Feb 20 08:39:33 UTC 2011
State-Changed-Why: 
close per request.

http://www.freebsd.org/cgi/query-pr.cgi?pr=127406
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"