Search found 10175 matches

by xeno74
Sat Feb 08, 2025 4:23 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: BrassMonkey
Replies: 15
Views: 64487

Re: BrassMonkey

Hi All,

Wicknix has released the BrassMonkey 33.5.1 Internet Suite. It contains a web browser, email client, HTML editor, IRC client, News client and RSS client.

I compiled it for Linux PPC today.

Downloads: github.com

https://i.ibb.co/cKyJ5GgV/Brass-Monkey-33-5-1-Linux-PPC.png

Cheers ...
by xeno74
Sat Feb 08, 2025 4:22 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: BrassMonkey
Replies: 10
Views: 75463

Re: BrassMonkey

Hi All,

Wicknix has released the BrassMonkey 33.5.1 Internet Suite. It contains a web browser, email client, HTML editor, IRC client, News client and RSS client.

I compiled it for Linux PPC today.

Downloads: github.com

https://i.ibb.co/cKyJ5GgV/Brass-Monkey-33-5-1-Linux-PPC.png

Cheers ...
by xeno74
Fri Feb 07, 2025 3:45 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: New kernels
Replies: 1036
Views: 2735103

Re: New kernels

Hypex wrote: Fri Feb 07, 2025 3:17 pm Yes the RC1 of kernel 6.14 works on my X1000.
Great! Many thanks for testing. :-)
by xeno74
Fri Feb 07, 2025 12:23 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: New kernels
Replies: 1036
Views: 2735103

Re: New kernels

New for the kernel 6.14-rc2:
by xeno74
Fri Feb 07, 2025 6:02 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Adélie Linux
Replies: 80
Views: 38669

Re: Adélie Linux

kilaueabart wrote: Fri Feb 07, 2025 2:00 am How long has it been since I last logged in to Adelie?
Command: last | head
by xeno74
Fri Feb 07, 2025 5:20 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: New kernels
Replies: 1073
Views: 3159703

Re: New kernels

kilaueabart wrote: Fri Feb 07, 2025 1:29 am Where should I extract browsers to?
To your home folder for example /home/amigaone.
by xeno74
Thu Feb 06, 2025 7:41 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: New kernels
Replies: 1036
Views: 2735103

Re: New kernels

Hi All,

I have released the stable long-term kernel 5.10.232.

Download: github.com

Alternative download link: linux-image-5.10.232-X1000_X5000.tar.gz

Thanks,
Christian
by xeno74
Thu Feb 06, 2025 7:37 pm
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: New kernels
Replies: 1073
Views: 3159703

Re: New kernels

Hi All,

I have released the stable long-term kernel 5.10.232.

Download: github.com

Alternative download link: linux-image-5.10.232-X1000_X5000.tar.gz

@Roland
Could you please test this kernel with the compressed kernel modules on your X5000?

Thanks,
Christian
by xeno74
Thu Feb 06, 2025 2:58 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: New kernels
Replies: 1036
Views: 2735103

Re: New kernels

musa wrote: Thu Feb 06, 2025 1:08 pm Hi
Debian 64 trixie boot on vmlinux-6.14_rc1

Have a nice day
Thank you for testing. It helps me a lot.
by xeno74
Thu Feb 06, 2025 5:16 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: BrassMonkey
Replies: 15
Views: 64487

Re: BrassMonkey

Linux PPC (32-bit) .mozconfig


export CC="gcc -m32"
export CXX="g++ -m32"
mk_add_options PYTHON=/usr/bin/python2
mk_add_options AUTOCONF=/usr/bin/autoconf-2.13

# Set GTK Version to 2 or 3
_GTK_VERSION=2

ac_add_options --target=powerpc-linux-gnu
ac_add_options --host=powerpc-linux-gnu
ac_add ...