Skip to content

Commit

Permalink
update with external suggestions (openvinotoolkit#12791)
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-yuan1 authored Sep 19, 2022
1 parent 0dfd409 commit a2a4a7f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/install_guides/troubleshooting-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,10 @@ Check if `myd_ion` kernel module is installed by running the following command:
```sh
lsmod | grep myd_ion
```
If you do not see any output from the command, reinstall the `myd_ion` module.
If you do not see any output from the command, you can use the following command to reinstall the `myd_ion` module:
```sh
sudo modprobe myd_ion
```

---
### Constantly getting "\_name\_mapping open failed err=2,No such file or directory" in hddldaemon log
Expand All @@ -186,7 +189,10 @@ Check if myd_vsc kernel module is installed by running the following command:
```sh
lsmod | grep myd_vsc
```
If you do not see any output from the command reinstall the `myd_vsc` module.
If you do not see any output from the command, you can use the following command to reinstall the `myd_vsc` module:
```sh
sudo modprobe myd_vsc
```

---
### "Required key not available" appears when trying to install the myd_ion or myd_vsc modules
Expand Down

0 comments on commit a2a4a7f

Please sign in to comment.