Slashdot Mirror


Ask Slashdot: Linux-Friendly Desktop x86 Motherboard Manufacturers?

storkus writes: The release of Haswell-E and a price drop on Devil's Canyon has made me itch for a PC upgrade. However, looking around I discovered a pair of horror stories on Phoronix about the difficulties of using Linux on a multitude of motherboards. My question: if MSI, Gigabyte, Asus (and by extension Asrock) are out, who's left and are they any good? I'd like to build a (probably dual-boot, but don't know for sure) gaming and 'other' high-end machine with one of the above chips, so we're talking Z97 or X99; however, these stories seem to point to the problems being Windows-isms in the BIOS/UEFI structures rather than actual hardware incompatibility, combined with a lousy attitude (despite the Steam Linux distro being under development).

180 of 294 comments (clear)

  1. Intel by Anonymous Coward · · Score: 5, Informative

    They're about as vanilla as it's possible to get, which is what you have to do to get anything working with minimal kernel module hacking.

    1. Re:Intel by beelsebob · · Score: 1

      If I still had mod points, you'd get a +1. Intel motherboards are great. They're nothing fancy pants, but everything that's on them is solid and well supported.

    2. Re:Intel by Anonymous Coward · · Score: 1

      If I still had mod points, you'd get a +1. Intel motherboards are great. They're nothing fancy pants, but everything that's on them is solid and well supported.

      Oh Yeah, like the D2700MUD with zip support for the GPU and no way to add another card.

    3. Re:Intel by ChunderDownunder · · Score: 1

      Caveat that Atoms with PowerVR graphics are to be avoided. We knew that.

      But since the summary is about Haswell, one can assume Intel HD/Iris graphics.

    4. Re:Intel by Zappy · · Score: 1

      Intel MB may be fine, but stay away from the wireless 7260 series, they are utter crap and only work mostly with the very latest firmware and driver/kernel version.

    5. Re:Intel by fuzzyfuzzyfungus · · Score: 1

      They're about as vanilla as it's possible to get, which is what you have to do to get anything working with minimal kernel module hacking.

      This is generally true, any Intel CPU using board is going to be mostly Intel silicon at the center, with other vendors twiddling around a bit with audio chipsets(unfortunately, as with AC 97 before it, there are...multiple creative ways...to be 'compatible' with Intel's "HD Audio" standard), NICs, extra USB or SATA controllers, and whatnot. Intel usually keeps it simple, stupid(barring the push for UEFI; but now that that's industry-wide you just pick your poison) and tends not to use really dire onboard junk on their midrange and up boards.

      That said, you may or may not(mostly may not) be ready to go in Linux if you buy something on launch day. Intel will get it in-tree, probably reasonably quickly; but do yourself a favor and check, then check again with your distro of choice unless you feel like building your own kernels. If you are buying anything that isn't bleeding edge, this is unlikely to be a problem, with the sole exception of a couple of breeds of Atoms(the ones with 'GMA 500' graphics are totally fucked, and the ones with 32-bit UEFI that shipped in a few cheap Win8 tablets are just as fucked in the GPU department and about a factor of ten less fun to actually make boot...)

    6. Re:Intel by fuzzyfuzzyfungus · · Score: 1

      32-bit Atoms on UEFI boards are also to be avoided, though I think that they are all also PowerVR. They can be booted; but any normal distro with UEFI support assumes 64 bits and anything with 32bit support tends to assume BIOS. Not impossible; but best avoided.

    7. Re:Intel by pdh11 · · Score: 1

      The Intel bits are vanilla, but even Intel don't make all the components on the board. I've got an Intel DX79SR, and its USB3 controller is by Renesas (formerly NEC). The USB3 controller has a firmware bug (that pauses the machine for a minute during every boot), which can be fixed by updating its firmware. The firmware can only be updated from Windows -- not just DOS but real Windows. I downloaded one of those (surely hooky) Windows rescue CDs, but even then the firmware updater refused to run, saying that "OLEDLG.DLL" wasn't found.

      Thing is, I know what OLE is, I know what a DLG is, and I even know what a DLL is. And I know that there's no damn reason on earth for a firmware updater to need any of those things.

      Peter

    8. Re:Intel by aliquis · · Score: 1

      Do one really have to do more than possibly pick Intel NIC over Killer NIC and RealTek over Creative for sound?

      The Killer NIC may work. I don't think either work with OS X and there the Gigabyte boards are supposed to be easier to work with.

    9. Re:Intel by melstav · · Score: 1

      Did you know that Intel's chipsets include a very respectable ethernet controller? Have for a long time. Most motherboard manufacturers don't use them, though. For some reason, they'd rather bolt a suck-tastic Realtek controller onto one of the PCIe lanes, instead. Buying Intel-made boards is about the only way to get one that uses the on-chipset controller.... Unless you're going with an AMD CPU.

    10. Re:Intel by OolimPhon · · Score: 3, Interesting

      Funny that. I'm typing this on a D2700MUD with an Nvidia PCI GT620 card in it - at 1920x1080.

      Just because they are not easy to find doesn't mean they don't exist.

    11. Re:Intel by Lumpy · · Score: 1

      Absolutely. Intel for linux hands down. I have never had any problems from workstations to servers with intel motherboards.

      --
      Do not look at laser with remaining good eye.
    12. Re:Intel by Lumpy · · Score: 1

      Realtek chips are $0.0001 each while good chipsets for ethernet are $0.1 each

      Anything with realtek on it is low end junk designed for a price and profit point and not for reliability.

      --
      Do not look at laser with remaining good eye.
    13. Re:Intel by rcamans · · Score: 1

      All new CPUs / chipsets REQUIRE the latest distros to work well.
      An example is the driver for the Ivy Bridge EDAC is only in kernel 3.13 or so, and without it you can get a lot of spurious memory errors reported.
      Also true of firmware and drivers.
      And the distros do NOT include the latest drivers, so you have to work at it.

      --
      wake up and hold your nose
    14. Re:Intel by Mister+Liberty · · Score: 2

      Except that Intel is tainted.

    15. Re:Intel by davydagger · · Score: 1

      this times a million.

      however intel has since moved away from the GM500, and moved back to their in house graphics cards, which are far superior, *and* have great FOSS drivers.

      OpenGL 4.0 is around the corner for them too.

    16. Re:Intel by Blaskowicz · · Score: 1

      But it fucking works and is easily replaced by a card if it stops working. If you're finicky just plug in some 3COM 100Mb board made around 1999, it works too (though as an end user, you tend to not notice anything different). Also "Realtek 8111G" maybe is a bug fixed version of "Realtek 8111D", "E" and "F"?

      Lately, there's Atheros ethernet network controller on motherboard too. One is "Killer NIC" and the other is the same chip but without the additional Windows software. It puts more load on the CPU whereas Realtek has a low CPU load, close to Intel.

  2. Phoronix = fail by Gothmolly · · Score: 2, Insightful

    It's the OSNews of the 21st Century.

    Buy Gigabyte, their shit is rock solid.

    --
    I want to delete my account but Slashdot doesn't allow it.
    1. Re:Phoronix = fail by Adam+Jorgensen · · Score: 1

      All of them, or just yours?

    2. Re:Phoronix = fail by malkavian · · Score: 1

      There's a reason I don't buy Gigabyte. Out of all the boards I've bought and systems I've built, Gigabyte have had the greatest chance of just plain not working, working poorly, or having some other annoyance that gets in the way.

    3. Re:Phoronix = fail by Andy+Dodd · · Score: 1

      I've had issues with Gigabyte products in the past - but never with ASRock or Asus. I have no idea why people are saying ASRock/Asus are out. I have a relatively new Sandy Bridge system with UEFI and no issues, and also have a headless Haswell system with UEFI and both are rock solid. Neither system has had a working Windows partition in a year or two (well, in the case of the Haswell, it has NEVER seen Windows.)

      --
      retrorocket.o not found, launch anyway?
    4. Re:Phoronix = fail by fistfullast33l · · Score: 1

      I just bought a brand new Asus Ultrabook and installed gentoo with few if any problems. Lots of documentation on the Arch Linux and Ubuntu sites related to my laptop model were really helpful. The boot was a small pain but really only took a few hours to sort. If you're not willing to spend a few hours sorting something out, Linux on the desktop probably isn't for you anyways. I had it fully up and running in about a week with no tinkering for Suspend/Resume, Touchscreen support, or Audio, which were pain points in the past. I did spend a lot of time on the Intel wireless (I had to download the firmware manually and really it was more learning about Systemd and NetworkManager) and the Intel video chipset because the kernel parameters were customized. Also ACPI support for the backlight and function keys was a bit...messy. Still haven't gotten wireless printing working, and I'm fighting with Plymouth still.

      FWIW, I have a linux NAS box I custom built using a Gigabyte motherboard about 3 years ago and had no problems with it either. It did have UEFI, but Windows 8 wasn't out yet so I don't know if that complicates things. More recently I built a couple of LTC miners using MSI motherboards with few problems. Those definitely had UEFI and weren't a big deal. The biggest problem was getting the ATI drivers to like my 4 video cards.

    5. Re: Phoronix = fail by corychristison · · Score: 1

      I have never, ever had a problem with ASUS + AMD. I'm not a performance junkie, and typically buy a generation behind.

      Mu most recent built Nov/Dec last year. ASUS M5A, AMD FX-8320, 8GB Corsair RAM, Sapphire Radeon 5570, ADATA 64GB SSD, and my already existing pair of 2TB Seagate HDD's.

      Running Funtoo Linux. Rock solid. Never an issue. Just upgraded to Kernel Version 3.14.

  3. MSI Claims SteamOS compatibility with X99 by Anonymous Coward · · Score: 5, Informative

    MSI X99 boards at least claim SteamOS compatibility out of the box.

    In my books that should mean Linux works.

    1. Re:MSI Claims SteamOS compatibility with X99 by Anonymous Coward · · Score: 5, Informative

      Also looked at their BIOS Files. Looks like normal ZIP which contains the file that needs to be put to the pen driver for the UEFI self-update to work from the BIOS itself. No Windows required.

    2. Re:MSI Claims SteamOS compatibility with X99 by flux · · Score: 2

      Though the AsRock board I bought is able to download the BIOS upgrade itself from within the BIOS, so that works regardless the OS. (Also it has a switch for choosing from two BIOS flash regions, so it should be pretty safe.)

    3. Re:MSI Claims SteamOS compatibility with X99 by storkus · · Score: 1

      I apparently missed that part. So far, this is the single most useful comment on this, THANK YOU!!!

    4. Re:MSI Claims SteamOS compatibility with X99 by Anonymous Coward · · Score: 1

      The do claim "Steam OS compatibility" on all gaming motherboard.

        For that very reason I got a MSI Z97 gaming 3 mobo 2 weeks ago.. I installed steamOS, and everything worked out of the box... Until I pluged-in my Microphone. Mega fail on the analog audio drivers.. :(.

        So i started trashing MSI in my head, until I checked the kernel version on SteamOS .. 3.10.1... So I installed ubuntu 14.04 and everything works amazingly well out of the box. And yes I could have upgraded the kernel myself on SteamOS, but the point of SteamOS is hassle-free linux gaming, and maintaining a patched kernel is not hassle free

        I think it will work great regardless of the distro, as long as you can have a recent kernel (3.15+).

    5. Re:MSI Claims SteamOS compatibility with X99 by mister_playboy · · Score: 1

      My Asus Sabertooth Z87 can do the same.

      I would actually expect this to be standard in everything now, except maybe the very cheapest boards.

      --
      Do what thou wilt shall be the whole of the Law ::: Love is the law, love under will
  4. Self-extracting EXEs by Z00L00K · · Score: 4, Interesting

    Some archive apps like WinRAR can extract files from self-extracting EXE files. Also look around for other softwares that can do this.

    In some cases a command line option will allow the EXE to be extracted but not installed - but you have to do some digging.

    Of course - the above is provided that you have at least one Windows machine around.

    Also check around on the Motherboard manufacturer site - sometimes they offer both an EXE and a ZIP archive, and if nothing else contact their support. If nobody pesters them about the problem then they don't care.

    And finally - also look at Tyan and Supermicro for motherboard, even though their target is server motherboards they may have some suitable motherboards for you.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    1. Re:Self-extracting EXEs by Anonymous Coward · · Score: 2, Informative

      That's because a self-extracting zip file is actually still a valid zip file, albeit with a bit of junk at the start. Just rename to .zip and most archive utilities can cope fine.

    2. Re:Self-extracting EXEs by JimSadler · · Score: 1

      Why would anyone have a windows machine around? My tribe does not support monsters nor evil doers. Freedom insists that I run Linux. Freedom is my buddy and you should get to know about Freedom.

    3. Re:Self-extracting EXEs by Anonymous Coward · · Score: 2, Informative

      False. According to the APPNOTE, a ".ZIP file is correctly identified by the presence of an end of central directory record which is located at the end of the archive structure".

      This central directory record contains an offset into the zip file where the individual files begin. Thus a perfectly valid zip file can contain arbitrary junk data (including a self-extraction stub) at the beginning of a file, as long as the offsets in the directory records are correct.

      Just because zip files usually start with "PK" (The first two bytes of a local signature), doesn't mean they _have_ to start with PK. See: http://en.wikipedia.org/wiki/Zip_%28file_format%29#Structure

      And I know for certain that the first self-extracting stubs took advantage of this structure by placing the stub at the front (top) of the file, and offsetting all directory entries by the size of the stub.

    4. Re:Self-extracting EXEs by satch89450 · · Score: 1

      Why would anyone have a windows machine around? My tribe does not support monsters nor evil doers. Freedom insists that I run Linux. Freedom is my buddy and you should get to know about Freedom.

      I've been using Linux as my primary OS for more than 10 years, and I don't look back. That doesn't mean, though, that I don't have a Windows machines for those few times I need one -- depending on Fedex (nee Kinkos) is a real time waste. But I don't buy new -- the lease-return used computers are quite inexpensive and work for my few needs. (WINE isn't an answer, and I'm not a fan of virtual machines, if I had a CD and a license, the last being more expensive than a cheap used computer.)

      Still, I have to eat, and Linux is not the be-all and end-all yet. LibreOffice does about 98 percent of what I need to service my clients, but that last five percent has to be handled, too. If you can enjoy total Freedom, do it. Many of us aren't that lucky. Also, I use the Windows box to do my taxes (US 1040) because I don't trust the "free" solutions yet -- 26 USC, the 10 book-feet of regulations, and the entire bookcase of case law makes understanding tax law hard. You mention Freedom; I want to be free of audits and accusations of tax cheating. So I buy the software, and that software runs on Macs and Windows. "The right tools for the right job." (Why do I hear these words with James Doohan's voice?)

      I'm curious to see how the movement to cloud applications is going to change this. I'm already seeing an effect with Google Apps, which I need to use from time to time with some clients.. When Microsoft jumps into that game with Office, I may be able to give the Windows boxes the heave-ho. Maybe.

    5. Re:Self-extracting EXEs by graphius · · Score: 4, Insightful
      I agree with your post, but I am a bit concerned that your accounting skills need some work...

      LibreOffice does about 98 percent of what I need to service my clients, but that last five percent has to be handled, too

    6. Re:Self-extracting EXEs by Z00L00K · · Score: 1

      Whatever rocks your boat and can allow the necessary tool to work.

      BIOS upgrades in general sucks, some more than others.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    7. Re:Self-extracting EXEs by LeadSongDog · · Score: 1

      (Why do I hear these words with James Doohan's voice?)

      "Och, lad, yae didnae tell him when yae coud raelly have it done?!?!?"

      --
      Oh, I'm sorry sir, I thought you were referring to me, Mr. Wensleydale.
    8. Re:Self-extracting EXEs by somenickname · · Score: 1

      Supermicro is an excellent choice for high end. You pay a premium but it's one of the few companies that fills the niche between gaming motherboards and enterprise grade motherboards. They make both high end workstation motherboards and server motherboards and, because of the target audience, I would imagine that Linux support is a high priority. I've actually got an entire rack of Supermicro gear (chassis, motherboards, heat sinks, etc.) in my house and after several years of flawless running with Linux, I wouldn't even consider another vendor for high end home use.

    9. Re:Self-extracting EXEs by boojumbadger · · Score: 1

      Why do people keep mentioning winrar in a linux thread, you can't find unrar in your repositories? Winrar is a proprietary package only useful in windows.

      Appropriate captcha flounder

    10. Re:Self-extracting EXEs by satch89450 · · Score: 1

      Editing error -- when I changed one number, I forgot to change the other. Nothing distracts like a phone call from someone both sobbing and screaming, "I need help!'.

    11. Re:Self-extracting EXEs by strikethree · · Score: 1

      Some archive apps like WinRAR can extract files from self-extracting EXE files.

      7zip. Hands down.

      7zip. Works on Linux, integrates beautifully in Explorer in Windows. There must be a Macports version of it too but I am not certain of that.

      7zip.

      --
      "Someone needs to talk to the tree of liberty about its ghoulish drinking problem." by ohnocitizen
    12. Re:Self-extracting EXEs by PReDiToR · · Score: 1

      7-zip is my favourite.

      Does nearly all of the formats I come across.
      Open Source, LGPL (where possible) and fully cross-platform.

      In my toolkit via Portable Apps everywhere I go.

      --

      Do not meddle in the affairs of geeks for they are subtle and quick to anger
  5. Sensationalism? by passionplay · · Score: 4, Interesting

    Is setting a bunch of flags really a horror story? Really? How is this possible if you are BUILDING a computer?

    1. Re:Sensationalism? by storkus · · Score: 5, Interesting

      Because a few things were yanked out of my submission, as usual for headlines. As shown in the Phoronix stories, and (here's one part that was deleted) by Googling around further, a bigger problem is that the mobo manufacturers simply don't give a flying f**k about anything other than winblows: Gigabyte and Asus both say, "We don't support Linux, use windows"--yes, really, read the story--and there was some MSI business before, but maybe that's getting better since they offer official Steam support (we'll see).

      I didn't know AsRock and AsusTek were separate companies now: perhaps their new X99-WS, while not an overclocker, is better supported as many workstations run Linux or Solaris.

      I'm surprised so many guys didn't know Intel isn't making boards anymore, but I didn't know they're (apparently?) still available. Whether with Z97 or X99 (or later) is a big question, though.

      Also deleted from my submission is that I specifically stated that I don't expect all the hardware to work on something so new, but I expect the important parts will: rather, that the M$-isms in the BIOS deliberately interfere with Linux. I'm very familiar with this, as I have a 7 year old laptop that, to this day, I cannot install any of the BSD's to: first the bootloaders died, and now the kernels die in early boot, so it's a little better, but still. Oh, and it likes LILO better than GRUB.

      So, is this sensationalistic? No, I don't think so. And I haven't been paid for any of this (in fact, I'm going to max out a credit card or two to pay for this). But I really don't want to repeat all the pain others have gone through. This isn't my first build, and definitely not my first Linux install, but this is the newest hardware that I've used in almost 2 decades. (Usually I just take hand-me-downs on the cheap--as usual, what works like shit in winblows works fine in Linux!) I want a machine for gaming, compiling, GIMPing, etc--for once, I'd like some top end screaming hardware (since I'll never be able to afford Haswell-EX with its 20 cores!). The last thing I need is the manufacturers themselves deliberately creating road blocks!

    2. Re:Sensationalism? by F.Ultra · · Score: 2

      Asus might say that but they still allow updates via their built in EasyFlash2 utility that can read the firmware file from either a USB-drive or from the attatched disks. I myself always put the firmware file in /boot/efi/ and from there it's quite easilly reachable from within the UEFI itself.

    3. Re:Sensationalism? by Anonymous Coward · · Score: 1

      > in fact, I'm going to max out a credit card or two to pay for this

      dude, that's nuts. just buy a BeagleBoard Black or Raspberry Pi and have some fun while you wait for another hand me down.

      the truth of the story is, millions and millions of Linux users are happily using those motherboards and updating the BIOS from the BIOS today with MSI and Gigabyte motherboards. Don't worry about it, they work regardless of what the official spokespeople want to be bothered with.
      the only support you'll get is from online forums, but since you won't get to talk to the actual engineers at these companies the support you'll get from the forums will often be better than the yes/no/try this beta won't tell you what's changed official support.

      the manufactures aren't putting up road blocks, they are just having their front line people ignore you. you really think none of the real design engineers and programmers are geeks who run linux at home and make sure it works for their own needs? ... and one of those articles you cited was from 2011. that's like 1932 in computer years.

    4. Re:Sensationalism? by Anonymous Coward · · Score: 1

      So you have one seven year old laptop onto which you can't install Linux, and somehow based on this you came to the conclusion that most consumer boards of the latest generation won't work, because their manufacturers said they don't provide support for Linux installs. The manufacturers are right: If you want tech support like a pussy, use Windows. But I didn't think your post was about tech support, I thought you were asking whether Linux will work on the boards.

      But then you ignore the mobs of people who are running Linux on these boards just fine. Some of them mention tiny workarounds like extracting some bios files using a windows program, others found even this to be unnecessary. So now your complaint is ... "not being cared about" by the manufacturers? Yeah, you're trying to run Linux, dumbass. Are you expecting them to throw you a congratulations party? Maybe they don't care because they expect Linux users to be smart enough to figure this out, or just start using Windows. If you want my unprofessional opinion (I don't do this kind of consulting), I say you should consider the latter option. What you doing on Linux anyway? Just chillin and smelling your farts? Or are you just spreading FUD about how Linux is sooo difficult to make work, yet so elite and noble? Linux is not that difficult to make work.

    5. Re:Sensationalism? by frnic · · Score: 1

      There is a difference between "do not support Linux" and Linus will not work.

      I assume the mfg's legal department strongly suggested that they not officially support Linux, since that would lead to having to specify precisely what not supporting Linux means, which distributions, etc.

      Linux is still a small enough market that it is not work it to mug's to put together a customer support team to support all the configurations people will try to come up with using Linux.

    6. Re:Sensationalism? by jittles · · Score: 1

      I have an ASRock desktop board (for IvyBridge, so its older) that is great. It's very overclockable and was reasonably priced. It ran about $200 when equivalents from Gigabyte, Asus and MSI were around $300. Everything worked perfectly for it under Linux (mint 11 or 12 at the time, Ubuntu, and CentOS5), except for the USB3.0. There were absolutely no USB 3.0 drivers for it. I only use the machine for transcoding video these days, so I don't know what the USB 3.0 support is like, but I wouldn't expect you to have any problem with the mainstream components you use on a daily basis. The USB 3.0 ports worked in 2.0 mode.

    7. Re:Sensationalism? by urbanriot · · Score: 1

      Or configuring the board for legacy modes, using options found with quality boards like Asus Q87M-E/CSM or Asus H97M-E/CSM? This overall thread doesn't seem accurate to fact.

    8. Re:Sensationalism? by rubycodez · · Score: 1

      yeah what horrors, I've run debian-derived Linux desktop distros on boards from all those with no problem.

    9. Re:Sensationalism? by boojumbadger · · Score: 1

      it is my understanding, rightly or not, that you need grub2 for uefi boots my magaeia 4 uses grub and the linux mint uses grub2. grub can't see the mint but grub2 can the mageia.

    10. Re:Sensationalism? by bill_mcgonigle · · Score: 3, Interesting

      "We don't support Linux, use windows"

      Because Linux users are a pain in the ass.

      You can find a bugzilla from about five years back where I had a problem with the built-in NIC on an ASUS mobo corrupting memory. Several others had the same problem on the same series of boards, and we were exchanging notes and working together on the bugzilla. Initially ASUS was helpful and looped in Atheros. But once we had a clear pattern (I mean a pattern of bit inversions in the hex dump), both went radio-silent.

      I mean, what were they going to do, recall all the motherboards in that line just because they were no good? My time was worth more than the $90 for the mobo but we figured initially that its was a Linux driver bug and were trying to get to the bottom of it.

      Anyway, had to rip it out and replace it (no slots left for another NIC in that application). Went to MSI ("oooh, jap caps") but those toasted (literally, burn marks on the mobo) quickly, found ASRock and haven't looked back.

      I have an ASRock Z97 Extreme 4 in my cart at Amazon. Now don't you guys go buying them all before I put in the order on Friday. ;)

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    11. Re:Sensationalism? by passionplay · · Score: 1

      I think you missed something. You CAN force the system to ignore the BIOS and use the power management feature by setting a kernel flag. How does that qualify as a horror story? I used to build computers on "screaming new hardware" and newly purchased laptops. And I had to go through the pains of figuring out what the flags were by researching. Not once did I BOTHER with attempting to get the manufacturer to FIX the problem for me. Unless I'm a developer interested in updating the BIOS, I just care that the computer I want is doing what it should be. E.g. Figuring out how to install Bumblebee so I can run Optimus.

      Also, to use the newer hardware, I would simply go to a store and bring my live Linux CD with me. Either it ran or it didn't. If it ran, I bought it. If it didn't, I skipped it. Time is money. I have none to do a manufacturer's homework.

      You want to stick it to them. Don't buy the thing that doesn't run what you want.

      Apologies if I am oversimplifying, but I do not see "I bought hardware and the manufacturer won't let me run what I want on it" is a horror story. The real horror story to me is that you bought it without checking to see if it was a lemon. We don't have a lemon law for computers when it comes to Windows vs Linux. Caveat emptor.

      Personal opinion.

  6. Re:LOL SteamOS by Nyder · · Score: 1, Troll

    Look, SteamOS isn't going anywhere or doing anything. Valve isn't going to make a fourth Console work, even by outsourcing the hardware work to a bunch of volunteers.

    How much do you get paid to make these posts?

    --
    Be seeing you...
  7. Not sure why Asus is out by Anonymous Coward · · Score: 3, Informative

    But I have built many of Linux systems on AMD/Asus platform. Not sure about the Intel stuff. But rarely have had any issues. YMMV.

    1. Re:Not sure why Asus is out by Anonymous Coward · · Score: 1

      I just replaced my previous Asus board with a Z97-AR and with a i7-4790k and AMD R280 GPU. Everything is rock solid in Linux too. Asus even supports updating the BIOS from the BIOS itself, so one does not need a Windows application or a FreeDOS boot disk for that anymore.

    2. Re:Not sure why Asus is out by Beamboom · · Score: 3, Informative

      This. I've *always* used ASUS motherboards on my Linux desktop computers since what feels like the dawn of time, and never had problems with any of them except for one, but that was not due to OS but the CPU and was later fixed with bios update.

    3. Re:Not sure why Asus is out by Zeromous · · Score: 1

      Yeah clickbait false premise. Asus has and always has been good with Linux. I have only ever had problems with particular older distros lacking necessary drivers which is purely on me for trying to install old software on new hardware.

      --
      ---Up Up Down Down Left Right Left Right B A START
    4. Re:Not sure why Asus is out by Just+Brew+It! · · Score: 1

      I've been using Asus almost exclusively for roughly a decade. My initial reason for doing so was the fact that they continued to support ECC on their consumer AMD motherboards while other vendors did not.

      Linux compatibility out-of-box has been so-so, but all issues I've encountered have been solvable. Ubuntu 10.04 had problems with the NIC, audio, and temperature/fan monitoring on the Asus M5A97 EVO; all issues were addressed via use of out-of-tree drivers, and with 12.04/14.04 everything "just works". Getting Linux to boot from a software RAID-1 array on the Asus M5A97 R2.0 was a pretty major PITA, but some of that came down to my own lack of familiarity with UEFI and GPT.

      The fact that AMD hasn't released a new chipset for Socket AM3+ in a very long time actually has a silver lining for Linux users -- it means their chipset driver support in current distros is mature and stable.

      I have no first-hand info about their Intel boards either, as I haven't built an Intel-based system since the age of the dinosaurs. A former co-worker built an Intel-based Debian system on an Asus motherboard a couple of years ago though, and I don't recall him having any real issues aside from the same audio codec problem I hit with the M5A97 EVO and Ubuntu 10.04.

  8. Just wait a little by etherelithic · · Score: 4, Informative

    I've built about 9 computers in the past 4 years and have run various flavors of Linux on all of them (mostly LTS builds of Ubuntu), and I've never had compatibility problems with the motherboard. Nowadays nobody can really afford not to support Linux, so I think the important thing is to wait a little while for the chipset drivers to get integrated into the newest builds of the Linux kernel, and then go from there. I've had issues with USB 3.0 support for an older CentOS version, but overall everything works for the most part. Linux even works better out of the box than a clean install of Windows 7 sometimes, because Win7 doesn't have drivers for a lot of common NICs, whereas Linux usually did. As you mentioned, in the latest computers I've built, the UEFI did give me more problems than traditional BIOS, but they weren't show-stoppers by any means, just a google search away from a resolution.

    1. Re:Just wait a little by Anonymous Coward · · Score: 1

      We run hundreds of Linux desktops with Asus mobos. Not a problem, we just buy hardware that is known/tested to work.

    2. Re:Just wait a little by Bert64 · · Score: 2

      At least with Windows I can guarantee a driver exists somewhere;

      No, you can't...
      Support for legacy hardware is often very poor with windows... the driver model has changed a few times, and each time cuts off some older hardware.
      Then there is the issue that most drivers come as binaries, so while a piece of hardware may have 32bit drivers it may not have 64bit ones, and is even less likely to have arm drivers.
      Then there are niche devices that were never intended to be used with windows, sun ethernet cards for instance that were intended to be used on sparc servers actually run just fine in x86 systems on linux but windows has no drivers for them.

      I have an old usb scanner here, current versions of ubuntu detect it out of the box but you need to install drivers on windows or macos, only the windows drivers are only for 32bit xp and the mac drivers are only for powerpc.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    3. Re:Just wait a little by tommeke100 · · Score: 1

      I second this.
      I've installed different flavors of Linux (including Ubuntu, since you're looking for something desktop friendly) on 32-bit computers (old aspire one, old Pentium 4 with old video and sound card) and haven't had any issues at all with motherboards (and most other things).

      If you're in doubt, most distros now have a live CD/DVD so you can always test it out before installing. Of course this entails that you have access to the motherboard in the first place.

    4. Re:Just wait a little by drinkypoo · · Score: 1

      At least with Windows I can guarantee a driver exists somewhere;

      Sure you can. But you can't guarantee that you can use it. The best thing about the existence of Windows is the steady stream of scanners and even printers which are abandoned by the manufacturer and don't work on the latest Windows, even though they speak the same protocol that the manufacturer's latest devices use. That's right, they are literally taken out of a whitelist which the driver uses internally to determine whether it will bother to speak to your hardware. HP is particularly evil about this, and they dropped support for many scanners in XP and then did it again in Vista and then did it again in Win7.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:Just wait a little by damnbunni · · Score: 1

      If you need to support old scanners, try VueScan.

      On the other hand, with the price of scanners these days, it may be cheaper to buy a new scanner.

    6. Re:Just wait a little by amiga3D · · Score: 1

      I know there are trials and aggravations in running linux on newer hardware sometimes. Of course I've found them so much less than running windows with it's pains in the ass that abound. You're welcome to it.

    7. Re:Just wait a little by Lumpy · · Score: 1

      I have several high end scanners that have zero support under windows anymore... yet work perfect under linux and OSX.

      You are 100% correct in asserting that windows has the WORST hardware support of all operating systems.

      --
      Do not look at laser with remaining good eye.
    8. Re:Just wait a little by amiga3D · · Score: 1

      I noticed this scenario on my Mac recently. I did a clean upgrade to 10.9 and suddenly my Canon i960 didn't work anymore. I went to Apple and they told me that printer was no longer supported. I then went to Canon's website and downloaded the driver for 10.6, the latest they had, and installed that one. It works fine. WTF! What's that shit about?

    9. Re:Just wait a little by Bert64 · · Score: 1

      And if you have open source drivers that continue working and the upgrades are free, what possible reason do you have for not upgrading?
      The userland ABI and APIs are stable and have been for a long time, code written for unix systems of the 80s will still compile and run just fine on a modern linux system.
      Windows users stick with the version they got because upgrades are expensive, often cause performance degradation or require a troublesome clean reinstall, and may break compatibility with existing hardware or software.
      The only time problems like that occur on linux is with closed source software, none of which i use... I regularly upgrade my linux boxes for free to get new features or other improvements, and the upgrades are gradual so you can get used to changes rather than a hard slap in the face every 5 years or so.

      I continue using my "obsolete hardware" because it still works and still serves my needs, I could buy a new replacement but it would cost money and wouldn't serve my needs any better. Your argument against using obsolete hardware also applies to obsolete software, windows users keep using the version they got with the hardware because any benefits are outweighed by the negatives of upgrading.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    10. Re:Just wait a little by Blaskowicz · · Score: 1

      It remembers me of using the Xbox 360 controller on Windows 2003. The installer is designed to kick you out, but you can extract the .exe's archive content with a Winrar-like program, and then an .exe within the .exe, then install the .inf within Device Manager, then the gamepad works perfectly.

  9. Re:Sucks but... by Anonymous Coward · · Score: 1

    Pretty much this. Yes -1 Troll.

    I've blacklisted Gigabyte, but only for motherboards after I've had one motherboard flash it's bios memory after every reboot a few times, it eventually screwed up and destroyed itself.

    So far I've had a zero success rate on BIOS updates on ASRock as well. In order to get ASRock to properly BIOS update, it has to be done from the BIOS itself. If you do the update in any other way, it bricks the system.

    Even Dell, ... I won't even go there.

    Suffice it to say, no vendor should ever have a BIOS patch cycle as often as an OSS product, but every vendor should be making sure that all CPU and Chipset features are tuneables in the BIOS, and if they are broken, allow it to be turned off. It should not be up to the motherboard vendor to decide which features the user will not want to use.

  10. Re:LOL SteamOS by gweihir · · Score: 1

    Must be some kind of masochism. I really can see no other reason why people insist on getting wiped by MS time and again.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  11. what? by slashmydots · · Score: 1

    WTF is he talking about? I heard and saw nightmares with ASUS but MSI boards have always installed Linux instantly. They barely support UEFI as an afterthought and you can turn it off pretty easily.

    1. Re:what? by Harlequin80 · · Score: 2

      Agreed WTF? All my machines are Gigabyte / AMD or Gigabyte Intel. I have absolutely no problems running linux on any other them. I also have a SteamOS test box just because I could.

      My experience with Linux in general is it will "just work". And worst case scenario is turning off UEFI which if you can't do you shouldn't be putting a machine together anyway.

    2. Re:what? by Harlequin80 · · Score: 3, Informative

      Reply to myself - Buy this - Gigabyte G1-SNIPER-M5 - it is the most stupidly over the top motherboard (it even has green bits) with all the latest fandangly bits and it works out of the box with linux.

    3. Re:what? by MrKaos · · Score: 1

      Agreed WTF? All my machines are Gigabyte / AMD or Gigabyte Intel. I have absolutely no problems running linux on any other them. I also have a SteamOS test box just because I could.

      My experience with Linux in general is it will "just work". And worst case scenario is turning off UEFI which if you can't do you shouldn't be putting a machine together anyway.

      Agreed, WTF - this whole story seems a bit like a troll. A year ago I bought the latest Gigabyte lga2011 GA-X79-UD5 with a Xeon 8 core 20Mb cache - so pretty much the cutting edge and it worked without a problem.

      Whilst this is the highest spec I've ever bought (for that generation CPU) every machine I have bought has been a gigabyte's top end gear and they work fine. Not trying to sell GB here, I'm sure other vendors are good too (like ASUS), they were just my preference and I can report that it has been running for almost a year with Ubuntu.

      --
      My ism, it's full of beliefs.
  12. MSI by future+assassin · · Score: 3, Informative

    I've built three boxes with MSI A75a-e35 and AMD A-8 and A-10 with no issues running Linux Mint 15/16/17, well except two of the boards had issues after 6 months. The replecement boards are working fine though.

    --
    by TheSpoom (715771) Uncaring Linux user here. I have nothing to add to this but please continue. *munches popcorn*
    1. Re:MSI by bill_mcgonigle · · Score: 1

      well except two of the boards had issues after 6 months

      Yeah, if you like the MSI, order two so you have a spare on hand. That's been my unfortunate experience. Found ASRock after those experiences and haven't looked back.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  13. Sadly, they are getting out of the business by Sycraft-fu · · Score: 4, Interesting

    Intel is closing down their motherboard lines. It pisses me off since they were all I'd buy in the past, but they aren't going to be an option for much longer :(.

    1. Re:Sadly, they are getting out of the business by jonwil · · Score: 2

      +1 for this, my current motherboard is an Intel and if I had the money I would upgrade to a Core series chip (instead of the Core 2 Duo I have now) with an Intel board.

    2. Re:Sadly, they are getting out of the business by drinkypoo · · Score: 1

      Intel is closing down their motherboard lines. It pisses me off since they were all I'd buy in the past, but they aren't going to be an option for much longer :(.

      Only desktop boards. You want an intel server board!

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  14. Re:Sucks but... by rev0lt · · Score: 4, Funny

    And you think with the low margins the manufacturers have these days, they can do without that share?

    Unfortunely, yes. No major motherboard manufacturer even cares about niche market. And the IC manufacturers, they don't really care, either.

    Also people using desktop Linux are typically in the higher income levels and can not only pay for quality

    Higher income buyers are buying trendy Apple, Andoid tablets and Microsoft laptops, not linux workstations.

    they can recognize it, unlike the sheep

    No, they just don't care about that. But you do get the smugness of the illusion that the manufacturer uses fairy dust instead of building it like everyone else.

    Wolves are always a minority.

    Now, you're just assuming stuff. I'd say wolves are quite the majority of animals in wolfpacks, and the major ingredient in wolf stoo.

    What you are also completely forgetting is that a lot of these will actually run as servers. You know, because Linux does well as server

    Who is using COTS desktop boards on servers? Traditionally, Intel desktop cpu lines do not support ECC memory. And you talk like there is no option for servers besides Linux.

    You know, because Linux does well as server, quite unlike Windows

    I assume you speak from experience. I'd blame it on the sysadmin, not the operating system.

    But you would not know or understand that.

    Get out of the basement sometimes. Try to vent out at least some of that frustration of yours.

  15. Re:Meh by reub2000 · · Score: 2

    Why? EFI is convient. No more need for an OS write it's bootloader to over the old bootloader. Linux supports it, FreeBSD will support it in a few months.

  16. Support for GNU/Linux sucks cause you let it by Anonymous Coward · · Score: 1, Interesting

    People need to stop buying hardware that isn't properly supported under free software operating systems. Right now there are only a few companies, organizations, and individuals actively pushing for better support and the majority of those aren't the people who you'd think would be pushing it.

    Companies/people on my bad list include companies like: System76, Raspberry Pi, NVIDIA, AMD, Linus Torvalds, and others who have been uncooperative and even hostile toward free software.

    Then there are others who you'd more typically expect to be hostile: Dell, HP, Lenovo/IBM, Toshiba, Apple, and Sony to name a few. These companies are actively utilizing digital restrictions to prevent users from replacing incompatible parts with compatible parts.

    This isn't even getting into the buggy BIOS problems and the fact every company is testing against Microsoft Windows rather than designing to standards-or that most are forcing propritary software down users throats (MS Windows licenses, the BIOS, and other firmware components).

    This said Intel has been pretty good in some areas and so has HP. However I'd be weary about both companies in one regarded or another.

    Some companies/organization/people on my good list:

    ThinkPenguin, Inc (computer hardware and accessories)
    Aleph Objects, Inc (makers of a 3d printer)
    Adrian Chadd (formerly employed by Qualcom Atheros)
    Luis R. Rodriguez (formerly employed by Qualcom Atheros)
    Tehnoetic

    1. Re:Support for GNU/Linux sucks cause you let it by Vlijmen+Fileer · · Score: 1

      Yup the power of Ignucius was strong in that post

    2. Re:Support for GNU/Linux sucks cause you let it by amiga3D · · Score: 1

      You've got to be trolling because surely you can't really be that fucking stupid. Linux doesn't stop you from using whatever you want, the manufacturers stop you. Even if you could code the driver yourself they wont give you the information you need to do it. Just keep using windows. I support your right to use whatever you like but just quit trolling the Linux threads okay Fuckwad?

  17. Gigabyte minus UEFIware works by twakar · · Score: 3, Informative

    I just upgraded to an i5 with a GA-Z87X-D3H mobo. I've got it triple-booting (GRUB has LinuxMint 17 or Windows Loader). If I select Windows, then the windows loader gives me the option of XP-32bit or windows 7-64bit. I can attest to the fact that it is the UEFI crap in the BIOS that causes issues, but once you turn it off, all the problems disappear. All in all, money well spent and I'm quite content

    As always, YMMV

    Good luck

    --
    Progress is man's ability to complicate simplicity!
  18. Check the Ubuntu hardware compatibility list by Anonymous Coward · · Score: 2, Informative

    Its so extensive that it makes a good general reference when purchasing hardware.
    http://www.ubuntu.com/certification/

  19. Re:Sucks but... by Anonymous Coward · · Score: 1

    Yeah Linux users like us are *totally* high income wolves! Thanks I have always thought that so Im glad somebody else does too! Awesome!

  20. ASUS? by Anonymous Coward · · Score: 3, Informative

    Have been using ASUS boards for linux-only computers for years, without any compatibility problems. BIOS updates come as a ZIP file that extracts into a BIN file that you can install from the BIOS itself: just download and extract the file to a USB drive from your favorite OS, then boot into the BIOS and perform the update, rebooot and all done.

  21. Re:Replace their bios by jonwil · · Score: 1

    That's assuming you can actually find a desktop board that supports the Haswel-E/Devils Canyon CPUs the OP wants AND is supported by Coreboot. A read of the Coreboot compatibility list shows not a single supported desktop board that can run anything Intel past a Pentium 3 (there are laptops/embedded/dev boards that can run something newer but no full-on desktop boards)

  22. Asus != ASRock by ezakimak · · Score: 2

    They are not related. ASRock may have originated from Asus, but that was over a decade ago. They have long since been their own distinct, separate brand.

  23. That's a horror story? by dbIII · · Score: 1

    Difficult to flash the BIOS is a horror story? How did Soulskill let this through with editing, or was this some sort of deliberate troll headline to generate hits?

    1. Re:That's a horror story? by kylef · · Score: 1

      Agreed. The other "horror story" describes the fact that some advanced PCI-E power management features are disabled unless the BIOS capabilities are programmed correctly, and this is due to a recent change in the kernel, and can be worked around with a boot option.

  24. Re:Meh by jones_supa · · Score: 2

    Why? EFI is convient.

    The summary suggested that "BIOS/UEFI structures" cause problems on some boards under Linux, so I guess the parent just wanted to offer a workaround for that.

  25. Re:LOL SteamOS by jones_supa · · Score: 1

    How much do you get paid to make these posts?

    Hehheh. The obligatory shill accusation comment.

  26. I seem to remember this subject. by dotancohen · · Score: 2

    Asked here about a year an a half ago:
    Ask Slashdot: Linux-Friendly Motherboard Manufacturers?

    --
    It is dangerous to be right when the government is wrong.
  27. Re: Sucks but... by Anonymous Coward · · Score: 1

    I've been using Linux for about twenty years, still live with my parents, and have an actual neckbeard...

    But I would never say anything like what you just said. That's how far gone you are, my friend.

  28. Convenient? For whom? by Anonymous Coward · · Score: 1, Informative

    > Why? EFI is convient.

    EFI is an overengineered piecee of shit nobody (save those dreaming of consumer control) really needs. BIOS should just load the OS. Boards and chipsets should come with docs (yes, nowadays machine readable, in ROM) about how to set things up.

    Not with backdoors (sometimes sold as remote management goodies).

    1. Re:Convenient? For whom? by Anonymous Coward · · Score: 3, Interesting

      Yeah, except for how BIOS still uses 30 year old concepts for bootstrapping the machine, which don't even apply to today's hardware. Oh, and coming up in programmed IO mode until your OS loads the storage driver allowing for a disk transfer rate that isn't 30 years old. Or any of the other massive improvements that have nothing to do with SecureBoot, which you can turn off on any EFI system that supports it.

    2. Re:Convenient? For whom? by jedidiah · · Score: 2

      Being 30 years old is not inherently problematic. If being 30 years old is a problem, you have to actually state what the problem is. Actually have an argument.

      The PIO thing seems like it would be a minor nuissance. Again it seems like something that's "superficially tragic".

      The balance of the tradeoffs don't seem to be in EFI's favor unless you are a mindless adherent of the "new shiny shiny".

      --
      A Pirate and a Puritan look the same on a balance sheet.
    3. Re:Convenient? For whom? by rcamans · · Score: 1

      I do not believe Sandy Bridge and later processors are supported by any BIOS other than UEFI, so if you want the latest, you have to do UEFI.

      --
      wake up and hold your nose
    4. Re:Convenient? For whom? by ttucker · · Score: 1

      My system boots considerably faster with UEFI...

    5. Re:Convenient? For whom? by reub2000 · · Score: 1

      The classic BIOS is unable to simply load an OS. It has to load a bootloader first. On the other hand EFI can directly load Linux.

  29. Asrock supports direct BIOS flashing by dirkt · · Score: 1

    I only skimmed the "horror stories", but as you said, they seem to be mostly about problems with updating the BIOS. The actual hardware support should work out of the box under Linux in nearly all cases, unless you want to get at really specific motherboard features. If you think you need those, you should know which ones exactly (they are probably the reason you'd chose this particular motherboard), and do some research if there are Linux drivers available.

    Asrock offers BIOS updates for "Instant Flash" without an OS (e.g. Z97, random model). When I bought an Asrock motherboard some years ago, they didn't offer this for the particular model I bought, so I emailed their support. They mailed back that the BIOS update could be dangerous for early steppings of this board and this was the reason it was not publicly available; told me how to figure out my stepping, and gave me a link to an "Instant Flash" image I could use at my own risk. Can't complain about this.

    So if you are worried about BIOS updates, it works just fine with Asrock motherboards according to my experience.

    There's also a tool called "flashrom" that can flash the BIOS directly under Linux, but it doesn't work with all motherboards.

  30. Re:Sucks but... by mathew7 · · Score: 1

    I think Linux support differs from model to model (as opposed to manufacturers). I'm using a Gigabyte Z87X-UD3 and I've had no trouble. I boot Xen with debian-testing since spring and using a Windows 7 guest as gaming platform (VT-d for those who wonder).
    Previously I used Asrock Z68 for the same purpose.
    However, my MB pre-buy research was based mostly on VMWare E??? (the one which supports PCI passthrough) feedback since VT-d was an "elimination" criteria.

  31. Virtualize Linux. . . by Mr_Wisenheimer · · Score: 1

    I realize that people who treat open source as a religion with MS or Apple standing in for the devil will balk at the idea of running Linux under a more user friendly, more compatible, easier to maintain OS, but it actually works quite well for most applications.

    It's not perfect. GPU performance takes a huge hit, so you'll probably want to shy away with it for hardcore GPU accelerated tasks, but the overhead in terms of CPU performance is negligible so long as you have the cores and the RAM.

    And many distros support standard drivers such as VMWARE's. It's a lot better than running Cygwin or trying to hack OSX to get a good compile for open source Linux software in most cases.

    1. Re:Virtualize Linux. . . by Nemyst · · Score: 1

      And when I do the exact same thing, I have absolutely no problem. Anecdotes don't mean much.

  32. epic by CAIMLAS · · Score: 1

    Slashdot has been epically, if possibly inadvertently, trolled.

    Google hardware for linux and you will find the Ubuntu hsl in moments. Bam, done.

    Or, just pick any random board and install. You've got to be looking for incompatibility, outside a small minority of parts.

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    1. Re:epic by Harlequin80 · · Score: 1

      Pick up random relatively recent motherboard. Plug random pin compatible CPU in. Plug in random crap ram that fits. Wow it works with Linux. I haven't had a machine in YEARS that had incompatibility with a modern distro. I've had to screw around with a FreeNAS machine to get a crap highpoint controller card working but that is about it.

    2. Re:epic by eulernet · · Score: 1

      Ubuntu hsl gave me nothing.
      You meant that:
      http://www.ubuntu.com/certific...
      ?

    3. Re:epic by jbolden · · Score: 1

      Heck I have a machine that has all sorts of problems with Linux for 2 years running now and it is a fairly common configuration. I have the rMBP doesn't work. Linux doesn't handle asymmetrical graphics processors. It doesn't handle rescaling required for retina to work right. It doesn't handle the system's wifi or bluetooth.

      Linux desktop support is getting worse not better since the commercial desktop Linuxes: Mandrake, Xandros... died.

    4. Re:epic by Harlequin80 · · Score: 1

      That is a mac book right? I've never had a system where the wifi hasn't worked out of the box, nor the bluetooth. As for the graphics processors I don't know. I've run SLI Nvidia fine.

    5. Re:epic by jbolden · · Score: 1

      Yes a Macbook pro. It is far and away the most common high end laptop sold.

    6. Re:epic by Harlequin80 · · Score: 1

      Yes it is. But only because it is a brand that has a limited number of choices and the brand is huge to make up for it. It is also something which is essentially a closed platform that is not intended to have another OS installed upon it. Though it is X86 and windows may work on it, it is a little like saying Android won't work on an iPhone. There is no incentive for the manufacturer of the hardware to support anything other than OSX. You would be running the same risk buying a surface.

    7. Re:epic by jbolden · · Score: 1

      Well first off the manufacturer works with Microsoft to make Windows work on it as best as they can. I get that Apple isn't following Windows standards. But the Linux community has prided itself on support Mac. Back when Mac's used different CPUs: YellowDog Linux, Gentoo and for time RedHat all had distributions which ran on it and that was certainly a much bigger challenge. Most of the pieces to get it to work are present. Individuals have been able to get various things fixed. This is doable this is just Linux not support the #1 selling high end laptop.

      Anyway. Your claim was that there were no problems. I'm definitely having one. 28 months into a new laptop I shouldn't be having problems getting a Linux to boot up everything.

    8. Re:epic by Harlequin80 · · Score: 1

      Understood and sorry that you are having problems. I have just been lucky then but my experience with commodity hardware has always been flawless. The exceptions have always been in random peripherals such as USB 3g modems.

  33. Non-issue by astro · · Score: 1

    The first "horror story" is specifically regarding flashing BIOS from Linux via USB. I don't understand how this is related to modern motherboards - in fact, I see it as an issue that is disappearing. This is a situation I have had on OLDER, pre-UEFI motherboards - the requirement to run an EXE from an installed version of Windows, rather than from a boot floppy that didn't care what OS was installed. Many (including my Asrock) modern mobos can update right from the UEFI system without even spinning up the boot drive.

    The second is specific to power management on laptops (I will admit to tl;dr speed-reading here), which is clearly not what the OP is talking about.

    Tempest in a teacup. The ONLY thing that doesn't work so well with my dual boot system with my July 2014 Asrock motherboard is enabling the accelerated boot system which just makes plain sense, as it relies on caching a booted state to disk to skip a lot of init. I was at first nervous about UEFI, having read a ton of FUD a couple of years back, but it really is a non-issue. If anything, I like the low-level system management on my Asrock better than the old Award/Phoenix dominated BIOS systems.

    1. Re:Non-issue by astro · · Score: 2

      Sorry, but wrong on two counts:

      1. That model motherboard uses the *exact* same UEFI and BIOS as mine (FM2A78M-HD+ - it is probably much older than the date I gave, which was its purchase date, sorry for any confusion) and just to make sure I wasn't making a misstatement, I flashed the BIOS and UEFI from the pre-bootloader interface this morning.

      2. I do not upgrade often. I bought this computer with the Asrock this year because due to certain circumstances I was unable to bring my 2011 PC, which was an off-the-shelf HP from Best Buy (that I then upgraded substantially - I got such a deal on the base machine that it was less expensive than building a complete one), with me when I moved to Germany. Before that it had been at least five years since I bought a motherboard, and tended back then to run older budget hardware, because I am so far removed from a moneyed Apple fanboi.

  34. Intel or "server/workstation" boards by Bert64 · · Score: 1

    I would generally go for Intel boards as Intel stuff is generally well supported by Linux...
    Otherwise i would go for higher end boards aimed at servers or highend workstations - while manufacturers of cheap desktops generally ignore Linux, manufacturers of servers definitely can't and will ensure their boards contain appropriate components.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    1. Re:Intel or "server/workstation" boards by rubycodez · · Score: 2

      those other brands mentioned in this nonsensical article summary also run Linux just fine. Pro-tip: go into the BIOS and set the damn thing up for Linux ( ditto for BSD)

  35. Re:Sucks but... by Bert64 · · Score: 2

    Who is using COTS desktop boards on servers? Traditionally, Intel desktop cpu lines do not support ECC memory. And you talk like there is no option for servers besides Linux.

    Far too many people are doing exactly this...
    Smaller companies often have old desktops running as their "servers", no raid (or using the crappy bios fakeraid), no backups, no redundancy etc. Lots of cheaper servers are also based on desktop boards, and lots of budget hosting companies use such systems.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  36. 1980's calling by gnalre · · Score: 1

    They want their post back.

    Seriously Linux motherboard compatibility nowadays is a good if not better(more legacy support) than the latest Microsoft OS.

    --
    Choose your allies carefully, it is highly unlikely you will be held accountable for the actions of your enemies
  37. Re:Sucks but... by fuzzyfuzzyfungus · · Score: 1

    If your needs differ substantially from the server or compute markets (as with buying a cheap printer, or having laptop power saving actually work properly) you may indeed be pretty doomed. To the degree that you can overlap with the needs of server/compute on one end and embedded on the other, though, the market share of desktop boards isn't wildly relevant.

    Yes, the SKUs differ; but nobody is going to go out of their way to make their product line more expensive to design and support by adding pointless differences(assorted features enabled or disabled, definitely; but playing NIH between product lines is rather pointless), so it's not clear what desktop Linux has to fear from low market share. If anything, things are far worse in mobile, where the market share is higher; but a substantial percentage of the hardware will do little more than boot a kernel and talk to a TTY somewhere unless you are using an Android BSP and a giant heap of blobs.

  38. Re:Sucks but... by DrXym · · Score: 2
    Oh dear oh dear. Just because someone buys a PC and expects it to work out of the box (the horror), does not make them a "sheep". Are you a "sheep" for buying an assembled car instead of building one from parts?

    Besides that, I bet most Linux users tend to be quite conservative in their hardware choices. They know that new hardware + Linux is a recipe for disaster and it's better to wait and see what works reliably. Some may even only run Linux on older or even hand-me-down hardware which is known to work.

    That might change if Steambox / SteamOS took off and became a viable choice for gamers. Perhaps then the likes of Intel / NVidia / AMD and the board makers may pay more attention to supporting Linux properly from the beginning. But I wouldn't hold my breath.

  39. Never had an issue by Chewbacon · · Score: 1

    Ever. I've used motherboards from Dell, HP, Intel, Gigabyte (which had issues with windows interestingly, piece of shit and I'll never buy again), and Asus.

    --
    Chewbacon
    The Bible is like Wikipedia: written by a bunch of people and verifiable by questionable sources.
  40. Don't rule out ASRock by r1348 · · Score: 2

    My main PC has an ASRock H77 Pro/MVP and I have zero problems with Fedora, all hardware recognized, UEFI works fine, CSM was disabled by default and I never bothered to turn it on, but most distros should work fine with it now.

  41. Re:Sucks but... by Wootery · · Score: 1

    What little free time I have I get to spend with my family, and generally, having a life. Please leave the basement once in a while.

    You missed posting on Slashdot as an AC. Did that one not make you feel superior?

  42. Never had an issue with anything by EmagGeek · · Score: 1

    I've never had an issue running Linux (the kernel) on any motherboard I have every tried.

    Please try to understand that 99% of angry posts on the Internet about how "this shit doesn't work" are really saying "I can't make it work because I don't know how and I'm mad."

  43. Plenty of blame to go around by JDG1980 · · Score: 1

    There's plenty of blame to go around on both sides here.

    The motherboard manufacturers – pretty much all of them – are to blame for developing and shipping really crappy firmware. (Unfortunately, this is pretty much par for the course – 95% of all firmware is crap, no matter what it's for. Modern hardware companies, with a few obvious exceptions like Apple, just don't do software very well at all.)

    The Linux kernel devs are to blame for being stubborn about "standards-compliance" versus the real world. From what I can tell in clicking through a few links, the ACPM feature was working in the past, but the kernel devs then deliberately broke it by changing it to only work if the BIOS advertises it properly. Yes, the standard says that's what is supposed to happen. But we know from experience that manufacturers often don't follow standards. Linux needs to deal with the world as it is, not as the devs wish it would be.

  44. Re:Meh by SuricouRaven · · Score: 2

    The problem is testing: Many manufacturers bodge up enough EFI boot support to load windows and proclaim it done. Then when you try to boot linux you find it doesn't work, because it isn't properly following the EFI spec: It's following the parts of the spec that Windows needs.

  45. Or you could buy a certified box by msobkow · · Score: 1

    Rather than building one from scratch, you could buy a box that's certified to run Linux. Unlike the old days, I find that nowadays you really can't build a box any cheaper than you can buy one from companies like Lenovo or HP, and Lenovo has several boxen that are "Linux ready."

    Personally I think my box-building days are over. I no longer play video games, so all I'm really interested in is a fast CPU and a PCI16 slot for my "silent" (no fans) video card, and audio and networking that are supported by Linux (which is pretty much everything Lenovo sells; I haven't looked into HP -- I don't like their reliability ratings.)

    Regardless, I couldn't come up with pricing any better than about $800 + tax + shipping no matter how I scrounged, and that was only for a Core i5, not a Core i7. It's about another $150 to bump up to an i7, but I don't *need* a quad i7 for what I do. I'd *like* one, but I don't *need* it.

    I think I'd get more of a performance boost out of using my PCI video card to offload the memory access from the CPU channels than I would out of bumping from an i5 to an i7.

    --
    I do not fail; I succeed at finding out what does not work.
  46. UEFI is the topic, not linux. by danknight48 · · Score: 2

    My question: if MSI, Gigabyte, Asus (and by extension Asrock) are out, who's left and are they any good?

    Are you kidding me?
    If its a simple case of you being too lazy to disable UEFI in the bios, dont buy a motherboard with it.

    All the manufactures you listed have boards without UEFI, find them before you buy without knowledge.

    1. Re:UEFI is the topic, not linux. by Blaskowicz · · Score: 1

      UEFI can be a detriment.. in that I failed to get Windows 7 to dual boot/multiboot with linux on an Asrock FM2+ mobo. Windows refused to install at all after some many tries (though I didn't try to destroy and recreate the whole partition table). So the machine ended up linux only.

  47. Re:Sucks but... by sjames · · Score: 1

    That seems backwards. The linux user isn't going to be pestering support to tell them which key is the 'any' key, attempting to hammer a VGA connector into a DVI port.

  48. I have an Asus Z87 board, absolutely no problems whatsoever. I've booted several distros on it and it just works.

    --
    "Malo periculosam, libertatem quam quietam servitutem." -- Jefferson
  49. Re:Sucks but... by Anon-Admin · · Score: 3, Informative

    Ok, Ill feed the troll....

    Niche market share of Linux desktop systems is (using the lowest percentage of 1.68%) is between 24,000,000 and 58,000,000 systems depending on whos numbers you use for the total number of systems. (Not even going into the fact that the % of share is a guess and ranges between 1.68% and 24% depending on who you look at)

    It is estimated that around 90% of those users build there own systems.

    Although the market share is small, the numbers are big and to some companies well worth the investment to try to capture some of that share.

  50. Re:LOL SteamOS by Glock27 · · Score: 1

    Must be some kind of masochism. I really can see no other reason why people insist on getting wiped by MS time and again.

    Right now Sony is eating Microsoft's lunch with PS4 actually.

    I think SteamOS has a good chance of doing well, especially given how close Linux is to MacOS. Mac marketshare is picking up, so hitting both with (more or less) a single port is attractive. Various game engines are also making cross-platform a lot easier.

    Windows has had its heyday, it's definitely on the decline going forward.

    --
    Galileo: "The Earth revolves around the Sun!"
    Score: -1 100% Flamebait
  51. What's the problem? by Ken+Hall · · Score: 1

    I run Linux (Fedora 20) on MSI motherboards almost exclusively. No problems. I just replaced an old MSI mobo with an nVidia/AMD based one, and the only thing I had to change was the MAC address in the network configuration, Linux came up perfectly.

  52. The other way round by Lonewolf666 · · Score: 2

    I like to use ECC even on the desktop, and yes there are ways to do it. At a cost.

    On the Intel side, the CPU is not really the problem. "Small" Xeons like the E3-1225V3 are attractive for their price/performance even if you run them on desktop boards and don't use ECC support. In that setup they are like i7 parts with slightly lower clock speeds.
      For the board though, the choices are limited and you have to shell out an additional 100 Euros or more for a "small server" board, because the typical desktop chipsets don't support ECC.
    Add the extra price for the ECC RAM, maybe 50 Euros difference depending on how much RAM you want, and you end up paying something like 150 Euros extra.

    AMD used to be really nice, with most processors (pre-Llano all desktop parts but Sempron) supporting ECC RAM and some mainboards also supporting it. The mainboard choices for ECC support were a bit limited, cheapskates like Asrock usually did not bother to support ECC RAM. So you might have had to pay 10 Euros more for the board, plus the above 50 Euros extra for the RAM. Made maybe 60 Euros difference to have ECC RAM in your rig.
    Sadly, their APUs don't support ECC. AFAIK the FX line still does, but it is not really attractive compared to recent Intel models.

    --
    C - the footgun of programming languages
  53. Re:Sucks but... by qbast · · Score: 1

    'Any key' and 'wrong port' can be handled by FAQ or Indian guy reading from script - this is cheap. 'Audio does not work on weird distro X' requires immediate jump to at least level 2 support, which is more expensive by orders of magnitude.

  54. Re:zzzzz by mister_playboy · · Score: 1

    Have pulled. Their Z87 board was the end of the line AFAIK. Newegg has no desktop board listed from them as of now.

    --
    Do what thou wilt shall be the whole of the Law ::: Love is the law, love under will
  55. SteamOS compared to OUYA? by tepples · · Score: 1

    I didn't immediately think shill. The previous fourth console (OUYA) appears to have failed to take away any market share from the big three. What makes Steam Machine different?

    1. Re:SteamOS compared to OUYA? by osu-neko · · Score: 1

      I didn't immediately think shill. The previous fourth console (OUYA) appears to have failed to take away any market share from the big three. What makes Steam Machine different?

      Valve/Steam? And are we really comparing a kickstarter project to a powerhouse of the gaming industry? This is a bit like noting a number of minor manufacturers people never heard of failed to gain any marketshare in the early MP3-player market, therefore it was folly to expect Apple to succeed. Of course, Apple had the advantage of pairing their new devices with an online distribution service for content, whereas Valve... oh, wait...

      --
      "Convictions are more dangerous enemies of truth than lies."
  56. No problems here by tiagosousa · · Score: 1

    I recently acquired an Asus Maximus VII Hero (Z97 chipset ofc, paired with a Devil's Canyon) and everything works out of the box with Mint 17. Not sure what you're raging about.

  57. Gonna miss Intel mobos by anavictoriasaavedra · · Score: 1

    So sad to hear Intel is going out of the mobo business. True, some were duds, but overall, my lappy's Intel and my desktop Intel have held out remarkably well over the years (they're both c.2008) and have accepted at least 3 iterations of Windows, 3 different Hackintosh versions and any Ubuntu since 8.10.

  58. Re:Sucks but... by LWATCDR · · Score: 1

    That is just it.
    You are using Z87 based motherboards and the author wants to use z97 and or x99 based motherboards. It will be a little bit of time before those chipsets are fully supported.
    Everybody writes Windows drivers for their own motherboards. You have to wait for the the community to write the drivers for Linux. You other option is to look in the server/workstation space. That market uses a lot of Linux and will tell you if it supported.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  59. Making ACPI not work with Linux .. by lippydude · · Score: 1

    "One thing I find myself wondering about is whether we shouldn't try and make the "ACPI" extensions some how Windows specific.

    It seems unfortunate if we do the work and get our partners to do the work and the result is that Linux works without having to do the work.

    Maybe there is no way to avoid this problem but it does bother me.

    Maybe we could define the APIs so that they work well with NT and not the others even if they are open.

    Or maybe we could patent something related to this
    ." Bill Gates, Jan 1999

  60. Having been building linux boxes for almost 20 yrs by mattmarlowe · · Score: 2

    - Go with a reputable motherboard vendor that will be there for the long haul (Asus, Gigabyte, or Intel)
    - Get a workstation class board marketed specifically for workstations and durability, focus on the lifetime rating for capacitors/electronics and overall heat/thermal management. Ensure the system has nice diagnostics to help troubleshoot when critical components fail. These boards are generally $300-500.
    - Wait for the motherboard to go through a few bios revisions and for the particular model to be added to one of the major distribution hardware compatibility lists (Redhat or Ubuntu).
    - Check the motherboard manual to see if there are any limitations on ECC memory, frequently ECC memory is only supported at lower speeds and reduced sizes - generally go with boards with more comprehensive ECC memory support.
    - When you have the option, choose motherboards with Intel parts for networking/etc and avoid Marvell and other parts from no-name or niche vendors (unless those vendors have a good record of supporting Linux with up-to-date patches to mainline kernel).
    - If you want something commercially off-the-shell already fully built supported long term, you need to buy a workstation system marketed as Linux compatibile from a major vendor (Specific Dell Precision Workstation Models, HP) but the price markups on these will exceed most budgets.

  61. Asrock is the same by voss · · Score: 1

    I have 3 asrock based computers...two of them 970 extreme 3 mobos running Linux Mint debian. Bios upgrade from the bios menu is easy and quick.

  62. Re:Sucks but... by sjames · · Score: 1

    How is the guy in the indian call center going to un-mash the pins?

    What will actually happen is the user will return the board and say it looked like that when he got it.

  63. Re:Meh by BenLutgens · · Score: 1

    >> Linux supports it

    Allegedly. I've never seen it work right.

    --
    "If you love someone, set them free. If they come home, set them on fire." - George Carlin
  64. Re:Sucks but... by jedidiah · · Score: 1

    > Yeah, because there's absolutely no install base of Windows Server out there, and it sure doesn't run entire sectors of the economy worth trillions of dollars.
    >
    > Are you high?

    Entire sectors? Trillions?

    I think that you are the one that's high, or deluded, or just incredibly clueless.

    You need to stop confusing your personal consumer fixation with real work.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  65. Re:Vague article is vague by DrXym · · Score: 1

    Yup I guess I did - not sure how since I posted it in the same window as another post I made which ended up in the correct thread.

  66. Supermicro, but problems are rare. by raymorris · · Score: 1

    You read "a couple" stories of problems. As in TWO, out of millions. Most motherboards will be fine.
    To be sure, a gaming board and a server board have similar requirements- plenty of memory slots, etc. Supermicro makes boards designed for Linux servers, which are frequently used for high-priority workloads.

  67. Re:On new MBs, make sure you use Fedora. by rubycodez · · Score: 1

    bullshit, no reason to be a guinea pig for the Red Shat, trying bleeding edge crap that may or may not make it into RHEL.

    disable that shit and be done with it

  68. Re:Sensationalism? for BIOS updates? by Maxwell · · Score: 1

    If updating your BIOS is the *most* important feature of a motherboard, sorry.

    I've never had a problem with MSI, Gigabyte or Asus . And the one time in a blue moon I had to update a bios, I simply booted off a USB HDD with windows on it.

    Your deciding which car to buy based on how hard it is to adjust the cam shaft timing.

  69. Re:Sucks but... by Lumpy · · Score: 1

    "Are you a "sheep" for buying an assembled car instead of building one from parts?"

    Yes, in the hotrod and car guy world, those people are considered "poseur sheep", any moron can write a check. Real car guys build their cars. It's why corvette owners get zero respect at car shows unless the car is heavily modded and the guy has photos of the process.

    It's the same as harley riders that pay for oil changes, They are not bikers.

    --
    Do not look at laser with remaining good eye.
  70. Re:Sucks but... by Lumpy · · Score: 1

    I can easily hammer a VGA cable into a DVI port...

    http://www.newegg.com/Product/...

    Hammer it alllll day long.

    --
    Do not look at laser with remaining good eye.
  71. Problems from 2011 not really relevant now. by Athanasius · · Score: 1

    Clicking through to the Phoronix link it's from October 2011 and the latest comments from November 2012. Hardly seems relevant when thinking about purchasing currently new hardware.

    My Gigabyte Z97X-UD3H with i7-4790k and GTX 780 Ti is working near perfectly in Linux. The 'near' is because I have to implement a small workaround for an audio bug. From my /etc/modprobe.d/local-alsa.conf:

    # Purpose currently to add 'snoop=0' to snd-hda-intel module options. This works around an issue that causes noisy/static/skipping audio. Something to do with CPU idle states. Apparently fixed by adding the PCI IDs into the driver so it uses a PCH workaround. Patch should be in 3.15-rc8 and later. options snd-hda-intel snoop=0

    1. Re:Problems from 2011 not really relevant now. by Athanasius · · Score: 1

      Oh /. why you so crap at handling a little bit of HTML formatting? Seems I lost a linebreak in multiple attempts to simply use a pre block.

      # Purpose currently to add 'snoop=0' to snd-hda-intel module options. This works around an issue that causes noisy/static/skipping audio. Something to do with CPU idle states. Apparently fixed by adding the PCI IDs into the driver so it uses a PCH workaround. Patch should be in 3.15-rc8 and later. options snd-hda-intel snoop=0

    2. Re:Problems from 2011 not really relevant now. by Athanasius · · Score: 1

      Hmmm, yes, I'll give up on that then, you get the idea "options snd-hda-intel snoop=0" to work around sound issues.

  72. Supermicro by Anonymous Coward · · Score: 1

    They are more focused on the server and workstation markets, so might be a while before they have a ddr4 gaming board. They do certify compatability with a number of linux distros and freebsd (even if they list it as another linux distro). For example: http://www.supermicro.com/support/resources/OS/Z87.cfm

    I've used a number of their boards for servers and workstations, running linux and freebsd for many years. Most recently, I got one for a haswell xeon workstation. Net install with uefi and grub + uefi boot (mostly for kicks) works seamlessly. I've had no problems with the motherboard at all.

  73. Re:Sucks but... by LWATCDR · · Score: 1

    ". So you're not waiting for the community so much as waiting for intel to publish the drivers, and the distros to upgrade to a sufficiently new kernel to include them.'
    Ummm. I think you need to look up the word community sometime.
    Intel and the distros are part of... now get this.... the community.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  74. Re:Meh by houstonbofh · · Score: 1

    Then don't buy the problematic hardware.

    Which is what the guy asking the question is trying to do...

  75. Re:Sucks but... by DrXym · · Score: 1
    And therein the analogy becomes obvious. Find some elitist niche of the car world, or the plane world, or anywhere else where the choice is self assembly or buying something off the shelf and you will find people looking down on you. It's fine for them that they enjoy building their "thing" (whatever it may be) from scratch. It doesn't mean people who choose to buy something ready made with the intent of using it for something are somehow sheep.

    The typical reason that the word "sheep", "sheeple" etc. comes into a conversation is because the person throwing the word around has already decided they are morally and intellectually superior and cannot countenance another point of view.

  76. Don't buy just-released boards by whitroth · · Score: 1

    If you get one that's been out for 3-6 months, and is popular, it's got a really good chance of everything being supported. 9 months, and it's most likely got pretty much full support. If it's from a major manufacturer, and isn't targeted at a specific market, it's likely supported.

    I bought a Gigabyte Series 7 m/b late last year. Back in Jan, my 6-yr-old m/b died, and I rebuilt my system. I run CentOS, same as RHEL, which is *not* "cutting" (or bleeding) edge like fedora, and *everything* was supported. Just watch out for FUD, and try to get some feel whether there's a *lot* of screaming out there about Linux not supporting something, or it's just one or two idiots making a lot of noise that's getting propagated.

                        mark

  77. Unlike Valve, Microsoft counted to three by tepples · · Score: 1

    This is a bit like noting a number of minor manufacturers people never heard of failed to gain any marketshare in the early MP3-player market, therefore it was folly to expect Apple to succeed.

    Except in this analogy, the "number of minor manufacturers" are companies like Fairchild (Channel F), Umtech (VideoBrain), Atari (2600/7800), Philips/Magnavox (Odyssey 2), Mattel (Intellivision), Coleco (ColecoVision/Adam), and NEC (TurboGrafx), and the Apples are Nintendo and Sony. It usually takes three tries for Microsoft to get something right (DOS 3, Windows 3, Surface Pro 3), and video game consoles were no different (Windows CE for Dreamcast, Xbox, Xbox 360). Valve, on the other hand, has shown that it can't even count to three (HL2, HL2 Episode 2, L4D 2, Portal 2).

  78. Gigabyte by zwede · · Score: 1

    I've used Gigabyte MBs exclusively for 15 years and I only run Linux. My latest MB is a Z87 with UEFI. No problems with Linux. Boots to usable desktop in under 10 seconds. No problems booting Linux off a USB stick either. During these 15 years I've never had a Gigabyte MB fail.

  79. Manufacturer declared compatibility by edis · · Score: 1

    Hi. I have opted to get DELL system with Ubuntu recently to be on safe side. Something to consider as well.

    --
    Servant of karma
  80. Re:Sucks but... by rev0lt · · Score: 1

    Smaller companies often have old desktops running as their "servers", no raid (or using the crappy bios fakeraid), no backups, no redundancy etc.

    Smaller companies often have no servers and have everything online, or have a in-house NAS and a bunch of desktops. This isn't the nineties anymore. Some corner shops may still have a couple of desktops doubling as servers (yah, I've seen it), but it is not that common.

    Lots of cheaper servers are also based on desktop boards, and lots of budget hosting companies use such systems.

    Just because they are in a rackmount case, it doesn't make them "servers". And most providers describe in detail the hardware, and will give you explicit option for an entry-level server solution - you get what you choose to pay for. If you're dumb enough to get an i7 "server" with 32GB of RAM for database work, its your problem, not theirs.
    Most desktop gear isn't even designed for a 24/7 operation, let alone having to support the cpu running at full capacity and indefinite amount of time. Desktop gear is not designed, both from a thermal and electrical perspective, for this kind of operation.

  81. Re:Sucks but... by gweihir · · Score: 1

    It depends on how you do it. You seem to be stuck in the big-iron age. Not every job needs one of them these days. Redundancy can take many forms, not only technical ones.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  82. Re:Sucks but... by gweihir · · Score: 1

    Unfortunately, you have you head up you backside. Even a SunOS desktop 25 years ago was fundamentally superior to what MS has these days. True, MS is slowly catching up, but you people are being fed consumer crap and you do not even realize it. Talk about Stockholm Syndrome.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  83. Re:Sucks but... by gweihir · · Score: 1

    Actually, when the technological development is not finished yet, it does very much make you a "sheep".

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  84. Re:Sucks but... by gweihir · · Score: 1

    There are some Windows servers even in finance infrastructure. They universally turn out to be a constant pain, a security nightmare, a performance bottleneck and are always only used to run services for Windows clients that cannot deal with standard interfaces and protocols. Nobody, for example, is migrating from Solaris to Windows. I know of several instances where migrations from Solaris to Linux are planned, to get rid of Oracle.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  85. Re:Sucks but... by rev0lt · · Score: 1

    If no major motherboard manufacturer even cares about niche market then I would ask you to explain all of the boards that are targeted towards multi-GPU setups and overclocking which are both small minority niche markets.

    You say they are small. They aren't. They are the beef of the desktop market - hardcore gamers.

    I beg to differ on this one as well. Just look at what Linux admins or really anyone with Linux skills gets paid compared to Windows admins. Not a single person that I know who really knows tech buys Apple, or Microsoft products (other than Windows for gaming)

    You can differ as much as you want. Competent Linux admins and Windows admins are paid about the same. Less on the linux side for most run-to-the-mill LAMP setups, more on Windows side for enterprise. You pay for competency first, and any above-average sysadmin will be proficient in several systems, not only Linux. But in the end, techies are a minority, way smaller than gamers. And just because you're a sysadmin, it doesn't mean you can distinguish good gear from bad gear. Lots of techies I know do use Linux. And FreeBSD. And DragonFlyBSD. And Windows. A good techie isn't usually a one trick monkey. The sooner you learn it, the faster you'll grow.

    People who know a little more might buy things like ECS or Foxcon motherboards that in my experience are not worth even thinking about as they tend to be less compatible and have lower quality components like capacitors that are being pushed to their limits which causes them to break down much more quickly.

    Actually, Foxconn are usually replicas of Intel desktop silks. When a chipset is released, it is often accompanied with reference schematics that are - basically - a skeleton version of the reference board for that chipset. Foxconn usually mimics it to a point where you can hold both motherboards and they seem to differ only in color. So they usually are as compatible as one can be.
    Regarding "pushing capacitors to the limit", isn't really about that. Its about electrolyte degradation. And this can happen with any major manufacturer, as they don't control every step of the supply chain.
    People that know what they're buying are buying ready-made workstations from Dell or HP or Apple, or building it with Tyan, SuperMicro or similar gear. Coincidentally, both Dell and HP are huge players in the server market, and they use Foxconn factories.

    I actually have used desktop components for servers quite a lot. I do make sure there is redundancy and for a small business they really do not need anything more. Also in my experience good quality desktop components are just as stable and last just as long as server components. Besides who cares if the system lasts for 5 years or 10 years when it should be considered too slow to be useful after 3 years?

    Yah, that shows. You're "that" kind of guy. Let me ask you, assuming you're running eg. databases on those servers, what happens when a bit is flipped on in memory and a write operation commits 0x10FE credit instead of 0xFE? Your redundant system will replicate this and silently propagate the error. Or when a block is misread from a single disk instead of using parity check? Are your clients aware that this can happen? Have you explained it to them?

    I have run many different Windows and Linux servers and have worked for hosting providers that host 1000's of websites and other applications on both and I can say from experience that Windows uses a lot more resources, is much slower and is much less stable than Linux, and in many cases Linux is quicker and easier to get setup and running, although not always quite as straightforward as Windows.

    So, you have Windows and Linux experience on a very narrow field. Good for you. I can actually setup an OpenBSD server way faster than you can install most Linux distros, does it mean its a good replacement for every workload? Not

  86. Too much firmware ? by DrYak · · Score: 1

    That's nothing: Intel "Advanced Management Technology" (AMT), has an embed CPU in the chipset that runs a small webserver (Enabling you to remotely control a few settings) and a VNC server (So you can have remote screen/mouse without needing neither a KVM nor OS collaboration).
    It's a technology available on most enterprise-oriented servers, workstations and desktops. (Makes life of sysadmin easier).

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  87. Hypertransport by DrYak · · Score: 1

    ASROCK did have a period where they were doing some weird stuff. Remember the adaptable CPU slot things that they did for 939/AM2 IIRC but most of that weirdness was for AMD mobos

    Of course, that will be for AMD only. At that time, only AMD did have the memory controller embed in the CPU.
    The CPU itself communicated with a very standard HyperTransport bus with the chipset.

    So you could easily have either:
    - swappable CPU+RAM boards on a HT backbone (common in the server & cluster world)
    - swappable CPU board if they had the same type of memory connection (both 939 and AM2 used 2x DDR2)

    And for the record, Intel started this whole business with the "Slot" form factor on their Pentium 2/3/Celeron (all can connect the same way to 440BX chipset).

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  88. Asus? by sad_ · · Score: 1

    I recently build a new PC, based on an Asus motherboard which has UEFI, but there is no problem what so ever with running linux on it.
    The build-in wifi works, USB3 works, BIOS is updatable with a USB key, ...
    You just need to use a recent distro that has support for UEFI (Ubuntu & SteamOS both worked for me).

    --
    On a long enough timeline, the survival rate for everyone drops to zero.