Posts by Da Flex
-
-
It's a known issue that some USB sound cards (DAC's) don't work on RPi's. Fortunately there is an LE audio mod available, which you can try. If you follow that link, you can read my theory about the problem.
-
The USB WiFi dongle I have been suggested has an RTL8811BU chipset. Can you please confirm that this chipset is supported by LE?
-
Support here is pretty good, you just do exotic things with your display. What you want is to invert width and height parameters after screen rotation. Because there are no pre-defined HDMI modes for that case, try to define your pixel width and height manually by using hdmi_cvt (chapter "Custom mode").
-
5GHz is a game changer. Other users have trouble with RPi's internal 5GHz WiFi, too. This should work on RPi's.
-
If you want to stay away from any driver trouble, get an ethernet-to-wifi adapter. And as you know, antennas are always good for connection.
PS: That thing will do. Benefit: It has an own power supply, which is good for your RPi.
-
You can use CTRL+S as well these days.
Yeah, key combos everywhere. At least nano shows them on the bottom. That's a new level of editor design I guess.

-
No, you just have to create the XML file, the rest of the path is already there.
When you plug the card into your PC, search for a partition named STORAGE. This represents the path /storage. Then activate showing hidden files on your PC's file manager. This should make the .kodi folder visible.
-
There is no way to create the file by UI. You can remove the card, or login by SSH and use the nano editor to create and edit it:
After writing the content, store the file by key combo Control + O, followed by Enter for confirmation. Then leave by Control + X.
-
No problem, the file has to be created at /storage/.kodi/userdata/advancedsettings.xml.
-
Do you use your AVR's RC to control your TV? I'm asking because normally an AVR uses different CEC codes than a TV. LE only responses to TV CEC codes.
Some LE users connected an IR receiver element to the RPi's GPIO, and were able to use IR codes to control LE. That could work for you, but it's not easy.
-
The right questions now are:
...
No. The right questions are:
- What do you want to do on your scenario?
- Why don't you upload the log?
-
In such a special case a kodi.log is necessary to see what happens. You can copy kodi.log when you attach your microSD card to your PC. Then upload it to Pastebin and post the link. After a reboot kodi.old.log will be the log of your last session.
-
After reading the thread again, I found a point we haven't discussed yet. Can you please verify that your HDMI cable is HDMI 2.0 or 2.1 standard? It's weird that a DVI -> HDMI adapter limits the resolution. Maybe actually the cable limits data transfer speed, resulting in a reduced color space.
-
After some more reading it looks like HDMI-1 depends on an active HDMI-0. Just for testing, start your RPi with both screens connected.
If it turns out that this dependency is true (do an extra research to be sure), you have to buy an HDMI switch to do what you want.
-
I haven't found a solution that does HDMI0 -> HDMI1 on-the-fly. Using config.txt at boot time seems to be the only software option.
We don't call it a script, config.txt is a configuration file.
The config.txt of the link starts with arm_freq=1500 and ends with hdmi_pixel_freq_limit:1=0x11e1a300. Copy that part into your own config.txt.
If it has no effect, I can only suggest a hardware solution, which is an HDMI switch.
-
Every line containing :1 should be related to the second port, like hdmi_group:1=2. hdmi_safe=1 seems to be important, too, but I can't test it on my RPi 3B+.
-
Using the second HDMI port (HDMI1) is work in progress. I found this config.txt to enable both ports. Give it a shot.