Ggive output of lsusb and dmesg after you pluged it in. That way it will be easier to determine which driver it needs.
Posts by jernej
-
-
I have few questions. How can I disable the CEC support? My Apple TV turns on every time I power up Orange Pi and I suppose that CEC is a problem.
Yes, this happens due to CEC. Check input settings, CEC related settings are there.
And is there any way to enable Wake On Lan using mobile app? When I press the button it says that the command is executed, but the board doesn't turn on.
No, sleep/wakeup in any way (button, remote, wol) is not currently supported. It may be in future.
And would I need to recompile th PVR Simple client Add-on every time after I update from Nithtly updated and/or to set up all settings again?
No, addon interface doesn't change so often. I think you're good for some time. At least until Kodi is updated in nightly images, maybe more. Settings should be preserved across updates. Not sure what happens to addon settings if addon is updated.
-
LuRu That seems to be python related crash and nothing connected to kernel/bluetooth directly. So at least from HW perspective all seems fine.
-
Is there a list of compatible USB Wifi adaptors.
Any USB WIFI adapter that is supported by Linux in general should also work here.
I have TL-WN322G V2 USB, is there a chance i caould somehow use it ?
Why don't you just try? It won't explode. Sadly, commercial name tells nothing what chip is actually used inside.
-
The only problem occurred when I paired the Sony BD remote (bluetooth). Then there was a crash. But since then everything is OK.
This means bluetooth in general works or not? Can you provide whole dmesg output?
-
I prepared test image for OrangePi Lite2. If responses are positive, I'll merge it upstream.
Image: LibreELEC-H6.arm-9.80-devel-20200404212626-7a86df9-orangepi-lite2.img.gz
-
Yeah, this is mostly issue with 1920x1080.
-
Yes, it's mostly clock driver issue, with all Allwinner SoCs. Depending on the setup, it might work for you. But most of the time it won't.
-
Vadim_0632 just to be sure, this is from TV or monitor which doesn't show image at all? It is 1080p display? If both of the answers are yes, then there are probably some troubles with HDMI driver. In the past, H6 boards didn't work well with my PC monitor (1080p) but now I can't reproduce it anymore. Anyway, if I'll have any idea, I'll let you know.
-
Vadim_0632 I need output of following commands, which need to be run from unchanged LibreELEC for One Plus:
Codedmesg edid-decode /sys/class/drm/card0-HDMI-A-1/edid cat /sys/kernel/debug/clk/clk_summary modetest -cyou can enable ssh by editing extlinux.conf and add ssh at the end of APPEND line
-
syao I have slight idea why this might cause issue. Can you please make final check - checkout latest master and just revert this commit. If CEC still works, you or me can open PR with this commit reverted. Thank you very much for digging into it.
-
It starts with the preferred resolution stored in EDID. If EDID can't be read, 1024x768 is used as a fallback and hdmi audio is disabled. So it seems that in reality, pineh64 image prevents EDID to be read correctly, which then in turn causes that fallback resolution is set (1024x768). On the other hand, when EDID is (supposedly) read correctly, something is misconfigured.
Can you try on another TV or monitor?
Anyway, if you enable ssh or serial terminal, I can give you few commands, which will hopefully show what is wrong.
-
you know PC Plus is H3, right?
-
through the serial port it always remains stopped at the same point.
Removing "quiet" from extlinux.conf should show much more. Please do that. I tested current nightly image on OrangePi Plus 2E, which I have at hand and it works, so it has to be board specific.
-
What version do you have? v2.0 or v2.1? Should be printed on board.
-
You know that I meant photos of your board, not some generic images from net. Like Xunlong Orange Pi One Plus - linux-sunxi.org
-
Vadim_0632 Can you make detailed photo of top and bottom of the board? It seems to be some HW change because that one plus image works for one developer.
-
Sorry jernej but don't get what you mean with bisection.
A beginner's guide to GIT BISECT - The process of elimination | Metal Toad
CEC issues are not easy to find and currently I have no time to even start working on one. Most of the time it also depends on the TV, which of course is not the same as my own. With bisection (tutorial above) you'll find exact commit which is responsible for the issue. This is time consuming due to image building and testing but more or less only hope.