---
title: SLES 12 SP5系统安装驱动时出现“Driver_ko_install_manually failed, details in : /var/log/ascend_seclog/ascend_i
description: 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_se
keywords: Driver_ko_install_manually
url: https://www.hiascend.com/document/caselibrary/detail/topic_0000002273452409
section: (其他)
---

# SLES 12 SP5系统安装驱动时出现“Driver_ko_install_manually failed, details in : /var/log/ascend_seclog/ascend_i

URL: https://www.hiascend.com/document/caselibrary/detail/topic_0000002273452409
描述: 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_se
关键词: Driver_ko_install_manually

昇腾文档 [了解详情](https://www.hiascend.com/document)

故障案例 [了解详情](https://www.hiascend.com/document/caselibrary)

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

638

问题信息

| 问题来源 | 产品大类 | 产品子类 | 关键字 |
| --- | --- | --- | ---|
| 现网 | 安装部署 | 驱动固件 | 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 [了解详情](https://www.hiascend.com/#ZH-CN_TOPIC_0000002273452409__zh-cn_topic_0000001520597281_fig729712117563)所示。

图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”，即设置允许插入不支持的模块，保存退出。

本页内容

- 问题信息
- 问题现象描述
- 原因分析
- 解决措施
