Page 57 of 124
Re: New kernels
Posted: Mon Sep 11, 2023 6:05 am
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.
Re: New kernels
Posted: Mon Sep 11, 2023 8:20 pm
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);
Re: New kernels
Posted: Tue Sep 12, 2023 11:16 am
by xeno74
Hi All,
Here is the
RC1 of kernel
6.6 for testing.
New:
Download:
linux-image-6.6-rc1-X1000_X5000.tar.gz
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Mon Sep 18, 2023 7:40 am
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.
Re: New kernels
Posted: Mon Sep 18, 2023 8:11 am
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.
Re: New kernels
Posted: Wed Sep 20, 2023 3:49 pm
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.
Re: New kernels
Posted: Thu Sep 21, 2023 12:52 pm
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
Please test the kernels.
Thanks,
Christian
Re: New kernels
Posted: Fri Sep 22, 2023 1:15 pm
by Skateman
Kernel 6.6 RC2 up and running on my AmigaOne X5000
Big picture
https://www.skateman.nl/wp-content/uplo ... -11-04.png
Re: New kernels
Posted: Fri Sep 22, 2023 1:37 pm
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!
Re: New kernels
Posted: Sat Sep 23, 2023 12:34 am
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.