fraggle_boate_ has quit [Ping timeout: 272 seconds]
fraggle_boate_ has joined #libreelec
fraggle_boate__ has quit [Ping timeout: 240 seconds]
speeedy has quit [Remote host closed the connection]
ghostcube has joined #libreelec
solar_sea has joined #libreelec
<solar_sea>
Hi. I'm running LibreELEC 9.2.5 on a Raspberry Pi 4 and I would like to have the evdev kernel module available - I would like to pass keyboard/mouse events through it over the network so that I can control it via the default UI without an actual keyboard. mod-probing for evdev does not appear to load it, so I guess that it is not included by default in the image. Is there an extended kernel that includes or any instructions on how to recompile a cu
<solar_sea>
stom kernel for it ? Thanks!
heldchen has joined #libreelec
<lrusak>
solar_sea, we build with CONFIG_INPUT_EVDEV=y
<lrusak>
you can also control Kodi via the web interface or phone via apps which works based on the json-rpc API
held has quit [Ping timeout: 272 seconds]
<solar_sea>
lrusak, do you mean that it is built in the kernel, not as a separate module ? I see /dev/input, but it only lists a 'mice' device there.
<lrusak>
solar_sea, yes it's build into the kernel
<solar_sea>
On the remote interface, I've tried the default, chorus2 I think, but it appears that it's not as feature-complete as the actual ui
<solar_sea>
ah, okay, so now I just have to find a way to make it add the 'by-path' device directory in there - on the raspberry pi 4 that I'm typing this now there's /dev/input/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.3:1.0-event-kbd - that I can cat and see data coming in whenever I press a key.
<solar_sea>
I guess that I can .. make that happen by sacrificing a keyboard connecting just the controller to the libreelec machine :D
fraggle_boate_ has quit [Remote host closed the connection]
fraggle_boate_ has joined #libreelec
<ilya-fedin>
How soon does anyone usually respond to a libreelec github issue?
<lrusak>
ilya-fedin, we are all volunteers :)
<ilya-fedin>
I just want to run my containers that require docker run --init and only one line in tini buildscript prevents them to work :(
fraggle_boate__ has joined #libreelec
<lrusak>
ilya-fedin, if you know the problem then make a PR :)
<ilya-fedin>
I know the problem but I don't have a machine to build & test the fix
<ilya-fedin>
It is Celeron N4000 and 4 GB RAM, I guess it will build LibreELEC for a day
fraggle_boate_ has quit [Ping timeout: 240 seconds]
Gnjurac has joined #libreelec
<Gnjurac>
hi can i just dd img to sdcard for rpi zero
LossAngeles has quit [Remote host closed the connection]
RedSoxFan07 has joined #libreelec
<Gnjurac>
libelect
<Gnjurac>
has some console login right
<Gnjurac>
i will probbaly need to nfs mount some drive
<lrusak>
ilya-fedin, you don't need to build it to make a PR
<lrusak>
Gnjurac, yes you can just dd the img to the sdcard
lolek has joined #libreelec
gouchi has joined #libreelec
|Jeroen| has joined #libreelec
<ilya-fedin>
lrusak: will I need some additional actions to get the fix from repositories without waiting for new release?
<lrusak>
ilya-fedin, it's up to you how you want to proceed but if you want the fix in then I would recommend you PR it
<ilya-fedin>
I meant should I do something additional to get the fix that I will PR on 9.2 release instead of the next release?
<Gnjurac>
does rpi zero img allredz have high gpu mem setup
rubdos has quit [Ping timeout: 272 seconds]
rubdos has joined #libreelec
held has joined #libreelec
heldchen has quit [Ping timeout: 272 seconds]
Gittun has joined #libreelec
Gnjurac has quit [Remote host closed the connection]
ghostcube has quit [Quit: Verlassend]
<lrusak>
ilya-fedin, PR to master and ask for a backport
<solar_sea>
someone can probably make a blog out of this, sharing here in case others find it useful
<solar_sea>
I wanted to control my libreelec box that had no peripherals via another linux box
<solar_sea>
evdev provides a char-based interface to input devices, that can be passed over the network with nc