Jump to content

problem with Enable 3D Acceleration, mount Exfat external drive, blank screen on VNC


Tarakula

Recommended Posts

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

 

 

Link to comment
Share on other sites

Armbian & Khadas are rewarding contributors

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 by Tarakula
Link to comment
Share on other sites

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 by royk
Adding another option
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines