![]() ![]() |
Jan 21 2006, 06:25 AM
Post
#1
|
|
![]() Group: Members Posts: 1,248 Joined: 6-July 04 Member No.: 3,928 |
Hi,
Looking at the kernel source it appears that ubt has indeed been ported over into 3.8, I'm wondering if anyone has managed to hack it together into a working state. I have built the bluetooth-tools (and libs) but I seem to be missing some important stuff for my particularly USB device... in particular a firmware download utility since it uses a Broadcom BCM2033 chipset. - Andy |
|
|
|
Jan 21 2006, 07:13 AM
Post
#2
|
|
![]() Group: Members Posts: 1,248 Joined: 6-July 04 Member No.: 3,928 |
OK, looking into this a little further OpenBSD provides specific firmware download for a range of devices within the drivers... standard location for firmware files is /etc/firmware - there is no firmware downloader for the BCM2033 yet in the kernel
|
|
|
|
Feb 1 2006, 04:10 AM
Post
#3
|
|
![]() Group: Members Posts: 1,248 Joined: 6-July 04 Member No.: 3,928 |
OK, forgot to make a note... I have confirmed there is no Bluetooth support at all at the moment.
The ubt driver according to the kernel cvs is explicitely commented out and you can confirm this by checking the kernel devices... config -e /bsd list quit returns no ubt devices Ah well, lets hope that something eventually happens otherwise longer term I think I will need to get a UTMS/GPRS modem card to try. - Andy |
|
|
|
Jul 10 2006, 01:29 PM
Post
#4
|
|
|
Group: Members Posts: 17 Joined: 6-March 06 Member No.: 9,300 |
The kernel can be compiled easily with ubt support (and recognize my low cost dongle). I managed to find a compilable gpsdrive version, and the gpsd port also compile easily.
But... I couldn't manage to find a way of getting things to work together : gpsd/gpsdrive want a ttyS device, and ubt does not seem to provide one by default. I did a bit of searching on mailing lists, but I fear I am not a specialist in low level drivers, and I am completely stucked... |
|
|
|
Jul 12 2006, 08:49 AM
Post
#5
|
|
|
Group: Members Posts: 72 Joined: 12-December 04 Member No.: 5,903 |
I haven't been able to find bluetooth support on {Free,Net,Open}BSD =/ I would love to sync my phone with my pc (or maybe even my powerbook with my pc?) I guess I'll wait as patiently as I can
|
|
|
|
Jul 12 2006, 04:34 PM
Post
#6
|
|
![]() Group: Members Posts: 1,248 Joined: 6-July 04 Member No.: 3,928 |
ok, here's the picture..
FreeBSD does have working bluetooth including rfcomm and I have been able to set up a test machine and run a ppp connection over it. I don't know about NetBSD. OpenBSD has rudimentary bluetooth support in the form of ubt, it doesn't yet have rfcomm. I was going to port it but there seemed to be a lot of folk in the developer circle that couldn't come to any agreement what it should look like in userland. Also there didn't seem to be enough interest in thrashing it out. Rather then spend a lot of time porting it and having it rejected from cvs because it wasn't what the committers wanted I shelved the idea. -Andy |
|
|
|
Sep 13 2006, 03:51 PM
Post
#7
|
|
![]() Group: Members Posts: 298 Joined: 8-July 06 From: United Kingdom for now.... Member No.: 10,349 |
Well this is a good sign:
OpenBSD 4.0 ZAURUS#0 zaurus Sep 14 00:30:43 zaurus /bsd: ubt0 at uhub0 port 2 configuration 1 interface 0 Sep 14 00:30:44 zaurus /bsd: ubt0: vendor 0x1131 ISSCBTA, rev 1.10/3.73, addr 2 Sep 14 00:30:44 zaurus /bsd: ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 Sep 14 00:30:44 zaurus /bsd: ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294 |
|
|
|
Nov 10 2006, 12:32 AM
Post
#8
|
|
|
Group: Members Posts: 106 Joined: 17-December 04 Member No.: 5,953 |
for default the bsd 4.0 kernel don't have usb bluetooth support.
I have prepared the 4.0 kernel with usb bluetooth support. you can take it here: http://www5.autistici.org/c0de/obsd/bsd |
|
|
|
Nov 10 2006, 09:32 AM
Post
#9
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
is it only for usb or is it working for a cf bluetooth card ?
|
|
|
|
Nov 10 2006, 10:06 AM
Post
#10
|
|
|
Group: Members Posts: 106 Joined: 17-December 04 Member No.: 5,953 |
|
|
|
|
Mar 13 2007, 09:32 AM
Post
#11
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
QUOTE(zogs @ Nov 10 2006, 08:06 PM) QUOTE(jpmatrix @ Nov 10 2006, 05:32 PM) this kernel is only for the bluetooth usb, i'm working on the compactflash so how about cf bluetooth in bsd 4.1beta ? is it yet ready ? i would need to do dialup networking via bt to my nokia gsm phone |
|
|
|
Mar 13 2007, 09:44 AM
Post
#12
|
|
![]() Group: Members Posts: 298 Joined: 8-July 06 From: United Kingdom for now.... Member No.: 10,349 |
QUOTE so how about cf bluetooth in bsd 4.1beta ? is it yet ready ? i would need to do dialup networking via bt to my nokia gsm phone Bluetooth works; however, a communication protocol has yet to be implemented for OpenBSD. I can make a bluetooth connection between my Z and FreeBSD laptop, but I have no way of transferring anything from the Z to the laptop. FreeBSD uses the RFCOMM Protocol for bluetooth comms. I followed the directions on the following site to establish the connection between the Z and FBSD laptop: http://www.freebsd.org/doc/en_US.ISO8859-1...-bluetooth.html |
|
|
|
Apr 21 2007, 06:56 AM
Post
#13
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
i've just noticed a new 4.1beta release there:
ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/zaurus/ anything new about bluetooth comm protocol ? i really need bluetooth rfcomm !!! |
|
|
|
Apr 21 2007, 07:04 AM
Post
#14
|
|
![]() Group: Members Posts: 298 Joined: 8-July 06 From: United Kingdom for now.... Member No.: 10,349 |
QUOTE(jpmatrix @ Apr 21 2007, 02:56 PM) i've just noticed a new 4.1beta release there: ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/zaurus/ anything new about bluetooth comm protocol ? i really need bluetooth rfcomm !!! If it says beta then it is old since we are now on 4.1-release. |
|
|
|
Apr 21 2007, 08:43 AM
Post
#15
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
QUOTE(mathemajikian @ Apr 21 2007, 05:04 PM) QUOTE(jpmatrix @ Apr 21 2007, 02:56 PM) i've just noticed a new 4.1beta release there: ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/zaurus/ anything new about bluetooth comm protocol ? i really need bluetooth rfcomm !!! If it says beta then it is old since we are now on 4.1-release. are you sure? on openbsd.org/zaurus.html it is written that current is 4.0 and i read 4.1 is due to be out on 1st of may |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 06:11 AM |