Brady
Rookie

Which is the best Linux for a beginner?


I have used windows till now but for my college I would have to learn to use Linux operating system. So would be installing it on my computer soon. But I am not sure of which one should I install. I am looking for some beginner stiff I mean it should not be like highly technical cause it will be pretty hard to learn that way. So ease of use is my main motive. I was thinking about Ubuntu. What do you guys suggest me? And what are good sites on linux usage?
8 months ago
Respond to this discussion
Pierre Caberara | Oct 13 2011

All that you are required to do is that you need to input the Name of the driver, its id table Pointer to the table of device, ID’s the driver that is interested in. Most drivers would export this table using a software running program known as the MODULE_DEVICE_TABLE.. Set to the NULL to call probe function that is for every PCI device known to be the system. Probe Pointer to a probing function. Remove Pointer to the function which is used to get called when ever a device that is being handled by the driver & is removed. This function usually always gets called from the process context, so that, it can sleep. save_state, Save the device’s state before it is suspend. Put the device into the low power state. Now, resume it onn.. Wake device from the low power state and enable_wake… now, Enable device that can generate wake events from a low power state. Please mark the initialization and cleanup functions where appropriate. That will finally happen to generate the functions name or NULL if the devexit function will be discarded.… this was just a short procedure.. you need to surf google and visit linuxQuestions to get the i9nformation in detail. thank you..

© 2012, Instamedia. Some rights reserved. Powered by Instapress and Instacheckin.