Skip to content

Commit

Permalink
chore: update configuration has failed issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
EmixamPP committed Feb 5, 2024
1 parent 84d6c27 commit 5bd5c60
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/ISSUE_TEMPLATE/configuration-has-failed.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,29 @@ assignees: ''

---

<!--- Please look at the docs before open an issue -->
<!--- https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/docs/README.md -->
<!-- Please look at the docs before open an issue -->
<!-- https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/docs/README.md -->

**Ouput of `linux-enable-ir-emitter -v configure`**
<details><summary>configure command output</summary>
<!-- Feel free to specify your device (-d) and the number of emitters (-e) if you need to -->
```
paste here
```

**Output of `cat /etc/linux-enable-ir-emitter/*`**
```
paste here
```
</details>

**Output of `v4l2-ctl --list-devices`**
```
paste here
```

**Ouput of `v4l2-ctl -d /dev/videoX --list-formats-ext`**
<!-- replace /dev/videoX for each device shown by the previous command-->
<details><summary>v4l2 device output</summary>

**Ouput of `for dev in /dev/video*; do echo $dev && v4l2-ctl -d $dev --list-formats-ext; done`**
```
paste here
```
</details>

**Output of `ls -l /dev/v4l/by-path`**
```
Expand Down

0 comments on commit 5bd5c60

Please sign in to comment.