Originally posted by: Cl1ckm3
nice way to overlook the truth and provide no real answers.
i installed xp and found drivers by searching google, clicking download and presto. some were found by right clicking on device and clicking update.
funny though, i spent maybe a total of 10 hours with linux and never figured out the part of installing drivers. granted i didnt spend the whole time trying to learn just that of course, but the fact remains after 10 hrs or more of use i never had them. i remember the nvidia instructions for video drivers was very confusing to me. but i'm not an uber tech guru, i try to have time to live a life instead of learning how to do every little thing.
		
		
	 
I sympathize with your position, as I once held the same, but I still think you're a little too dismissive of Linux.  Here's a quote from a somewhat well-known web page, which I think is relevant here:
And Windows users who try to use their existing skills and habits generally also find themselves having many issues. In fact, Windows "Power Users" frequently have more problems with Linux than people with little or no computer experience, for this very reason. Typically, the most vehement "Linux is not ready for the desktop yet" arguments come from ingrained Windows users who reason that if they couldn't make the switch, a less-experienced user has no chance. But this is the exact opposite of the truth.
This is quite profound.  In fact, it's a major problem not just for Linux, but also Windows and Mac OS.  Mac users who try Windows are upset that certain things don't work the same way.  Windows users who try Macs are just as frustrated when Mac OS is too different from Windows.  And, as we all know, when we're accustomed to a certain way of doing things, different almost always means worse.
The thing is, though, different is *not* always worse.  You just need to take the time to overcome the initial learning curve that comes along with a new operating system platform.  If you don't have both the time and the patience to do that, then Linux probably isn't for you.  However, if you think migrating to Linux can offer you some real benefits over sticking with Windows (and it usually can), it may be something to consider.
One of the major gripes with Linux is driver support.  It is true that Linux is more picky about hardware than is Windows.  I can't run Ubuntu on my main rig, for example, because it lacks full support for my Audigy LS.  However, this tends to be less of an issue the newer your system.
If a driver is proprietary, then Ubuntu won't install it by default.  However, it will identify the hardware and offer to install the proprietary drivers if you give the OK.  You can do this by going to System > Administration > Restricted Drivers Manager.  In my experience, if Ubuntu doesn't install the driver automatically, and you can't install it manually from Restricted Drivers Manager, then Linux probably doesn't support that particular piece of hardware.  Even so, it's a good idea to ask around (e.g. at ubuntuforums.org) before you give up.
And of course lack of hardware support is a perfectly understandable reason to reject Linux.  In fact, that's precisely the reason I never used it on my main rig.  It wasn't until I built a second PC for my bedroom that I permanently installed Ubuntu.  It took me a few weeks to get the hang of it, but now that I have I enjoy it immensely!
Another big complaint about Linux is the lack of point-and-click installation of software.  In Windows, you browse individual web sites to find *.exe or *.msi files, and then go through a little installation wizard where you're asked a few questions.  Ubuntu works completely differently.  Nothing exists for Linux even close to an *.exe/msi file.  Confusingly, web sites often imply otherwise.  For example, to install Audacity in Windows you go to the 
Audacity download page and follow the appropriate links.  However, there is also a link for Linux users.  This implies that to install Audacity, you go to the same download page and follow the links, just like you would in Windows.  That is not at all how it works, though.  Instead, you install Audacity from within Ubuntu, without ever opening a web browser.  Just go to System > Administration > Synaptic Package Manager.  If that sounds strange, consider that it's exactly the same way you install 99% of the software for Ubuntu.  No web browsing is required.*
I was a little bit skeptical of Synaptic Package Manager the first time I used it.  From my perspective, I thought that the idea of a single list of programs would mean less software support.  That is, if a program could work on Ubuntu, I should be able to install it without an "official," as it were, stamp of approval by SPM.  In principle, this seems like a valid concern, but I quickly found that in practice it's not a hindrance at all.  I rarely want to install a program not supported by SPM, and when I do, it's a simple matter of figuring out the command-line jargon to type in terminal.  Usually it's something simple like "sudo apt-get install audacity".
*- You still need an open internet connection, though.