Posts by itisljar

    I had random freezes with my box before, but I have J1900 CPU (so, also Celeron class). Solution was to disable power features through GRUB while booting kernel. It was something with Intel drivers for my older onboard GPU.

    I had to add

    Code
    intel_idle.max_cstate=1 

    just before quiet part in grub configuration.

    Now it looks like this:

    Code
    linux /KERNEL boot=UUID=CE26-0DB0 disk=UUID=34708cb6-02b0-4ad8-a35a-86d044ee0998 intel_idle.max_cstate=1 quiet

    You can try.

    Greetings all!
    I'm fairly new to LibreELEC, in the past I've used linux server on my media center with Kodi, vsftpd and transmission-server. I've managed to replicate the same setup now through Docker, it wasn't easy :) but I am satisfied with the results. There is one thing that is bothering me, though; I am listening music from all around the world, and I use mc for on-server file management (i can use shell just fine, it's just faster for me this way), and mc doesn't show japanese or russian cyrilic letters, it shows "???" instead. Listing files from shell shows normal names, as it should in UTF-8 environment. As I poked around a little, I've noticed that mc by default starts in 7-bit ASCII mode, like it's hard-coded. In Options / Display bits you can see that it's the default. You can change that to UTF-8, but nothing changes display-wise, and when you turn off mc and start it again, it reverts to ASCII. I've changed that option manually in .config/mc/ini but when I start mc, it starts in ASCII and changes that setting into ASCII.

    Changing fonts in SSH Client(s) changes just the line drawing of the TUI (as expected, depending on the font), but not the display of proper letters, which was never the problem when I used full linux distribution.
    Can something be done about that? I understand it's just cosmetic, but I can read cyrilic, and to very small extent japanese, so it is helpful if I can see what's on the screen.