Linked by Eugenia Loli-Queru on Thu 12th Jul 2007 19:38 UTC, submitted by mark
Thread beginning with comment 255021
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: if only hardware support was better..
by Yoke on Fri 13th Jul 2007 05:56
in reply to "RE[3]: if only hardware support was better.."
FreeBSD also tends to be more server-oriented than Linux
More server oriented? Most of the commercial companies that contribute to the Linux kernel do so with the server in mind. Linux runs on mainframes, FreeBSD does not. Oracle, DB2, SAP, and so on runs natively on Linux, not on FreeBSD.
Linux just happens to have more desktop-oriented contributions in addition to all the server-oriented contributions.
RE[5]: if only hardware support was better..
by shykid on Fri 13th Jul 2007 17:54
in reply to "RE[4]: if only hardware support was better.."






Member since:
2007-02-22
Am I wrong thinking that if an Open Source operating system supports a chipset, where another Open Source operating system should support it too?
Under the hood, BSD has quite a few differenes from Linux (which is why the binary compatibility thing exists). Due to this, porting drivers can, in some cases, be easier said than done. When it is possible, source-code-licensing issues and not-invented-here pride occasionally get in the way. A lot of BSD folks don't like the GPL (to put it politely), and FreeBSD prefers BSD-licensed code to keep things simple, so FreeBSD tries to have as little GPL code as possible (the Ports Collection being a glaring exception, of course).
FreeBSD also tends to be more server-oriented than Linux, and its included drivers reflect such. You also have to keep in mind that many Linux distros add additional drivers (especially Mandriva and SuSE). From my experience, FreeBSD usually lags behind Linux in supporting "exotic" hardware, though it isn't too far behind.
If you want to run FreeBSD, check their hardware compatibility list and choose or build your computer around it. I also learned this the hard way. It's not as picky as Solaris, but it's always good to be on the safe side. Also, FreshPorts is a very good place to look for FreeBSD drivers.
Edited 2007-07-12 22:13