SLES 12 SP5系统安装驱动时出现“Driver_ko_install_manually failed, details in : /var/log/ascend_seclog/ascend_install.log”报错
2025/05/16
53
问题信息
问题来源 | 产品大类 | 产品子类 | 关键字 |
---|---|---|---|
现网 | 安装部署 | 驱动固件 | Driver_ko_install_manually |
问题现象描述
Atlas 300I Pro 推理卡、Atlas 300V Pro 视频解析卡产品SLES 12 SP5系统安装驱动时,出现安装失败,提示“Driver_ko_install_manually failed, details in : /var/log/ascend_seclog/ascend_install.log”报错信息,如图1所示。
执行如下命令,查看“/var/log/ascend_seclog/ascend_install.log”日志信息。
cat /var/log/ascend_seclog/ascend_install.log
回显信息如下:
[ERROR]ascend_event_sched_host modprobe failed
原因分析
SLES系统默认不允许插入不支持的驱动模块,导致驱动ko modprobe失败。
解决措施
- 执行如下命令,打开系统配置文件“/etc/modprobe.d/10-unsupported-modules.conf”。
vi /etc/modprobe.d/10-unsupported-modules.conf
- 将allow_unsupported_modules字段后的“0”修改为“1”,即设置允许插入不支持的模块,保存退出。