Orin devkit with jetpack6.2 cannot detect its own wifi module

I’ve checked that original devkit image can detect that.And my image is based on orin modules with my own board,not devkit.I modify the extlinux.conf so this image can run on devkit too.So on modules with my own board,wifi works well,but on devkit wifi module cannot be detected.I want to make sure what’s the point?

On my own module it cannot detect wifi module before so I run “apt install iwlwifi-modules”,and it did work.But I run this command on devkit again, it seems didn’t work

Hi,
Please check if the WIFI module needs additional driver. By default the kernel configs may not be enabled. And you would need to manually enable required configs and rebuild kernel.

I try "apt remove iwlwifi-modules"and it did work…… maybe it is problem with cfg80211.ko

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.