

arangaran
Members-
Posts
8 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Also trying what Werner said i got this: ] error! [ KERNEL_CONFIGURE=yes is not supported anymore. Please use the new 'kernel-config' CLI command. Current command: 'kernel' ], more over i tried current and edge just enabled the virtualization and that was it but when installing linux-image and linux-kernel i end with an unbootable device, tried kernel-config as parameter for compile.sh but it doesnt work, anyone knows where the documentation for this is? please
-
i dont know why the default kernel has KVM disabled, i did all that was mentioned lines above and virtualization was disabled had to enable it manually to make it work, now i got the problem that ZFS is not enabled, even though someone mentioned to use zfs-dkms but doesnt work, i wonder where in the kernel i should toggle something to enable it, anyone got info?
-
Guys i have an orange pi zero 3 with 4GB RAM running a tiny proxmox 8.3.2 and everything was ok, i used the ./compile.sh command in /build to create a custom kernel with KVM enabled to get this to work a few months ago, now i have updated the system but the kernel installed has no support for KVM, obviously i want to use the standard procedure to recompile the kernel re-enabling the KVM but i dont know how, i know there is a way to pass commands to ./compile.sh but from what i have seen i dont know where or how to pass to the program the fact that i want KVM support enabled, i have seen things like this: apt -y install git git clone https://github.com/armbian/build cd build ./compile.sh \ BOARD=orangepizero \ BRANCH=default \ BUILD_DESKTOP=no \ KERNEL_ONLY=yes \ KERNEL_CONFIGURE=yes but how do i tell this to let me use KVM? is this even correct? cos the docs wont explain exactly HOW to create only the new custom kernel and update it, without having to rebuild everything from zero, it seems that in the past the docs had info about this but now the docs wont tell me anything, i know it is a very noob question but if someone could guide me please.
-
Guys i have an orange pi zero 3 4GB RAM version, with armbian ubuntu running currently with a static ip, and i have installed a vpn service on it and it works wonderfully, but it barely uses all the cores and the ram, so i was wondering about using some kind of virtual machine service like qemu-kvm, lxd or even docker to run virtual machines inside. I know many would say go for docker, although what i need is something closer to a VM than to a container, because i need these VMs to have their very own static ips connected to the network and isolated from the others yet able to send and receive traffic between them and the network, i have read that this kind of behavior might be problematic with docker and it is easier to do with proper virtual machines, but, i dont know how mature are things under ARM, is qemu-kvm working perfectly as it does under x86? i thought about trying LXD but i dont know how well this would go being a canonical thing and because you dont install the OS but download an image from a repository, one that might not have an ARM build for it. So for what i want to do, having container/VMs with static IPs with all the capabilities of networking, which one would suggest to me? if anyone got more info about whatever you suggest it will be much appreciated.
-
As many things we know that some are not support OOTB nevertheless the community has tried to find a way to make them work, the wiki hasnt been updated in a while, and about LibreElec, there isnt much info about how they might achieve this, but I wonder, if it works under android and given that linux exist a layer below, there got to be something that could be exported or extracted at least as a blob, i dont know more about this cos i am not a developer nor i have expertise in that subject just wondering if someone tried it.
-
Hi guys, its the first time im gonna post here so bear with me, i am a recent user of orange pi zero 3, one with 4GB RAM and i have been able to run the latest community release on it, things work besides audio thru hdmi, but i have noticed that the video encoding and decoding is not working, albeit 3d acceleration works thru panfrost and Mesa. I have been digging this topic and i wanted to share what i found and maybe validate if im right or perhaps i am not getting this well. 1. Video encoding and decoding in G31-MP2 is something separated from what Mesa and panfrost would do, so even if those work i cant get video acceleration with h.264 etc. 2. It is possible because the android 12 TV version from the manufacturer can do it in a very easy way, but as far as i understood this is because it is using some kind of closed source driver, that the SoC manufacturer provided (that almost all the boards made with the allwinner H616/H618 would run, so it isnt like orange pi dedicated developers to create the android being offered but it is a stock stuff that Allwinner has available for whoever buys their chips) 3. There are efforts to reverse engineer this properly called CEDRUS but there is kind of a lack of information about them since 2019, it is supposedly present in the kernel, but as many others have said and tried for some reason is not working with H616//h618. Anyone knows if it is still being developed? In conclusion the state of things with hardware decoding and encoding of video in ARM is like a wasteland, at least for linux, these chips, ARM chips we get are mostly developed for android TV boxes or TVs or tablets, but they do not develop for linux, that maybe transferring the necessary code to make it work could be trivial, but with thin resources and doing the bare minimum and being closed source the SoC manufacturer has no interest in creating this support and it is left to open source volunteers to find a way. Which means that support for the H616/H618 might come several years into the future perhaps never. Am I interpreting reality right?, i had some hopes to create something like a jellyfin box with accelerated hardware coding and decoding but nothing might be possible, there is maybe some hope, i read somewhere in the LibreELEC forums that someone made it possible to run it with video decoding (if i am not mistaken) with no audio, so perhaps someone found a way?, thanks in advance.