Adélie Linux

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
kilaueabart
Posts: 1186
Joined: Mon Mar 05, 2012 2:36 am

Re: Adélie Linux

Post by kilaueabart »

Adelie came up fine today.
I wonder if I will ever figure out how to use it.
It tells me I have a wire connection to the internet, but no hint on how to get a browser. I will copy this from Kate on Adelie to my Mutual thumb drive and send it later from my Windows laptop .
Roland
Posts: 873
Joined: Tue May 02, 2017 8:23 am

Re: Adélie Linux

Post by Roland »

kilaueabart wrote: Fri Jul 19, 2024 6:00 am I wonder if I will ever figure out how to use it.
It tells me I have a wire connection to the internet, but no hint on how to get a browser. I will copy this from Kate on Adelie to my Mutual thumb drive and send it later from my Windows laptop .
I'm afraid you did not read this thread from the very beginning... I tried to warn in my early reports that Adelie is, in contrats to e.g. Fienix, is still very BETA and far from suitable for normal use:

viewtopic.php?p=58026#p58026

AFAIK, Netsurf 3.10 is currently the only browser for it, and it can be installed with APK (please see Xeno's instructions in this thread).

But for everyday use, it's best to stay with Fienix or MintPPC. Adelie is only a 'curiosity' in it's present state...
- Roland -
User avatar
kilaueabart
Posts: 1186
Joined: Mon Mar 05, 2012 2:36 am

Re: Adélie Linux

Post by kilaueabart »

It's a lot of fun to click around in and find things to wonder about, though. I'll have another go at APK and see if I can get Netsurf. Thanks for the tip.
User avatar
kilaueabart
Posts: 1186
Joined: Mon Mar 05, 2012 2:36 am

Re: Adélie Linux

Post by kilaueabart »

Whee! Netsurf was already here and ready to use!
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adélie Linux

Post by xeno74 »

I tested Adélie Linux on my X5000/40 today.

Image

SSH is activated in the latest noboot disk image.

You can check it with:

Code: Select all

# service sshd status
If you can't log in via SSH then please modify the password from the live user.

Code: Select all

# passwd live
I was able to start Arctic Fox via a Void chroot on Adélie Linux today.

Code: Select all

xhost +
su -
# export DISPLAY=:0
# cd /run/media/live/void
# mount -t proc none ./proc
# mount -o bind /dev ./dev
# mount -t sysfs sys ./sys
# xhost +
# chroot .
# cd /home/amigaone/arcticfox
# ./arcticfox
Image
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adélie Linux

Post by xeno74 »

OpenGL works in a chroot as well. Unfortunately audio doesn't work. Maybe I need an additional command.

Image
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adélie Linux

Post by xeno74 »

xeno74 wrote: Sun Aug 04, 2024 12:17 pm OpenGL works in a chroot as well. Unfortunately audio doesn't work. Maybe I need an additional command.
Maybe this helps:

Code: Select all

# cd /run/media/live/void
# mkdir -p ./$XDG_RUNTIME_DIR/pulse
# mount -o bind $XDG_RUNTIME_DIR/pulse ./$XDG_RUNTIME_DIR/pulse
echo $XDG_RUNTIME_DIR
Output: /run/user/0
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adélie Linux

Post by xeno74 »

Repository of Adélie Linux: distfiles.adelielinux.org

Image

Soon in this repository:

Image
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Adélie Linux

Post by xeno74 »

I love Adélie Linux. :-) Adélie on my X5000/40 with kernel 6.12-rc5 (Thanks to A. Wilcox):

Image
User avatar
kilaueabart
Posts: 1186
Joined: Mon Mar 05, 2012 2:36 am

Re: Adélie Linux

Post by kilaueabart »

Adelie has quit working on my machine! I log in on that pretty login screen and eventually another screen comes up all dark except for a moveable cursor and a Search requester in the center top. I have been able to look at all the files I have in Adelie (also those in my fienixes and in void and in mate) but no way to run an operation in Adelie. Soon I end up with a black screen and white cursor that I can't do anything with. No more Search requester. Very depressing.

I guess maybe I'll try reinstalling Adelie.
Post Reply