Dyfcom
Members-
Posts
18 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I am using: v24.8.4 for NanoPi M4V2 running Armbian Linux 6.6.47-current-rockchip64 Packages: Debian rolling (bullseye), possible distro upgrade (bookworm) With: dmesg|grep Mali I am getting no results. With: dmesg|grep mali [ 3.350996] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0 That is wierd..
-
I copied the firmware (also changed the docker-compose). But the same error from your initial post. I noticed that my RK3399 is using the Mali-T860 GPU and not the G610 from the newer chip on the orangepi 5. I deinstalled "panfork-mesa" and "libmali". Installed packages: sudo apt install -y mesa-utils libglx-mesa0 libgl1-mesa-dri copied the firmware again and hit: dmesg|grep mali [ 3.350996] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0 dpkg -l | grep -i mesa ii libgl1-mesa-dri:arm64 20.3.5-1 arm64 free implementation of the OpenGL API -- DRI modules ii libglapi-mesa:arm64 20.3.5-1 arm64 free implementation of the GL API -- shared library ii libglu1-mesa:arm64 9.0.1-1 arm64 Mesa OpenGL utility library (GLU) ii libglx-mesa0:arm64 20.3.5-1 arm64 free implementation of the OpenGL API -- GLX vendor library ii mesa-utils 8.4.0-1+b1 arm64 Miscellaneous Mesa GL utilities find /lib/firmware -name mali*.bin -ls 3907 268 -rw-r--r-- 1 root root 274432 Oct 18 14:44 /lib/firmware/mali_csffw.bin 141532 268 -rw-rw-r-- 1 root root 274432 Sep 16 18:07 /lib/firmware/arm/mali/arch10.8/mali_csffw.bin still the missing the other modules: ls -l /dev | grep -E "mpp|rga|dri|dma_heap" drwxr-xr-x 3 root root 120 Oct 18 14:24 dri I think my RK3399 is not ready to use for Hardware acceleration? And it's looks like I would need a desktop environment to use ist under debian?
-
Hey, I also wanted to use the Rockchip VPU inside my Jeyllfin docker-container. But on my machine (RK3389, 6.6.47-current-rockchip64, Armbian v24.8.4 bullseye), I only can only see "dri": ls -l /dev | grep -E "mpp|rga|dri|dma_heap" drwxr-xr-x 3 root root 120 Oct 18 11:18 dri How can I install the missing parts? All I found when googling was finding installing for ubuntu and not debian. For the required OpenCL (libmali) I used this: mkdir -p ~/tmp/libmali && cd ~/tmp/libmali wget 'https://github.com/tsukumijima/libmali-rockchip/releases/download/v1.9-1-55611b0/libmali-valhall-g610-g13p0-gbm_1.9-1_arm64.deb' sudo dpkg -i ./libmali-valhall-g610-g13p0-gbm_1.9-1_arm64.deb and verified with: sudo apt update && sudo apt install -y clinfo && clinfo I also installed the "jellyfin-ffmpeg7" on host machine (didn't helped): wget https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.0.2-3/jellyfin-ffmpeg7_7.0.2-3-bullseye_arm64.deb sudo dpkg -i jellyfin-ffmpeg7_7.0.2-3-bullseye_arm64.deb I also installed the debian version of "panfork-mesa" (didn't helped): wget https://build.opensuse.org/projects/home:amazingfate:panfork-mesa/signing_keys/download?kind=gpg -O public_key.asc sudo gpg --dearmor -o /etc/apt/keyrings/obs-home-amazingfate.gpg public_key.asc nano /etc/apt/sources.list > deb [signed-by=/etc/apt/keyrings/obs-home-amazingfate.gpg] https://download.opensuse.org/repositories/home:/amazingfate:/panfork-mesa/Debian_12/ ./ sudo apt update sudo apt install mali-g610-firmware How can I install the missing parts for debian? Or how did you installed it @Rdlop Greeting
-
Package armbian-config is not available
Dyfcom replied to Dyfcom's topic in Software, Applications, Userspace
Ok, I have to say that. Today I tested something and used a new fresh installed SD-card Armbian_23.02.2_Nanopim4v2_bullseye_current_5.15.93_minimal (image from above). And armbian-config was able to install over apt apt update && apt upgrade -y apt install armbian-config Cheers -
Hi there, I have been using a nanopi m4v2 for openmediavault for 4 years. In that time my SD card has died once. Now I have ordered an emmc module to do a full clean install of my server. So my questions are, is it wise to boot from the SD card and have the system on the emmc because the sd card can die faster? And if I boot from the SD card and it needs to be replaced, can I just insert a new one and everything will work as before? (With a freshly installed Armbian) If I do a backup of the emmc with win32 disk imager, can I burn the backup to a new emmc with a different sd-card as boot? When I do an armbian install, does it copy the system files to the emmc each time? Thanks and Greetings!
-
Fresh install, package armbian-config is unavailable
Dyfcom replied to wrobelda's topic in Allwinner sunxi
Fixed it! -
Package armbian-config is not available
Dyfcom replied to Dyfcom's topic in Software, Applications, Userspace
this worked on a fresh installed armbian: apt update && apt upgrade -y wget -O armbian-config.deb 'https://forum.armbian.com/applications/core/interface/file/attachment.php?id=12473&key=a65459c80c08c1043133549c7b2b7b01' apt --fix-broken install dpkg -i armbian-config.deb Thanks @Igor! Note: I am on Armbian_23.02.2_Nanopim4v2_bullseye_current_5.15.93_minimal. And not on Armbian_community_24.5.0-trunk.667_Nanopim4v2_bookworm_current_6.6.31_minimal. I am using it for OpenMediaVault! -
Package armbian-config is not available
Dyfcom replied to Dyfcom's topic in Software, Applications, Userspace
How can I test this? I am not so familiar with changes in github 😅 Edit: I think I need to build it myself? -
Hello, I installed a fresh `Armbian_23.02.2_Nanopim4v2_bullseye_current_5.15.93_minimal.img.xz` for the Nanopi M4v2. But when I try to install `armbian-config' after an `apt update`, I got following error: root@nanopim4v2:~# apt install armbian-config Reading package lists... Done Building dependency tree... Done Reading state information... Done Package armbian-config is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'armbian-config' has no installation candidate also checked the apt-cache: apt-cache showpkg armbian-config Package: armbian-config Versions: Reverse Depends: armbian-bsp-cli-nanopim4v2,armbian-config Dependencies: Provides: Reverse Provides: Also tried the `3rd party Debian based distributions`from https://github.com/armbian/config, but got the same error. There is also a second unsolved thread: I stay now with the non-minimal, but is there a solution for future using of the minimal with armbian-config? Thanks and greeting!
-
Fresh install, package armbian-config is unavailable
Dyfcom replied to wrobelda's topic in Allwinner sunxi
Got the same problem with `Armbian_23.02.2_Nanopim4v2_bullseye_current_5.15.93_minimal.img.xz` for the Nanopi M4v2. Did you get it fixed? root@nanopim4v2:~# apt install armbian-config Reading package lists... Done Building dependency tree... Done Reading state information... Done Package armbian-config is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'armbian-config' has no installation candidate apt-cache showpkg armbian-config Package: armbian-config Versions: Reverse Depends: armbian-bsp-cli-nanopim4v2,armbian-config Dependencies: Provides: Reverse Provides: Greeting