Ubuntu 10.04.4 LTS

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Ubuntu 10.04.4 LTS

Post by xeno74 »

Hi All,

I released the new Arctic Fox 27.9.16 for older Linux PPC distributions like Ubuntu 10.04 LTS or higher today.

Download: arcticfox-27.9.16-ubuntu10.04-powerpc.tar.bz2

For Ubuntu 10.04: You need to install the GCC 4.8 and the libatomic1 via the repository 'ppa:ubuntu-toolchain-r/test'.

Code: Select all

sudo add-apt-repository ppa:ubuntu-toolchain-r/test

Code: Select all

sudo apt-get update; sudo apt-get install gcc-4.8 g++-4.8
Screenshot of the new Arctic Fox 27.9.16 on the Ubuntu 10.04 PowerPC live DVD:

Image

Compiling Arctic Fox 27.9.16 on Ubuntu 10.04.4 LTS PowerPC:

Image

Arctic Fox 27.9.16 on Ubuntu 10.04.4 LTS PowerPC:

Image

Cheers,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Ubuntu 10.04.4 LTS

Post by xeno74 »

Hi All,

Arctic Fox 27.9.17 has been released for Ubuntu 10.04 or higher.

Change Log: github.com/wicknix/Arctic-Fox/releases/tag/v27.9.17

Download: arcticfox-27.9.17-ubuntu10.04-powerpc.tar.bz2

You need to install the GCC 4.8 and the libatomic1 via the repository 'ppa:ubuntu-toolchain-r/test'.

Code: Select all

sudo add-apt-repository ppa:ubuntu-toolchain-r/test

Code: Select all

sudo apt-get update; sudo apt-get install gcc-4.8 g++-4.8
Screenshot of Arctic Fox 27.9.17 on Ubuntu 10.04.4 LTS PowerPC:

Image

Cheers,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Ubuntu 10.04.4 LTS

Post by xeno74 »

xeno74 wrote:Updated sources.list:

Code: Select all

# deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release powerpc (20100428)]/ lucid main
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://old-releases.ubuntu.com/ubuntu lucid main restricted
deb-src http://old-releases.ubuntu.com/ubuntu lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu/ lucid universe
deb-src http://old-releases.ubuntu.com/ubuntu lucid universe
deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://old-releases.ubuntu.com/ubuntu lucid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://old-releases.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://old-releases.ubuntu.com/ubuntu lucid multiverse
deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://old-releases.ubuntu.com/ubuntu lucid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://old-releases.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://old-releases.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://old-releases.ubuntu.com/ubuntu/ lucid-security main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-security main restricted
deb http://old-releases.ubuntu.com/ubuntu/ lucid-security universe
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-security universe
deb http://old-releases.ubuntu.com/ubuntu/ lucid-security multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-security multiverse
The old-releases repository doesn't work currently. Please use the repository from ustc.edu.cn. You can simple update your sources.list with the following vi command:

Code: Select all

:%s/old-releases.ubuntu.com/mirrors.ustc.edu.cn\/ubuntu-old-releases/g
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Ubuntu 10.04.4 LTS

Post by xeno74 »

New sources.list:

Code: Select all

deb http://old-releases.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://old-releases.ubuntu.com/ubuntu lucid main restricted

deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted
deb http://old-releases.ubuntu.com/ubuntu lucid universe
deb-src http://old-releases.ubuntu.com/ubuntu lucid universe
deb http://old-releases.ubuntu.com/ubuntu lucid-updates universe
deb-src http://old-releases.ubuntu.com/ubuntu lucid-updates universe

deb http://old-releases.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid multiverse
deb http://old-releases.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-updates multiverse

deb http://old-releases.ubuntu.com/ubuntu/ lucid-security main restricted
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-security main restricted
deb http://old-releases.ubuntu.com/ubuntu/ lucid-security universe
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-security universe
deb http://old-releases.ubuntu.com/ubuntu/ lucid-security multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ lucid-security multiverse
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Ubuntu 10.04.4 LTS

Post by xeno74 »

Just for info. Xorg doesn't start anymore on Ubuntu 10.04 if you use new kernels. If you want to use Xorg on Ubuntu 10.04, then please use the stable longterm kernel 5.10. I don't know if the new kernels work with Xorg on Ubuntu 12.04.

@All
Could you please test the RC5 of kernel 5.13 with Ubuntu 12.04?
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply