简体   繁体   English

尝试在 Ubuntu 1804 上安装 PCAN 驱动程序时出现 Modprobe 错误

[英]Modprobe error while trying to install PCAN driver on Ubuntu 1804

The error looks as follows.错误如下所示。

modprobe: ERROR: could not insert 'pcan': Operation not permitted
modprobe: ERROR: ../libkmod/libkmod-module.c:979 command_do() Error running install command for pcan
modprobe: ERROR: could not insert 'pcan': Operation not permitted

Most probably you are in secure boot enabled.很可能您已启用安全启动。 You can confirm this by:您可以通过以下方式确认:

sudo apt-get install mokutil
mokutil --sb-state

If this gives you SecureBoot enabled , then get into the BIOS and disable secure boot of EFI mode.如果这使您SecureBoot enabled ,则进入 BIOS 并禁用 EFI 模式的安全启动。

I solved it by just recompiling peak can and reinstall我通过重新编译 peak can 并重新安装来解决它

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 modprobe: FATAL: Module industrialio-sw-device not found in directory /lib/modules/5.15.56-v8+ 尝试在 RPI 上修改模块时出错 - modprobe: FATAL: Module industrialio-sw-device not found in directory /lib/modules/5.15.56-v8+ error while trying to modprobe a module on RPI 尝试在Ubuntu中进行安装Gtkaml(和libval​​a-0.16)时发生奇怪的错误 - Strange error while trying to make install Gtkaml (and libvala-0.16) in Ubuntu 任何人都可以说如何在 ubuntu14.04 中安装 slack 并且尝试这是错误的 - can any one say how to install the slack in ubuntu14.04 and while trying this was the error Ubuntu 20.04.2 PHP 安装 pecl 时出错 - Ubuntu 20.04.2 PHP Error while pecl install 尝试在Ubuntu 16.04上安装ruby gems时权限被拒绝 - Permission Denied while trying to install ruby gems on ubuntu 16.04 ImportError:尝试在ubuntu上安装arosics时,无法导入名称util - ImportError: cannot import name util, while trying to install arosics on ubuntu 尝试安装“pymongo”库时出错 - Error while trying to install 'pymongo' libary “尝试在Ubuntu中安装Memcache时发生致命错误:类'Memcached'未找到” - “Fatal error: Class 'Memcached' not found” when trying to install Memcache in Ubuntu 尝试在 Ubuntu 上安装 Pymouse 模块并收到错误消息 - Trying to install the Pymouse module on Ubuntu and receiving an error message 使用linuxbrew在Ubuntu中安装gcc49时出错 - Error while install gcc49 in Ubuntu by using linuxbrew
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM