MintPPC

AmigaOne X5000 platform specific issues related to Linux only.
Roland
Posts: 873
Joined: Tue May 02, 2017 8:23 am

Re: MintPPC

Post by Roland »

xeno74 wrote: Thu Nov 16, 2023 4:29 am Jeroen Diederen has released a new MintPPC disk image.

Download: mintppc32-live-2023-root.img.gz
If you have already installed it, could you please test with VLC whether the "Qt issue" (keyboard needed for navigating menus etc.) is still present? Thank you!
- Roland -
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

Add the following repo for browsers and email clients:

deb http://u58733p55594.web0093.zxcs-klant.nl/wicknix ./
xeno74 wrote: Mon Feb 20, 2023 10:32 am
Roland wrote: Sun Feb 19, 2023 11:02 am I cannot currently get all the depot indexes updated in Synaptic, there appears an error message. Looks like some depots are not anymore available. Do others have the same problem with MintPPC?
Hi Roland,

I had some issues with invalid signatures because of the old debian-ports repository public key.

Code: Select all

W: Failed to fetch http://deb.debian.org/debian-ports/dists/unreleased/InRelease  The following signatures were invalid: EXPKEYSIG B523E5F3FC4E5F2C Debian Ports Archive Automatic Signing Key (2023) <[email protected]> The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8D69674688B6CB36
I solved it with installing the new public key.

Code: Select all

apt install debian-ports-archive-keyring
After that I was able to update the indexes.

Code: Select all

┌──(root💀mintppc)-[~]
└─# apt update                                                      
Hit:1 http://ftp.de.debian.org/debian sid InRelease
Hit:2 http://u58733p55594.web0093.zxcs-klant.nl/repo unstable InRelease                                                                           
Hit:3 http://ftp.debian.org/debian unstable InRelease                                                                                             
Hit:4 http://deb.debian.org/debian-ports sid InRelease
Hit:5 http://deb.debian.org/debian-ports unreleased InRelease
Hit:6 http://deb.debian.org/debian-ports experimental InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
2284 packages can be upgraded. Run 'apt list --upgradable' to see them.
Cheers,
Christian
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

It would also be handy for you guys to read the homepage of MintPPC, as you get tips and tricks. I update the site frequently.
http://mintppc.nl
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: MintPPC

Post by Skateman »

Thanks a lot for the work on MintPPC.. i will try to get it up and running on my Mirari PPC Board.
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

I am working on a complete LMDE 6 ported to PPC64. This would be great for Mirari. It has the cinnamon desktop, looks great!
https://forums.macrumors.com/threads/lm ... 4.2456646/
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

Skateman wrote: Sat May 10, 2025 9:59 am Thanks a lot for the work on MintPPC.. i will try to get it up and running on my Mirari PPC Board.
Can you please test how well a cinnamon desktop works on your platform?
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: MintPPC

Post by Skateman »

MintPPC running on the Mirari board. I do have some issues with the package repositories?

Image
mintppc wrote: Tue May 13, 2025 2:09 am
Skateman wrote: Sat May 10, 2025 9:59 am Thanks a lot for the work on MintPPC.. i will try to get it up and running on my Mirari PPC Board.
Can you please test how well a cinnamon desktop works on your platform?
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

I never polished the MATE desktop, the default is LXDE. What is the problem wirh the repo? Can you show me the error(s)? I presume you used an image directly copied to your disk to install MintPPC? I am not sure how up to date that image is.
I would like you to install a cinnamon desktop

Code: Select all

apt install task-cinnamon-desktop

and login into a cinnamon session. Is it snappy enough on your machine?
mintppc
Posts: 74
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

mintppc wrote: Sat May 10, 2025 7:43 am Add the following repo for browsers and email clients:

deb http://u58733p55594.web0093.zxcs-klant.nl/wicknix ./
xeno74 wrote: Mon Feb 20, 2023 10:32 am
Roland wrote: Sun Feb 19, 2023 11:02 am I cannot currently get all the depot indexes updated in Synaptic, there appears an error message. Looks like some depots are not anymore available. Do others have the same problem with MintPPC?
Hi Roland,

I had some issues with invalid signatures because of the old debian-ports repository public key.

Code: Select all

W: Failed to fetch http://deb.debian.org/debian-ports/dists/unreleased/InRelease  The following signatures were invalid: EXPKEYSIG B523E5F3FC4E5F2C Debian Ports Archive Automatic Signing Key (2023) <[email protected]> The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8D69674688B6CB36
I solved it with installing the new public key.

Code: Select all

apt install debian-ports-archive-keyring
After that I was able to update the indexes.

Code: Select all

┌──(root💀mintppc)-[~]
└─# apt update                                                      
Hit:1 http://ftp.de.debian.org/debian sid InRelease
Hit:2 http://u58733p55594.web0093.zxcs-klant.nl/repo unstable InRelease                                                                           
Hit:3 http://ftp.debian.org/debian unstable InRelease                                                                                             
Hit:4 http://deb.debian.org/debian-ports sid InRelease
Hit:5 http://deb.debian.org/debian-ports unreleased InRelease
Hit:6 http://deb.debian.org/debian-ports experimental InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
2284 packages can be upgraded. Run 'apt list --upgradable' to see them.
Cheers,
Christian
Upgrade from this state won’t work. This looks like a system of years ago. Better start fresh.
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: MintPPC

Post by Skateman »

Seems like the Rep is not available anymore..

E: Failed to fetch http://ftp.debian.org/debian/pool/main/ ... 60_all.deb 404 Not Found [IP: 151.101.66.132 80]
E: Failed to fetch http://deb.debian.org/debian-ports/pool ... owerpc.deb 404 Not Found [IP: 151.101.66.132 80]
E: Failed to fetch http://deb.debian.org/debian-ports/pool ... owerpc.deb 404 Not Found [IP: 151.101.66.132 80]

Etc etc...
Screenshot at 2025-05-13 19-40-19.jpg
Screenshot at 2025-05-13 20-08-31.png
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
Post Reply