Error in uninstalling FEC driver on kernel 5.10
10-08-2023
01:15 AM
568 Views
jerry2004
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Reply
10-08-2023
11:40 PM
547 Views

NXP TechSupport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
