Skip to content

Commit 7730fbd

Browse files
CvHgitbook-bot
authored andcommitted
GitBook: [master] 50 pages and 2 assets modified
1 parent 1a2f643 commit 7730fbd

File tree

7 files changed

+61
-4
lines changed

7 files changed

+61
-4
lines changed

.gitbook/assets/addon-update.gif

1.8 MB
Loading

.gitbook/assets/addon-update.mp4

938 KB
Binary file not shown.

.gitbook/assets/firmware.gif

281 KB
Loading

SUMMARY.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
* [Useful Scripts](configuration/useful_scripts.md)
4141
* [WireGuard](configuration/wireguard.md)
4242

43+
## How To
44+
45+
* [Add Firmware](how-to/add-firmware.md)
46+
* [Blacklist Kernel Module](how-to/blacklist-kernel-module.md)
47+
* [Change Bootscreen](how-to/change-bootscreen.md)
48+
* [Force Add-on Update](how-to/force-add-on-update.md)
49+
4350
## Development <a id="development-1"></a>
4451

4552
* [Building \(Basics\)](development-1/build-basics.md)
@@ -64,7 +71,3 @@
6471
* [Documentation](project/license/documentation.md)
6572
* [Mirrors](project/mirrors.md)
6673

67-
## How To
68-
69-
* [Change Bootscreen](how-to/change-bootscreen.md)
70-

how-to/add-firmware.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
description: Add a firmware to LibreELEC
3+
---
4+
5+
# Add Firmware
6+
7+
Copy your firmware to the following path and reboot.
8+
9+
```text
10+
/storage/.config/firmware/
11+
```
12+
13+
![](../.gitbook/assets/firmware.gif)
14+

how-to/blacklist-kernel-module.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Blacklist Kernel Module
2+
3+
4+
5+
In this example there is a module named `rc-pinnacle-pctv-hd` that should be blacklisted.
6+
7+
* Connect with SSH to your LibreELEC box.
8+
* list all used modules \(search for rc, ir or cir\)
9+
10+
```text
11+
lsmod
12+
```
13+
14+
* add blacklisted module to blacklist.conf
15+
16+
```text
17+
echo "blacklist rc-pinnacle-pctv-hd" > /storage/.config/modprobe.d/blacklist.conf
18+
```
19+
20+
* reboot
21+

how-to/force-add-on-update.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
description: Force Add-on repository update
3+
---
4+
5+
# Force Add-on Update
6+
7+
8+
9+
To force a add-on repository update go to
10+
11+
1. Kodi
12+
2. Add-ons
13+
3. Box icon
14+
4. left arrow for the side menu
15+
5. Check for updates
16+
6. the date at the bottom should change to the current time
17+
18+
![](../.gitbook/assets/addon-update.gif)
19+

0 commit comments

Comments
 (0)