Jump to content

royk

Members
  • Posts

    258
  • Joined

  • Last visited

Everything posted by royk

  1. About the DVI adapter, maybe it's an uni directional one for the wrong direction?
  2. Recompile the kernel with exfat support git clone https://github.com/armbian/build.git && cd build ./compile.sh BUILD_ONLY=kernel KERNEL_CONFIGURE=yes BOARD=orangepi5 BRANCH=legacy Then search for Filesystems and then I thought another submenu enable exfat and compile In the output/debs folder it places the packages. You could also try to compile/install the exfat kernel module from: https://github.com/arter97/exfat-linux git clone https://github.com/arter97/exfat-linux && cd exfat-linux make sudo make install sudo modprobe exfat
  3. Are you trying to run it with Wayland? You could try Remote Desktop.
  4. That's great, now @amazingfate has created a package for moonlight-embedded as well as for Moonlight -QT I guess he earned the $ 1000,- like you've promised?
  5. moonlight-embedded is in the ppa of liujianfeng1994: https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia/+packages sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia sudo apt install moonlight-embedded The same as NicoD said Here is Moonlight-qt I'd compiled, it's unfortunately not a deb package. To compile it yourself with hardware acceleration you'll need to patch a file, you could find how to somewhere in the issues page of the github of moonlight: https://easyupload.io/a9gkdh
  6. I've seen there is a commit on the GitHub about the WiFi adapters, perhaps they will compile after updating your git directory. To install the kernel you could type sudo apt install ./*.deb but sometimes won't "re" install as it's the same version, which you could force however. Usually I do sudo dpkg -i *.deb @going Few questions, why do you need to transfer these files? As backup before you do a second compile? Isn't it necessary to install the source when they got patched? With mc you mean nc?
  7. My experience is that it's showing that warning when there is an error. So that warning is not the reason it stopped, I would think it's an error with 8852bu.c. It seems that the error log messages is/will be better with the "next" branch Set the options in the kernel configure menu: ./compile.sh BUILD_ONLY=kernel KERNEL_CONFIGURE=yes BOARD=orangepi5 BRANCH=legacy
  8. These I found somewhere a long time ago which did work for the rk3288. It's using the WiringPi library so it should work on this board too scanir.c sendir.c
  9. @OttawaHacker Do you mean 60% of 100 or the 60% from "top". Just checked and still about 15-20% with 2 cpus isolated (some testing with LinuxCNC). Then I resized the window, switched to another window and back and the cpu load stayed at 60% for a while, then had to reload and cpu load was as low as normal again. Perhaps an accelerator crashed at that moment? You could compare your report with mine, I had installed the Vulkan driver which Chromium seems to use, not sure if that's getting installed automatically witch the ppa? gpu-report-chromium.txt
  10. Did you got the official Debian build work on the OPI 5 or do you mean the vendor provided one? As you could see it does work by different other people. With Armbian I've got a smooth ui and around 20% cpu load while playing 4k yt videos. Check these topics, make sure you're using Wayland: echo $XDG_SESSION_TYPE
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines