Tarakula Posted February 14, 2023 Share Posted February 14, 2023 Problem 1 i just installed Operating system, and then used coding command sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia sudo apt update sudo apt dist-upgrade sudo apt install mali-g610-firmware rockchip-multimedia-config to activate 3d accelerator. but it failed and an error appeared Errors were encountered while processing: /var/cache/apt/archives/mali-g610-firmware_1.0.0-1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) https://ibb.co/0BhLJzm Problem 2 operating system can't mount exfat partition format so I used the following command sudo apt-get install exfat-fuse sudo apt-get install exfat-utils but an error appears orangepi@orangepi5:~$ sudo apt-get install exfat-utils Reading package lists... Done Building dependency tree... Done Reading state information... Done Package exfat-utils 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 'exfat-utils' has no installation candidate https://ibb.co/JRQ4jF5 Problem 3 I'm trying to install vnc server using tightvncserver, when it connects successfully but there is no desktop display https://ibb.co/m9bXY9j 0 Quote Link to comment Share on other sites More sharing options...
Efe Çetin Posted February 14, 2023 Share Posted February 14, 2023 1- Update armbian-firmware package and try again. 2- Install `exfatprogs` 0 Quote Link to comment Share on other sites More sharing options...
bsveinsson Posted February 14, 2023 Share Posted February 14, 2023 Got the same error no. 1 from Tarakula Did try to update but it says that armbian-firmware is at the latest version (22.11.4) Still the same error. 0 Quote Link to comment Share on other sites More sharing options...
Efe Çetin Posted February 14, 2023 Share Posted February 14, 2023 It's updated on nightly branch. If you are using stable armbian repos, dont install mali-g610-firmware 0 Quote Link to comment Share on other sites More sharing options...
Tarakula Posted February 15, 2023 Author Share Posted February 15, 2023 (edited) Quote 1- Update armbian-firmware package and try again. 2- Install `exfatprogs` done install exfatprogs but still cant mount exfat partition. also any fix for vnc no desktop display? Edited February 15, 2023 by Tarakula 0 Quote Link to comment Share on other sites More sharing options...
royk Posted February 17, 2023 Share Posted February 17, 2023 Are you trying to run it with Wayland? You could try Remote Desktop. 0 Quote Link to comment Share on other sites More sharing options...
Tarakula Posted February 17, 2023 Author Share Posted February 17, 2023 (edited) Quote Are you trying to run it with Wayland? You could try Remote Desktop. Yes it try install xrdp, but same error black screen only Edited: Remote desktop solve. work fine using nomachine. any problem solve for exfat partition cant be mounted? exfat-fuse, exfat-utils, exfatprogs none of this work Edited February 17, 2023 by Tarakula 0 Quote Link to comment Share on other sites More sharing options...
royk Posted February 17, 2023 Share Posted February 17, 2023 (edited) 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 Edited February 17, 2023 by royk Adding another option 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.