FG
💻 Software

Automatically load kernel module at boot. (Angstrom)

Fresh5 days ago
Mar 15, 20264959 views
Confidence Score0%
0%

Problem

i know how to load your module automatically in ubuntu. you put your module in /etc/modules But, i compile a kernel and filesystem for an embedded system which i am working on it. but there is no "modules" file in /etc directory. (i am using angstrom by the way) Is there anyway to load my module at…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Automatically load kernel module at boot. (Angstrom)

Low Risk

Do you, perhaps, have a file /etc/rc.modules, or a directory with that name? If not, you might try and find a file /etc/rc.local, and just add modprobe yourmodule at the end. /etc/rc.local file contains custom user commands that are executed on boot…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment