MintPPC

AmigaOne X5000 platform specific issues related to Linux only.
mintppc
Posts: 137
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

Code: Select all

sudo apt remove vlc && sudo apt autoremove
sudo apt update
sudo apt install vlc-data=3.0.21-11+mintppc2
sudo apt install vlc
It did not solve your problem :(
User avatar
Skateman
Posts: 961
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: MintPPC

Post by Skateman »

This made me install VLC again!!

Thanks !
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
User avatar
xeno74
Posts: 10830
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: MintPPC

Post by xeno74 »

The new SeaLion 33.9.0.1 crashes on MintPPC32 when visiting certain websites for example heise.de. The reason for this is MintPPC32's libavcodec.so.61.19.101. I figured it out with gdb today.

Error message:

Code: Select all

Illegal instruction
On Void PPC works the libavcodec.so.58 with the new SeaLion 33.9.0.1 without any problems.

Workaround on MintPPC32:

about:config - search media - set media.ffmpeg.enabled to false

After the workaround, SeaLion 33.9.0.1 works without any problems on MintPPC32.
Roland
Posts: 901
Joined: Tue May 02, 2017 8:23 am

Re: MintPPC

Post by Roland »

e2fsck cannot be installed on MintPPC, though Synaptic lists it. Is it missing from the depots? GParted cannot anymore copy partitions as it seems to need e2fsck.
- Roland -
mintppc
Posts: 137
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

e2fsprogs
Roland
Posts: 901
Joined: Tue May 02, 2017 8:23 am

Re: MintPPC

Post by Roland »

mintppc wrote: Tue Oct 21, 2025 2:05 pme2fsprogs
It seems to be already installed...

But when I try to copy e.g. a Mint25 partition from a disk to another, I get in Gparted this error:
Mint25: ********** WARNING: Filesystem still has errors *********
e2fsck 1.46.2 (28-Feb-2021) dev/sda5 has unsupported feature(s): FEATURE_C12 e2fsck: Get a newer version of e2fsck!
So, the e2fsck seems to be badly outdated (from 2021)! Can we please get a newer version of it?-)
- Roland -
mintppc
Posts: 137
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

the latest is 1.47.2-3 and is from June 25.
https://metadata.ftp-master.debian.org/ ... _changelog
Roland
Posts: 901
Joined: Tue May 02, 2017 8:23 am

Re: MintPPC

Post by Roland »

mintppc wrote: Fri Oct 24, 2025 9:03 am the latest is 1.47.2-3 and is from June 25.
https://metadata.ftp-master.debian.org/ ... _changelog
I transferred a Mint 25 partition from a X5040 to a X5020, but it does not boot on the latter. The e2fsck fails during the the initial disk check complaining about that unsupported C12 feature and booting halts to a terminal prompt. How can you fix that?
- Roland -
mintppc
Posts: 137
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

I think you need to upgrade e2fsprogs on the partition you use to do the file system check with e2fsck. In which Linux distribution and what version are you trying to do the e2fsck ? If it is Debian sid based, you can do

Code: Select all

sudo apt update
sudo apt upgrade
and e2fsprogs should upgrade to the latest version 1.47.2-3.
Roland
Posts: 901
Joined: Tue May 02, 2017 8:23 am

Re: MintPPC

Post by Roland »

mintppc wrote: Sat Oct 25, 2025 11:55 am I think you need to upgrade e2fsprogs on the partition you use to do the file system check with e2fsck. In which Linux distribution and what version are you trying to do the e2fsck ? If it is Debian sid based, you can do

Code: Select all

sudo apt update
sudo apt upgrade
and e2fsprogs should upgrade to the latest version 1.47.2-3.
It is the MintPPC 25. And I am not trying to do the filesystem check myself, it is the system which does it automatically when booting! But the booting halts to the 'CRepair:/#' prompt due to this problem. Unfortunately 'APT' command is not found when I try to run it from that prompt...
- Roland -
Post Reply