下载
中文
注册
SLES 12 SP5系统安装驱动时出现“Driver_ko_install_manually failed, details in : /var/log/ascend_seclog/ascend_install.log”报错

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所示。

图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失败。

解决措施

  1. 执行如下命令,打开系统配置文件“/etc/modprobe.d/10-unsupported-modules.conf”。

    vi /etc/modprobe.d/10-unsupported-modules.conf

  2. 将allow_unsupported_modules字段后的“0”修改为“1”,即设置允许插入不支持的模块,保存退出。

本页内容