New kernels

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Skateman wrote: Sun Sep 10, 2023 10:17 pm Kernel 6.6 Alpha3 up and running on my AmigaOne X5000 and so does BillyFrontier 1-1-1
Thanks a lot for testing the alpha3 and thanks for testing BillyFrontier 1.1.1.
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

“Hans Verkuil“ wrote: [PATCH for v6.6] media: bt8xx: bttv_risc_packed(): remove field checks

Do not turn on the vcr_hack based on the btv->field value.
This was a change in the bttv vb2 conversion that caused green lines at the bottom of the picture in tvtime.
It was originally added to the vb2 conversion based on faulty information that without this there would be glitches in the video. However, later tests suggest that this is a problem in the utilities used to test this since tvtime behaves fine.
This patch reverts the bttv driver to the original pre-vb2 behavior w.r.t. vcr_hack.

Code: Select all

drivers/media/pci/bt8xx/bttv-risc.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/media/pci/bt8xx/bttv-risc.c b/drivers/media/pci/bt8xx/bttv-risc.c
index 436baf6c8b08..241a696e374a 100644
--- a/drivers/media/pci/bt8xx/bttv-risc.c
+++ b/drivers/media/pci/bt8xx/bttv-risc.c
@@ -68,9 +68,7 @@ bttv_risc_packed(struct bttv *btv, struct btcx_riscmem *risc,
   sg = sglist;
   for (line = 0; line < store_lines; line++) {
       if ((line >= (store_lines - VCR_HACK_LINES)) &&
-            (btv->opt_vcr_hack ||
-            (V4L2_FIELD_HAS_BOTH(btv->field) ||
-             btv->field == V4L2_FIELD_ALTERNATE)))
+            btv->opt_vcr_hack)
           continue;
       while (offset && offset >= sg_dma_len(sg)) {
           offset -= sg_dma_len(sg);
Roland
Posts: 873
Joined: Tue May 02, 2017 8:23 am

Re: New kernels

Post by Roland »

Has there been any updates to the Nec Renesas (USB chip) driver in the latest kernel versions? My Silverstone USB 3.0 controller card still has problems with USB 3.0 devices. They are not recognized if the device is already connected when booting, and this naturally prevents loading the root filesystem from an USB 3.0 disk.
- Roland -
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Roland wrote: Mon Sep 18, 2023 7:40 am Has there been any updates to the Nec Renesas (USB chip) driver in the latest kernel versions? My Silverstone USB 3.0 controller card still has problems with USB 3.0 devices. They are not recognized if the device is already connected when booting, and this naturally prevents loading the root filesystem from an USB 3.0 disk.
If the problems still persist, then I don't think there have been any updates. You can report these problems to the kernel developers.
Roland
Posts: 873
Joined: Tue May 02, 2017 8:23 am

Re: New kernels

Post by Roland »

xeno74 wrote: Mon Sep 18, 2023 8:11 amIf the problems still persist, then I don't think there have been any updates. You can report these problems to the kernel developers.
How can yoiu do that, so that the developers would take the report seriously? I remember that my last attempt to send info on some mailing list was a limbo, not any reaction from the kernel team.
- Roland -
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Hi All,

Here is the RC2 of kernel 6.6 for testing.

New:
Download: linux-image-6.6-rc2-X1000_X5000.tar.gz

Image

Please test the kernels.

Thanks,
Christian
User avatar
Skateman
Posts: 954
Joined: Thu Aug 10, 2017 9:36 pm
Location: The Netherlands

Re: New kernels

Post by Skateman »

Kernel 6.6 RC2 up and running on my AmigaOne X5000

Image

Big picture https://www.skateman.nl/wp-content/uplo ... -11-04.png
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: New kernels

Post by xeno74 »

Skateman wrote: Fri Sep 22, 2023 1:15 pm Kernel 6.6 RC2 up and running on my AmigaOne X5000
Great! Thanks a lot for testing! :-) Have a nice weekend!
User avatar
kilaueabart
Posts: 1186
Joined: Mon Mar 05, 2012 2:36 am

Re: New kernels

Post by kilaueabart »

I'm back to this, over and over, when I download to void: 6.6-rc2-X1000_X5000.tar_3.gz: not in gzip format. Both Void and Fienix have pretty much quit working the last two or three days. But I'l try OS4 for the download again.
Post Reply