Tool/software:
Hi,
I am using the SK-AM62P-LP board and need to remove some Linux drivers, but I keep encountering errors. I tried the following commands:
root@am62pxx-evm:~# sudo rmmod ecc rmmod
ERROR: Module ecc is in use by: ecdh_generic
root@am62pxx-evm:~# sudo rmmod ecdh_generic rmmod: ERROR
Module ecdh_generic is in use by: bluetooth
root@am62pxx-evm:~# sudo rmmod bluetooth rmmod
ERROR: Module bluetooth is in use
I also tried stopping the Bluetooth daemon:
root@am62pxx-evm:~# sudo systemctl stop bluetoothd
Failed to stop bluetoothd.service: Unit bluetoothd.service not loaded.
How can I fix these errors and successfully remove the drivers?
Regards,
Veerapandiyan V.