This commit is contained in:
graysky 2020-05-01 12:22:56 -04:00
parent 74abcce02a
commit aa83f6cc27
2 changed files with 8 additions and 1 deletions

View File

@ -8,6 +8,9 @@ Arch Linux users can find a PKGBUILD in the [AUR](https://aur.archlinux.org/pack
### Arch ARM ### Arch ARM
Users of Arch ARM should NOT use this method as the distro package provides analogous functionality. Users of Arch ARM should NOT use this method as the distro package provides analogous functionality.
### Ubuntu
For the kodi user to access devices on `/dev/ttyxxxx`, users will need to edit `init/sysusers.conf` and uncomment the line corresponding to enable membership in the dialout group.
### Other distros ### Other distros
Users of other distros should install the following files: Users of other distros should install the following files:
@ -27,7 +30,7 @@ Or for kodi-gbm:
systemctl start kodi-gbm systemctl start kodi-gbm
``` ```
## Dependency List ## Dependencies
* kodi (x11 or gbm) * kodi (x11 or gbm)
* polkit * polkit

View File

@ -9,3 +9,7 @@ m kodi audio
m kodi optical m kodi optical
m kodi uucp m kodi uucp
m kodi video m kodi video
# uncomment the following line for Ubunutu users needing access to /etc/ttyxxxx
# https://github.com/graysky2/kodi-standalone-service/issues/14
# m kodi dialout