Slashdot Mirror


FreeBSD 6.0 to Target Wireless Devices

BSDForums writes "FreeBSD is hoping to move beyond the server and desktop market by providing expanded wireless support. FreeBSD developer Scott Long said that 'one of the primary reasons for improving wireless support is to give companies the tools to put FreeBSD into their wireless devices. The guy at FreeBSD who is adding wireless support is under contract from wireless companies to do the work.'"

20 of 215 comments (clear)

  1. The reluctant adoption of Linux by HishamMuhammad · · Score: 5, Insightful

    This is an interesting development. Companies have been using Linux in their wireless boxes due to the lack of any viable alternative. Due to the GPL, these companies were forced to publish their changes to the kernel, which has allowed the number of cool hacks we've been seing. Clearly, those companies would rather keep their changes proprietary, so BSD based systems are much more attractive to them. While it's nice to see improved hardware support to another free operating system, this might bring adverse consequences in the long run. We'll see...

    1. Re:The reluctant adoption of Linux by iamdrscience · · Score: 4, Interesting

      That's bull really. I can do the GPL zealotry bit like the best of them, but most of the cool hacks with wireless devices do not come as a result of kernel changes released by companies. Most of them come from the fact that these devices simply are small, cheap systems that are able to run linux.

    2. Re:The reluctant adoption of Linux by HishamMuhammad · · Score: 3, Insightful

      Well, all those Linksys hacks are based on the tarballs originally released by Linksys in their process of complying to the GPL.

      While it's not impossible to do it without vendor support (XBox Linux, etc), the cool hacks are greatly helped by packages released by vendors.

      Hopefully, as companies see the benefits that ensue from this relation, they develop a different attitude towards Linux (Sony wrt Linux on the PlayStations is a good example -- here's hoping their announcements for Linux on the PS3 will materialize (but I'm not holding my breath)).

  2. this is really big by Anonymous Coward · · Score: 5, Insightful

    as someone who works for a company that uses many variants of linux in their products, i can tell you that most companies dont have a clue about the GPL and the parts about giving away _their_ code comes as a shock to them.

    i see more and more companies turn to BSD licensed stuff, such as the *BSD OSes

    (no linux vs BSD flame, please)

    1. Re:this is really big by twiddlingbits · · Score: 3, Insightful

      Some one should be firing the S/W Manager and their corporate attorneys for getting into that mess without looking. ANY License for something you plan to redistribute bears close scrutiny from expert technical and legal resources. Even if it was a small company, for a few 100's of dollars they could have had a lawyer tell them what they were obligated to under the GPL.

  3. Re:sorry freebsd, you are too late by LittleLebowskiUrbanA · · Score: 3, Insightful

    The beautiful part is that OpenBSD is NOT in a competition with anybody despite what your post asserts. The OpenBSD developers have goals that are in line with their ideals and they haven't strayed from them and the developers certainly aren't out to "corner wireless development."
        You make it sound like 2 companies competing against each other when it's just FreeBSD's developers losing sight of their ideals and doing thing the easy, non-OpenSource way.

  4. Re:They haven't really moved to the desktop yet... by Anonymous Coward · · Score: 3, Funny

    Well, since I can't load the page, I'll tell you how to fix it.

    Just bodwangle the zapfor module, and then look at the /etc/default/make.conf for the parts about DOITNOW_*, and copy all the DOITNOW_* stuff over to /etc/make.conf, making sure to change them from ="NO" to ="YES". Then make sure that FIXITNOW_ENABLE="YES". That'll fix your issues.

  5. Re:FreeBSD on routers? I hope not... by stox · · Score: 5, Informative

    God help us if someone ran FreeBSD on routers, oops, oh wait, someone does. Some little company known as Juniper. JunOS is derived from FreeBSD.

    --
    "To those who are overly cautious, everything is impossible. "
  6. Juniper by RT+Alec · · Score: 5, Informative

    Juniper uses FreeBSD (they call it 'JunOS'). Their routers have become quite popular for very high traffic installations, due in no small part to the efficient networking code of the FreeBSD kernel. Also, don't forget that the f-root name server (actualy a distributed network of servers) is exclusively FreeBSD.

  7. Can we stop this? by iamdrscience · · Score: 4, Insightful

    Like many articles about BSD, this one will surely have a ton of comments along the lines of "Oh no, companies don't want to give away their code, so they're all going to use BSD licensed software and the world is going to end!". This arguement is, in almost all cases, bullshit. Why? Because usually it's not the operating system that matters so much as the software on top of it, and Company X has just as much control of their own program with Linux as with BSD (or Windows, etc.). Most products do not require significant changes to the OS, if any at all, and even in those products that do, far more of the products value comes from the company's own software.

    So stop it people, the sky isn't falling.

    1. Re:Can we stop this? by The+Vulture · · Score: 4, Insightful

      To some extent that is true, but not always. The sticky issue is that of device drivers. Device drivers hook into the kernel, and their licensing as such has never really been clear. The general consensus seems to be that as long as you mark your module as non-GPL in the declaration, which excludes your use of some GPL'd code, your module is okay.

      Userspace applications don't suffer from these restrictions - glibc is LGPLd, as is uClibc for these reasons - you don't have to abide by the GPL in order to have a C runtime library.

      Where I see this going (as I stated in another post) is that whether Linux or BSD is used will likely depend on the hardware designers (companies like Broadcom, who make the reference designs, not companies like Linksys, D-Link or Netgear, who just base their work on reference designs).

      The sky is not falling, I agree. We'll continue see substandard products from el-cheapo manufacturers no matter what underlying OS is used. I am going to go out on a limb and say that if FreeBSD can be used in these low-power, slower CPU, small RAM/flash footprint devices, and it performs as well as Linux, then the designers will do so. It gives them that much more protection against violations of the GPL (accidental or not).

      -- Joe

  8. OpenBSD by cyberkahn · · Score: 5, Interesting


    This is not intended to be a flame as I really like FreeBSD as well. FreeBSD could learn a lot from the OpenBSD project in this area. I have been absolutely amazed at OpenBSD's out of the box wireless detection configuration. I installed OpenBSD on my laptop over my WPC11 wireless NIC without effort. I also had the same results with the WMP54G.

  9. Re:Code GIveaway by The+Vulture · · Score: 3, Informative

    I posted something to this effect on the original CNet article

    I work in embedded development myself (previously video game consoles, then DOCSIS cable modems, now video equipment), so I've seen the shift from expensive proprietary systems (like vxWorks) to free (as in money) systems like Linux.

    The proprietary systems typically have high up-front costs, along with a per-unit royalty, which inflates the cost of the devices. Linux allows for cheaper devices (whether or not the savings are passed to the customer remains to be seen), at a cost (complying with the GPL). This can be somewhat mitigated by making modules that are not licensed under the GPL.

    BSD entering the space will provide some good competition for Linux. Whether newer designs switch to BSD will depend on the chipmakers (like Broadcom), as they are the people who usually write the drivers. Most devices nowadays are just the reference design hardware tweaked a bit with the reference software. So, whatever OS is used for the reference designs is what will be the dominant OS in the embedded space.

    Only time will tell, but if FreeBSD can pull this off, they'll definitely gain some traction.

    -- Joe

  10. Re:Why lose a stepping stone to freedom preservati by larkost · · Score: 3, Insightful

    Umm... I think you got the point reversed. The poster was talking about the fact that you can take BSD licensed code, make changes to it to support your product, and not be forced to give your work to anyone else (for example your competition).

    While we all understand the idea behind the GPL, many businesses will simply not even consider using OS's based on it because of the forced nature of it. FreeBSD stands to get a lot of users because of this in the embedded space.

    Now, the gamble with the BSD license is that people might use the code without ever contributing back. But the bet is that the big companies will give some sort of kickback to the projects, even if it is not the complete solution.

    An example of this is practice would be Apple and KHTML. While Apple has not completely given everything it could have given, the KHTML project has benefited from Apple using a derivative of KHTML. We can argue about whether it is enough, but it is benefit that Apple would not have contributed if KHTML were GPL rather than BSD. Management would not have touched it with a 10 foot pole.

  11. Re:Why lose a stepping stone to freedom preservati by HishamMuhammad · · Score: 3, Informative

    Actually, KHTML is LGPL.

    I agree with your comment, but you mention that the bet is that companies will foster further development of the projects even if they're not forced to provide code back [I'd quote but I'm posting this from links]. I have my doubts.

  12. Re:And I'm sure... by LurkerXXX · · Score: 3, Funny

    All BSD users do not fall in some "*BSD camp" that likes that. Please propose adding some unmodifiable binary-only code into OpenBSD and see what kind of reception you get. It won't be pretty.

  13. Proprietary source is not the reason.. by willy_me · · Score: 4, Insightful

    Well, it might be for some, but I think that most companies would be fine with publishing any minor kernel modifications made to Linux. The real reason why companies are a little afraid of the GPL is that there is always the potential for lawsuits. Granted, it's a remote possibility, but a possibility all the same; most companies would rather not be bothered with the GPL if given a choice.

    And this is where FreeBSD can give people a choice. And assuming it's just as good as Linux, it's a better choice due to legal issues.

    One last thing about the GPL is that most companies don't see distributing changes as a free endeavor. Someone has to be in charge of overseeing the process - and labour isn't free. In addition, distributing the changes requires other resources (like bandwidth) which, while not very expensive, just add to the complexity of using Linux. While this might be a minor issue, it's still an issue that companies would rather avoid.

    And what happens when the slashdot community burns a company for forgetting to post something, or posting modifications that are difficult to utilize. Remember Apple and Konqueror?

    Oh well, but to respond to your last point, I don't think there will be many adverse consequences. The work currently being paid for by these companies is under the BSD license and I don't see them being that protective of the kernel. The GUI however is another story.

    Willy

    1. Re:Proprietary source is not the reason.. by LuSiDe · · Score: 3, Interesting
      The real reason why companies are a little afraid of the GPL is that there is always the potential for lawsuits.

      Granted, it's a remote possibility, but a possibility all the same

      And this is where FreeBSD can give people a choice.
      First of all: why are those 'remote', legal possibilities not existant in FreeBSD? SCO? There's almost nobody who believes they have a case anymore and they also said some things about *BSD. So... what else? We're discussing drivers. If i write a driver for the Linux kernel and i release that sourcecode under the GPL then why would that make me somehow more vulnerable to a lawsuit than a BSD licensed driver for FreeBSD? Or if i write a proprietary driver? Nah, the significant advantage is the option to write a proprietary driver for FreeBSD. However that is also possible for the Linux kernel and the Linux kernel is more popular (esp for embedded purposes i think -- i have no statistics or ath just observation from linuxembedded.com whereas not seen much FreeBSD-based embedded hardware).

      most companies would rather not be bothered with the GPL if given a choice.
      Debatable. Given there are many corporations which deal with the GPL. The hazard is also debatable.

      And what happens when the slashdot community burns a company for forgetting to post something, or posting modifications that are difficult to utilize. Remember Apple and Konqueror?
      I guess Apple prefers the BSD license though, yeah. One example doesn't make it a yes/no though and then again Apple doesn't contribute much open source software either. Its not in their interest (therefore i argue: Why would i care that Apple gets free goodies? They are being egoistic. Why should i be altruistic to them then?). But, different corporations have different interests. RedHat, for example, has a different view and i know various corporations which support the Linux kernel via a GPLed driver. ATI and NVidia do support a driver for Linux (and NVidia FreeBSD as well) but its not under the GPL. Its not in their interest to do so. But did they ever state they dislike the GPL or dealing with it? Did NVidia state they prefer to deal with the BSD license? Or FreeBSD? Over GPL or the Linux kernel?

      And assuming it's just as good as Linux, it's a better choice due to legal issues.
      The former is debatable. Regarding the latter: What legal issues does Linux have which FreeBSD doesn't have? The only one currectly known -excluding SCO- is the BSD license itself which means in this case that the corporation would not have to give their sourcecode changes back even when they'd distribute the binary. Wether thats a good or a bad thing -- debatable.

      IOW, to end my post: I agree w/you on choice, i agree that there are circumstances where you're right if not only for the fact that there are so many corporative possiblities in this world. But to say the BSD license is always in advantage on a legal point of view while ignoring its protective powers, is too non-pragmatic to me.
      --
      WE DON'T NEED NO BLOG CONTROL.
    2. Re:Proprietary source is not the reason.. by daeley · · Score: 4, Informative

      First of all: why are those 'remote', legal possibilities not existant in FreeBSD?

      Because BSD has already been through a clarifying legal process, one that Linux has yet to go through -- or rather it's in the middle of a big honkin' legal process right now. See for more info 4.4BSD and descendants in the BSD article on wikipedia. You are correct that one prime BSD advantage is the lack of GPL lock-in, but it is not the only advantage in the current Linux legal climate -- no matter what the validity of SCO claims, as we all know the FUD is the point.

      --
      I watched C-beams glitter in the dark near the Tannhauser gate.
  14. Re:Why lose a stepping stone to freedom preservati by SillyNickName4me · · Score: 4, Insightful

    You may have your doubts but history simply proves that they do (not all of them, but quite a few still)

    FreeBSD has a thing called netgraph, from its manpage:

    HISTORY
              The netgraph system was designed and first implemented at Whistle Commu-
              nications, Inc. in a version of FreeBSD 2.2 customized for the Whistle
              InterJet.

    Then, from man jail:

    AUTHORS
              The jail feature was written by Poul-Henning Kamp for R&D Associates
              http://www.rndassociates.com/ who contributed it to FreeBSD.

    Of course PHK is a core member of the fbsd team, but that doesn't change that it was written and payed for by a commercial user of the system and then contributed to it.

    There is a simple very good reason for companies to contribute their changes, given that they get accepted:

    It saves them the cost on maintaining such a component and keeping up with the development of the system.