|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Bluesoleil dongle problemsHello,
I've just bought a Bluesoleil bluetooth dongle and I'm having problems with it right from the start. I kldload-ed ng-ubt.ko. After plugging the USB dongle in my computer it says: ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 ubt0: Interface1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294 ubt_request_complete2: ubt0 - Control request failed. STALLED (17) ubt_request_complete2: ubt0 - Control request failed. STALLED (17) ubt_request_complete2: ubt0 - Control request failed. STALLED (17) a couple of times and then everything stops and no bluetooth device appears in /dev. Any ideas on how to solve this and get it to work ? _______________________________________________ freebsd-bluetooth@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@..." |
|
|
Re: Bluesoleil dongle problemsHello,
> I've just bought a Bluesoleil bluetooth dongle and I'm having problems > with it right from the start. > > > I kldload-ed ng-ubt.ko. > > After plugging the USB dongle in my computer it says: > > ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 > ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 > ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 > ubt0: Interface1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; > wMaxPacketSize=49; nframes=6, buffer size=294 > ubt_request_complete2: ubt0 - Control request failed. STALLED (17) > ubt_request_complete2: ubt0 - Control request failed. STALLED (17) > ubt_request_complete2: ubt0 - Control request failed. STALLED (17) well, this points to usb and/or device itself, not bluetooth. basically the driver is trying to send control request to the device and it stalled. try different usb port and/or try to disable ehci usb and revert back to uhci (or ohci). > a couple of times and then everything stops and no bluetooth device > appears in /dev. there won't be any entires in /dev for bluetooth devices. only netgraph nodes. thanks, max _______________________________________________ freebsd-bluetooth@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@..." |
|
|
Re: Bluesoleil dongle problemsMaksim Yevmenkin wrote:
> Hello, > > >> I've just bought a Bluesoleil bluetooth dongle and I'm having problems >> with it right from the start. >> >> >> I kldload-ed ng-ubt.ko. >> >> After plugging the USB dongle in my computer it says: >> >> ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 >> ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 >> ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 >> ubt0: Interface1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; >> wMaxPacketSize=49; nframes=6, buffer size=294 >> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) >> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) >> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) >> > > well, this points to usb and/or device itself, not bluetooth. > basically the driver is trying to send control request to the device > and it stalled. try different usb port and/or try to disable ehci usb > and revert back to uhci (or ohci). > > >> a couple of times and then everything stops and no bluetooth device >> appears in /dev. >> > > there won't be any entires in /dev for bluetooth devices. only netgraph nodes. > > thanks, > max > I was using UHCI already. The error still appears...but I don't quite get it...if I issue: hccontrol -n ubt0hci inquiry (like the handbook says) I can very easily see my mobile phone and my keyboards' bluetooth hub. I can also use: hccontrol -n ubt0hci remote_name_request and it works..but the error appears 1 or 2 times for each command I issue. What could be causing this ? Do I need to set(increase) some sort of a timeout ? _______________________________________________ freebsd-bluetooth@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@..." |
|
|
Re: Bluesoleil dongle problemsOn 7/30/07, Mihai Tanasescu <mihai@...> wrote:
> Maksim Yevmenkin wrote: > > Hello, > > > > > >> I've just bought a Bluesoleil bluetooth dongle and I'm having problems > >> with it right from the start. > >> > >> > >> I kldload-ed ng-ubt.ko. > >> > >> After plugging the USB dongle in my computer it says: > >> > >> ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 > >> ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 > >> ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 > >> ubt0: Interface1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; > >> wMaxPacketSize=49; nframes=6, buffer size=294 > >> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) > >> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) > >> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) > >> > > > > well, this points to usb and/or device itself, not bluetooth. > > basically the driver is trying to send control request to the device > > and it stalled. try different usb port and/or try to disable ehci usb > > and revert back to uhci (or ohci). > > > > > >> a couple of times and then everything stops and no bluetooth device > >> appears in /dev. > >> > > > > there won't be any entires in /dev for bluetooth devices. only netgraph nodes. > > I was using UHCI already. > The error still appears...but I don't quite get it...if I issue: i see > hccontrol -n ubt0hci inquiry > > (like the handbook says) > > I can very easily see my mobile phone and my keyboards' bluetooth hub. > > I can also use: > hccontrol -n ubt0hci remote_name_request > > and it works..but the error appears 1 or 2 times for each command I issue. that tells me that bluetooth part works fine, *when* communication between host (pc) and bluetooth dongle works > What could be causing this ? > Do I need to set(increase) some sort of a timeout ? all i can say at this point is that there is seems to be something wrong with usb part. for whatever reason communication (via usb bus) between host (pc) and bluetooth dongle is flaky. it is clearly not a timeout issue, so you can not fix it by changing timeout. can you please send 1) uname -a 2) dmesg output 3) usbdevs -dv output with bluetooth dongle attached you can also try to use different usb port (if available). if you use usb hub, try without it. if your dongle has extension usb cable, try shorter (or no) extension cable. finally, if possible try another dongle (preferably different brand). thanks, max _______________________________________________ freebsd-bluetooth@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@..." |
|
|
Re: Bluesoleil dongle problemsMaksim Yevmenkin wrote:
> On 7/30/07, Mihai Tanasescu <mihai@...> wrote: > >> Maksim Yevmenkin wrote: >> >>> Hello, >>> >>> >>> >>>> I've just bought a Bluesoleil bluetooth dongle and I'm having problems >>>> with it right from the start. >>>> >>>> >>>> I kldload-ed ng-ubt.ko. >>>> >>>> After plugging the USB dongle in my computer it says: >>>> >>>> ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 >>>> ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 >>>> ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 >>>> ubt0: Interface1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; >>>> wMaxPacketSize=49; nframes=6, buffer size=294 >>>> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) >>>> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) >>>> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) >>>> >>>> >>> well, this points to usb and/or device itself, not bluetooth. >>> basically the driver is trying to send control request to the device >>> and it stalled. try different usb port and/or try to disable ehci usb >>> and revert back to uhci (or ohci). >>> >>> >>> >>>> a couple of times and then everything stops and no bluetooth device >>>> appears in /dev. >>>> >>>> >>> there won't be any entires in /dev for bluetooth devices. only netgraph nodes. >>> >> I was using UHCI already. >> The error still appears...but I don't quite get it...if I issue: >> > > i see > > >> hccontrol -n ubt0hci inquiry >> >> (like the handbook says) >> >> I can very easily see my mobile phone and my keyboards' bluetooth hub. >> >> I can also use: >> hccontrol -n ubt0hci remote_name_request >> >> and it works..but the error appears 1 or 2 times for each command I issue. >> > > that tells me that bluetooth part works fine, *when* communication > between host (pc) and bluetooth dongle works > > >> What could be causing this ? >> Do I need to set(increase) some sort of a timeout ? >> > > all i can say at this point is that there is seems to be something > wrong with usb part. for whatever reason communication (via usb bus) > between host (pc) and bluetooth dongle is flaky. it is clearly not a > timeout issue, so you can not fix it by changing timeout. > > can you please send > > 1) uname -a > > 2) dmesg output > > 3) usbdevs -dv output with bluetooth dongle attached > > you can also try to use different usb port (if available). if you use > usb hub, try without it. if your dongle has extension usb cable, try > shorter (or no) extension cable. finally, if possible try another > dongle (preferably different brand). > > thanks, > max > Don't shoot but I had some errors in hcsecd.conf and that's why I was getting those control request failures. Now everything works fine and it connects with my phone. I've just spent a couple of hours getting gnokii to work with it, but after disabling the rfcomm option and specifying AT mode everything went on smoothly. Sorry for the trouble and thanks for the help. _______________________________________________ freebsd-bluetooth@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@..." |
|
|
Re: Bluesoleil dongle problems[...]
> Don't shoot but I had some errors in hcsecd.conf and that's why I was > getting those control request failures. please tell me what kind of mistakes did you have in your hcsecd.conf. mistakes in hcsecd.conf should not produce errors like yours. if it happens - then it is a problem and should be fixed. thanks, max _______________________________________________ freebsd-bluetooth@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@..." |
|
|
Re: Bluesoleil dongle problemsMaksim Yevmenkin wrote:
> [...] > > >> Don't shoot but I had some errors in hcsecd.conf and that's why I was >> getting those control request failures. >> > > please tell me what kind of mistakes did you have in your hcsecd.conf. > mistakes in hcsecd.conf should not produce errors like yours. if it > happens - then it is a problem and should be fixed. > > thanks, > max > inside it. I tried to reproduce the error thinking that it might have been related to the hcsecd.conf but it seems it was not. Thinking of what I tried (even reinstalling Vmware) maybe the problem was related to its USB emulation. Now everything works fine on it...but I'm having problems after moving the USB bluetooth dongle to the real machine it was meant to (a pure FreeBSD one this time). I've started a new thread on this...maybe if you have the time you could give me some points as to what is not going right with it. _______________________________________________ freebsd-bluetooth@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@..." |
|
|
Re: Bluesoleil dongle problemsWhere did you go, why not request your problem to BlueSoleil Support?
BlueSoleil Mobile Version is available now, please click http://www.bluesoleil.com to get it. BlueSoleil 6.0 Mobile includes all the features of BlueSoleil 5.0.Besides, it can back up your contacts, send messages with your computer without taking your phone out of your pocket. You can also send contents in web pages to your Bluetooth phone directly by just select and send... |
|
|
Re: Bluesoleil dongle problemsHi Cinderella,
Sorry for top posting. I just changed the USB dongle with another that was ok with FreeBSD. - Mihai Cinderella wrote: > Where did you go, why not request your problem to BlueSoleil Support? > > Mihai Tanasescu wrote: > >> Hello, >> >> >> I've just bought a Bluesoleil bluetooth dongle and I'm having problems >> with it right from the start. >> >> >> I kldload-ed ng-ubt.ko. >> >> After plugging the USB dongle in my computer it says: >> >> ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 >> ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73 addr 2 >> ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 >> ubt0: Interface1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; >> wMaxPacketSize=49; nframes=6, buffer size=294 >> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) >> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) >> ubt_request_complete2: ubt0 - Control request failed. STALLED (17) >> >> a couple of times and then everything stops and no bluetooth device >> appears in /dev. >> >> >> >> Any ideas on how to solve this and get it to work ? >> _______________________________________________ >> freebsd-bluetooth@... mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth >> To unsubscribe, send any mail to >> "freebsd-bluetooth-unsubscribe@..." >> >> >> > > > ----- > BlueSoleil Mobile Version is available now, please click > http://www.bluesoleil.com http://www.bluesoleil.com to get it. BlueSoleil > 6.0 Mobile includes all the features of BlueSoleil 5.0.Besides, it can back > up your contacts, send messages with your computer without taking your phone > out of your pocket. You can also send contents in web pages to your > Bluetooth phone directly by just select and send... > _______________________________________________ freebsd-bluetooth@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@..." |
| Free embeddable forum powered by Nabble | Forum Help |