Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Linux Software

Bluetooth for Linux Released 100

Bjorn Wesen writes, "A GPL'ed Bluetooth driver for Linux has been released by Axis Communications, supporting the current Bluetooth LAN-profile (PPP over Bluetooth). The download and mailing lists are at their developer site. This will become useful especially for embedded/mobile Linux devices - and to push Linux into the new technology before The Other OS. " Bluetooth has been getting a /huge/ amount of attention from the technical press, as well as the mainstream press. It looks to be one of the most promising standards for short-length wireless communication devices and drivers for Linux is a good thing to get this early in the game.
This discussion has been archived. No new comments can be posted.

Bluetooth for Linux Released

Comments Filter:
  • Its good to see Linux getting something before anyone else. I think this is the first time a commercial grade product has been released for Linux before any other OS, but one thing has me bothered.

    and to push Linux into the new technology before The Other OS

    I think I can figure out what the other OS is. My question is this: If the boys in Redmond decide they don't like playing second fiddle, what could they do to kill this standard ? Would it be possible for them to kill this standard (like what they tried to do to Jav), and try ti implement something else in it's place ? It seems a bit rediculous to do such a thing just because they werent first. But it wouldn't be the first time.

  • by Anonymous Coward
    The marketing guys had been yammering about
    bluetooth for a couple of weeks so I (the
    engineering guy) decided to do some digging.
    Some facts:

    1) www.bluetooth.org is a better site. You
    can actually download the 1000 page PDF
    specs if you want to. It looks pretty
    complicated.

    2) FWIW, the range is "up to 10 meters". Up to
    30 feet, at the best. So it can replace all
    those 10 foot cables, but not the 50 foot
    ones.

    In any case, the driver is good news. Now mabye
    I can get the marketing guys to spring for some
    of those $4000 evaluation boards!

    -- ac
  • Make sure you check out the story of bluetooth. It reminds me of the smurfs. Rather humorous to find that sort of thing on a web site like that.
  • I guess I've been under a rock or something, because I've never even heard of it before. I can figure out that it is some kind of wireless datacomm spec, but I'm a little curious about the details. The website [bluetooth.com] seems to requires Flash, or license agreements, or both, to get anything more then marketing fluff. Would any of the fine Slashdot readership want to edjamacate me as to why I should care about it? :-)

    advTHANKSance

  • by Menthos ( 25332 ) <menthos@NOsPam.gnu.org> on Saturday February 19, 2000 @02:38PM (#1259201) Homepage
    Really cool to see this from Axis. If you don't know Axis, they make printer servers, CDROM-servers, and now also web cams. Their latest web cams run on their own hardware (the ETRAX100 processor, see their developer page linked above for the specs) and contains a fully integrated web server, and everything is powered by Linux =) (see this page [axis.com])

    They've released all their patches (it's a custom 2.0.36 kernel, see their developer page) and they're thinking of switching all their devices from a proprietary, custom in-house os, to Linux (well, maybe not the printer servers, because they have to be very cheap and cannot have megs of RAM) but all their other devices. So if you want to support an upstart company using Linux, buy their stuff =)

    They work close together with Ericsson, so I'm not surprised about Axis beeing one of the first with Bluetooth drivers...

    (Note: I'm not affiliated with Axis)

  • Everyone knows this, heh, devices are rolling out this spring. Expect to find it embedded in phones and laptops bu this fall. The wireless headphones are coming soon after...
  • There is no long distance networking without short distance networking. Bluetooth is a good standard for short distance communications. Look at the telcos. It's the local ex Bells and their brethren who control the phone business, because they control the local loops. With Bluetooth, you potentially have your own local loop. The long lines networks are already under heavy competition. It's easier, although very costly, to build long distance networks than short distance networks.

    Ricochet had the opportunity to conquer the market in the past couple of years, but since they wanted to own the networks, instead of allowing local companies to provide wireless relaying, they lost. Now it's time for Bluetooth and the entrepreneurs. Bluetooth allows hardware manufactureres to get in on the action, while allowing entrepreneurs to write software and utilize the hardware. Little like IBM making the PC an "open standard."

  • by kijiki ( 16916 ) on Saturday February 19, 2000 @02:46PM (#1259205) Homepage
    Its a short range 2.4Ghz frequency hopping networking protocol. Applications are pretty much: Everythign irda was supposed to do but sucked at + audio distribution (IE, your cell phone turns into a landline phone when you're near your computer) + tons of neat-o new stuff (your palmpilot can dial a number on your cell phone).

    There is a reasonably good article about it in the latest Dr. Dobbs journal.
  • I don't think Microsoft will kill it, as they're now also members of the SIG (Special Interest Group behind the Bluetooth standard). Granted, they joined in very late, but as most laptops, cellphones, cellular modems and palm devices will have Bluetooth inside really soon now (tm), I think it would be utterly stupid of them not to support it.

  • You should consider yourserf honored. All I get is this:

    Microsoft VBScript runtime error '800a000d'

    Type mismatch: 'CInt'

    /browser_check.asp, line 7

    I wonder if this is because I am using a linux browser. Now that would be ironic...

  • by Anonymous Coward
    Actually there is a 100 mW Bluetooth spec as well, enabling up to 100 meters range. Only one of the units talking to each other need to be the 100 mW-enabled one. So you can have a 100 meter range access point talking to normal 10 meter devices from more than 10 meters away. The first devices on market will be the "smaller" ones though.
  • Hey, I wouldn't mind my phone being directed by my PC, even though I don't use it for Internet anymore. -- Don't, or try; there is no do. - Ben
  • Basically, Bluetooth is a short-range (less than 10 metres or so) radio communication protocol for digital devices. It is aimed towards mobile devices (laptops, cellular modems, cellphones, palms, winces etc.) so that you won't need cables to connect them with each other anymore. Since it's radio, it has some clear advantages over IR protocols (you don't need a clear view between the devices, so your cellular modem could stay in your case, for example).

    Hope this explains a bit. If you want to read more, browse the Bluetooth SIG site [bluetooth.com] . They used to have a non-flash site before, but info about Bluetooth should be all over the net.
    I wrote an essay a year ago about Bluetooth, with basically just meterail from the net, so maybe I could find some links for you.

  • I clicked on the Bluetooth link and got this: Microsoft VBScript runtime error '800a000d' Type mismatch: 'CInt' /browser_check.asp, line 7 Not too encouraging.
  • Moderate this back up, or post, you coward!

    *I* sure didn't know what Bluetooth was, and I appreciate any information.

    Also, Dr. Dobbs journal is very cool, it sounds like this is some pretty new stuff.

    Don't punish people for being INFORMATIVE.
    ---
    pb Reply or e-mail; don't vaguely moderate [152.7.41.11].
  • by DragonHawk ( 21256 ) on Saturday February 19, 2000 @03:10PM (#1259220) Homepage Journal

    www.bluetooth.org is a better site.

    The above www.bluetooth.org [bluetooth.org] website is a redirector to a commercial company selling Bluetooth hardware to OEMs. I cannot find any information about Bluetooth on it.

  • How is the parent post off-topic?
  • Yeah but the devices are only going to 10 meters. Maybe in the future they could get > km but only then would it be viable for local loop type conncetions.
  • Well, which battle is easier: implementing a private short-range solution that plugs into the telco and is independent of the feed to your home, or taking on the telco full force?

    Besides, technologies like Bluetooth, in the long run, only help to improve telco service. As more and more people move to a connectivity model more like the electric companies (i.e. always on, everything in the home plugs into it), the market expands greatly, bringing competition, lower prices, and better service.

    And remember that the telco that the public sees and the one that the Internet sees are quite different. (You never saw Candace Bergen hawking OC-3's, did you?) The customer service complaints that one hears about with the various telco companies do not carry over to their backbone divisions.

    But hey, if you fix the telcos, I won't complain :)
  • by Menthos ( 25332 ) <menthos@NOsPam.gnu.org> on Saturday February 19, 2000 @03:32PM (#1259229) Homepage
    Well, those old URL:s weren't too useful... =)

    But there's much new stuff. This Intel page [intel.com] explains a lot of the history behind Bluetooth.

    Basically, (the Intel page doesn't say this) some engineers at Ericsson [ericsson.com] thought about designing a new protocol for communication between their (Ericsson's) devices in 1994, and started developing it. The project wasn't initially called Bluetooth, but "MC link" (MC = Multi-Communicator). But somewhere during the development, they started to realize that the chips needed for this would be much cheaper if it was a widely adopted standard, so they started talking with their arch rival Nokia [nokia.com] about sharing the technology and making it a common standard. They formed a Special Interest Group (SIG) in 1998, together with some other well-known companies (amongst others IBM, Intel, Motorola, 3Com, Casio, Cirrus Logic, TDK, Compaq, Dell, Xircom, Lucent, Toshiba, Psion, Qualcomm and Axis).
    Last year they released the specification for version 1.0 of the standard. And experimental Bluetooth devices have been built using the standard and shown on various expos last year, and real devices are under development now. I think we'll see many of these devices released this year. That's the brief history of Bluetooth.

    Here is also Ericsson's Bluetooth site [ericsson.se]. Here's the specs [bluetooth.com].

  • Well the name is probably inspired by the very famous danish viking/king Harald Blåtand.

    Blåtand was a real kickas king and he did lots of dirty deeds including having his own nephew killed so that Blåtand could get a hold of norway.

    The people who came up with the name were probably fans of the book The Longships written by Frans G Bengtsson. The Longships is a great book an I suggest you all read it.
  • Why is there still no slashdot forum to talk about stuff like this? :/
  • by Raindeer ( 104129 ) on Saturday February 19, 2000 @04:03PM (#1259232) Homepage Journal
    I assume everybody makes mistakes and the site we're all looking for is http://www.bluetooth.net/ [bluetooth.net]

  • How will I use BT in my notebook, will it be available PCMCIA adapters to use BT? Also, on the wireless topic, how is BT different than IEEE 802.11 (wireless LAN)? Ah, Can I use to PCMCIA 802.11 cards to connect one with the other directly, or do I need two access points to a wired net? Also, how come I've seen 128bit encryption lucent cards here in Brazil? Weren't they supposed to be not exportable?
  • There is a text version too... http://www.bluetooth.com/text/default.asp [bluetooth.com]
  • by Anonymous Coward
    There simply isn't the RF bandwidth (the original definition of bandwidth) required to support a consumer communications device that has high data bandwidth, range of a kilometer, and is 100% wireless. The ONLY way to achieve such a system is by a combination of short distance wireless bridged to long distance wired technologies, unless a fundamental change in radio technology is discovered.
  • Actually, the technology exists today -- the blocking factor has really been the networking.

    For example: A coworker of mine showed me a flyer for a digital VCR a little while back. One of the features of this model was that it would download the TV listings periodically to aid timer recording. To accomplish this, they had a modem built into the VCR and a special 800 number set up to dial into -- a very expensive proposition. With Bluetooth, they could instead insert a very cheap interface card and tell the VCR to look at xml.tvguide.com. In this case, the technology is hobbled by the network interface.

    Socket Pentium II/IIIs allow lots of computing power to be crammed into a small space. StrongARM embedded units are prevalent, as will be Crusoe boxes. This market already has cheap, small, efficient horsepower -- they just need a cost-effective way to network it.
  • I think you may find Wireless ATM [rpi.edu] interesting, then. :)
  • I really like this. It seems like a good thing.
    I like the concept about bluetooth: To put it simple it makes everything communicate with anything (as long as it includes the bluetooth chip and is close enough). As far as I know the basic chip communicates about 10m (30feet for you non SI people) as so many else have said already. Combined with IPv6 I suppose this can give you a network in your home with a specific IP for your fridge (if anyone would want that).
    I'm not sure about how much attention this has had in the rest of the world but here in sweden (where Ericsson, who came up with this, is from) there has been lots of talking about this lately espescially among developers of technical stuff.
    There has probably been even more about WAP (that also comes from Ericsson and is (_according to me_) more or less useless (I do NOT claim to be a WAP expert) from what I know since it seems to be a http like protocol optimized for bandwidth (WAP = Wireless Application Protocol) which seems to be obsoleted by fast wireless networks for cellulars (100kbit+).
    WAP is a fuzzword.
    Bluetooth will be big.
    If you ask me :)

    If you don't know where they got the name bluetooth from, it's a nickname for an old swedish king (something like tenth century, I think) translated to english. I think one of his front teeth were pretty bad so it looked blue or something. But on the other hand who had good teeth at that time???

    Anyway.. anything written above might be wrong since I don't claim to be an expert in either Bluetooth or WAP and the fact that I wrote this 4:30AM and is pretty DRUNK... ok?
    :)
  • by Spyky ( 58290 ) on Saturday February 19, 2000 @06:46PM (#1259242)
    A lot of the posts here seem to think that bluetooth is for wireless networking. From what I understand thats not entirely the idea. The range is very very short (10m) and thats under good conditions, going through walls is going to cut that range a lot. The idea as I understand it, is too replace a lot of items that currently use infrared (because this doesn't require line of sight, goes a bit farther). That means things like cell phones communicating with PDAs, laptops communicating with printers, maybe someday video game controllers communicating with base units. I can't wait for the day that I can carry my palm in my pocket and have it automatically hotsync with my pc every time I walk close. Thats bluetooth.

    Also the other benfit is that it uses a communication system similar to what cellphones use, ie, no crazy modifications of currently manufactured cell phones to make them "blue tooth" compatible, and be able to sync with your palm or whichever.

    Spyky
  • I think I can figure out what the other OS is.

    FreeBSD, obviously.


    ---
  • by Anonymous Coward
  • I see bluetooth as a resonable next step, but IMHO its limited range will keep it from ever taking off.

    In an office environment, having wireless devices which do not require wiring may be of great benefit, but the cost of installing the system would have to be quite low. Bluetooth does not eliminate wiring costs (the units 10m apart from one another must still be wired and powered). It only reduces the costs. Unless the money saved by reducing the wiring capacity is greater than the cost of the system, Bluetooth will not succeed.
  • Umm, I would like to contribute with a shameless plug: BluetoothCentral [bluetoothcentral.com] will be up real soon now-it's been in my .sig for a while, but I will definitely finish the site this week, so anyone who would like to learn more about Bluetooth can check it out next week. Please bookmark it; and meanwhile you can visit the URL for a couple of useful Bluetooth links.
    --

    BluetoothCentral.com [bluetoothcentral.com]
    A site for everything Bluetooth. Coming soon.
  • by Anonymous Coward
    BlueTooth is marketing & branding. BT only runs at 1 Mbps whereas current IEEE 802.11 devices go 11 Mbps. BT goes 10m (30ft), IEEE 802.11 goes greater than 70M (about 200 ft). BT requires licensing & associated fees, plus it's not yet available. IEEE 802.11 devices are available NOW and are an International standard without the weight of a marketing group (aka the BT Special Interest Group).

    Special Interest == We Want A Cut Of The Money
  • Ar stechnica [arstechnica.com] I never did post in there. But I like to read the Lounge, which just broken down :)

    A bit of a Windows Pub, but the forum allow livelier html tags. I still don't understand why there aren't people start slashdotted.org yet, host bitter submitters' rejected articles and all.
    I like /. keep the way it is, don't "deja" youself rob.

    CY


    /_____\
    vvvvvvv../|__/|
    ...I../O,O....|
    ...I./. .......|
    ..J|/^.^.^ \..|.._//|
    ...|^.^.^.^.|W|./oo.|
  • 2) FWIW, the range is "up to 10 meters". Up to 30 feet, at the best. So it can replace all those 10 foot cables, but not the 50 foot ones.

    I always have to lay my cables along my walls. Then there are also walls with doors in 'm, so I can't put 3 ethernet cables there. One at most. Linea recta though, there is no distance larger than 7.75 meters (25.4 feet). My cables easily reach about 15 meters (about 50 feet).

  • I can imagine a lot more
    Boxes plugged in the poweroutlet. LCD's used as portable (text)terminals (nice for bedtime reading or cooking [in the kitchen]). Calculator which can put the answer directly in my text (no more typing there).
    The only problem is, that power is harder to beam :-(

    I think that information becomes much more portable now!

  • Issue #310 (March 2000)
    "Inside the Bluetooth Wireless Comm Spec"
    James Y. Wilson & Jason A. Kronz

    Most likely, its not up on ddj.com yet.
  • by Effugas ( 2378 ) on Sunday February 20, 2000 @03:13AM (#1259259) Homepage
    Couple issues that need to be brought up--

    1) Compatibility with existing 2.4ghz networks(i.e. 802.11): Apparently, Bluetooth nukes Wireless LANs(source: MicroTimes, about 3 months ago). So, Rob and Jeff are sitting around at a convention, when suddenly their Zoom Air wireless link dies. Rob looks up. "Who's the moron with a bluetooth device?!?"

    2) The Resurrecting Duckling. Great paper; look around online and check it out. Talks about security issues with wireless networking. Among other things, you're now *infinitely* more susceptible to somebody "nearby"(think airport) hacking your wireless device--how are ya gonna find 'em, even if you're alerted? 10m, up to 100m with extenders...you're talking about looking for a miniscule wireless extender into a well hidden wired network. Good luck...and lets not forget that with wireless devices, draining the battery is an astonishingly effective DoS attack.

    3) Trustable functionality. 10m isn't enough for cordless phones, and I don't think it'll be enough for cordless computing. Has there been any research into the human factors involved with a wireless device that can't leave the room? If you can't trust something to work, you don't use it.

    4) Broken encryption. There's no way in hell that Bluetooth has serious encryption built into it, but you can be assured that developers will design their own protocols to assume that the hardware encryption layer will take care of all secrecy concerns. At least with 802.11, you *know* when you're shining out your password publically!

    It's sad. I want something like Bluetooth...but the fact that it may kill existing wireless nets--thus, a rogue visitor could kill the LAN!--could possibly make it a tragic non-starter.

    Yours Truly,

    Dan Kaminsky
    DoxPara Research
    http://www.doxpara.com

    P.S. That being said, I desperately want to get my hands on some Bluetooth devices...
  • IMHO the important part about WAP isn't the protocol to deliver web pages to your phone, but the well-formed XML (WML) used to describe them.

    Fast wireless networks are cool, but they don't enlarge your phone's display. No matter, how fast your connection is, reading even the stripped down HTML version of slashdot on an phone will always suck. Enter WML, specifically designed for small screens.

    If only Nokia, phone.com, symbian and the others would implement the standards properly... You hate incompatibilities between Internet Explorer and Netscape? You will love them, after designing pages for WAP-phones. :-)

  • What I really want to see is someone building a nice mouse/keyboard combo using bluetooth, but maybe the latencies makes this a bad idea?

    Sure logitechs wireless stuff might be nice, but it would be even nicer if you could use a standard bluetooth keyboard with your new shiny laptop with builtin bluetooth.

    Oh btw, someone sugested bluetooth might jam wireless ethernet, I think if anything it would be the otherway around since bluetooth is really low powered.
  • Short range is the point of bluetooth. That way you can have more devices without inteference. Its made to replace cables like the printercable, the cable between you mobilephone and your computer and similar. Its not meant to replace your inoffice network, thats what apple is doing with those airport thingies (IEEE.somenumber)
  • by Djinh ( 92332 ) on Sunday February 20, 2000 @05:05AM (#1259266)
    While quickly scanning the Bluetooth spec, I see some potential problems:

    • The designers of the cryptosystem seem to think that 64 bits is enough for general use. This does not bode well.
    • The spec does not mandate a known-good random number generator. It has been shown in the past that designing one is a very difficult task that few people do right the first time. This opens the way for lame randomnumber generators in devices.
    • I have not been able to find any good references to the crypto algoriythm used. This, again, is not a good sign. Remember GSM anyone?
    • The spec claims Bluetooth uses a modified SAFER for authentication. Bruce Schneier [counterpane.com] has this to say about SAFER: SAFER was designed for Cylink, and Cylink is tainted by the NSA. I recommend years of intense cryptoanalysis before using SAFER in any form.

    These things do not fill me with confidence.

    Disclaimer: I am not a cryptographer. Someone with more clue than me is more than welcome to show me the errors of my ways

  • kinda, and from what Ive heard there will be pmcia cards that allow you to bluetooth your old laptop to your mobilephone. The bluetooth chip is supposed to be really cheap in large quantitys so hopefully it will be built in in all new laptops.

    MMmmmmm firewire, usb, bluetooth, ethernet and maybe a digital connector for the flat panel screen (no encryption please). Please lets dump all the other connectors, we dont need them anymore, use usb2whatever convertors if you have old equipment you need to attach.
  • Yes, you are right about that, forgot to mention that (due to circumstances described at the bottom of my post :)

    One of the problems with WAP is that it's a propriatary protocol (not like HTTP that is open).
  • To my understanding, bluetooth is not meant to solvethe wireless lan/wan problems that 802.11 is. Bluetooth is intended more to solve the last-yard problem. Something to universally take the place of IRDA devices as well as maybe patch cables for ethernet. It's meant so nearby devices can talk to each other easily, without the headaches of IRDA... it's not meant as a networking solution.
  • It's not meant to replace wireless lan/802.11

    Think of bluetooth as somethign to replace IRDA. That would be oversimplifying, but you get the idea. We don't need every device to behave like it's on ethernet.. we just need devices to be ableto speak to each other when they are in proximity. ie: palmtop to printer (wihtout perhaps having to point it at the printer).
  • Yeah. Your wristwatch and PDA don't have enough juice to handle 802.11. Bluetooth is short range and more complicated.. meant for things like ptp links between printers/palmtops/radios/cellphones.
    Basically, everythign IRDA was going to revolutionize but sucked at.
  • Can you present some facts to back that bold statement up?
  • They are unrelated.
    802.11 is the wireless extension for ethernet (802.* is iEEE ethernet)

    No, in 802.11, you don't need an access point. The access point is usually just a bridge, so you can hook into your lan (you could do this with a linux box, a wavelan card, and an ethernet card).
    Though, some access poitns support multiple cards, and just do the job well.

    Bluetooth is to replace IRDA, and is not meant to replace wireless networking at all.
  • Uhh.. that's because Bluetooth has nothing to do with replacing wired networks.
    It's to link portable devices together, like what IRDA tries to do today (only a lot cooler)
  • Or perhaps OS/2? Solaris?

    Oh, duh, how could I have been so stupid? It must be HURD.


    ---
  • The Resurrecting Duckling referred to above is here (first link on the google search):

    http://www.cl.cam.ac.uk/~fms27/duckling/duckling .html

    It didn't seem like a "great paper" to me. It had all the ideas that an afternoon a brainstorming with some reasonably intelligent folk should produce. And when they go off on that biological metaphor of the hardware being the body and software the soul etc -- and then they start making analogies about a single body having a succession of souls because you reprogrammed it -- that's just hippie talk. It reminds me of why I must stop myself from ever going to graduate school: when I am in a very overworked and sleep-deprived state and people start distracting my precious few neurons with meaningless strings of attention-grabbing words I want to kill them, and thus loose what little productivity I still had.

    But even if these guys are just a couple of flaky pot-smoking vegetarian hippie coffee house denizens, they do have some interesting references at the bottom. I'll be checking these out on my next trip to Barker library.
  • >1) Compatibility with existing 2.4ghz networks i.e. 802.11): Apparently, Bluetooth nukes Wireless LANs(source: MicroTimes, about 3 >months ago).


    "To operate worldwide, the required frequency band must be available globally. Further, it must be license-free and open to any radio system. The only frequency band that satisfies these requirements is at 2.45 GHz - the Industrial-Scientific-Medical (ISM) band"

    ( 2.400 - 2.483.5 MHz in the US and Europe, 2.471 - 2.497 in Japan.)

    " Since the ISM band is open to anyone, radio systems operating in this band must cope with several unpredictable sources of interference, such as baby monitors, garage door openers, cordless phones and microwave ovens (the strongest source of interference)."

    (J Haartsen, "Bluetooth - The universal radio interface for ad hoc, wireless connectivity, Ericsson Reviw, pp 110-117, No. 3 1998.)
  • I heard from a (reasonably well-informed) friend that there are some `issues' with the use of Bluetooth devices in wet weather -- no matter how waterproof the device is, apparantly the protocol isn't?
    (i.e. the range drops from 10m+ to zero in the rain)

    Does this affect 802.11 devices too? I was hoping that I could point a yagi at a friends house to play Quake 3 Arena, whatever the weather %-)
  • Several points to clear up misconceptions:

    1. Bluetooth is not meant to be a wireless LAN replacement (not without a gazillion "access points", anyway.) It's intended to be a cordless "desktop area network", and RF bubble that encircles Bluetooth devices allowing them to form ad hoc connections wiht one another for both data and isochronous (e.g., voice) connections. One node you connect to may optionally act as a gateway (access point) to the "real" network, if it's connected and wants to offer that service. As a transitory, ad hoc, solution, 10m is just about the most range you'd want - any more would create problems, and personally, I think they made the bubble too big. Bluetooth isn't meant for seamless raoming wireless connections, but to facilitate connections to and between things like telephone sets (wired or wireless), PDAs, desktop computers, etc.

    2. 2.4 GHz doesn't belong to either the Bluetooth or the 802.11 guys. In the US, 2.4 is one of the ISM (Industrial, Scientific, and Medical) bands (others are at 900 MHz and 5.7 GHz.) These are for unlicensed use providing that the FCC's restrictions are met. These restrictions include accepting any interference without recourse - if you want recourse, you go for licensed spectrum! 2.4 GHz was chosen because with minor adjustments, it's available for unlicensed use in pretty much every country that matters. (And it's the only reasonably low frequency for which this is true...)

    BTW - there are lots of other perfectly legal 2.4 GHz devices which can kill your wireless LAN, so don't single out Bluetooth unfairly...

  • How the f*ck did the Sloppy's comment be marked as Funny? It was Informative if anything.

    The Other OS == FreeBSB

    no doubt about it. anyone who has been following unixy things at all knows that is what Linux "longhairs" call it.

    I can guarantee thats what Hemos meant when he posted

    #end rant

    ------------------------------------------------ -
    "If I can shoot rabbits then I can shoot fascists" -

There are two ways to write error-free programs; only the third one works.

Working...