Quantcast
Channel: Active questions tagged kernel-modules - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 1184

(Buildroot) How to load modules automatically

$
0
0

I'd like to load some additional modules at boot.

This works fine from the command line:

modprobe -a i2c-devmodprobe -a snd-soc-pcm512xmodprobe -a snd-soc-wm8804

But I want this done at boot. I've tried creating /etc/modules, /etc/modprobe.conf and /etc/modprobe.d/i2c-dev.conf, etc. with the module name in there, but no luck.

I'm using a buildroot-2017-08, which I believes uses kmod, with a BusyBox init.

I can just create an init.d script, but I think there's a specific location that should contain the list of modules to load.


Viewing all articles
Browse latest Browse all 1184

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>