Welcome, Guest. Please login or register.

Author Topic: openSUSE 11.1-1 for X1000 "experimental"  (Read 4719 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • Show only replies by xeno74
    • http://www.supertuxkart-amiga.de
openSUSE 11.1-1 for X1000 "experimental"
« on: September 29, 2013, 01:08:41 AM »


Hi there,

I've released openSUSE 11.1-1 for the AmigaOne X1000.

Download: openSUSE-11.1-1-x1000-ppc64.tar.gz "experimental"

Known problems:


  • SB600 Soundchip doesn't work
  • 3D acceleration doesn't work


Be aware, that openSUSE is experimental and isn't supported.

Here are the installation instructions for openSUSE (based on the Fedora installation instructions by Pat Wall. Thanks to Pat :) )

You must have another Linux distribution already installed such as Debian, MintPPC, Ubuntu etc in
order to install openSUSE 11.1-1. Login to your current Linux distribution, e.g. Debian or
Ubuntu and create an ext3 partition of at least 20GB using GParted or similar tool of your choice.
You should also create a Linux swap partition.

Login to your current Linux distribution, e.g. Debian or Ubuntu, and open a terminal to complete
the following steps.
Become the root user by entering
Code: [Select]
su

Enter your root password
Download the kernel tarball from the following URL: kernel-3.10.3-6.17-2-powerpc-x1000-ubuntu.tar.bz2
Unpack the kernel tarball and copy it to your CF Card or USB Stick so it will be available to select
when booting from CFE:
Code: [Select]
tar jxvf kernel-3.10.3-6.17-2-powerpc-x1000-ubuntu.tar.bz2

Code: [Select]
cp /path/to/vmlinux-3.10.3-2-ubuntu /path/to/cfcard

Create a mount point on which to mount the openSUSE tarball:
Code: [Select]
mkdir /mnt/opensuse

Mount the partition where you want to install openSUSE.
Code: [Select]
mount -t ext3 /dev/sdXX /mnt/opensuse

Download the openSUSE tarball from the following URL: openSUSE-11.1-1-x1000-ppc64.tar.gz
(The compressed image is 1.1GB in size and will expand to 3.1GB )
Copy the tar.gz file to the partition where you want to install openSUSE.
Code: [Select]
cp openSUSE-11.1-1-x1000-ppc64.tar.gz /mnt/opensuse

Change to /mnt/opensuse.
Code: [Select]
cd /mnt/opensuse

Unpack the tarball.
Code: [Select]
tar zxvf openSUSE-11.1-1-x1000-ppc64.tar.gz

Configure fstab to reflect your system e.g. replacing the strings with your own root partition
and swap partition respectively. In this example /dev/sdb2 is the root partition and /dev/sdb3 is the
swap partition.
Code: [Select]
nano -w /mnt/opensuse/etc/fstab
Code: [Select]
/dev/sdb2 / ext3 acl,user_xattr 1 1
/dev/sdb3 swap swap defaults 0 0
You can now reboot into your openSUSE installation:

Code: [Select]
reboot

Booting openSUSE
To boot openSUSE at the CFE prompt you will need to do the following:
Remember to substitute the root partition (/dev/sdb2 in this example) that you installed openSUSE on.
(Note this is typed as a single line at the CFE prompt)
Code: [Select]
CFE> setenv bootargs "root=/dev/sdb2"Boot the provided vmlinux-3.10.3-2-ubuntu kernel from a usb stick or compact flash card.
Code: [Select]
CFE> boot -elf -noints -fatfs cf0:vmlinux-3.10.3-2-ubuntu(compact flash card)

Code: [Select]
CFE> boot -elf -noints -fatfs usbdisk0:vmlinux-3.10.3-2-ubuntu(USB disk)

openSUSE will now boot to the “Shell Login” Screen.

Login into openSUSE with the administrator account root.

The default root password is: amigaone (all lower-case)

Change the root password to the password of your choice.
Code: [Select]
passwd

Enter your new password and confirm.
While still logged in as root you will need to setup X11.
Code: [Select]
sax2



Configure your display, the resolution and the colors.

Save you configuration.

Start the KDE Display Manager with

Code: [Select]
kdmYou can login with the user "amigaone".

The default password is: amigaone (all lower-case)

Have a lot of fun with openSUSE. Be aware, that openSUSE is experimental and isn't supported.
« Last Edit: September 29, 2013, 01:11:19 AM by xeno74 »
 

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • Show only replies by xeno74
    • http://www.supertuxkart-amiga.de
Re: openSUSE 11.1-1 for X1000 "experimental"
« Reply #1 on: October 06, 2013, 11:37:02 AM »


Hi All,

I've released openSUSE 12.3-1 for the AmigaOne X1000.
I've provided a installation instruction and a pre-configured tar file.

http://forum.hyperion-entertainment.biz/viewtopic.php?f=35&t=1996

Have a nice day.

Rgds,
Christian

Offline Iggy

  • Hero Member
  • *****
  • Join Date: Aug 2009
  • Posts: 5348
    • Show only replies by Iggy
Re: openSUSE 11.1-1 for X1000 "experimental"
« Reply #2 on: October 06, 2013, 08:37:15 PM »
Quote from: xeno74;749476


Hi All,

I've released openSUSE 12.3-1 for the AmigaOne X1000.
I've provided a installation instruction and a pre-configured tar file.

http://forum.hyperion-entertainment.biz/viewtopic.php?f=35&t=1996

Have a nice day.

Rgds,
Christian

Great work Christian.
Just a finicky point.
The SB600 doesn't have a sound chip, the sound chip is just connected to it.
I'm surprised you guys couldn't figure out a driver for it.
But then, what does it matter?
I'm sure there is an SB Live driver that could be used.

Hey, long live the supposedly "dead" ISA, PPCs!
"Not making any hard and fast rules means that the moderators can use their good judgment in moderation, and we think the results speak for themselves." - Amiga.org, terms of service

"You, got to stem the evil tide, and keep it on the the inside" - Rogers Waters

"God was never on your side" - Lemmy

Amiga! "Our appeal has become more selective"
 

Offline magnetic

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2531
    • Show only replies by magnetic
Re: openSUSE 11.1-1 for X1000 "experimental"
« Reply #3 on: October 06, 2013, 10:49:51 PM »
awesome work, one of the things that adds both value and coolness to X1000 is you getting modern GNU Linux distros running.
bPlan Pegasos2 G4@1ghz
Quad Boot:Reg. MorphOS | OS4.1 U4 |Ubuntu GNU-Linux | MacOS X

Amiga 2000 Rom Switcher w/ 3.1 + 1.3 | HardFrame SCSI | CBM Ram board| A Squared LIVE! 2000 | Vlab Motion | Firecracker 24 gfx

Commodore CDTV: 68010 | ECS | 9mb Ram | SCSI -TV | 3.9 Rom | Developer EPROMs
 

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • Show only replies by xeno74
    • http://www.supertuxkart-amiga.de
Re: openSUSE 11.1-1 for X1000 "experimental"
« Reply #4 on: October 14, 2013, 12:02:53 PM »
Quote from: Iggy;749505
Great work Christian.
Just a finicky point.
The SB600 doesn't have a sound chip, the sound chip is just connected to it.

You're right. It's a SigmaTel STAC92HD700 chip.

By the way I've ported the openSUSE kernel 3.9.8.1 for openSUSE 12.3. I've done the following steps:

1) I have downloaded the openSUSE kernel sourcen
2) I have patched it with the 3.9.8 nemo patch
3) I have merged the openSUSE config with Pat's config

Download: kernel-3.9.8.1-x1000-opensuse-ppc64.tar.bz2

Rgds,
Christian

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • Show only replies by xeno74
    • http://www.supertuxkart-amiga.de
Re: openSUSE 11.1-1 for X1000 "experimental"
« Reply #5 on: November 01, 2013, 02:05:58 PM »
A new tarball of openSUSE 12.3 is here!
 
 New:
 
 - sound support (SigmaTel STAC92HD700)
 - added modules directory for the X1000 Linux kernel  3.9.8.1SuSE
 
 Download: openSUSE-12.3-2-x1000-ppc.tar.gz


Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • Show only replies by xeno74
    • http://www.supertuxkart-amiga.de
Re: openSUSE 11.1-1 for X1000 "experimental"
« Reply #6 on: November 01, 2013, 10:56:57 PM »
Would you like sound on openSUSE 11.1?

If yes then you have to install the openSUSE kernel: kernel-3.9.8.1-x1000-opensuse-ppc64.tar.bz2. Copy the kernel vmlinux-3.9.8.1-opensuse to the CF card and the modules directory 3.9.8SuSE to /lib/modules. Please reboot the AmigaOne X1000 and choose openSUSE 11.1 from the CFE boot menu. Login as root and type:

Code: [Select]
depmod -aStart YaST2 and configure the soundchip with PulseAudio.

Have a lot of fun with openSUSE 11.1.

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • Show only replies by xeno74
    • http://www.supertuxkart-amiga.de
Re: openSUSE 11.1-1 for X1000 "experimental"
« Reply #7 on: November 02, 2013, 08:40:22 PM »
Quote from: xeno74;751641
Would you like sound on openSUSE 11.1?

If yes then you have to install the openSUSE kernel: kernel-3.9.8.1-x1000-opensuse-ppc64.tar.bz2. Copy the kernel vmlinux-3.9.8.1-opensuse to the CF card and the modules directory 3.9.8SuSE to /lib/modules. Please reboot the AmigaOne X1000 and choose openSUSE 11.1 from the CFE boot menu. Login as root and type:

Code: [Select]
depmod -aStart YaST2 and configure the soundchip with PulseAudio.

Have a lot of fun with openSUSE 11.1.

openSUSE 11.1:

Sorry I have forgotten to tell you that you have to create/edit a CFE entry for the openSUSE kernel.

openSUSE 12.3:

Please install only 32-bit packages with YaST2 or zypper because 64-bit packages won't work. The PA6T is not compatible (enough) to POWER4 which is the minimum requirement for 64-bit openSUSE 12.3 to work.

Offline Iggy

  • Hero Member
  • *****
  • Join Date: Aug 2009
  • Posts: 5348
    • Show only replies by Iggy
Re: openSUSE 11.1-1 for X1000 "experimental"
« Reply #8 on: November 02, 2013, 09:10:37 PM »
Great work, Christian.
While ridiculously expensive new, I still get a big kick out of PPC platforms.
"Not making any hard and fast rules means that the moderators can use their good judgment in moderation, and we think the results speak for themselves." - Amiga.org, terms of service

"You, got to stem the evil tide, and keep it on the the inside" - Rogers Waters

"God was never on your side" - Lemmy

Amiga! "Our appeal has become more selective"
 

Offline xeno74Topic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2010
  • Posts: 386
    • Show only replies by xeno74
    • http://www.supertuxkart-amiga.de
Re: openSUSE 11.1-1 for X1000 "experimental"
« Reply #9 on: November 03, 2013, 12:49:03 PM »
Hi All,

I've released a new tar file of the older version 11.1 of openSUSE.  

New:


  • sound support configured (SigmaTel STAC92HD700)
  • added modules directory for the X1000 Linux kernel 3.9.8.1SuSE
  • updated Firefox to 10.0.7 ESR
  • added a lot of packages especially the very well documentation of openSUSE
Screenshot:  



Download: openSUSE-11.1-2-x1000-ppc64.tar.gz

It requires the openSUSE kernel for the AmigaOne X1000: kernel-3.9.8.1-x1000-opensuse-ppc64.tar.bz2

Have fun with openSUSE 11.1-2.

All the best,
Christian