Thanks to you for working so hard on supporting the x1k and to mechanic for the set up guidance. This past few days have been the most fun that I have had with my Amiga since AmigaOS development/releases stagnated.
Tinkering, hacking and new experiencs are where the fun lies.
I have recently released the RC1 of kernel 4.5. Many thanks for testing the alphas. We had 10 alphas in the past two weeks!!!!!!! But it was worth it. We were able to solve some issues.
Support running guest kernels in virtual machines on processors without using hypervisor mode in the host, by running the guest in user mode (problem state) and emulating all privileged instructions and registers.
This is not as fast as using hypervisor mode, but works on machines where hypervisor mode is not available or not usable, and can emulate processors that are different from the host processor, including emulating 32-bit processors on a 64-bit host.
Nemo patch 4.5-4 with the byte swap code for Radeon firmwares by Alex Deucher
Sorry, I have bad news. Trevor tested the alpha10 of kernel 4.5 with his Radeon HD7750 and 7970 card and he could not get his Ubuntu HDD install to boot to the Desktop on his X1000. He will continue testing some other kernels.
My answer:
Trevor,
Thanks a lot for testing. Could you please test the following kernels?
- vmlinux-4.5-a9-firmware-nonfree_0.44 (old firmware package without the byte swap code) and vmlinux-4.5-a9-firmware-amd-graphics_20151018-2 (new firmware package without the byte swap code): http://www.xenosoft.de/vmlinux-4.5-alph ... 000.tar.gz
Please send us a serial log. You need "console=ttyS0,115200" in your boot arguments.
For example: setenv bootargs "root=/dev/sdb1 console=ttyS0,115200"
By the way, ddni successfully tested the new longterm kernel 4.1.16 with his R9 270x yesterday. (see screenshot as email attachment)
The drm-fixes-4.5 were included in the official Linux kernel source code two days ago. That means we don't need the byte swap code for Radeon firmwares in the Nemo patch anymore.
The drm-fixes-4.5 were included in the official Linux kernel source code. That means we don't need the byte swap code for Radeon firmwares in the Nemo patch anymore.