Error in uninstalling FEC driver on kernel 5.10

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error in uninstalling FEC driver on kernel 5.10

568 Views
jerry2004
Contributor I
platform   :  I.MX6
kernel:       5.10
We have compiled the FEC driver configuration into a ko module, and everything is normal when loading insmod. However, in the rmmod driver module, the following error will be reported. What is this error (rmmod:ERROR:Module FEC is builtin)and how to solve it? Thank you
jerry2004_0-1696752690057.pngjerry2004_1-1696752726275.pngjerry2004_2-1696752756507.png

 

0 Kudos
Reply
1 Reply

547 Views
Harvey021
NXP TechSupport
NXP TechSupport

Hi @jerry2004 

It seems that the fec is already a builtin kernel driver. what have you modified? 

You can do dmesg to check and zcat /proc/config.gz.  also try to add print in remove of your driver.

 

Best regards

Harvey

0 Kudos
Reply