[GH-ISSUE #18] Extracting proces v2.zip hangs when using restore mode #7

Open
opened 2026-03-12 18:52:04 +03:00 by kerem · 12 comments
Owner

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?

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?
Author
Owner

@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

  • Extracting the zipfile is not working when updating
  • Manually extracted the zip file en overwrited the i915.ko file and got the message: unknown symbol in module

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? :)

<!-- gh-comment-id:3875686518 --> @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](https://github.com/user-attachments/files/25202051/v2.2.4.transcode.log.txt) - Extracting the zipfile is not working when updating - Manually extracted the zip file en overwrited the i915.ko file and got the message: unknown symbol in module 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? :)
Author
Owner

@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.

<!-- gh-comment-id:3876153240 --> @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.
Author
Owner

@007revad commented on GitHub (Feb 10, 2026):

@BeWhoYouWannaBe

Can you try v2.2.5 and confirm if it works for you now.

<!-- gh-comment-id:3881237852 --> @007revad commented on GitHub (Feb 10, 2026): @BeWhoYouWannaBe Can you try [v2.2.5](https://github.com/007revad/Transcode_for_x25/releases/tag/v2.2.5) and confirm if it works for you now.
Author
Owner

@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

<!-- gh-comment-id:3882770007 --> @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
Author
Owner

@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

<!-- gh-comment-id:3882783793 --> @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
Author
Owner

@BeWhoYouWannaBe commented on GitHub (Feb 26, 2026):

Any update @007revad ?

<!-- gh-comment-id:3964925570 --> @BeWhoYouWannaBe commented on GitHub (Feb 26, 2026): Any update @007revad ?
Author
Owner

@007revad commented on GitHub (Feb 26, 2026):

i915.ko: Unknown symbol in module

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:

  1. Download, unzip and run the v1 version of this script without the --auto option. https://github.com/007revad/Transcode_for_x25/releases/tag/v1.2.2
  2. Download and unzip https://www.blackvoid.club/content/files/2026/02/x25_hw_transcode_module_v2.zip
  3. In SSH cd to the location of the unzipped x25_hw_transcode_module_v2.
  4. Run these commands:
    sudo rmmod i915
    sudo insmod i915.ko
    
<!-- gh-comment-id:3967349757 --> @007revad commented on GitHub (Feb 26, 2026): > i915.ko: Unknown symbol in module 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: 1. Download, unzip and run the v1 version of this script **without** the --auto option. https://github.com/007revad/Transcode_for_x25/releases/tag/v1.2.2 2. Download and unzip https://www.blackvoid.club/content/files/2026/02/x25_hw_transcode_module_v2.zip 3. In SSH cd to the location of the unzipped x25_hw_transcode_module_v2. 4. Run these commands: ``` sudo rmmod i915 sudo insmod i915.ko ```
Author
Owner

@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?

<!-- gh-comment-id:3979414658 --> @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?
Author
Owner

@BeWhoYouWannaBe commented on GitHub (Mar 1, 2026):

Somewhere this week I am going to test it.

<!-- gh-comment-id:3980360877 --> @BeWhoYouWannaBe commented on GitHub (Mar 1, 2026): Somewhere this week I am going to test it.
Author
Owner

@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.

<!-- gh-comment-id:4010756278 --> @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.
Author
Owner

@007revad commented on GitHub (Mar 6, 2026):

Can you try:

sudo rmmod i915
sudo insmod /volume1/path-to-ko-file/i915.ko

NOTE: Replace /volume1/path-to-ko-file with the actual volume number and path to the v2 i915.ko file

<!-- gh-comment-id:4010851574 --> @007revad commented on GitHub (Mar 6, 2026): Can you try: ``` sudo rmmod i915 sudo insmod /volume1/path-to-ko-file/i915.ko ``` NOTE: Replace `/volume1/path-to-ko-file` with the actual volume number and path to the v2 i915.ko file
Author
Owner

@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

<!-- gh-comment-id:4010893117 --> @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
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Transcode_for_x25#7
No description provided.