Have you tested another login manager (display manager) yet?Srtest wrote:Usually where I have seen the Systemd kernel modules errors. Even when those weren't noted the login screen didn't came up.xeno74 wrote:Where have you seen the IRQ errors?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.
Kernel 4.3
Re: Kernel 4.3
Re: Kernel 4.3
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.
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
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

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

Re: Kernel 4.3
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:
I'll try to revert the problematic commits:
Code: Select all
git revert 9a78f9c3c68c4d57f602b4100e766945d3362f4d -m 1
Re: Kernel 4.3
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
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
DONE DONE DONE DONE
Only tested from a USB stick because all usuals "/lib/modules" was not in the package.
No problem detected.


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

http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
X1000 - AmigaOS 4.1.6 / 4.1 FE
Re: Kernel 4.3
Many thanks! I appreciate it very much.zzd10h wrote:DONE DONE DONE DONE![]()
Only tested from a USB stick because all usuals "/lib/modules" was not in the package.
No problem detected.

New build instructions:
Code: Select all
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git
Code: Select all
cd linux-git
Code: Select all
git revert fadb97b089563da69ba326f9fea6399d071462b2 -m 1
Code: Select all
git revert 9a78f9c3c68c4d57f602b4100e766945d3362f4d -m 1
Code: Select all
cd ..
Code: Select all
cp -R linux-git linux-4.3
Code: Select all
patch -p0 < nemo_4.3-8.patch
Code: Select all
mv nemo_4.3-rc5.config .config
Code: Select all
yes "" | make oldconfig
Code: Select all
make vmlinux
Code: Select all
make modules
Code: Select all
su
Code: Select all
make modules_install
Re: Kernel 4.3
Many thanks.Srtest wrote:Boots.

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