More kernel modules

The available kernel modules are somewhat limited. I tried to connect a USB sound device and discovered that there are no modules for it. Would it be possible to enable some more modules in the latest 4.19 image?

I tried to build my own image, but ran into multiple problems with the build process.

What’s your problem? You can post here.

The first problem was that packages/u-boot-mainline/fip/VIM2/acs_tool.pyc needs to be called by python in packages/u-boot-mainline/package.mk instead of trying to directly run it.

After fixing that, the next problem was:

Info: Installing base system - Stage 2/2
chroot: failed to run command ‘/bin/bash’: Exec format error

I haven’t gone any farther than that. I should probably mention that I’m running this in a docker container on a Fedora system.

OK. Your host system is Fedora. I haven’t tested yet, just tested on Ubuntu/Debian. And you can refer to this issue