Page 45 of 125

Re: New kernels

Posted: Thu Apr 27, 2023 3:18 pm
by Skateman
Kernel 6.4 Alpha1 up and running on my AmigaOne X5000

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -11-44.png

Re: New kernels

Posted: Thu Apr 27, 2023 3:46 pm
by xeno74
Skateman wrote: Thu Apr 27, 2023 3:18 pm Kernel 6.4 Alpha1 up and running on my AmigaOne X5000
Many thanks for testing! :-)

Re: New kernels

Posted: Sat Apr 29, 2023 11:12 am
by xeno74
Hi All,

I released the second alpha of kernel 6.4 for the X1000 and X5000 today.

New:
Download: linux-image-6.4-alpha2-X1000_X5000.tar.gz

Image

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Sat Apr 29, 2023 12:24 pm
by Skateman
Kernel 6.4 Alpha2 up and running on my AmigaOne X5000 and using SeaLion!

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -17-51.png

Re: New kernels

Posted: Sat Apr 29, 2023 1:18 pm
by xeno74
Skateman wrote: Sat Apr 29, 2023 12:24 pm Kernel 6.4 Alpha2 up and running on my AmigaOne X5000 and using SeaLion!
Great! Thanks a lot for testing! :-)

Re: New kernels

Posted: Sun Apr 30, 2023 4:11 am
by xeno74
Hi All,

Here is the third alpha of kernel 6.4 with the first PowerPC updates for testing.

New:
Please note: The X1000 doesn't boot with the PowerPC updates 6.4-1 so I removed them for the X1000 kernel.

Download: linux-image-6.4-alpha3-X1000_X5000.tar.gz

Image

Please test the kernels.

Thanks,
Christian

Re: New kernels

Posted: Sun Apr 30, 2023 5:16 pm
by Skateman
Kernel 6.4 Alpha3 is up and running on my AmigaOne X5000

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -11-07.png

Re: New kernels

Posted: Sun Apr 30, 2023 8:49 pm
by xeno74
Skateman wrote: Sun Apr 30, 2023 5:16 pm Kernel 6.4 Alpha3 is up and running on my AmigaOne X5000
Good! Thank you for testing! :-)

Re: New kernels

Posted: Wed May 03, 2023 4:50 pm
by xeno74

Re: New kernels

Posted: Fri May 05, 2023 8:34 am
by xeno74
xeno74 wrote: Wed Apr 26, 2023 3:43 pm Kernel 6.4:

Hans Verkuil has dropped the overlay support for BTTV TV cards. That means, that tvtime doesn't work anymore.
Hans Verkuil wrote: Destructive overlay support (i.e. where the video frame is DMA-ed
straight into a framebuffer) is effectively dead. It was a
necessary evil in the early days when computers were not fast enough
to copy SDTV video frames around, but today that's no longer a problem.

It requires access to the framebuffer memory, which is a bad idea and
very hard to do safely. In addition, in drm it is today almost
impossible to get hold of the framebuffer address.

So drop support for this.
bttv: drop overlay support

I reported this issue to the kernel developers today.

Link: [BTTV] [FSL P50x0] [PASEMI] TV Time doesn't work anymore after dropping the overlay support -- lore.kernel.org/linux-media
Hans Verkuil wrote: If v4l2-ctl fails, then try again
after applying this series:

https://patchwork.linuxtv.org/project/l ... abora.com/
This patch series solved the issue. :-)