mirror of
https://github.com/007revad/Transcode_for_x25.git
synced 2026-04-25 08:15:47 +03:00
[GH-ISSUE #18] Extracting proces v2.zip hangs when using restore mode #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Transcode_for_x25#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BeWhoYouWannaBe on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/007revad/Transcode_for_x25/issues/18
When using restore mode from version v1.2.2 and updating to v2.2.3 the extraction of x25_hw_transcode_module_v2.zip keeps on hanging. See attachment file.
I waited for 3 minutes. Then I stopped this manual and copied the file (i915.ko) from x25_hw_transcode_module_v2.zip manually into the x25_drivers.
Then I got the error message:
Loading good modules:
insmod: ERROR: could not insert module /volume1/scripts/Transcode_for_x25-main/x25_drivers/i915.ko: Unknown symbol in module
ERROR Failed to load /volume1/scripts/Transcode_for_x25-main/x25_drivers/i915.ko
What am I missing or doing wrong?
@BeWhoYouWannaBe commented on GitHub (Feb 10, 2026):
Hi @007revad ,
The same problem exist with version v2.2.4, please see this logging.
v2.2.4 transcode log.txt
Could you make a version with the right i915.ko version and no zip file extraction? Or take a look at the problem?
Would another cup of coffee help with the process? :)
@007revad commented on GitHub (Feb 10, 2026):
Something weird going on. I'm testing it but it only creates the x25_drivers folder then exits without downloading the zip file.
@007revad commented on GitHub (Feb 10, 2026):
@BeWhoYouWannaBe
Can you try v2.2.5 and confirm if it works for you now.
@BeWhoYouWannaBe commented on GitHub (Feb 11, 2026):
I have tested the new version and the unpacking of the zip file is going well.
But the i915.ko driver is corrupt, gives an error message and does not work..
Loading good modules:
insmod: ERROR: could not insert module /volume1/scripts/Transcode_for_x25-main/x25_drivers_v2/i915.ko: Unknown symbol in module
ERROR Failed to load /volume1/scripts/Transcode_for_x25-main/x25_drivers_v2/i915.ko
@PuebloNow commented on GitHub (Feb 11, 2026):
Yes, same here an a DS425+ with DSM 7.3.2-86009 Update 1:
Loading good modules:
insmod: ERROR: could not insert module /volume2/scripts/x25_drivers_v2/i915.ko: Unknown symbol in module
ERROR Failed to load /volume2/scripts/x25_drivers_v2/i915.ko
@BeWhoYouWannaBe commented on GitHub (Feb 26, 2026):
Any update @007revad ?
@007revad commented on GitHub (Feb 26, 2026):
I believe that means the i915 module is referencing things in the kernel which aren't there. Which makes me suspect that v2 i916.ko is looking for the other v1 .ko modules
Can you try this:
@007revad commented on GitHub (Mar 1, 2026):
@BeWhoYouWannaBe @PuebloNow
Nobody wants to try https://github.com/007revad/Transcode_for_x25/issues/18#issuecomment-3967349757 so I can fix the script?
@BeWhoYouWannaBe commented on GitHub (Mar 1, 2026):
Somewhere this week I am going to test it.
@BeWhoYouWannaBe commented on GitHub (Mar 6, 2026):
Hi @007revad
In your first sudo command you had forgotten a letter. It had to be "rmmod". The sudo rmmod i915 worked but...
Sudo insmod i915.ko not. I tested it and unfortunately I get the same message:
Could not insert module i915.ko: Unknown symbol in module.
@007revad commented on GitHub (Mar 6, 2026):
Can you try:
NOTE: Replace
/volume1/path-to-ko-filewith the actual volume number and path to the v2 i915.ko file@BeWhoYouWannaBe commented on GitHub (Mar 6, 2026):
I did but no success.
ERROR: could not insert module /volume1/scripts/Transcode_for_x25-main/x25_hw_transcode_module_v2/i915.ko: Unknown symbol in module