Google+ open-source construction: drivers Google+
Showing posts with label drivers. Show all posts
Showing posts with label drivers. Show all posts

Monday, December 19, 2011

Drivers, drivers, Drivers



What I have found in my technology driven life is that Drivers are an on-going issue in any Operating system. A Hardware Driver is a piece of software that is in charge of controlling a piece of Hardware. For example a Wireless network card. Many times this is because the old saying is true that:”People who make good hardware make bad software, and people who make good software make bad hardware”



Windows approach is that for every device there will be a download, that will need to be installed. Usually these drivers come from the Hardware Mfg.(Manufacturer). For example Dell, HP, Asus, Logitech, MS, apple...etc. Windows often over-complicates the process by adding on-line lookup of drivers. Which could slow down the system depending on hardware power. Keeping all of your Hardware up to date to keep your system stable is a holy pain in the rear end. Ever heard of a BSOD? It means Blue Screen Of Death. When Windows has a driver issue is gives a blue screen w/ white writing to say OH efF we have a problem. A while back I was taking the “T”(subway red-line through Cambridge, MA), and I saw a BSOD at the train station.



Microsoft in recent years has made strides to make sure that only Microsoft signed drivers get used on Windows operating systems. The testing process for a driver to pass WHQL(Windows Hardware Quality Labs)certification is quite a slow process.

Linux on the other hand, has backwards engineered most of the drivers needed to run a system right into the tiny little kernel. I would say in the last two years of my running Linux 98% of my drivers worked right out of the box. No need to click anything. No need to search the Internet. No need to pay for driver update programs. No BSOD. USB drives just work. My Clear-wire hot-Spot which took an hour for vista to find the drivers for on-line, instantly works even before chrome web browser finished loading. When I say hardware works within seconds, I mean literally within a few seconds(3-5.)



The only exception to this for me have been: Nvidia, ATI, and broadcom wireless. Usually with Nvidia & ATI graphics drivers(and some bcml) all you have to do is click activate driver in “restricted drivers” , then reboot and all is right in the world. Once have I had to use NDISwrapper to install windows drivers in Linux. That was recently, and I will explain that another time. That was on my friend's Dell laptop.

Tuesday, November 29, 2011

Linux Mint 12 review: pt. 3 (A) 10 things 2 do after fresh install.


I would like to start this post with the first things that I do after a clean install.

1~update video drivers
2~initial update
3~Disable auto-run
4~ set up any necessary User accounts/permissions.
5~change the default Wallpaper.
6~Install DropBox to sync my documents.
7~ modify mouse settings.
8~set nautilus to open folders w/ a single click
9~ set the power/screen settings.
10~ modify my  Firefox && chrome web-browsers to suit my needs.

One of the greatest things about Linux mint, is that you don't have to install your codecs to be able to play your media manually after installation. 

CODEC:  " co der- dec oder" a piece of software that is installed to decode your media files. Fore example MP3.
http://en.wikipedia.org/wiki/Codec 

1)update to the newest stable video drivers since I have an Nvidia graphics accelerator card. Nvidia Geforce 210. Cheapest card I could get that was slim enough to fit, a gigabyte of video memory, and HDMI/VGA/DVI.

Searching for available drivers...
I always choose to activate the recommended driver version.
2) initial update. This takes the longest, but is the most crucial.

Your update time may vary, based on your Connection speed to the Internet. 
If you are really curious  about what files Linux Mint is downloading,
click the Right arrow to open up this dialogue. 


The first window of the update manager.

Taking a peek at where the real work getting done in Linux Mint 12

I hope you enjoy this Blog post, and be sure to check out part B...


Google+