Edit the /etc/modules file and add the name of the module (without the .ko extension) on its own line.
On boot he kernel will try to load all the modules named in this file.
Month: December 2017
Setting Raspberry Pi Video Mode
Specify the following settings in /boot/config.txt:
hdmi_force_hotplug=1 Tells your Pi an HDMI display is attached.
hdmi_ignore_edid=0xa5000080
hdmi_group=2
hdmi_mode=16 # Forces a resolution of 1024×768 at 60Hz.