Slashdot Mirror


Firms Get Away with Selling Untested DRAM

peppytech75 writes "Melanie Hollands in IT Manager's Journal reports that 'In recent months, some Asian DRAM memory manufacturers have been getting away with selling untested ("UTT") DRAMs. Disturbingly, the practice seems to be getting traction at the lower portion of the module business. This is being done mostly by Taiwanese DRAM makers, who are undercutting the tier-1 guys by selling untested and unmarked parts.' What's the solution here? Or is there an actual solution to what amounts to pirate companies issuing counterfeit parts?" (IT Manager's Journal, like Slashdot, is part of OSTG.)

77 of 344 comments (clear)

  1. If you're stuck with one of these... by Anonymous Coward · · Score: 5, Informative

    Here is the obligitory Memtest86 post. It's a great program, and chances are that you might already have a copy on your Linux install CD depending on the distro. There are even kernel patches that allow you to avoid the bad bits if they are isolated enough.

    1. Re:If you're stuck with one of these... by Anonymous Coward · · Score: 5, Informative

      Although Memtest86 is absolutely great for detecting memory errors, I perfer Memtest86+.

      It's a more updated version of Memtest86 (which was last updated in November!), from the x86-secret team. It'll do the same thing, just that it will identify all the new procs and chipsets better.

      http://www.memtest.org/

      PS: I find if the RAM has any errors, the Modulo-20 test will nail them. Methinks it's test number 11 in Memtest86+.

    2. Re:If you're stuck with one of these... by NetNifty · · Score: 2, Insightful

      Probably just lucky, Windows hitting different areas of memory to RH etc, as I've heard the reverse happen too (RAM failing on Windows but being fine on RH or other distros).

    3. Re:If you're stuck with one of these... by Greyfox · · Score: 2, Insightful
      We used to have the same problem with OS/2 versus Windows back in the OS/2 days and all we could get was speculation out of the developers. I recently had a problem with a (linux) machine at work where it just wouldn't stay up for more than about 4 hours before it locked up. Knowing that this wasn't natural I tested a bunch of stuff and finally ended up downloading memtest86, which quickly diagnosted the bad RAM.

      Perhaps it's just a perception thing -- if Windows had been randomly crashing like that I would have been somewhat more inclined to just write it off as something Windows does. From what the previous user of the machine told me, Windows XP had similar problems on that particular system.

      Linux had a badram patch for a while that would allow you to map and work around bad memory, but I don't know if anyone's been keeping it up to date.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    4. Re:If you're stuck with one of these... by mattyrobinson69 · · Score: 2, Insightful

      i had a dodgy motherboard (the RAM slots were dodgy). Linux installed but was a bit crashy, Windows wouldn't complete the install.

      Its because Windows and Linux tickle the RAM in different ways.

    5. Re:If you're stuck with one of these... by Gr8Apes · · Score: 4, Funny

      Because Windows has this interesting habit of loading crap you don't need into RAM, and swapping stuff you do need out into the pagefile. If the DLL that you don't need is loaded into the memory area that's bad, then nothing bad will ever happen, as that particular piece of code will never be attempted to be read.

      --
      The cesspool just got a check and balance.
    6. Re:If you're stuck with one of these... by zakezuke · · Score: 4, Informative

      I'm curious why Linux has issues with this... I had bad RAM for a while and didn't even know it running windows. It installed, and ran just fine for weeks. Installed Linux, and Redhat wouldn't even finish the install.. suse installed but then crashed at random times... etc.

      Was windows just getting lucky, or what?


      Are you sure it's a RAM issue. I found Redhat, and other distros hard to install when I had my old HP 2x burner. But when I upgraded to my DVD burner, the problems for the most part disappeared. It was as if the drives I was using didn't like the discs I burned, yet windows had no problem what so ever. I could install from my backup discs, never as much as an error making images, the evidence would suggest it made solid discs. To this day it remains a mystery to me, the fact that those discs still had the same problem, but if I copy those files to a HD from the very same discs, no problem.

      Another example, I thought I had a bad batch of ram. Tested bad, random reboots after being on for a while, crashing with CPU / memory intensive tasks. Drive me absolutely batty till I swapped out motherboard and the problems disappeared, and when I put in a lower speed chip in the same board, the problems also disappeared. I can only assume based on this evidence that the board in question didn't like running at 166mhz despite the fact that both are based on the same chipset, save the smaller north bridge heat sync.

      --
      There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
    7. Re:If you're stuck with one of these... by traabil · · Score: 2, Funny

      So, that one goes to 11, too?

    8. Re:If you're stuck with one of these... by zakezuke · · Score: 2, Interesting

      And I know exactly what you mean about the cdrs. I've had lots of problems with cd burners or crap cdrs not being read correctly, so only portions get corrupted on the disc... but they get read perfectly from the burner that actually wrote the disk.

      What I found odd, 100% odd was I could do a checksum after I installed Redhat, or Suse, or Debian for that matter, and nothing was wrong. Only during the install stage was there ever an issue. Fortunately you can install via FTP so it's not an issue.

      --
      There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
    9. Re:If you're stuck with one of these... by gravygraphics · · Score: 5, Informative

      Memtest86 finds really bad ram, not good ram. Without having knowledge of how each chip is internally arranged, access to the chip's test modes and the ability to control the temperature, there is no way to finish testing a modern DRAM in our lifetime.

      Just take for example, the internal layout. If you had a 512M chip and you didn't know which cells were adjacent, you would have to write a single bit and read from every other word. We are talking x cells * y reads (*2 for writes). If you read 8 I/O's in parallel (remember I am talking about a chip, not a module) than we have 512M cells * (512/8)*2 = 7.2*10^16 OR 72 megagiga operations. Assuming you can keep about 200MHz worth of useful read/writes (remember most addresses aren't in the same page)than we are talking something like 11 years... for a single test that doesn't cover refresh, voltage/temperature margining.

      Oh one more thing. Tou are really not sure if when you write a 1, the device stores it as a high charge or a low charge. Without knowing this, you will have to redo that same pattern a BUNCH of times.

      Memtest86 is like a pilot walkaround on a plane. It can spot obvious things, but I sure hope I'm not the first one to fire up that jet engine.

    10. Re:If you're stuck with one of these... by Anonymous Coward · · Score: 2, Interesting

      Isn't it just a kernel boot parameter? Sorry it's not in vanilla trees. Here's a link. It is kept up to date. Why isn't merged in the mainline? http://rick.vanrein.org/linux/badram/

    11. Re:If you're stuck with one of these... by coolgeek · · Score: 2, Funny

      OH MY GOD! Memtest86 has forked...now Linux is doomed to fragmentation.

      just kidding.

      Thanks for the information.

      --

      cat /dev/null >sig
  2. unmarked and untested == pirated? by qwertphobia · · Score: 5, Insightful

    I don't follow this analogy...

    --
    Never ask for directions from a two-headed tourist! -Big Bird
    1. Re:unmarked and untested == pirated? by Anonymous Coward · · Score: 5, Funny

      It would make sense if it was DD ARRRRRRR RAM.

    2. Re:unmarked and untested == pirated? by yknott · · Score: 5, Informative

      If you RTFA, the author was saying that these unmarked and untested DRAM chips can later be marked as if they came from a Tier 1 manufacturer. These chips can then be sold for a premium, yet still less than the Tier 1 price. In that case unmarked and untested = pirated.

    3. Re:unmarked and untested == pirated? by akadruid · · Score: 5, Insightful

      Piracy = buzzword = whatever you want it to mean.

      My neighbour pirated my parking space. That guy pirated my seat on the train. All it means is 'they've got my toys, mummy'.

      In the UK, we have big posters at cinemas which declare 'Piracy funds Terrorism'. Which is beautiful, since its 100% true, and depends completely on people misunderstanding it.

      --
      "Those who cast the votes decide nothing; those who count the votes decide everything." (attrib. Joseph Stalin)
    4. Re:unmarked and untested == pirated? by FidelCatsro · · Score: 4, Insightful
      I was about to say the exact same thing , This is capitalism in action .

      If these chips sell to people under no false pretense about what they are and there is a market for them then what exactly are they doing wrong .
      If they are mislabeling them then yes that is very much illegal , but mostly they make no claim to this , If you want to risk buying these chips then fair enough .
      They are mostly not pirates though and labeling them that because they are undercutting other firms sounds like a dubious marketing ploy.
      The major risk as I see it is a batch of modules gets into a major user (think IBM, H-P, and/or Dell) and fails (probably in Asia). The user goes publicly ballistic over the combination of faulty material and the supplier's inability to control the quality of its material. The press runs with it and the unlucky DRAM supplier's stock gets hammered. Some time afterward, it emerges that all the DRAM suppliers have this risk and then they all go down.
      If this hapens then its the fault of the companys such as IBM ,HP or dell for not testing these products before shipping , i very much doubt that IBM would fail to run a memory test before shipping a server though.

      If as she says they are being sold as tested moduals then this is illegal and the practice can be stoped fairly easily and is no threat to the Semi conductor bussiness .

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    5. Re:unmarked and untested == pirated? by Anonymous Coward · · Score: 2, Interesting
      In the UK, we have big posters at cinemas which declare 'Piracy funds Terrorism'. Which is beautiful, since its 100% true, and depends completely on people misunderstanding it.

      Having made a complaint to ASA about the sensationalist ad they show before the feature, I found out the above statement is based entirely on one case where someone alledged to be associated with the IRA was caught selling pirated cassette tapes at a car boot sale. Nothing to do with movies, and hardly a major source of funding for any currently active terrorist group, but it was enough for the ASA to decide that the claim was not misleading.

    6. Re:unmarked and untested == pirated? by Mysticalfruit · · Score: 4, Interesting

      You should make up some stickers that say "Ignorance funds Tyranny" and modify their signs a bit!

      --
      Yes Francis, the world has gone crazy.
    7. Re:unmarked and untested == pirated? by orasio · · Score: 2, Insightful

      You don't understand, ok.

      Pirated = doesn't fit in my current bussiness model.

      You want your music in MP3?? PIRATE!!
      You like your TIVO?? PIRATE!!!
      You want to sell lower quality products at a lower price?? PIRATE!!

      You see, it's the commerce equivalent to "terrorist". One size fits all.

    8. Re:unmarked and untested == pirated? by Anonymous Coward · · Score: 2, Informative

      Langham Act. Putting someone else's name on something they didn't make ("false designation of origin") IS defined as Piracy. That's why selling fake Oakleys or fake Rolex watches are also called Piracy. It's also forgery, fraud and all that, but since there's not much new under the sun to make illegal, our congresspeople just sit around and spend our money thinking up new ways to make illegal things MORE illegal. After all, how can the police harrass the citezenry if they can't throw 300 charges at someone and hope one of them stick?

      In this case a bunch of losers are printing "tier 1" manufacturer labels on their ram chips, and damaging those manufacturers' reputations as well as financial (guess who gets the returns when those chips, often with a lifetime warranty, end up bad?)

  3. We've been burned by eyegor · · Score: 2, Insightful

    We've been burned several times recently buying lower tier RAM. Out of a lot of 20 pieces, nearly a third was DOA or died horrible with a month of installation (and yes, I know how to install RAM).

    --

    Don't anthropomorphize computers, they don't like it.
  4. For me, great. by Vo0k · · Score: 4, Interesting

    I definitely prefer to go to shop, get the die, plug it in, run a test program for a few hours and have it replaced if I find any errors, than to pay some 80% extra for a sticker saying that some malaysian kid did it for me.

    --
    Anagram("United States of America") == "Dine out, taste a Mac, fries"
    1. Re:For me, great. by FireFury03 · · Score: 4, Insightful

      I definitely prefer to go to shop, get the die, plug it in, run a test program for a few hours and have it replaced if I find any errors, than to pay some 80% extra for a sticker saying that some malaysian kid did it for me.

      Yes, because waiting for my mail order RAM to turn up, finding it's buggered and then having to spend a month trying to convince the supplier to get their finger out doing their slow-as-treacle RMA procedure is such a good use of my time... (Not to mention the very real chanced that the replacement RAM will be just as screwed)

    2. Re:For me, great. by argent · · Score: 2, Funny

      Do you also replace the bad module when you find it?

    3. Re:For me, great. by DataPath · · Score: 2, Informative

      Especially when they're just reshipping returned RAM. That's when you find a new RAM supplier.

      (true story - I worked at a computer store. Not that computer stores aren't guilty of reselling returned defective computer parts as new.)

      --
      Inconceivable!
    4. Re:For me, great. by Lonewolf666 · · Score: 2, Insightful

      Then you still might end up with some marginal RAM that happens to work fine during your test, but fails under slightly less favorable conditions. Like the next hot summer (the performance of digital circuitry degrades with high temperatures).

      When the german C't magazine did a RAM test a few years ago, they worked with a company that specializes in such tests. The used test environment can reportedly (IIRC) simulate borderline conditions and test the module under these. It does also cost a lot more than a PC.

      --
      C - the footgun of programming languages
    5. Re:For me, great. by Anonymous Coward · · Score: 2, Insightful

      If people are savvy enough to build their own systems, they are certainly savvy enough to test the memory themselves, so I see no problem here. Of course the "split" may increase the tested RAM prices a bit (smaller market share), but I don't think it would be a significant rise. Certainly not bigger than introduction of "lifetime warranty" dies besides the standard warranty ones.

      If you save $10, remember the chance of getting the faulty RAM is quite low. You -may- spend more on shipping (if you didn't buy from a local reseller, which would be a wise move in the first place), but the chances are far better that you just won't. Consider this in this way: A gamble where you can -lose- the shipping fee (of, say, $30) in one of, 100 cases, and win $10 discount in the remaining 99 cases. The chances are quite favourable.

    6. Re:For me, great. by Sique · · Score: 2, Informative

      But Germany is another case after all, as is the whole EU: Here every seller of technical equipment has to give a 2 year warranty to every piece of hardware he sells. So if a RAM trader buys those untested RAMs and sells them within EU borders, he has to replace every single RAM that fails within 2 years for free (except he can prove the customer is at fault).
      In fact according to the law he has to give the money for the original RAM back, but he can instead try to 'better afterwards' a.k.a. repair or replace the faulty part if the customer agrees.
      So there are enough specialized labs out there that can perform RAM testing in large numbers, because the RAM traders need them.

      --
      .sig: Sique *sigh*
    7. Re:For me, great. by FireFury03 · · Score: 2, Insightful

      That is only a problem if you insist on using mail-order shops.

      I think the only PC shop aroung here is PC World. Lets see, half a gig of Corsair PC2700 memory is listed at 71.96ukp in PC World. Or I can mail order it from dabs.com for 39.18ukp. And it's not as if I have a lot of choice from PC World - they don't even do 1 gig or 2 gig DIMMs. Tell me again why buying from the local shop is better value than mail ordering?

  5. Why do people buy cheap ram? by flibble-san · · Score: 5, Insightful

    These days I don't reccomend anyone to buy cheap no-name unbranded RAM. Of all the PC hardware problems I've had over the years, about 80% are down to bad faulty generic RAM. I know only use Crucial or Kingston. They check the RAM, I know the RAM I buy is going to be working. RAM is one of the most important parts of any computer system. Is it really worth saving the £3-£5 by getting cheap unbranded RAM? As the saying goes, you get what you paid for.

    --
    My other sig is crap too
    1. Re:Why do people buy cheap ram? by chiph · · Score: 3, Informative

      Same here. I used to buy whatever was cheapest, but after the time that a series of flakey bugs was solved by switching to good quality DRAM, I'll never go back. I probably spent two days troubleshooting it, which at my hourly rate, is many times the amount I "saved" by buying cheap memory.

      Blatant promotion: I've never had a bad stick from Crucial

      Chip H.

    2. Re:Why do people buy cheap ram? by bogado · · Score: 2, Insightful

      No one said they do not exchange or refund you, they are simply stating that they are making the users the tester.

      1. skip the test phase
      2. Let the user complain and exchange faulty item by a wroking one.
      3. profit... :-)

      The falty ram would get to the trash anyway, in this way they are skiping a pricy test phase and given the burden (and anoyance) to the user and who knows the user may even not notice the problem until is too late to return the bad memory... :-P

      --
      []'s Victor Bogado da Silva Lins

      ^[:wq

    3. Re:Why do people buy cheap ram? by vadim_t · · Score: 4, Informative

      I just buy ECC RAM.

      Sure it's more expensive, but it's great. If the computer does something strange I know that I can check /proc/ram or /proc/mc/0, see the statistics and instantly find if the memory is seeing errors or not. Here I do see a corrected error or two sometimes, although very infrequently. But it's indeed very nice to know it's been corrected.

      However, even if it's ECC I still wouldn't like at all knowing that it's not been tested. ECC has limits to the corrections it can make, after all.

    4. Re:Why do people buy cheap ram? by vadim_t · · Score: 3, Informative

      The motherboard supports generating an interrupt when something happens. You can tell it to do that in case of a corrected error, uncorrected error, or never. I think Windows will BSOD when that happens, so I'd just set it to do it on an uncorrectable error. Then it will crash, but at least it will stop things before they mess up something important.

      On Linux you have the ecc-linux(2.4) and bluesmoke(2.6) kernel patches, which will give you a file in /proc you can monitor with detailed statistics about how many errors were corrected. IIRC, without specific support Linux will generate an oops, but continue if the board generates an interrupt. The patches can be told what to do in that case.

      I suppose there must be some software to get all the features on Windows too, but I don't know where to get it.

    5. Re:Why do people buy cheap ram? by zakezuke · · Score: 2, Informative

      Is it really worth saving the £3-£5 by getting cheap unbranded RAM? As the saying goes, you get what you paid for.

      Pardon the US prices
      Crucial CT6464Z40B 512meg pc3200 $60.00 shipped
      Lowest bid 512meg PC3200 $30.00 shipped
      Lowest bid 1024meg pc3200 $65 shipped

      What do you get with the brand name? Lifetime warranty, assurance of compatibility, known reliability. Good resale value, esp with odd chip types no longer made.

      What do you get with the lowest bid? Half the price, might carry a lifetime warranty but then again they are labeled poorly so you have no clue who would even honor it. But who cares it's half the price. Grab bag buying, don't know what it is till you get it, and might not work in your board, but you can also sell it local for what you paid for it.

      I have one system with crucial, one with generic.

      Worth the headache? Depends on whether you can deal mucking about. But hardly a few pound difference, it's a 100% difference.

      --
      There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
    6. Re:Why do people buy cheap ram? by Brain_Recall · · Score: 2, Insightful

      Same here.
      Although, I find that even more problems come from bad power supplies, which can result in failing RAM. For these two components (and more or less the motherboard), buying cheap isn't the way to go. You'll more than likely end up buying them again when they decided to go.

      (Just recently I had a friends power supply start to give 13+V on the 12V rail. It killed an older hard drive, and he's now forced to buy a newer, top quality PS.)

    7. Re:Why do people buy cheap ram? by jandrese · · Score: 4, Informative

      I was surprised at just how far companies like Kingston have to go to honor their lifetime warentee. I worked for SGI a couple of years ago and I was using a old beat up (8 years obsolete and it still performs decently!) Personal Iris 4D/35 when after a power failure it failed to boot complaining about bad memory. So I pull the thing apart and find that it has an enormous board with 16 SIMM-like slots. I pull out the offending module and notice 2 things:

      1. It is obviously some sort of custom memory module unlike any I had ever seen before, and hasn't been manufactured in years and years.
      2. It has a Kingston Memory sticker on the front.

      So, I decide to see just how good the "lifetime warentee" is. Amazingly enough, they send me an RMA label right away and within days I have a brand new memory module and the system is back up and working perfectly! I was truely amazed that they were still willing to honor their agreement (I've had many bad "lifetime" warentees before where the "lifetime" is defined as 1 year or other BS) without complaint or hesitation.

      --

      I read the internet for the articles.
  6. So what else is new? by Mad+Hamster · · Score: 5, Funny

    I've heard of a company in the northwestern US which has gotten away with selling untested operating systems for years.

    - Did I make first post?

    --
    Yandelvayasna grldenwi stravenka
  7. You get what you pay for. by Anonymous Coward · · Score: 4, Insightful

    Quality really seems to be a thing of the past. Cheaper != Better.

  8. Lotsa cheap ram! by imroy · · Score: 3, Informative

    Solution:

    1. Compile a Linux kernel with the BadRAM patch.
    2. Run Memtest86+ to get a list of bad areas.
    3. Profit!... erm, I mean a Linux system with lots of cheap ram!
  9. Really? by TardisX · · Score: 3, Interesting

    Duh. I once received a SIMM where one of the chips was mis-placed on the PCB - the last two legs were actually hanging off the end into space.

    Whenever there is competition there will be cost-cutting. The heavier the competition, the heavier the cost-cutting.

    --

    Command attempted to use minibuffer while in minibuffer
    1. Re:Really? by mattyrobinson69 · · Score: 3, Funny

      i had a friend who put a stick of ram in backwards in his computer (it didn't fit, he just didn't check properly). He turned it on and it started smoking.

      usually i'd trust him with my computer but that was appalling(ly funny).

  10. It seems a lot of companies do this, not just RAM by tquinlan · · Score: 2, Informative

    ...as it seems products are rushed to market without significant testing. Take the Treo 650. They "tested" the device, but later found out (after release) that people who used it in the real world couldn't use the new file system because it didn't store things the same way.

    --
    DBA? Software Engineer? My company is hiring! Click
  11. When enough sellers by Dorsai65 · · Score: 3, Insightful

    lose sales (and their reputations) because of this, the problem will die out.

    --
    --- Asking inconvenient questions for over 30 years...
  12. Freemarket by XorNand · · Score: 4, Insightful
    What's the solution here?
    Huh? The freemarket seems like an ideal solution to me. Why do we need an external solution that entails fining/regulating them? If a company makes inferior product, odds are that they'll lose a large percentage of their customers. They'll be forced to either change their practices or go out of business.
    --
    Entrepreneur : (noun), French for "unemployed"
    1. Re:Freemarket by zerkon · · Score: 2, Interesting

      because granny and grandpa don't know the difference between BrandX ram ($45) and Crucial ($55)

      which do you think they'll pick

    2. Re:Freemarket by Anonymous Coward · · Score: 2, Interesting

      It's no solution if you're the one who bought the bad RAM in the first place! This kind of application of the so-called free market always entails people get conned out of their money in the first place...

      Free market does *not* mean you can pass-off your shit as gold until you are caught.

    3. Re:Freemarket by Brandybuck · · Score: 2, Insightful

      ...therefore a perfect free market is just as utopian...

      Free marketers and libertarians have a saying: "utopia is not an option." Rejecting the free market because it isn't perfect only makes sense if you have a perfect replacement for it. But there is no perfect replacement, especially not meddling dogoodism.

      People don't advocate free markets because they expect utoptia, they advocate free markets because they are *free*. Freedom itself is the goal. Not having some whinyass bureacrat telling me what DRAM chips I can or cannot buy is the goal.

      --
      Don't blame me, I didn't vote for either of them!
  13. Whatever. by cnelzie · · Score: 2, Insightful

    First off, the difference isn't 80%.

    Secondly, how much is your time really worth?

    For me, (and I live within 5 miles of multiple PC stores), buying RAM, taking it home, installing it, finding it to be bad (After running a 45 minute or longer Memtest86) and then returning it to the store would more then cost me more then my average hourly rate at the office.

    I would rather pay the few extra dollars, get home and have an extremely low chance of installing bad RAM into my PC, then have the possibility of spending the whole day driving back and forth to the PC store to eventually find a good working stick of RAM.

    --
    If you ignore the other uses of a tool, does that make the tool less useful, or you less useful?
    1. Re:Whatever. by gowen · · Score: 3, Insightful
      (After running a 45 minute or longer Memtest86
      yeah, but you don't have to sit and watch Memtest you know? Find something else to fill that time : Mow the lawn, tidy the house, hang some wallpaper, have sex, masturbate frantically ... do whatever you'd normally do on a lazy Sunday afternoon, and you'll find you won't have wasted anything like as much RIAA-style "virtual money".
      --
      Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    2. Re:Whatever. by Anonymous Coward · · Score: 2, Funny

      Can't masturbate frantically. The computer is busy running MemTest, no access to porn. Sex is out of question too, no IRC, same reason.

  14. Nothing New. by necrodeep · · Score: 5, Insightful

    The old saying stands true here... You get what you pay for. If you are going to only pay pennies on the dollar for Memory. Well you should expect a high number of failures.

    If your system memory is mission critical, you probably are going to buy top-shelf rather than bargain-basement, aren't you?

  15. Stupid business practice... or not? by n54 · · Score: 2, Insightful

    Unless these companies are specifically targeting anybody willing to do the testing themselves & go through any replacement hassle I don't see what they're aiming at... that nobody will notice?

    How many end users would be remotely interested in doing this stuff? And they say they're going to increase this practise and that others might do the same?

    I would imagine factory testing isn't just to check the chips themselves but also to check up on the manufacturing process itself, how low quality are they aiming at? If they're hell bent on producing worthless trinkets they might as well make glass beads.

    --
    this comment is provided "as is" and without any express or implied legibility or congruity [...]
  16. Analogy for the world by jason.hall · · Score: 4, Insightful

    I believe we're slowly becoming a nation (world?) completely driven by prices at the expense of quality. I continuous hear things like "Why did he buy a Lexus for $50,000 when a new Hyundai is $15,000?" "This CD-R is $.10 each, this one is $.09. Why would anyone buy the $0.10 one?" People don't always get there's more to a product's specs than the price.

    1. Re:Analogy for the world by justforaday · · Score: 2, Funny

      Hah! Shows what you know. I spent a small fortune on a Monster Cable power cord for my desklamp, and let me tell you, I can *hear* the difference...

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    2. Re:Analogy for the world by drinkypoo · · Score: 4, Insightful

      The hyundai might be more reliable, actually. Lexus/Toyota has done some really stupid things. A car that costs $45,000 should not have ball joints that must be replaced with the entire upper suspension arm... where did all that money go, anyway? We're mostly slaves to advertising. Granted many people are free from that kind of bullshit, but most humans are susceptible.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  17. Simple Solution by mrRay720 · · Score: 5, Insightful

    Really, it's easy. If they're selling untested, unmarked parts and this is a problem, just don't buy untested, unmarked parts! Let the market sort itself out. If the market decides that the cost saving here isn't worth it, the demand for slightly cheaper untested parts will surely dry up, and the manufacturers will catch on and stop trying to sell them.

    If there are enough people out there though who DO want the cost saving brought on by buying untested crap - let them! Nobody says you have to buy cheap crap if it's on the shelf. You get what you pay for. You want good quality - pay good money. You want bad quality - pay peanuts.

    Basic Economics, really. And it's not as if the likes of Crucial, Corsair, Kingston etc. are doing it.

    Why is this even an issue? I think it's commonly accepted wisdom EVERYWHERE that going for the lowest bidder will give you cheap rubbish. Computer components are no different.

  18. Not necesarily a problem by Anonymous Coward · · Score: 4, Insightful

    This isn't necessarily a problem. If the yields on the DRAM chips are high enough, then it can make sense to NOT test the individual chips and instead wait to do the testing at the module (DIMM) level. If the chip yields are perhaps 95%, then the chance that a DIMM will be good is 0.95^8, or 66%. That may be high enough to make it worth while to avoid the cost of the chip testing.

    Now, if the chips are not tested AND the DIMMs are not tested, well that's another story...

  19. Comment removed by account_deleted · · Score: 2, Interesting

    Comment removed based on user account deletion

  20. tests shmests by Anonymous Coward · · Score: 2, Interesting

    seems like untested ram would be the perfect compliment to the worthless hd that comes in dells.

  21. We.. by Turn-X+Alphonse · · Score: 2, Interesting

    We live in an era where somepeople consider £30 ($60) CD drives "disposable". The least of our worries is testing something. Because hey to these people whats the difference between 6 months and 12 years? After all it's just "throw away".

    --
    I like muppets.
  22. Yep by jrushton · · Score: 2, Interesting

    But then I pay more for organic food, I build PCs with good quality parts and pay more for an elegant case rather than one that looks like a chav car.... and would prefer a government that plans for the long term.

    Ooooh look at me I'm in the minority.

  23. Big Deal... by jeremy_faller · · Score: 5, Interesting

    The article states that the manufactorers are finding it cheaper to have customers test the RAM, and return it. This has been the case for a number of products for a number of years. Anyone remember Motorola pagers (the POCSAG and FLEX ones)? They sold millions without testing them. It was cheaper for MOT to sell them without testing them, and just accept a number of returns.

    1. Re:Big Deal... by merreborn · · Score: 2, Insightful

      That's only if you don't count the cost of the ensuing loss of consumer confidence.

      Something bad management frequently neglects.

  24. The solution is to test it yourself by gotan · · Score: 4, Informative

    Whenever we buy new RAM, mostly as part of new PCs, we run Memtest86. It's easy to do, it takes a while so do it overnight. There's so much that can go wrong with RAM, even with "good" RAM: it might not work together with the board, the SPD-timings might be off, whatever. Every once in a while we find some RAM that doesn't work for us and return it to the shop. We never had any problems at all to get it exchanged.

    For hardware-sellers it's probably more expensive if they have to factor in a certain return-rate (and the overhead for that) so they will look to it that the RAM they buy is ok. That way market forces will work for the benefits of all of us: untested RAM will, in the end, be more expensive than tested RAM. It's much easier and cheaper to do RAMtesting factoryside than having it returned by millions of customers.

    Of course that doesn't work if you buy your PC in a supermarket, but even for cheap PCs it's better to configure them yourself than buying crap. That way you can specify exactly where to save money and if anything breaks you get it fixed much quicker.

    --
    "By the way if anyone here is in advertising or marketing... kill yourself." -- Bill Hicks
  25. And this is the "solution" to this whole issue by blueZ3 · · Score: 2, Insightful

    The invisible hand will "correct" for this. If places like Frys, BestBuy, etc. buy this untested RAM and get a lot of returns, that costs them money and you can bet that next time around they won't buy from these manufacturers. When that happens enough times, these guys will either start testing RAM or go out of business.

    It's a pain for the consumer (to return bad RAM... I've had to do this often enough that I stopped buying RAM from Frys) but the problem will eventually be solved by "evolution" -- companies selling product that can't compete change or die.

    --
    Interested in a Flash-based MAME front end? Visit mame.danzbb.com
  26. Not quite so by Moraelin · · Score: 2, Insightful

    Just FYI, _all_ "Made By ATI" video cards are actually made by Sapphire. So you're saying... what? That ATI's own preferred manufacturer is not high end enough for you? :)

    Have you actually checked that Sapphire uses worse RAM than ASUS? No offense, but somehow I doubt that.

    Basically there's a helluva lot of difference between actually having a clue, and just being a slave to brand names.

    Sometimes big brand names are actually _worse_ than some of the lower end competitors. (E.g., for the longest time Sony had a tradition of picking the cheapest TFT panels made by others, claiming it has _half_ the latency value that the panel's manufacturer claimed, and selling that shit for twice the price of better products.) In a lot of the big name cases you don't pay extra for quality, you just pay for having the brand name slapped on a piece of shit.

    Sometimes the big name stuff is the exact same stuff that the smaller manufacturers sell. E.g., ATI cards are made by Sapphire. E.g., IBM monitors (or at least a lot of them) are made by BenQ. Yes, the el-cheapo monitor company. Etc.

    So, you know, just buying the most expensive version isn't always the solution. In fact, it's usually a very bad solution.

    --
    A polar bear is a cartesian bear after a coordinate transform.
  27. Crucial has great tech support. by gimpboy · · Score: 3, Interesting

    They sent us ram wich didnt work too well, it was for revision 1 of our motherboard and we had revision 2. I called them up and told them that memtest86 said their ram was bad. They didn't treat me like a moron: reseat the ram, we dont support linux, etc. The guy asked me the model number for my motherboard. He said that there were two different revisions and that the ram sent to me was for the other revision. They overnighted the correct ram and paid for return shipping. I understand things like this happen and they delt with it quickly and effectively. It may be more expensive, but it's worth it to me.

    --
    -- john
  28. Learning the hard way by Tassach · · Score: 2, Insightful
    Todays lesson is that cheap parts are inexpensive because they are crap quality.

    If you want it to work right, buy parts from a tier-1 vendor from a reputable reseller. Buying brand-x crap might be cheaper today, but it's more expensive in the long run as you'll have to replace it sooner, and waste more of your time tracking down wierd errors caused by flakey hardware.

    I hope the lesson wasn't too expensive for you. Next time, shell out a few extra bucks and get Crucial or Kingston RAM.

    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  29. The End User can't properly test DRAM by Detritus · · Score: 3, Interesting
    The end user does not have the equipment, or the device data, to properly test DRAM. You can run memtest86 and find the gross problems, but it will not find the more subtle problems, like sensitivity to timing, temperature and supply voltages.

    The greedy assholes running the PC industry should be shot. They are the ones that said that end-users didn't need parity memory anymore because RAM quality was so good. They say end-users don't need ECC. All along, they've been more concerned about their profit margins than the reliability of their products. They aren't the ones who get stuck with a flakey computer that crashes every day, or silently corrupts the user's data, with no indication of the true cause of the problem. They just pocket the money and pass the costs to the end-user. If untested DRAM floods the market, the problem will just get worse.

    The cost of ECC memory is trivial in comparison to the time and cost involved in dealing with the consequences of flakey memory.

    --
    Mea navis aericumbens anguillis abundat
  30. Memtest is not a memory tester by panurge · · Score: 2, Informative
    An in-board memory test is not the same as a proper memory test using a dedicated test set. The in-board approach will not be able to reproduce the range of voltage levels, speeds and timings of a test set. It may provide the equivalent of an infant-mortality test by exercising the DRAM through the descending leg of its bathtub curve, but it cannot tell you what the allowance for degradation with time and temperature is at your chosen settings.

    Of course, if this is for your games machine or something you upgrade every few months anyway, doesn't matter. But if you think that memory might stick around for a while and get used in a business critical application...well, I wouldn't, that's all.

    And yes, I do buy Crucial memory. Given my dislike of rebuilding things late into the night or being stuck without working hardware, it is extremely cheap insurance.

    --
    Panurge has posted for the last time. Thanks for the positive moderations.
  31. The solution, obviously... by Wakko+Warner · · Score: 2, Informative

    ...is to not buy cheap-ass no-name RAM. Spend the extra 30 bucks and get some damn Crucial or Mushkin, ffs.

    - A.P.

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  32. Re:Scary Stuff! by RzUpAnmsCwrds · · Score: 2, Funny

    No mission-critical application would ever use memory without ECC. You don't have anything to worry about.

  33. Actually That is wrong by goombah99 · · Score: 2, Interesting
    When enough sellers lose sales (and their reputations) because of this, the problem will die out

    Actually that's a fallacy. There's a long established principle in economics that whenever the cost of discernment reaches a critical level the cheap crappy look-alike beats the high quality product. This becomes a run-away situation as the economies of scale kick in as well, making the price differnetial larger and the market flooded with more lousy product increasing the consumers cost of discenrment.

    This of course does not hold for all product, nor all cases since strategic marketing is indeed how one overcomes this and instills the need for quality or features on a consumer.

    By the way, go stick your signature.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  34. Re:Also try Prime95 by gkitty · · Score: 5, Informative
    I agree that memtest86 is useful but not sufficient and that prime95 is much more throrough. Memtest confirms that patterns that have been set hold their state briefly, which is a good test against gross failures (and I have seen these).

    But Prime95 confirms that no bit anywhere in nearly the complete memory space ever spuriously changes. I have seen plenty of memory that passes metest86 that fails prime95.

    Based on my experience, Corsair will replace memory that fails prime95. Mushkin will NOT (despite a "lifetime" warranty); they basically told me that memory can't be expected to be 100% perfect all the time and that prime95 was too strenuous; if it passes memtest86 there will be no replacement. My other modules (from Geil, Samsung, and a few old no-name sticks) have always been perfect. IMO it's unconscionable to sell untested ram given how hard it is to return.

  35. Vendor Identification Through Data Scramble? by Inode+Jones · · Score: 2, Informative

    Are there any products on the market that can identify a DRAM vendor by using the data scramble patterns? Such a tool might be useful to flush out crappy DRAM.

    DRAM is just a bunch of capacitors on a chip. When the chip is powered down for a while, the voltage on the caps leaks towards ground. When the DRAM is powered up, all caps are at ground. Discharge to this state can be accelerated by exposing the die to light.

    Here's where it gets interesting: just because a cap is at ground on the die does not mean that you will read a zero out of the chip. With modern folded bitline architectures, half of the cells will read out as zero, and the other half as one. The pattern of 1/0 forms a definite pattern, called the "data scramble" which is a function of the chip architecture, and which will differ from vendor to vendor. Provided that few cells have been overwritten by the PC bootup, you can recover the scramble pattern and possibly identify the vendor.

    Remember your old Commodore 64? Power it up, cold, and POKE 53265,59. That will slam the video chip into graphics mode. See the pattern? It's not random. That's the data scramble.

    Two DRAM chips having different data scrambles are definitely not the same design. The converse is not true: two DRAM chips having identical data scrambles might be made by the same vendor, but there is a slight chance that two different vendors just happened on the same pattern. I don't know how much variation there is in scramble patterns, but this might be a useful way to trace chips to vendors.

    The more technical explanation for scramble patterns: the sense amplifiers in a DRAM chip are essentially differential. The inputs to the sense amp are two bitlines. Each bitline is connected to a different physical column in the memory array. Between cycles, the bitlines are pre-charged to VDD/2. When a row of DRAM is read, one bitline is connected to the cell capacitor and receives an offset charge while the other bitline is held at the reference. The sense amp then "pulls apart" the bitlines, driving the higher one to VDD and the lower one to ground. Depending on which bitline a zero-charged capacitor is connected to, the sense amp can swing one way or the other. The exact connection depends highly on the cell geometry and fabrication process.

    Past the sense amp, more fun happens. DRAMs are so dense that the signal from the sense amp requires one or two more levels of amplification before being suitable to drive to pins. To diminish crosstalk effects, the data buses are "twisted" like twisted-pair, which creates further address-dependent inversions in the pattern.

    The combination of cell geometry and data bus twist create a vendor-unique pattern. It's unlikely that two vendors with two different designs will happen on the same scramble pattern.