Posts by Da Flex

    Doesn't work. The cable is the original one (Official Raspberry Pi MicroHDMI Cable) sold by The Pi Hut.

    I wouldn't count on that "official" cable too much (source).

    Your TV seems to be a new one, so it shouldn't be on the list of problematic old TV's (which need a workaround at config.txt).

    I would buy another microHDMI cable (2.0 or 2.1 standard), and remove the workaround at config.txt.

    The list of provided screen modes looks OK, I think the cable is just too slow to deliver them.

    If you haven't activated logging yet, then you can do so by creating /storage/.kodi/userdata/advancedsettings.xml:

    Code
    <advancedsettings>
        <loglevel>2</loglevel>  
    </advancedsettings>

    If you can't get the URL, then shutdown LE, remove the microSD card and manually copy kodi.log by using a PC with microSD card reader.

    PS: Use the default skin for all further tests!

    ...and when I tried to write it to file, it said the file system was read only. Any idea how I get around that?

    1. login by SSH
    2. open the config file by nano /storage/.config/argononed.conf
    3. copy and paste the file content
    4. write the file by key combo "Strg + O" and confirm writing by pressing "Enter"
    5. leave the editor by key combo "Strg + X"

    Which of those steps doesn't work?

    PS:

    Quote

    Vilros PSU with on/off

    You're not an IT guy, so you probably don't know that switching off by PSU can destroy your file system.

    The Argon ONE case has a power button. Do you use this button to shutdown? If you don't, here are your instructions to use it on LE.

    If you did the bad power-off by PSU switch, then you don't need to buy a new microSD. Reformat it and do a fresh LE installation. That should fix a broken file system.

    Do you remember the screen mode (resolution, refresh rate) of the last working LE version?

    Maybe the current LE doesn't detect the right screen mode for your device:

    I think LE is searching for a wrong screen mode (1904x1072) and ends up using a too high resolution (1920x1080).

    Select a lower resolution (1280×720) and try again.

    Remove hdmi_safe=1 and try this at config.txt:

    Code
    hdmi_ignore_edid=0xa5000080
    framebuffer_width=1920
    framebuffer_height=1080
    hdmi_force_hotplug=1
    hdmi_group=1
    hdmi_mode=16

    If necessary, calibrate the screen by using LE's video settings.

    Hey Mike,

    1. login by SSH
    2. open the config file by nano /storage/.kodi/userdata/guisettings.xml
    3. scroll down to the bottom and edit the described setting
    4. write the file by key combo "Control" + "O" and press "Enter" to confirm
    5. leave the editor by key combo "Control" + "X"

    I'm pretty sure that's all you need to get audio.

    Is there a conf file that allows you to add a parameter to the command launched by the interface?

    Or is it possible to mount this DVD drive other than SCSI?

    I never heard about such options. I think it's all hard coded. You could write a bug report, or wait for LE 10, which will get a face lifting.

    PS: I was just reading that /storage/.config/udev.rules.d provides some editable mount options. Have a look at this.

    Quote from guisettings.xml

    <fvolumelevel>0.173333</fvolumelevel>

    That's low! Set it to 1.000000 (max).

    Quote from config.txt

    config_hdmi_b00st = 9

    Remove this, because it's ignored on RPi 4B (source).

    The TV resolutions and years of production are important to answer this.

    When people start using the RPi 4B on a modern 4K TV, then often the HDMI cable is too old. Be sure you are using an HDMI 2.0 or 2.1 standard cable to be ready for 4K.

    If your non-working TV is very old (first flat screens), then it could be necessary to enforce a video mode at config.txt. Read here.