Ubuntu/etc/modules kernel module files

Source: Internet
Author: User

/etc/modules:

Kernel module files, which are listed in the module will be loaded automatically when the system starts.

/ETC/MODPROBE.D:

Stores directories that prohibit loading or loading kernel module scripts.

The following is the process that I add the NetFilter module to:

echo "1" >/proc/sys/net/ipv4/ip_forward
Vi/etc/rc.local
Add echo "1" >/proc/sys/net/ipv4/ip_forward before exit

Depmod-a && Lsmod

Cat/etc/modules

......

#added by Changfugang
#realtek 725n WiFi
8192cu

Compare the lsmod load and/etc/modules are consistent. Inconsistencies indicate that a kernel module does not exist or that there is a problem loading.

Use the modprobe command to load the module and use the Lsmod command to check that the module is loaded successfully.

Like what:

Modprobe 8192CU

Lsmod |grep 8192CU

Ubuntu/etc/modules kernel module files

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.