i’m interested in understanding the status of this kernel module.
i’m on 4.4.154-90-rockchip-ga14f6502e045. when i do “lsmod”, i get surprisingly few results:
Module Size Used by
ip_tables 24576 0
x_tables 32768 1 ip_tables
autofs4 40960 3
when i go to search for available kernel modules (find /lib/modules/$(uname -r) -name .ko), i don’t see many of the expected results, for example snd-usb-audio, despite the fact that USB audio appears to work… in fact, the entire kernel/sound/ directory appears to be missing from /lib/modules
where are all the modules associated with sound/alsa?