Slashdot Mirror


Dell Colludes With RIAA, Disables Stereo Mix

RCTrucker7 writes with a link to a Maximum PC story, which begins: "Details of Dell's surreptitious collusion with RIAA (Record Industry Association of America) have emerged. Apparently, the computer manufacturer disabled the Stereo Mix/Mono Mix/Wave Out sound recording function on certain notebooks to assuage RIAA. The hardware functionality is being disabled without any prior notice and one blogger has even alleged that he was asked by Dell's customer support staff to [shell] out $99 if he desired the stereo mix option. Gateway and Pac Bell are the other two manufacturers to have bowed to RIAA at the expense of their customers' satisfaction and disabled stereo mix without warning." (There are some workarounds posted in the comments of the linked article.)

60 of 377 comments (clear)

  1. Any...facts in this case? by RightSaidFred99 · · Score: 5, Insightful

    I know it's fun to use hearsay and draw wild conclusions which make a boogeyman out of various unpopular (some rightly so) parties, but is there anything here besides a bunch of conjecture and reporting of anecdote as fact?

    1. Re:Any...facts in this case? by minerat · · Score: 5, Informative

      Nope. If you trace back the trail of links, the link for appeasing the riaa goes to a forum post that only mentions the details of the registry workaround. This was already determined to be hearsay on days ago when the story broke. Congratulations to the /. editors for their diligence.

      --
      ...and you've eaten your pen. simply stunning.
    2. Re:Any...facts in this case? by Trails · · Score: 5, Informative

      Indeed. Techdirt had an article about this two days ago.

    3. Re:Any...facts in this case? by LO0G · · Score: 4, Interesting

      What's really funny is that I bet those machines run Vista.

      And Vista has the Stereo Mix functionality built into the OS!

    4. Re:Any...facts in this case? by Artuir · · Score: 5, Insightful

      Right, which is still mostly conjecture and RIAA bashing. I don't see any evidence they were involved - if someone's got REAL links with REAL data, let's have them! Linking to a Dell page with a workaround for an issue isn't proof of all the wild speculation making the rounds.

    5. Re:Any...facts in this case? by Em+Ellel · · Score: 5, Informative

      From the techdirt link posted above:

      However, there seems to be no evidence whatsoever that the RIAA had any part in this. On the whole, it sounds like someone just made a bad decision in terms of how to configure certain sound cards. If someone can provide any evidence that the RIAA actually had a role in this, we'll post an update, but there's no reason to jump to conclusions without any evidence. That's what the RIAA does.

      Yep, plenty of facts! Can't get more conclusive than that! RIAA is caught red-handed.

      I guess FUD works both ways.

      -Em

      --
      RelevantElephants: A Somatic WebComic...
    6. Re:Any...facts in this case? by Gewalt · · Score: 5, Funny

      New headline then: Slashdot colludes with Trolls, posts flamebait article

      --
      Modding Trolls +1 inciteful since 1999
  2. Next Story: by Deltaspectre · · Score: 5, Funny

    The MPAA has decided that asking large computer manufacturers to disable any Video Out options, so pirates are thwarted.

    --
    My UID is prime... is yours?
    1. Re:Next Story: by edalytical · · Score: 5, Insightful

      Oddly enough the screenshot feature of Mac OS X is disabled when you are playing a DVD. I'd take a screenshot of the error message, but I obviously can't.

      This seems to be the current trend. You can't print bank notes from Photoshop, you can't record audio on your computer, you can't take screenshots. I'm sure this is just scratching the surface of treacherous computing...

      --
      Win a signed Stephen Carpenter ESP Guitar from the Deftones: http://def-tag.com/?r=0008781
    2. Re:Next Story: by ericlondaits · · Score: 4, Informative

      AKAIK the DVD plays in an "overlay" layer... it's not rendered to the player's window like normal windows graphics but it's rather placed on top of it (in a similar fashion to directX, I assume). That would explain why screen captures (which must work at windows UI graphic level) don't capture DVD or divX frames.

      --
      As a Slashdot discussion grows longer, the probability of an analogy involving cars approaches one.
    3. Re:Next Story: by Oronar · · Score: 5, Informative

      You have to turn your hardware acceleration off.

      Right-click
      Properties
      Settings Tab
      Advanced
      Troubleshoot Tab
      Drag slider to the left

      Take you pictures and just slide it back to the right.

      --
      1 4/\/\ 1337
    4. Re:Next Story: by setagllib · · Score: 3, Informative

      Welcome to the dreadful hack that is the Windows graphics overlay system. It allocates a very specific color that will be treated as a video area by the video card, so that it won't overlap windows that should be on top. It's clever, but XVideo in the open source world is much better. As usual.

      --
      Sam ty sig.
    5. Re:Next Story: by LordRPI · · Score: 5, Funny

      In other news, the RIAA is pushing OB/GYNs to disable the hearing component of newborn babies brain's at birth. A special chip will be implanted and used to re-enable hearing at a cost of $99. As an easter egg, this chip will automatically deduct $0.99 from the parent's bank account anytime the baby has a tune stuck in their head.

    6. Re:Next Story: by MBCook · · Score: 4, Informative

      I seriously doubt Photoshop would stop you, but that's just me. It seems a little pointless to have photo-editing software try to do that.

      That said, for years scanners, copiers, and I believe laser prints have been designed to try to detect people copying currency and refuse to print. It may happen in ink jets and other printers too. I believe it is only the high end models though.

      There is also the "invisible" yellow dot tracking that so many printers do today (you can Google it, or I know it's been discussed here years ago).

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    7. Re:Next Story: by Shakrai · · Score: 3, Informative

      I seriously doubt Photoshop would stop you, but that's just me. It seems a little pointless to have photo-editing software try to do that.

      Are you sure about that?

      There is also the "invisible" yellow dot tracking that so many printers do today (you can Google it, or I know it's been discussed here years ago).

      I'm well aware of it. I guess the anonymous "printing press" was just too much for the Government to contemplate leaving around.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    8. Re:Next Story: by Free+the+Cowards · · Score: 5, Interesting

      Actually you can still take screenshots. There are three easy ways. One is to use Grab.app. Another is to use the 'screencapture' command line tool in Terminal. And lastly you can use any third-party screen capture program. Apple half-assedly only disables the standard keyboard shortcuts. This is typical of their compliance with required terms for media playback. For example, the standard DVD player contract also requires making a reasonable effort to disable debuggers. Apple does this by calling ptrace(PT_DENY_ATTACH, 0, 0, 0) during application startup. This causes the application to crash if it's being run in the debugger, and causes any debugger attached to the application later to crash. It's laughably easy to work around, though; just set a breakpoint on the ptrace function, then tell the debugger to return immediately when it's hit. Presto!

      --
      If you mod me Overrated, you are admitting that you have no penis.
    9. Re:Next Story: by great+throwdini · · Score: 3, Insightful

      Oddly enough the screenshot feature of Mac OS X is disabled when you are playing a DVD. I'd take a screenshot of the error message, but I obviously can't.

      This limitation in OS X has been there for a long, long time; it's nothing new. I don't think it's part of any trend. The blocks in place for Grab.app, etc. aren't terribly hard to circumvent, targeting casual users who will give up before querying Google for workarounds. Last time I checked, you don't need anything that doesn't ship with OS X itself to take screencaps of DVD Player.

      Though I do agree that Apple bothering to throw up blocks at all seems a bit odd, if but a half-hearted attempt akin to the CD burning limitations of iTunes. Must be some mildly interesting history behind the original decision there...

    10. Re:Next Story: by CCFreak2K · · Score: 3, Informative

      Yep. Video overlay. This occurs for pretty much any video in any video player that uses overlays. No conspiracy there.

      --
      "Beware of he who would deny you access to information, for in his heart he dreams himself your master."
    11. Re:Next Story: by toddestan · · Score: 3, Informative

      An easier way to do is to take advantage of the fact that Windows XP can only use the hardware to render one video stream at a time*. So:

      1. Start up some video player and have it play any old video file.
      2. Pause this video player (optional).
      3. Start up another video player and have it play the file you want to take screenshots of. Windows will render this video using software.
      4. Capture your screenshots.

      *Some fancy video cards may have drivers to work around this limitation. It also probably won't work in Vista.

    12. Re:Next Story: by Ucklak · · Score: 3, Funny

      It's called Preview, the button left of the [Submit]

      --
      if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
    13. Re:Next Story: by Shakrai · · Score: 3, Insightful

      When that printing press is capable of making near-perfect reproductions of currency, and easily accessible information on how to defeat or mimic many of the security features is found on the Internet, then yes, it is too much to leave around.

      That argument doesn't hold water as a defense of the watermarking technology that I was talking to. My complaint is with the practice of forcing printers to leave a serial number behind that law enforcement can track.

      That "technique" does not survive a rational examination. That watermarking technology might catch the dumbass teenager that tries to pass a photoshopped $20 bill off on one of the drones at Wally World. But it's not going to catch professional counterfeiters. You really think that they are going to buy printers in such a way that can be traced back to them? The last time I checked it wasn't illegal to buy things with cash in this country and even if it were there are all sorts of ways to obtain things through "unofficial" channels (buying people off at Xerox comes to mind).

      Given that, I don't really see how you can defend this practice. It doesn't do much of anything to deter counterfeiting. Yet it makes it that much easier for the Government to trace political communications that it might not agree with. Don't think it's happened before? Think again.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    14. Re:Next Story: by Alioth · · Score: 3, Insightful

      We did? You could change X video resolution with a simple set of keystrokes... in 1993. While it wasn't a particularly user friendly way of changing resolution it could be done and it didn't require a desktop restart.

    15. Re:Next Story: by NetNifty · · Score: 5, Insightful

      In KPDF, go into the Settings Menu / Configure KPDF and untick "Obey DRM Restrictions".

    16. Re:Next Story: by moosesocks · · Score: 3, Informative

      Don't forget Microsoft's Remote Desktop.

      It's very fast. NX might have the advantage on Unix, but RDP is certainly a legitimately good product.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
  3. Why is RIAA asking this? by BabbageTuring · · Score: 5, Interesting

    Is this to prevent home grown artists from recording their own high quality material?

    1. Re:Why is RIAA asking this? by fishbowl · · Score: 5, Insightful

      >Is this to prevent home grown artists from recording their own high quality material?

      As a musician, I would want to challenge this as abridgement of my rights, and I'd want to make a (worth $Billions$) anti-trust case out of it.

      --
      -fb Everything not expressly forbidden is now mandatory.
    2. Re:Why is RIAA asking this? by Lumenary7204 · · Score: 5, Interesting

      Parent modded as "Funny", but you know, the "Independent musician invoking antitrust against the RIAA" thing might just have something going for it.

      Too bad you'd need a huge chunk of capital just to get the legal ball rolling...

    3. Re:Why is RIAA asking this? by Lehk228 · · Score: 3, Interesting

      if you are trying to record anything in high quality using the sterio plugs on your laptop, you are doing it very, very, wrong

      --
      Snowden and Manning are heroes.
    4. Re:Why is RIAA asking this? by TheGratefulNet · · Score: 3, Informative

      correct - any musician wanting decent sound quality will use an spdif (or similar) interface and do the analog/digital conversion outside the computer.

      these days, if you need only 2 channel stereo you can use a usb-audio input device and there are ones that have spdif toslink (opto) inputs. then you front-end that with an a/d converter, maybe a small mixer and you're all set. can be done for $100 or so and you'll get bit-perfect recording. usb-audio (asynch) drivers are driverless! so there's nothing 'they' can disable on you.

      same with usb-audio style spdif out devices. those run in synch mode and they are also driverless (mac, win, linux, bsd, you name it). you can find usb audio dongles that support 2496 samplerates and even DD5.1/DTS via raw mode.

      no one that would be 'serious' would use the analog i/o ports on a notebook for recording.

      BUT that does not let dell off the hook for hobling their own goddamn hardware. no excuse for that kind of behavior. shame on dell. I will remember this stunt for the next time an IT manager type asks me which brand of hardware we should go with.

      vote with your dollars. avoid dell and when asked, TELL them why.

      --

      --
      "It is now safe to switch off your computer."
    5. Re:Why is RIAA asking this? by Kopiok · · Score: 4, Funny

      I've just been using my laptop's built in microphone.

    6. Re:Why is RIAA asking this? by fishbowl · · Score: 5, Insightful

      >It isn't about recording audio input from microphones, it is about making a copy of whats going out to the speakers.

      Don't try to dictate to me how I may, or may not, use my tools, thank you.

      --
      -fb Everything not expressly forbidden is now mandatory.
    7. Re:Why is RIAA asking this? by Wrath0fb0b · · Score: 3, Informative

      Dismissed at the pleading stage for failure to state a claim for which relief can be granted. There is no legal theory on this planet that would make a third party (even a disreputable one like the RIAA) responsible for the Dell's choice to include or exclude some features from a driver. Perhaps you could proceed in a fraud case against Dell IF somewhere they claimed stereo-mix as a feature or, and this is a huge stretch, general merchantability.

      More broadly, I suggest you stop thinking of the legal system is a cure-all for every practice you don't like. The law is not meant to be an all-encompassing tool for redressing every wrong but rather a minimal standard of civilized decency. While I'm no fan of the RIAA, and many of their tactics are indeed illegal (I'll let NYCL flesh those out), this particular odious act is still well within the law.

    8. Re:Why is RIAA asking this? by gnuASM · · Score: 5, Insightful

      What has been disabled is the loopback, which lets you record the music that the computer is playing. Youtube for example.

      Yeah, or even your own LEGALLY COPYRIGHTED drum/beat/synthesizer loops. Or even the audio off your home videos to use for your own LEGAL reuse in your own LEGAL compilation home videos. Or even your own LEGAL automated answering service that may need to record messages. Or any of a plethora of other LEGAL uses.

      As a poster has already stated, do NOT tell me how I should/can or shouldn't/cannot use MY hardware.

  4. packard bell? by damn_registrars · · Score: 4, Funny
    From the summary:

    Gateway and Pac Bell are the other two manufacturers to have bowed to RIAA at the expense of their customers' satisfaction and disabled stereo mix without warning."

    Is that the Packard Bell that so many of us loved to hate? Really, did they even reach the technological prowess of having stereo recording in their systems?

    I really thought their systems pretty well disappeared back in the mid to late 90s, and were buried in a junkyard with rusted-out Yugos somewhere.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
    1. Re:packard bell? by falcon5768 · · Score: 4, Informative

      in the US yes, but in Europe they are still a major player.

      --

      "Slashdot, where telling the truth is overrated but lying is insightful."

    2. Re:packard bell? by germansausage · · Score: 5, Funny

      Just like David Hasselhoff!

  5. This is just another useless annoyance by ShadowWraith · · Score: 5, Insightful

    If this is true, what does the RIAA intend to gain from this? It won't stop or even discourage piracy. People recording streams or radio broadcasts do have easy access to simple tape recorders, and mass distribution pirates will simply use a different machine. All this does is annoy people and put a dent in Dell's sales. What is the point???

  6. A lawsuit waiting to happen? by davidwr · · Score: 4, Interesting

    If Dell advertises "ACME sound chipset ABC123" but doesn't deliver all the features of that chipset, are they guilty of false advertising?

    Just asking.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  7. Sometimes... by nexuspal · · Score: 5, Insightful

    I wish Slashdot had a mechanism to mod news stories into oblivion... Especially ones like this, with no real facts, and no basis in reality...

    --
    I've read Slashdot for the last 5 years, and now I start posting... Go figure :-P
  8. Re:What does Dell stand to gain? by Koiu+Lpoi · · Score: 4, Informative

    As it turns out, the editors are basing this on complete hearsay. Nobody knows if the RIAA were even involved in this.

  9. Re:Use? by allanw · · Score: 4, Informative

    Sorry to reply to myself, but I forgot to add that Dell is not the only one that distributes drivers that disable stereo mix. Lenovo has these problems too:

    http://forums.lenovo.com/lnv/board/message?board.id=Special_Interest_General&thread.id=316&view=by_date_ascending&page=1

    It's quite a popular thread, and Lenovo reps have posted too.

  10. Because they are probably not.... by Em+Ellel · · Score: 4, Insightful

    Is this to prevent home grown artists from recording their own high quality material?

    Basically we are talking about Dell screwing up one driver to which people are ascribing various conspiracy theories. If you are actually read any of the blogs they are all just speculating and pointing to each other. Some of the more serious blogs outright say it is just random speculation, but that does not stop them from spreading the FUD. Something tells me if Dell made some secret deal, this would affect ALL of their computers, not just ones based on specific chipset. They wouldn't be selling alternative audiocards, and they would not be posting workarounds all over the place.I think that old variation of Occam's razor applies - "don't attribute to malice what can easily be explained by stupidity." Its not the first driver Dell screwed up - its not going to be the last. This one just happened to somewhat fit into a conspiracy theory.

    -Em

    --
    RelevantElephants: A Somatic WebComic...
  11. Really? Is this a big huge problem? by Runefox · · Score: 3, Interesting

    Just use the non-Dell drivers. If it's a Sigmatel, download a Sigmatel driver from somewhere else for the same chipset. Use Everest or something to report what chipset it actually is, and just go get someone else's driver. I've dived through the .INF files for some of these, and this kind of thing is something you can enable/disable directly within there, if you were so inclined and knew where to look (and had the time and patience to change it in about six different places in the same file). It's actually pretty easy to figure out if you're used to looking at config files, even if it really is a different beast.

    --
    Screw the rules, I have green hair!
  12. Re:Use? by Wildclaw · · Score: 4, Insightful

    The only use I see is for a program like FRAPS, which records your screen and sound.

    Exactly, and I for one am a person that uses that functionality to record stuff legally (voiced go lessons on the Kiseido Go Server to be exact). Heck, it is impossible to do it illegally as it falls under the same category as recording videos. Why should I be restricted from using my own computer as I wish.

    What I am really afraid of however is how these people are colluding by using a mix of cryptography and laws to prevent "unauthorized" equipment from being able to interface with the system. Right now I can always get another more free piece of equipment, but what about in 10-15 years when you can't run the software on anything but authorized hardware, and trying to bypass that is a federal offense.

    The above may be a nightmare to me, but for some rich people it is an utopian vision. I mean it when I say that I am afraid. Afraid because people tolerate minor restrictions being added all the time with just minor protests. It will become worse much worse and by the time people wake up it will be too late...again. Have you heard some of the people behind this. They are not acting as individuals but instead as lunatic powerhungry agents for powerful immoral organisations.

    And I used immoral instead of amoral deliberatly. Earning money is an amoral stance, but the idea of earning money above anything else is simply immoral.

  13. Re:Use? by LO0G · · Score: 5, Informative

    What's also funny is that typically the Stereo Mix functionality is implemented post-DAC. So when you're recording from stereo mix, the signal goes:

    Output->DAC->ADC->Stereo Mix

    So modulo electrical noise on the microphone and headphone jack, you get essentially the same result you'd get as if you went:

    Output->DAC->Headphone Jack-> $6.00 Cable->Line In Jack->ADC->Line In

  14. I just wanted to say... by DrWinston0Boogie · · Score: 5, Informative

    ... that I encountered this issue just yesterday for the first time on a new Dell laptop (with SigmaTel sound) when I needed to record from the stereo mix -- for lawful uses, mind you.

    I did some googling of my own and found other users who located a Dell driver (R171789) for XP that can be installed in Vista using the XP-SP2 compatibility mode option. I found this driver, installed it as prescribed, went into Vista's Recording Devices, told it to show and enable all disabled devices, and boom, there was my stereo mix. So far I have been recording without any issues.

    So yeah, without question it sucks that I even had to go through that, but it took me 10 minutes of research and even less than that to enable and configure.

    I hope this helps somebody.

  15. They caught me! by cerelib · · Score: 4, Interesting

    This looks like they are going after people like me. I don't like buying CDs because the markup is absurd and I don't feel like contributing to that industry. When I like an artist, I will typically checkout things like their MySpace( or PureVolume if that is still going ) and listen to their songs. If I wanted to load that on to my computer or portable player, I simply fired up Audacity, selected the Mix as a source and recorded it as it played. Yes, I know that this will produce the lowest fidelity recording short of recording over a phone line, but for most of these songs I simply don't care. It is clear enough for my casual listening enjoyment.

    Here is the kicker though; if I couldn't do that, I still would not buy the CD. On the contrary, being able to sample music like this brings me closer to caving in and buying a CD( but I typically only buy used CDs because I am more willing to pay the discounted, still marked up price when I know the profit goes to the small business, so suck on that secondary market RIAA ).

  16. Re:Use? by billcopc · · Score: 5, Interesting

    Yep it's ridiculous but true. For all you disbelievers, try recording "silence" on your Stereo Mix. Not so silent now, is it ?

    I actually hadn't used this feature in ages, but I did a few weeks ago to rip a friend's tune on some lame-ass artist site... the MP3 download was "disabled" and the guy wasn't answering his phone, so I just recorded the streamed output from my onboard sound. Hello noise! I was seeing -48db peaks, maybe -58db average; it's almost inaudible but still not what I expected.

    So just to be sure it wasn't the actual source file that was noisy, I did the same thing via my old M-Audio Audiophile 2496, using its "Monitor Mixer", and that one was perfectly clean. I would expect any card with an Envy24 chip to perform the same, as it does this virtual mixing at the digital stage, right on the chip.

    There used to be a nice "virtual audio cable" freeware, but Google only turns up some $30 whoreware offering that's clogging up the index.

    --
    -Billco, Fnarg.com
  17. Re:Firehose by fyoder · · Score: 4, Insightful

    I submitted a story that didn't make it beyond blue in the firehose, but which was selected for one of the subsections. I submitted another which made to red, and it wasn't selected.

    Firehose popularity may be something editors consider, but it is by no means the deciding factor. This story is on the front page because an editor thought it ought to be there.

    --
    Loose lips lose spit.
  18. Lenovo ThinkPads also have a disabled waveout by Hollinger · · Score: 4, Interesting

    I just got a new T61p through the upgrade program at work, and spent literally hours a few nights ago trying to figure out how to re-enable this function.

    I use it for one reason only: I call into telecons from our VOIP client, and record them so I can post them online internally as MP3s (along with meeting minutes) for those that miss the discussion. I dial in from my phone, dial in again from the laptop, hit record in Audacity, and have the whole thing recorded and done.

    I'm really quite annoyed because this simple function won't prevent pirates from pirating audio. Clever folks will always figure out a workaround.

    And yep, I'm an IBMer. I work in Power Systems development (Power 575, 595, etc., NOT at Lenovo). There's even one or two random posts on our intranet message boards mentioning that folks couldn't get this to work on the latest systems, but no one's posted a solution.

    This is a common problem on Analog Devices SoundMax Digital HD audio chips. I was able to modify the INF file for the SoundMax driver to give me the GUI option to record the audio, but when I select that device, it records nothing, so obviously something else isn't quite correct.

    At least I'm not the only one with these problems. Hopefully if enough people make a fuss, AD will re-enable this function.
    ~ Mike

  19. Re:Use? by TheGratefulNet · · Score: 5, Interesting

    this MAY be only for the 'junk' cards like creative.

    yes, you heard me. creative resamples (!) to 48k. always. even if the input is ALREADY at 48k!

    historically, they have been evil like this.

    and so, its not surprising that you get resampled junk when you put silence on the input.

    also, while I'm on the subject, 'dolby digital LIVE' is also junk. it tried to convert regular stereo to '5.1' but it does some analog conversions (I'm pretty sure) where you should have an all digital chain. the fidelity is NOT there, its NOT good and should be avoided. if you have 2 channel audio, just LEAVE it as 2 channel and don't get caught in this marketing LIE about upsampling to 5.1 channel mode. you gain nothing good from that and the DD live chipsets are junk.

    good ones: cmedia (cmi) 8738 series. better one: envy24 chipset. those do NOT resample and are bit-perfect.

    --

    --
    "It is now safe to switch off your computer."
  20. Re:Use? by Spacejock · · Score: 4, Informative

    This is the one I use:

    http://www.fridgesoft.de/downloads.php

    "UPDATE: HarddiskOgg is now Open Source, the source code is available on SourceForge."

    It says it's not for streaming audio, but it worked on the radio interview I mentioned above.

  21. Re:Use? by x2A · · Score: 3, Informative

    Unbeliever here, so just tried it. Perfect digital silence. [Relatively] old dell laptop (D505) with SigmaTel C-Major low end sound card.

    --
    The revolution will not be televised... but it will have a page on Wikipedia
  22. Re:What editors? by Thanshin · · Score: 5, Funny

    I'm eight and have ADD, you insensitive.. LOOK! A BUNNY!

  23. Wouldn't work by Moraelin · · Score: 4, Funny

    Nah, that would make Slashdot outright unusable. I mean, half the headlines would be identical then. Can you imagine trying to find anything? ;)

    --
    A polar bear is a cartesian bear after a coordinate transform.
  24. Allegedly...? by tanveer1979 · · Score: 4, Insightful
    The Ariticle:
    Dell Allegedly Colludes with RIAA, Stereo Mix Disabled without Forewarning

    Slashdot:
    Dell Colludes With RIAA, Disables Stereo Mix

    --
    My Aurora : http://www.youtube.com/watch?v=o91ZsGwJYyg
    FB : https://www.facebook.com/TanveersPhotography
  25. Collusion is such a weighted word by Zorque · · Score: 3, Insightful

    n. A secret agreement between two or more parties for a fraudulent, illegal, or deceitful purpose.

    That doesn't really sound like what's going on here. Maybe Dell relinquished a little more choice in the matter than they should have, but Michael Dell isn't sitting behind a curtain wringing his hands over this one. Try "cooperates", it's much less FUD-filled.

  26. Dell E310 with SigmaTel Audio by Secret+Agent+Man · · Score: 3, Informative

    Said options were disabled on my computer too. When I finally required its use, I got around to fixing it by going to SigmaTel's web site and acquiring updated drivers. The 'Stereo Mix' option then appeared and worked without issues.

  27. Grumpy bullshit by swordgeek · · Score: 4, Informative

    OK, here is ALL of the evidence that the RIAA has been strongarming Dell into this behaviour:

    (from http://www.eggheadcafe.com/software/aspnet/32286847/vista-audio-solution--wh.aspx)

    "Many of you may have been as frustrated as myself by Micrsoft bowing to the RIAA
    and pressuring the soundcard manufacturers to remove the "What You Hear" feature
    from their drivers."

    Oh, yeah, and there's the other article which points to it, on http://www.ripten.com/2008/07/07/bend-over-dude-youre-getting-a-dell/:

    "Some believe that Dell, and several other computer manufacturers such as Gateway and Pac Bell, were pressured by the RIAA (Record Industry Association of America) into disabling the stereo mix functionality." ...

    "So that we are all clear, the evidence points to Dell appeasing the RIAA by disabling hardware, only to have their customer service reps turn around and offer a solution to their consumers that reverses the alteration they made in the first place at a premium price."

    Yep, that's it. One guy claimed it with absolutely no evidence, and so it's apparently true. Another guy wilfully misinterpreted some random tech support guy's suggestion, and now we have a collusion between Dell and the RIAA. Wow, this is investigative reporting at its finest!

    My Dell laptop at work didn't have a way of turning off the damned 'tap to click' feature of the touchpad. I spent ages looking for a downloadable driver to make that feature work. Based on the rules of logic illustrated above, this is clearly a sign of collusion between Dell and Logitech.

    Honestly, aren't there enough examples of corporate bullshit that we don't have to invent false ones?

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  28. Re:Use? by sm62704 · · Score: 3, Informative

    How many people even use stereo mix? You record what's playing through your speakers. Any decent sound editing program is going to have some kind of mixer that will combine your recording with whatever you were playing along with.

    My friend has a Dell, and for some reason you can't burn CDs with EAC on it. What we wind up doing when we're putting our LPs on CD is burn the .wav to CD as a data CD, then I take it home and burn it as a music CD. Oddly, his Dell will let you copy music CDs with no problem. So ironically, "fair use" is disabled while copyright infringement is not.

    And unless by "speakers" you mean your guitar amp, if you are recording your speakers with a microphone you're doing it wrong. See an article I posted on K5 a few years ago, How to rip from vinyl or tape.

    Dell is not the only one that distributes drivers that disable stereo mix. Lenovo has these problems too

    So if Ford Crown Victorias explode when hit in the rear, it's OK for Chevy to make exploding cars? Your logic is quite faulty there.

    --
    mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest