OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => OpenBSD => Topic started by: obscurite on August 22, 2005, 06:14:28 pm
-
On the arm list, a couple of people said that OpenBSD probably wouldn't be able to use a CF card to do bluetooth GPRS with a bluetooth phone.
Here's the most interesting response I got:
"AFAIK, looking into src/sys/netbt, it seems that BT support in OBSD
is far from complete. Only HCI commands/events are supported, L2CAP and
RFCOMM is not implemented. The particular driver support (BCSP in the
case of Socket Communications (rev G) bluetooth card) wouldn't really
matter until network protocol stack is completed."
-Albert Rybalkin
Seems like even a bluetooth USB dongle would be pointless. Any ideas? I used to use GPRS with my T610 phone with my C860 (cacko rom) and it was pretty useful. I'm trying to figure out if I can duplicate the experience somehow on a C3100 running OpenBSD.
-
Good day!
<SNIP>
Seems like even a bluetooth USB dongle would be pointless. Any ideas? I used to use GPRS with my T610 phone with my C860 (cacko rom) and it was pretty useful. I'm trying to figure out if I can duplicate the experience somehow on a C3100 running OpenBSD.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=92900\")
You can still use those phone usb cables(I have a SE T68i, also tested on a T610 and
Z600) and use ppp for your GPRS connection, example here[0].
Mabuhay! barryg
[a href=\"http://marc.theaimsgroup.com/?l=openbsd-misc&m=109563299428314]http://marc.theaimsgroup.com/?l=openbsd-mi...109563299428314[/url]
-
Just to add to the the post above, irda could be used too.
On the other hand, there's a hope that whoever ported HCI part of Netgraph bluetooth stack to OBSD will find some time to port other parts.
-albertr
-
Thanks - very good point about the USB cable.
Albert - how long would it take someone with only a passing knowledge of C or C++ to port the rest of that stack?