Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

add kernel modules

Status
Not open for further replies.

piti

Technical User
Apr 12, 2001
627
SK
hi is it possible to add forgotten kernel modules to the system by running only
make modules
make modules_install
without making the complete kernel recompile procedure and without rebooting?
 
should i compile only the forgotten ones - to prevent modifying the currently used - or the whole set?
 
well yeah, but what if i recompile e.g. the modules for my ethernet adapters and then with make modules_install overwrite the old and used ones?
 
Let's assume you built the original kernel on Friday and booted with the new kernel and modules (less the modules you needed).

On Saturday you realized that you needed to add another NIC module. YOU HAVE NOT CHANGED ANY HARDWARD.

You use the commands above to add the new modules to the system.

You SHOULD be OK.

Frankly, this is getting a bit silly. I'd just rebuild the whole affair properly and do one more reboot to get things in order.

Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
 
well i would reboot, i just cannot put down the machine until sunday and would like to (have to) move on with setting up something new
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top