Request for community help for my Manjaro ARM on a Pinebook Pro laptop :-)

in Linuxlast year (edited)

Hi dear Linux community on Hive!

I've been trying to educate myself about starting with Linux, having invested in a new computer specifically for Mint Cinnamon Edition.... I also got confused when I first made this post, so thank you to @unklebonehead for helping focus my brain: I am using Manjaro ARM on a Pinebook Pro laptop, which I am quite quite stuck with!

Currently, the Updater and the Camera-attaching facilities are stuck - or I am stuck with them! - and I'm not managing to find any suitable help online.... All the tech language is too far beyond my comprehension, so it is really hard to get started!

In the Updater, before updating, there seem to be a stack of 'conflicting' files which need to be deleted, but then the programme states "target not found: kxmlgui5" and fails to go any further. I cannot figure out how to do a screenshot, either :-/
And the Nikon camera seems to have the right wire, but nothing happens when I plug it in and switch it on. I have changed some settings hoping it will recognise the camera, but no result.

Dear Unklebonehead has pointed me in the right direction, and I'm signing up with the Manjaro Linux Forum pages... Let's see how I get on!

Much love to all and happiest New Year cycle to yous all!

Clare.signed.JPG

Sort:  

Is this a brand new fresh install? ie the very first time you have updated after install?

Have you insalled anything on it that it did not come with?

To do a screenshot on Mint Cinnamon just push the "Print Scr" button on your keyboard. That will save the screenshot in a folder called "Screenshots" in your "Pictures" folder. It will be named with the date you took it. To take a screenshot of a specific area of the screen hold shift while pressing the "Print Scr" button and you will see a dialog open where you can click and drage the area of the screen you want.

Another way to update is using the terminal.
Search in your apps for "Terminal"
type the following line into the terminal. When it asks for your password type it in and hit enter. (You will not see anything happening while typing your password for security reasons)

sudo apt update

after that command is done

sudo apt upgrade


kxmlgui5 is a library from KDE. Since Mint uses the Cinnamon desktop I'm guessing that it is having a problem updating a KDE app that you have installed somewhere. So it could be something that you will need install manually. If you can get me a screenshot so we can see what app has it as a dependancy. We can help you out more.

Ciao @unklebonehead ! Happy New Year to you, and thank you sincerely for your help here!

Yes, it was a fresh install - some months ago, and I only started using it properly this month, as I am travelling...
I tried to install some apps (after the initial install), with very little success. They seem to be inside the computer, but not making any sense/ not installing/ not updating. The laptop is a Pinebook.

I tried doing the procedure you suggest above, but got:

"sudo: apt: command not found" for both commands.

:-/

My keyboard does not correspond to the actual keys, and so I must need to reset it.... This too is eluding me! (Which likely is why the screenshot is not working.)

Sorry for being such a beginner; I promise, I have been doing a fair bit of research, but it is not getting any clearer: I may need to go back to basics, or even reinstall the OS, once I am home again.

Ahh. A Pinebook. Which one? If I remember right the Pinebooks are ARM processors simlar to mobile phones. So all the software you install on them must be specifically compiled for ARM processors. Which means you cant just run anything on them. An app may install but it will not work. I'm impressed you got Mint on it because the Mint team do not produce an ARM version, lol. So I'm guessing that it is not specifically for the Pinebook is the underlying problem including the keyboard issues.

Aaaahhh: this is great to know, dear friend @unklebonehead !! I wonder then: would it make sense to reinstall a specific OS for the Pinebook... In the meantime, this is the system info;

Operating System: Manjaro ARM
KDE Plasma Version: 5.27.6
KDE Frameworks Version: 5.107.0
Qt Version: 5.15.10
Kernel Version: 6.3.9-1-MANJARO-ARM (64-bit)
Graphics Platform: X11
Processors: 4 × ARM Cortex-A53, 2 × ARM Cortex-A72
Memory: 3,7 GiB of RAM
Graphics Processor: Mali-T860
Product Name: Pine64 Pinebook Pro

OH. You dont have Mint installed. You have Manjaro with the KDE desktop and not Cinnamon. Now it makes sense why the sudo apt command doesnt work, lol. You dont have apt. Apt is the package manager for debian based distros which Mint is.

I dont have much experience with Manjaro I would have to refer you to their forums and search for Pinebook pro on there.
https://forum.manjaro.org/

Either that or to install something else such as Armbian which is Debian based with the Cinnamon desktop.
https://www.armbian.com/pinebook-pro/

Then whatever software you install from now on make sure it is specifically for ARM and not amd/intel. You want to look for things that say ARM or ARM64.

I wanted to get my hands on one of those Pinebook Pro's when they first came out and I still would love to have one to play with, lol. They look like a lot of fun.

Oh gosh - I am sorry, @unklebonehead !! This is how much of a dunce I am at computers ;-) Of course: it's my OTHER laptop which was rebooted with Linux Mint Cinnamon!!!!
Lord above.
Okay: so I will start afresh with the great links you have shared. This is hugely helpful, at least to have clarified something major. Haha!

Lol.
No worries. This is what makes Linux so freaking awesome!
You cant do this stuff with any other operating system besides BSD and a couple of other really obscure things. Lol.
If a person is patient and can dig around long enough there is nearly nothing that cant be done with Linux.

Me personally I would reinstall the Armbian. But I'm a debian kind of guy. So I may be biased, lol.

But the versioin of Manjaro (the base operating system) you have is for the Pinebook Pro. It's what you installed on top of Manjaro is the issue cause it's not for the ARM system.

I think I said that right. Lol.

Keep us updated. I'm curious as to what the fix will be.

@unklebonehead - I made some good progress by going to https://wiki.manjaro.org/index.php/Pamac which was linked from the forum you suggested: they had a note about a certain Command line which I tried and then lots of things updated, deleted and reorganised themselves! ;-) There is no red shield icon now, which is a good start!

AWESOME!!!!
I remember playing with Arch (Manjaro is based on it) and using pacman. I do know its a great package manager. Super fast and gets the job done. Just be careful running any command as sudo. Make sure you understand what the command does before executing it. Being a super user (sudo = super user do) you can really hose a system if you arent careful.