Adelie

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Adelie

Post by musa »

Hi
I put adelie-rootfs-ppc64-1.0-rc2 into an empty partition and then boot into Adelie.
No graphics login (of course) but could log in with user root and password live.
The system seems to be working. Can create new users and give them passwords.
I wonder if anyone else knows Adelie.
Have a nice day

Update:
I got net working
DHCPCD eth1
ln -s /etc/init.d/net.lo /etc/init.d/net.eth1
rc-update add net.eth1 default

Image
Last edited by musa on Sat Dec 10, 2022 1:23 pm, edited 2 times in total.
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Adelie

Post by xeno74 »

musa wrote: Fri Dec 09, 2022 3:38 pm Hi
I put adelie-rootfs-ppc64-1.0-rc2 into an empty partition and then boot into Adelie.
No graphics login (of course) but could log in with user root and password live.
The system seems to be working. Can create new users and give them passwords.
I wonder if anyone else knows Adelie.
Have a nice day
It’s interesting. I haven’t tested it yet but Roland tested it on his X5000 8 months ago.

Link to the thread: Adélie Linux
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: Adelie

Post by musa »

Hi
Currently I am stuck with a permission denied certificate error when I try to install something with APK.
Couldn't find any solution right now.
Have a nice day

Edit: solution is date -s "date time" 10 dec 2022 22:20_00.
then i can install without error.
Now i come to a black screen with a working mouse.
found that the Qt platform cant be loadet. qt.qpa.xcb could not connect to display .
Now I take a break
:D
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: Adelie

Post by musa »

Hi
I've come a little further. :)
Now I've managed to get Kde desptop working at a pretty decent speed. Sound does not work.
For now it's just kde-plasma and icewm
I got to work.
there are still quite a few problems :)
Have a nice day
Peter


Image
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Adelie

Post by xeno74 »

musa wrote: Mon Dec 12, 2022 2:47 pm Hi
I've come a little further. :)
Now I've managed to get Kde desptop working at a pretty decent speed. Sound does not work.
For now it's just kde-plasma and icewm
I got to work.
there are still quite a few problems :)
Have a nice day
Peter
Great! :-) Have you copied the kernel modules directory to /lib/modules because of sound support?
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: Adelie

Post by musa »

Hi Christian
Yes, I have inserted the module folder. do you remember the command to see loaded modules?
My biggest problems are with Repo. I get errors again when I try to install new programs.
Access denied and sometimes untrusted signature or bad file descriptor.
Have a nice day
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Adelie

Post by xeno74 »

musa wrote: Tue Dec 13, 2022 6:30 pm Hi Christian
Yes, I have inserted the module folder. do you remember the command to see loaded modules?
Please try lsmod.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: Adelie

Post by musa »

Hi all

Image

Image

Image

I have now got the Adelie ppc 32 working on my X1000
I have spent many hours getting from a terminal to a graphical login and making the system usable. Adelie is a beta system, but also an exciting experience.
Should anyone be interested in trying, here is a description of what I have done.
I have also made an img file with full system. Login to KDE+Plasma

All this is done in a linux system
I have used this iso adelie-live-kde-ppc-1.0-rc2.iso
http://distfiles.adelielinux.org/adelie/1.0/iso/rc2/
I have mounted the isofile so I can access the content.
unsquashfs of the ppc.squashfs file (adelie system)

Terminal : stand in the folder you want the extracted file in.
sudo unsquashfs /media/musa/Adelie-ppc/ppc.squashfs (path to the mounted iso file. Replace my username)

New adelie partition
Mount an empty partition formatted in ext4
Terminal: stand in the root of the folder with the extracted squashfs files.
sudo rsync --stats --progress --numeric-ids -axAhHSP . /media/musa/adelie-kde (the new partition with new name)

Check the contents of /etc/apk/keys
The following files should be there
powerpc-1@packages.adelielinux.org.pub
powerpc-2@packages.adelielinux.org.pub
packages@adelielinux.org.pub
If they are missing, download this file
adelie-rootfs-ppc-1.0-rc2.txz from the adelislinux website
http://distfiles.adelielinux.org/adelie/1.0/iso/rc2/
extract the file and take the missing files from /etc/apk/keys and put them
in the folder where they were missing. Delete all other key files
Check that the file /etc/apk/repositories looks like this:
https://distfiles.adelielinux.org/adelie/1.0/system
https://distfiles.adelielinux.org/adelie/1.0/user
and only that.

Then you are ready to boot your new partition
I use kernel 6.1 with modules because it finds my built-in sound card
If you get an sddn logging then select user live password live or root password live
If you only get to a terminal, log in as root with password live.
and do the following
setting date and time (otherwise apk won't work)
date -s "20 12 2022 13:15:00" use your time and date

set network up. If you only have one netcard, eth0 is used
ifconfig to see active netcard
dhcpcd eth1
ln -s /etc/init.d/net.lo /etc/init.d/net.eth1
rc-update add net.eth1

APK installer
Use first. apk update
If there are no errors, you can proceed
installing programs or deleting programs

akd add program name
akd part program name

Install this
apk add kde
apk add sddm
apk add htop
Now you can start sddm and get graphics login
service sddm start
Here is more for later installation
apk add libreoffice Libreoffice works when the exe file in /usr/bin is made executable
Firefox firefox-esr not working
you can see more programs here
http://distfiles.adelielinux.org/adelie/1.0/user/ppc/
if you want to go back to your root terminal press ctrl alt f1
ctrl alt f7 will bring you back if sddm is still running

Adelie does not use lightdm but SDDM
service sddm stop
service sddm start

Just ask if there is anything missing

Have a nice day
Musa
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Adelie

Post by xeno74 »

Great! Thank you! :-)
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
nbache
Beta Tester
Beta Tester
Posts: 1714
Joined: Mon Dec 20, 2010 7:25 pm
Location: Copenhagen, Denmark
Contact:

Re: Adelie

Post by nbache »

Looks nice!

Is there anything in particular which (in your opinion) makes Adélie interesting to explore for AmigaOne users, or is it more a matter of "because we can", i.e. another option next to Fienix, Void and the others?

I'm not against the "because we can" motivation at all, just wondering :-).

Best regards,

Niels
Post Reply