Posts by 2469

    Code
    systemctl stop kodi
    mv /storage/.kodi /storage/.kodi-old
    systemctl start kodi

    ^ Those commands will give you a fresh/clean Kodi install to experiment with. To revert, stop Kodi again and rename the old folder back to /storage/.kodi again and things will run as before. There is generally no need to do a full reinstall.

    Hi again, wanted to test this because I think there is something else going on in the system when I have tried to get the game part to work and I have had to change some parameters via SSH which I think may have caused it. My only question is, what does the code look like when you change back to "mv /storage/.kodi /storage/.kodi-old"? And the new one I am working on now, can I rename it to "mv /storage/.kodi /storage/.kodi-new" if I want to work with it in my free time when the wife will go crazy when she comes home and wants to watch a movie and I haven't had time to finish the new one? Kind regards 469

    Hi, I wonder if resetting Kodi/Libreelec inside Kodi is as good as reinstalling? I wonder because I want to avoid having to take out the computer that is there and then works as a server. It currently has the latest version (LibreELEC-Generic-legacy.x86_64-12.0.1). I want to try this because it gets stuck all the time for about 5-10 minutes every time you stop a channel on Simple IPTV or a movie/series, and then start something new. Unfortunately, I can't find anything about this problem, so I think it's something wrong with the system. Best regards 2469

    Systeminformation:

    GPU: NVIDIA GeForce GTX 950/PCIe/SSE2
    CPU: Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
    RAM: 8gb

    Superthanks, one last question. Is it possible to change "<power>shutdown</power>" --> "<power>reboot</power>" without quotes instead? Just wondering, because when it hangs and I'm not home, I want my wife to be able to just click the power button for it to come out of its mode and reboot. Because today, I get via a computer or mobile on my local network and SSH to take it out of its locked state. Best regards, Thore/Sweden

    SMB clients default connect at SMBv2 and if possible then upgrade the connection to SMBv3 so if you want to test SMBv1 you need to configured min/max SMBv1. Setting min SMBv1 and max SMBv3 results in the same SMBv2 > 3 behaviour. Most hardware will perform best with SMBv3 and my devices are configured identically against a NAS that no longer supports SMBv1 connections. If your 'server' device still supports SMBv1 (might need config forcing to allow it) there's no harm in testing.

    Hi and thanks for your help. My setup is a Pc with LE generic with all my HDD connected via Sata, and it is connected through a switch to the router. Then my other pc is connected diretly to the router, and when i have a Rpi 4 instead of the pc LE with the same LAN wire i get 20-30mb instead of the 10 i have now. So what i understand it will not make any difference if i switch to smb1 as the lowest. And i got high speed from internet(100-200mb), so the ethernetcard is working that way but not via LAN. I need to see if i can find more info/guides on the web. Thanks my friend for taking your time to help all noobs here.

    I see transfers around ~112MB/s from an RPi5 with nvme storage.

    I see transfers around ~33MB/s on an elderly Amlogic S905 box with emmc storage.

    I see transfers around ~12MB/s on another Amlogic board booted from USB storage.

    All three have gigabit NICs, but all three internally wire them up differently and storage media can have a large impact too.

    Hi again, after a lot of web searching it seems that it might have to do with what SMB choices you have in Kodi. I have SMB 2 as the lowest and SMB 3 as the highest, do you think it is a solution if I change to SMB 1 as the lowest? Dare I change, don't want to destroy something I can't restore? Kind regards, Thore from Sweden

    The "ethtool -h" command will spit out all the possible options, but the "100Mb" NIC is running at 1000Mb/s full duplex so the NIC is working correctly at full speed. Note that 1000Mb/s is not the same as 100MB (Mb vs MB).

    Ok and thanks for the fast reply. Before I installed LE on my PC, I ran LE on an RPi4 where I had a local internet speed of approx. 20mb/s. But after the change, it dropped to about 11mb. So I keep looking for the bottleneck…