Page 4 of 5

Re: Kernel 4.3

Posted: Wed Sep 30, 2015 8:08 am
by xeno74
Srtest wrote:
xeno74 wrote:
Srtest wrote:The latest RC gives me IRQ errors, and in the few times it doesn't I get stuck on login screen not showing.
Where have you seen the IRQ errors?
Usually where I have seen the Systemd kernel modules errors. Even when those weren't noted the login screen didn't came up.
Have you tested another login manager (display manager) yet?

Re: Kernel 4.3

Posted: Wed Sep 30, 2015 11:36 pm
by Srtest
Have you tested another login manager (display manager) yet?[/quote]

No because I can't pinpoint the login manager as a cause. I can reduce it to two occurrences:
1. Straight IRQ errors at the last stage of kernel loading before Systemd kicks in.
2. After Systemd kicks in and before the login manager finishes doing its thing it is stuck on something called "WPA" (is it the encryption?) on the pre-display blue screen.

Re: Kernel 4.3

Posted: Mon Oct 05, 2015 11:52 am
by xeno74
I released the kernel 4.3 RC4 today.

New:

Linux 4.3-rc4 Kernel Released: Adds A New & Better String Copy Function - phoronix

4.3-rc4 release announcement

Note:

This kernel use the older interrupt management system from the kernel 4.1 because the new system doesn't work with the AMD/ATI SB600 south bridge.

PLEASE use the kernel 4.1 if you want a stable and reliable kernel for your AmigaONE X1000. The kernels 4.3 and 4.2 are only for experienced users who want to test some new features.

Download: vmlinux-4.3-rc4-AMIGA_one_X1000.tar.bz2

Image

Re: Kernel 4.3

Posted: Tue Oct 13, 2015 9:12 pm
by xeno74
New Nemo patch for the RC5: nemo_4.3-8.patch

Re: Kernel 4.3

Posted: Wed Oct 14, 2015 9:43 am
by xeno74
Unfortunately the kernel 4.3 doesn't compile currently. There was a lot of changes of the interrupt system.

I'll try to revert the problematic commits:

Code: Select all

git revert 9a78f9c3c68c4d57f602b4100e766945d3362f4d -m 1

Re: Kernel 4.3

Posted: Thu Oct 15, 2015 6:57 am
by xeno74
Hi All,

I could compile the RC5 after the revert above.

PLEASE PLEASE PLEASE PLEASE test it. I'd like to know if it boots for you.

Download: vmlinux-4.3-rc5-neuss.tar.gz

Thanks in advance for testing.

Cheers,

Christian

Re: Kernel 4.3

Posted: Thu Oct 15, 2015 7:57 am
by zzd10h
DONE DONE DONE DONE :D

Only tested from a USB stick because all usuals "/lib/modules" was not in the package.
No problem detected.



Image

Re: Kernel 4.3

Posted: Thu Oct 15, 2015 9:46 am
by xeno74
zzd10h wrote:DONE DONE DONE DONE :D

Only tested from a USB stick because all usuals "/lib/modules" was not in the package.
No problem detected.



Image
Many thanks! I appreciate it very much. :-)

New build instructions:
  1. Code: Select all

    git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git
  2. Code: Select all

    cd linux-git
  3. Code: Select all

    git revert fadb97b089563da69ba326f9fea6399d071462b2 -m 1
  4. Code: Select all

    git revert 9a78f9c3c68c4d57f602b4100e766945d3362f4d -m 1
  5. Code: Select all

    cd ..
  6. Code: Select all

    cp -R linux-git linux-4.3
  7. Code: Select all

    patch -p0 < nemo_4.3-8.patch
  8. Code: Select all

    mv nemo_4.3-rc5.config .config
  9. Code: Select all

    yes "" | make oldconfig
  10. Code: Select all

    make vmlinux
  11. Code: Select all

    make modules
  12. Code: Select all

    su
  13. Code: Select all

    make modules_install

Re: Kernel 4.3

Posted: Thu Oct 15, 2015 11:27 am
by Srtest
Boots.

Re: Kernel 4.3

Posted: Thu Oct 15, 2015 8:04 pm
by xeno74
Srtest wrote:Boots.
Many thanks. :-)

I created a package with kernel modules today.

Download: vmlinux-4.3-rc5-AMIGA_one_X1000.tar.bz2

New:

Linux 4.3-rc5: The Cycle Is Going Smooth - phoronix

The release announcement