0

I want to use V2X on RB5 and i follow this website tutorial. https://unex.com.tw/en/faq-en/som/quickly-som-v2x-som-properly-integrated-linux-host-platform/ Then I find my RB5 doesnt have RNDIS module.

sh-4.4# depmod rndis_host.ko
depmod: ERROR: Bad version passed rndis_host.ko
sh-4.4# modprobe rndis_host.ko
modprobe: FATAL: Module rndis_host.ko not found in directory /lib/modules/4.19.95

Moreover, i go to this file directiondrivers/net/usb/Kconfig:234 │, there dont have usb/Kconfig file

sh-4.4# pwd
/lib/modules/4.19.95/kernel/drivers/net
sh-4.4# ls *
ath

Is any can help me sovlve the problems. Should i reinstall linux system or kernel ? and how to do?

YUKI
  • 29
  • 1
  • As the tutorial mentions it also, make sure that the kernel is compiled with `CONFIG_USB_NET_RNDIS_HOST`. If its value is set to `y`, then there won't be a module generated, but the driver will be built into the kernel, and it should be ready to use without further steps. If its value is set to `m`, then the corresponding module should be generate. – skandigraun Aug 03 '23 at 15:12
  • Do you know where is the location of the Kconfig in RB5, I use the my Ubuntu PC file direction, but i cannot find it. – YUKI Aug 04 '23 at 02:44
  • Sorry, but have no idea what `RB5` or `V2X` are. – skandigraun Aug 04 '23 at 04:44

0 Answers0