Re: [was USB bluetooth dongles] new if_ural.c

2006-07-26 Thread Hans Petter Selasky
On Monday 17 July 2006 21:47, Niki Denev wrote: > Hans Petter Selasky wrote: > > That's great, i'll be happy to help. I have ural(4) hardware and can do > tests if needed. > I have just finished reworking the "if_ural" driver. It was not an easy task, but now the work is done. If someone has got

Re: USB bluetooth dongles

2006-07-18 Thread Hans Petter Selasky
On Monday 17 July 2006 22:38, Niki Denev wrote: > Hans Petter Selasky wrote: > > Yes, there is no danger in the message, but apparently some descriptors > > are invalid. Could you have made your device attach as "ugen", by not > > loading "ng_ubt". Then install the port at > > "/usr/ports/sysutils/

Re: USB bluetooth dongles

2006-07-17 Thread Niki Denev
Hans Petter Selasky wrote: > Yes, there is no danger in the message, but apparently some descriptors are > invalid. Could you have made your device attach as "ugen", by not loading > "ng_ubt". Then install the port at "/usr/ports/sysutils/udesc_dump", run > "udesc_dump" on your device, and post

Re: USB bluetooth dongles

2006-07-17 Thread Hans Petter Selasky
On Monday 17 July 2006 21:47, Niki Denev wrote: > Hans Petter Selasky wrote: > > Looks like there is one byte missing in the packet. Could you try the > > following: Edit "/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c" and change > > ".bufsize = 0," to ".bufsize = 256 + 16,", in the following piece

Re: USB bluetooth dongles

2006-07-17 Thread Niki Denev
Hans Petter Selasky wrote: > Looks like there is one byte missing in the packet. Could you try the > following: Edit "/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c" and change > ".bufsize = 0," to ".bufsize = 256 + 16,", in the following piece of code: [...] Now i can issue inquiry command proper

Re: USB bluetooth dongles

2006-07-17 Thread Hans Petter Selasky
Hi Niki, On Monday 17 July 2006 20:07, Niki Denev wrote: > Hello, > > i've installed the ubt driver from the subversion repo at turbocat.com, > and now my BT dongle seems to work, but with some strange side effects. > > For example i can connect to my GPS receiver properly, and get output > (rfcom

USB bluetooth dongles

2006-07-17 Thread Niki Denev
Hello, i've installed the ubt driver from the subversion repo at turbocat.com, and now my BT dongle seems to work, but with some strange side effects. For example i can connect to my GPS receiver properly, and get output (rfcomm_spp -a gps -c 1) but when i'm trying to issue a inquiry command wit

Re: USB bluetooth dongles

2006-07-16 Thread Alexandre \"Sunny\" Kovalenko
On Sun, 2006-07-16 at 23:36 +0200, Hans Petter Selasky wrote: > I found a bug in the code. Could you try to do a "svn update". Then copy the > following files to > "/usr/src/sys/netgraph/bluetooth/drivers/ubt/" (for example) > > i4b/trunk/i4b/src/sys/netgraph/bluetooth/drivers/ubt/TODO > i4b/t

Re: USB bluetooth dongles

2006-07-16 Thread Hans Petter Selasky
; On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > Is there anyone on this list using USB Bluetooth > > > > > >

Re: USB bluetooth dongles

2006-07-16 Thread Alexandre \"Sunny\" Kovalenko
t; Hi, > > > > > > > > > > > > > > > > > > > > Is there anyone on this list using USB Bluetooth dongles, > > > > > > > > > > that can test my new USB system and the USB Bluetooth > > > > > > &g

Re: USB bluetooth dongles

2006-07-15 Thread Hans Petter Selasky
On Saturday 15 July 2006 14:54, Alexandre "Sunny" Kovalenko wrote: > > > > > > > > On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote: > > > > > > > > > Hi, > > > > > > > > > > > > > > &

Re: USB bluetooth dongles

2006-07-15 Thread Alexandre \"Sunny\" Kovalenko
s Petter Selasky wrote: > > > > > > > > Hi, > > > > > > > > > > > > > > > > Is there anyone on this list using USB Bluetooth dongles, that > > > > > > > > can test my new USB system and the USB Bluetooth

Re: USB bluetooth dongles

2006-07-15 Thread Hans Petter Selasky
gt; On Thursday 13 July 2006 15:41, Hans Petter Selasky wrote: > > > > > On Thursday 13 July 2006 20:53, Anish Mistry wrote: > > > > > > On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote: > > > > > > > Hi, > > > > > >

Re: USB bluetooth dongles

2006-07-15 Thread Anish Mistry
gt; On Thursday 13 July 2006 15:41, Hans Petter Selasky wrote: > > > > > On Thursday 13 July 2006 20:53, Anish Mistry wrote: > > > > > > On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote: > > > > > > > Hi, > > > > > >

Re: USB bluetooth dongles

2006-07-14 Thread Alexandre \"Sunny\" Kovalenko
> > On Thursday 13 July 2006 15:41, Hans Petter Selasky wrote: > > > > > On Thursday 13 July 2006 20:53, Anish Mistry wrote: > > > > > > On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote: > > > > > > > Hi, > > > > > >

Re: USB bluetooth dongles

2006-07-14 Thread Alexandre \"Sunny\" Kovalenko
July 2006 20:53, Anish Mistry wrote: > > > > > On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote: > > > > > > Hi, > > > > > > > > > > > > Is there anyone on this list using USB Bluetooth dongles, that > > > > >

Re: USB bluetooth dongles

2006-07-14 Thread Hans Petter Selasky
006 14:25, Hans Petter Selasky wrote: > > > > > Hi, > > > > > > > > > > Is there anyone on this list using USB Bluetooth dongles, that > > > > > can test my new USB system and the USB Bluetooth driver? > > > > > > > > Yea

Re: USB bluetooth dongles

2006-07-13 Thread Hans Petter Selasky
> > > > Is there anyone on this list using USB Bluetooth dongles, that > > > > can test my new USB system and the USB Bluetooth driver? > > > > > > Yeah, I have access to one. Do you have an updated snapshot? > > > > I will probably finish the rew

Re: USB bluetooth dongles

2006-07-13 Thread Anish Mistry
On Thursday 13 July 2006 15:41, Hans Petter Selasky wrote: > On Thursday 13 July 2006 20:53, Anish Mistry wrote: > > On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote: > > > Hi, > > > > > > Is there anyone on this list using USB Bluetooth dongles, that

Re: USB bluetooth dongles

2006-07-13 Thread Hans Petter Selasky
On Thursday 13 July 2006 20:53, Anish Mistry wrote: > On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote: > > Hi, > > > > Is there anyone on this list using USB Bluetooth dongles, that can > > test my new USB system and the USB Bluetooth driver? > > Yeah, I

Re: USB bluetooth dongles

2006-07-13 Thread Anish Mistry
On Thursday 13 July 2006 14:25, Hans Petter Selasky wrote: > Hi, > > Is there anyone on this list using USB Bluetooth dongles, that can > test my new USB system and the USB Bluetooth driver? Yeah, I have access to one. Do you have an updated snapshot? -- Anish Mistry [EMAIL P

USB bluetooth dongles

2006-07-13 Thread Hans Petter Selasky
Hi, Is there anyone on this list using USB Bluetooth dongles, that can test my new USB system and the USB Bluetooth driver? --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any