1 Answer

0 votes
by
Yes, This file assigns a kernel module to each network device. For Example :­ [root@localhost ~]# cat /etc/modprobe.conf alias eth0 b44 Here b44 is the kernel module for network device eth0. We can Confirm by following command (This module “b44” is present or not). [root@localhost ~]# lsmod |grep b44 b44 29005 0

Related questions

...