Amlogic-NO discussion

Generic version. The N2 is a SBC, completely different kind of device.

1 Like

I did well to ask. Thank you

I experience a Netflix issue on 22.0 Piers nightly 20250814 not present on 20250813 image.

update(s)

  1. here is corresponding issue in Netflix github
  1. issue 1756 proposes a fix that effectively removes the issue on 20250815 image
# dmesg | paste
https://paste.coreelec.org/BriefMartian

# cat kodi.log | paste
https://paste.coreelec.org/ShadowyCirca

# cat kodi.old.log  | paste
https://paste.coreelec.org/DeclareChummy

in kodi log 20250814 one notices

2025-08-14 12:52:22.209 T:1073 error <general>: [plugin.video.netflix (0)] Could not extract ['models', 'memberContext', 'data', 'geo', 'preferredLocale']
2025-08-14 12:56:46.244 T:3594 error <general>: [plugin.video.netflix (0)] IPC callback raised exception: 'NoneType' object has no attribute 'get'

which is not present in old 20250813 kodi log

Thanks for attention and kudos for developing CoreELEC

Having odd issues with the Myvideos137.db. Is this a CE development or part of Kodi? (As in should I be questioning them instead of CE?)

Same here, shows:

error : SQL: [MyVideos137] Undefined MySQL error: Code (1062)
Query: INSERT INTO videoversion (idFile, idMedia, media_type, itemType, idType) VALUES(1764, 492, ‘movie’, 1, 40400)

while update library on latest nightly 20250815

idFile 1764 still exist in table and is the primary key

Truncated the table, but not sure where the error is coming from

Because i dont have enough skills. I was stoped with error of incorrect magic number after run command dtc -I dtb -O dts -o dtb.dts dtb.img

Any link to a dovi.ko that works with AM6B+?
I don’t need DV FEL. I don’t need a fake dovi.ko either.
Or is the dovi.ko for Homatics Box R 4K Plus compatible with AM6B+?

You want the dovi.ko for 922x

1 Like

Yep, it’s the same dovi on CE-NO 5.15 for all devices including yours and R 4k plus.

The previous post from Freddy is used on the old EOL CE-NG 4.9.

2 Likes

Has the Dolby driver been split into two versions? Should the new driver be used for devices manufactured on or after July 31st, and the old one for those before that date? Or is there no need to make any changes? I noticed that version A1 has been released, and it seems compatible with CE 22.

My post was irrelevant :frowning:

This dovi.ko works with any CE-NO version from the last 9 months including the latest nightly.

I’ve been having odd fits with the MyVideos137.dtb. When I attempt to update the library it seems to do nothing. If I go to Settings/Media I can go to a drive and tell it to Scan For New Content. It’s tedious but seems to work relatively well BUT there are occassional files (all mkv) which it does not see at all. Very occasionally the event log will post an error saying could not scan file. I’m bewildered.
Here’s the dmesg log. Seems the best place to start.

https://paste.coreelec.org/StompingAmusing

and ramoops

https://paste.coreelec.org/PinkieDamian

The hardware is a dune Pro 8k, with ther ugoos Sk1 dtb.img and dov.ko. Running from a Samsung 64gb pen drive. I have 7 drives attached (5 NFS) 1 USB and 1 internal.

Looks like the latest nightly has broken WiFi support on the X96Max+ Ultra (S905X4 4GB RAM) device. This device had WiFi working with the w1-aml driver and now with this nightly, the WiFi is not recognised. Any one else with the same issue?

Try tomorrow again, there is a udev rule issue in this nightly.

1 Like

Thanks for the new nightly.
WiFi still not detected in tonight’s nightly
CoreELEC-Amlogic-no.aarch64-22.0-Piers_nightly_20250823.tar

There is still an issue with using a MYSQL as DB server.
While updating the it tries to insert a new row into the table “videoversion”.

It always failes with the same error:

SQL: [MyVideos137] Undefined MySQL error: Code (1062)
Query: INSERT INTO videoversion (idFile, idMedia, media_type, itemType, idType) VALUES(1023, 1, 'movie', 1, 40400)

idFile is a unique field in the table and value 1023 already exists.

I’ve tried also with a clean fresh install.

Please try with this build, easy by place the tar in update folder and reboot or update by SSH:

update-ce https://.....
1 Like

Maybe you try your luck at Kodi forum?
We do nothing about database.

Thx.
Solved

1 Like