Page 2 of 6

Re: Kernel 3.13

Posted: Mon Jan 06, 2014 7:04 pm
by xeno74
RC7 with Lubuntu 13.10:
kernel_3.13-rc7_A1-X1000.jpg
(620.6 KiB) Downloaded 351 times

Re: Kernel 3.13

Posted: Tue Jan 14, 2014 12:13 am
by xeno74
The RC 8 is available for testing: vmlinux-3.13-rc8-AmigaOneX1000.tar.bz2
kernel_3.13-rc8_Lubuntu_14.04_A1-X1000.jpg
(535.44 KiB) Downloaded 326 times

Re: Kernel 3.13

Posted: Wed Jan 22, 2014 1:32 pm
by xeno74
Hi All,

I'm proud to announce the release of the Linux Kernel version 3.13.0 for the AmigaOne X1000.

New: www.phoronix.com

Note: The Radeon Dynamic Power Management doesn't work. You have to add the argument and the value "radeon.dpm=0" to the bootargs. For example:

Code: Select all

setenv bootargs "root=/dev/sda4 radeon.dpm=0"
Download: vmlinux-3.13.0-AmigaOneX1000.tar.bz2

For development only:

Ben has not solved the boot problems. I had to add Olof's patches to the Nemo patch file.

Have a lot of fun with the new kernel.

- Christian
nemo_3.13-2.patch.tar.bz2
(7.58 KiB) Downloaded 653 times
nemo_3.13.0.config.tar.bz2
(15.23 KiB) Downloaded 679 times
kernel_3.13.0-A1-X1000-Nemo.png
(84.22 KiB) Downloaded 280 times

Re: Kernel 3.13

Posted: Wed Jan 22, 2014 8:23 pm
by zappa2009
How do you install jessie/sid on your X1000 ?

Re: Kernel 3.13

Posted: Wed Jan 22, 2014 10:27 pm
by mechanic
zappa2009 wrote:How do you install jessie/sid on your X1000 ?
Hm?

You can follow the Debian Install Guide on the A-eon site.

I used the 3.5.7 kernel for the install then switched to a custom 3.12. The 3.13 kernel also
works.

I do not know where the 3.5.7 kernel is hosted anymore. ???

You will need http://cdimage.debian.org/debian-cd/7.3 ... pc/iso-cd/
grab the netinst.iso which works best.

Hello?.........anybody?........Where is 3.5.7?

Re: Kernel 3.13

Posted: Thu Jan 23, 2014 11:23 am
by trevordick
On my machine, ;-) but I will check whether this is still needed.

Trevor

Re: Kernel 3.13

Posted: Thu Jan 23, 2014 3:41 pm
by xeno74
mechanic wrote:
zappa2009 wrote:How do you install jessie/sid on your X1000 ?
Hm?

You can follow the Debian Install Guide on the A-eon site.

I used the 3.5.7 kernel for the install then switched to a custom 3.12. The 3.13 kernel also
works.
You could use the kernel 3.13 to install Debian if you like. :)

Edit: Are there any problems with the Debian installer and new kernels?

Re: Kernel 3.13

Posted: Thu Jan 23, 2014 4:43 pm
by xeno74
zappa2009 wrote:How do you install jessie/sid on your X1000 ?
Hi zappa2009,

It's nice to see you here. :-)

I have added 2 entries to my sources.list for Debian Sid:

/etc/apt/sources.list

Code: Select all

deb http://ftp.us.debian.org/debian experimental main
deb http://ftp.de.debian.org/debian/ unstable main contrib non-free
And then:

Code: Select all

apt-get update

Code: Select all

apt-get upgrade

Code: Select all

apt-get dist-upgrade
Use the stable installer to install a minimal stable system and then change your /etc/apt/sources.list file to testing and do an update and a dist-upgrade, and then again change your /etc/apt/sources.list file to unstable and again do an update and a dist-upgrade.1 Whether to use aptitude or apt-get to do the update and dist-upgrade steps may depend on the release. Usually with a minimal install either will work. Finally, install the packages you desire. This method is the most sure to work of those presented here.
By the way, here is a screenshot of the new Lubuntu 14.04 LTS with the new kernel 3.13. Welcome to the future. :D

Image

All the best,

Christian

Re: Kernel 3.13

Posted: Fri Jan 31, 2014 12:53 pm
by xeno74
Hi All,

I've released the kernel 3.13.1.

New:

- TUN/TAP kernel modul for the network support on AROS hosted
- Several bug fixes. Look here: ChangeLog-3.13.1

Download: vmlinux-3.13.1-AmigaOneX1000.tar.bz2
Lubuntu_14.04_LTS_kernel_3.13.1_AmigaOne_X1000.jpg
(263.71 KiB) Downloaded 132 times

Re: Kernel 3.13

Posted: Fri Jan 31, 2014 1:25 pm
by trevordick
Thanks Christian,

Kernel 3.13 worked fine for me. :-) Now downloading the updated version.

Trevor