ChanServ changed the topic of #libreelec to: [~ LibreELEC Support Channel ~ current release: LibreELEC (Leia) 9.2.4 RELEASE ~ No discussion/support for piracy addons ~ https://libreelec.tv/2018/04/community-builds/ ~ https://freenode.irclog.whitequark.org/libreelec ~]
Israphel has quit [Quit: quit]
Israphel has joined #libreelec
chbmb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
chbmb has joined #libreelec
RedSoxFan07 has joined #libreelec
donofrio__ has quit [Remote host closed the connection]
RaphGro has joined #libreelec
RaphGro has quit [Quit: Please remember your own message. It'll be read as soon as possible.]
buzzmarshall has quit [Remote host closed the connection]
speeedy has joined #libreelec
RedSoxFan07 has quit [Quit: RedSoxFan07]
JohnDoe_71Rus has joined #libreelec
lolek has joined #libreelec
tsal has quit [Ping timeout: 246 seconds]
tsal has joined #libreelec
Tobbi has joined #libreelec
andy-burns has joined #libreelec
aphirst has joined #libreelec
hijacker has quit [Quit: ZNC 1.8.1 - https://znc.in]
hijacker has joined #libreelec
fraggle_boate_ has joined #libreelec
fraggle_boate has quit [Ping timeout: 240 seconds]
fraggle_laptop has quit [Ping timeout: 264 seconds]
fraggle_boate__ has joined #libreelec
fraggle_boate_ has quit [Ping timeout: 246 seconds]
buzzmarshall has joined #libreelec
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
fraggle_boate_ has joined #libreelec
fraggle_boate__ has quit [Ping timeout: 256 seconds]
<lrusak> rdorsch, replied
lolek has quit [Quit: Leaving.]
tommy`` has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
fraggle_boate__ has joined #libreelec
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
<solar_sea> here's a set of scripts, one to run on the libreelec box and another one as the client - https://gist.github.com/spaskalev/70a72be73f8db67e3146c44b9c377c83
<solar_sea> as for the peripherals, I disassembled an old keyboard, took out just the controller and added that in a sealed box to the libreelec box
<solar_sea> there might a way to simulate a virtual device there, but hey - this works as well
RedSoxFan07 has quit [Ping timeout: 260 seconds]
solar_sea has quit [Quit: Leaving]
|Jeroen| has quit [Quit: dada]
LossAngeles has joined #libreelec
LossAngeles has quit [Remote host closed the connection]
LossAngeles has joined #libreelec
LossAngeles has quit [Remote host closed the connection]
LossAngeles has joined #libreelec
RedSoxFan07 has joined #libreelec
gouchi has quit [Ping timeout: 244 seconds]
gouchi has joined #libreelec
gouchi has quit [Remote host closed the connection]
testman5 has joined #libreelec
testman has quit [Ping timeout: 258 seconds]
testman5 is now known as testman
RedSoxFan07 has quit [Ping timeout: 260 seconds]
Israphel has quit [Ping timeout: 260 seconds]
Israphel has joined #libreelec
St3ak has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
St3ak has joined #libreelec
Gittun has quit [Quit: ‹‹UPP››]
Israphel has quit [Ping timeout: 246 seconds]
psymin has joined #libreelec
Israphel has joined #libreelec
Israphel has quit [Ping timeout: 265 seconds]
Israphel has joined #libreelec
jonzen has quit [Quit: FreeZNC - Visit us! Server: chat.freenode.net Channel: ##bnc4you]
Tobbi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tobbi has joined #libreelec
jonzen has joined #libreelec