Microsoft Surface Kernel Arguments/ Kernel Modules

Hi all,

Trying to add kernel arguments to allow certian devices already added to the native linux kernel. Was wondering if I needed to enable arguments during install or if I need to add the modules via sudo swupd search ${module_name}.ko post install. Really just need the keyboard.

Best regards,

G

So far I have added
SurfaceKeyboard=1
SurfaceTouchpad=1
options hid_multitouch=1
i8042.nomux=1
i8042.nopnp=1
pnpacpi=off
acpi_osi=Linux
acpi_osi=!Windows 10
intel_ipts=1
surface_aggregator=1

for your reference