<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d5485853\x26blogName\x3d::%5B+vectorzx+domain+%5D::\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://vectorzx.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttps://vectorzx.blogspot.com/\x26vt\x3d-3294841531155843655', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

::[ vectorzx domain ]::

There's no boring words in hacker's life.
New day = new things. Don't be a lazy fools!

Installing Separate Kernel Modules

Configuring the Modules

You should list the modules you want automatically loaded in one of the relevant files listed below. You can add extra options to the modules too if you want.
  • /etc/modules.autoload.d/kernel-2.4 - Kernel 2.4 only
  • /etc/modules.autoload.d/kernel-2.6 - Kernel 2.6 only
  • /etc/modules.autoload - All Kernels

Therefore, if you have a kernel module that you want to load -- which is common to both 2.4 and 2.6, then place it in /etc/modules.autoload. Otherwise it can be placed in the appropriate file.

To view all available modules, run the following find command. Don't forget to substitute "" with the version of the kernel you just compiled:

# find /lib/modules/kernel-version/ -type f -iname '*.o' -or -iname '*.ko'

For instance, to automatically load the 3c59x.o module, edit the appropriate file and enter the module name in it.

# nano -w /etc/modules.autoload.d/kernel-2.4
This can be also done in a one-liner:
# echo '3c59x' >> /etc/modules.autoload.d/kernel-2.4


Taken from Gentoo Linux Documentation.

Komen: chapter ni penting utk kita load modules masa boot. means tak yah gune coldplug utk detect hardware kita. modules ni mcm driver hardware la bagi pengguna windows.

Mood: >.<

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

» Post a Comment