cambridgehackers / connectal

Connectal is a framework for software-driven hardware development.
MIT License
159 stars 46 forks source link

ERROR: could not insert 'portalmem' #191

Closed manish-pp closed 1 year ago

manish-pp commented 1 year ago

manish@manish:~/Desktop/Connectal/connectal$ sudo modprobe portalmem [sudo] password for manish: modprobe: ERROR: could not insert 'portalmem': Operation not permitted

In the step of installing drivers (Preparation for Kintex and Virtex boards), "sudo modprobe portalmem" command is giving the above error. Please help me resolve the error.

jameyhicks commented 1 year ago

I think if you run dmesg you will find that your kernel has updated since you built portalmem.ko. If so, rebuild the module and you should be able to insmod / modprobe the module.

manish-pp commented 1 year ago

I think if you run dmesg you will find that your kernel has updated since you built portalmem.ko. If so, rebuild the module and you should be able to insmod / modprobe the module.

I disabled the "Secure Boot" in BIOS setting, now I am not getting any error but there is not output also.