crawfishos icon indicating copy to clipboard operation
crawfishos copied to clipboard

loadable modules proof-of-concept

Open kapouer opened this issue 3 years ago • 2 comments

Hi i just tried to install loadable modules in the debian package. It's simple and it works. Next step i'll try if alsa soc and wifi can be loaded instead of builtin.

kapouer avatar Apr 22 '21 23:04 kapouer

Fails to build:

dh_install: warning: Cannot find (any matches for) "lib/modules" (tried in ., debian/tmp)

dh_install: warning: prawnos-linux-image-armhf missing files: lib/modules
dh_install: error: missing files, aborting
make[3]: *** [debian/rules:3: binary] Error 25
make[3]: Leaving directory '/build/prawnos-linux-image-armhf-5.9.12-1'
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2

austin987 avatar Apr 25 '21 06:04 austin987

Oh sure you need to actually set some kernel flags to <M> in kernel config :)

kapouer avatar Apr 25 '21 10:04 kapouer