Open Source Desktop Environment : KernelModules

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: OSDE.INFO is produced by "osde8info" :

Kernel Modules

Changing a network card driver on the fly (PC Net 32 -> VMware Net)

Stop network service
# service network stop


Change kernel module
# rmmod pcnet32
# rmmod vmxnet
# depmod -a
# modprobe vmxnet


Restart network service
# service network start



REFERRERS
SysAdmin

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0167 seconds