Could not load usbserial.ko files

Hi…I loaded debian on Dragonboard410c but i keep getting “could not load modules usbserial.ko”. Is there a way I can load it so I can connect my device.

Which version ? please run the latest release: https://releases.linaro.org/96boards/dragonboard410c/linaro/debian/latest/

You can connect over ssh if your board is connected via WiFi or usb ethernet.

If you want your dragonboard acting has a USB serial device (gadget) you need to load g_serial

modprobe g_serial

Then you can spawn a console to the created serial (/dev/ttyGS0):

agetty ttyGS0

Hi…I am getting following error ::
insmod: ERROR: could not load module /lib/modules/5.4.0-qcomlt-arm64/kernel/drivers/usb/serial/usbserial.ko: No such file or directory

To load dependency
insmod: ERROR: could not load module /lib/modules/5.4.0-qcomlt-arm64/kernel/drivers/net/mii.ko: No such file or directory
Loading module mii

insmod: ERROR: could not load module /lib/modules/5.4.0-qcomlt-arm64/kernel/drivers/net/usb/usbnet.ko: No such file or directory

I am using :
dragonboard-410c-bootloader-emmc-linux-137
boot-linaro-buster-dragonboard-410c-660
linaro-buster-alip-dragonboard-410c-660

Please indicate the command you used