[GH-ISSUE #65] DSM 7.2.1-69057 Update 7 Your DSM version does not need this script #24

Open
opened 2026-03-12 18:59:47 +03:00 by kerem · 3 comments
Owner

Originally created by @sojab0on on GitHub (Mar 3, 2025).
Original GitHub issue: https://github.com/007revad/Video_Station_for_DSM_722/issues/65

After finding your script and trying it it gives back this message
Your DSM version does not need this script
altough its a tinycore redpill based baremetal install with ds3622xs+ as system of choise.

why would it think that my patched dsm doenst need the script the official pacakge wont install due it not having a real mac/sn pair

Originally created by @sojab0on on GitHub (Mar 3, 2025). Original GitHub issue: https://github.com/007revad/Video_Station_for_DSM_722/issues/65 After finding your script and trying it it gives back this message Your DSM version does not need this script altough its a tinycore redpill based baremetal install with ds3622xs+ as system of choise. why would it think that my patched dsm doenst need the script the official pacakge wont install due it not having a real mac/sn pair
Author
Owner

@007revad commented on GitHub (Mar 3, 2025):

DSM 7.2.1 still has video station available. DSM 7.2.2 removed support for video station. So the script is saying video station is still available for DSM 7.2.1

I am aware that Synology packages and services won't work without a valid serial number and MAC address. But I wasn't ware that video station was one of those packages. I know that in advanced media codecs you need to log in to your Synology account before it will let you install the HVEC codec.

You could try deleting lines 241 to 245:

# Check script is needed
if [[ $buildnumber -lt "72803" ]]; then
    echo -e "\nYour DSM version does not need this script"
    exit
fi
<!-- gh-comment-id:2693589024 --> @007revad commented on GitHub (Mar 3, 2025): DSM 7.2.1 still has video station available. DSM 7.2.2 removed support for video station. So the script is saying video station is still available for DSM 7.2.1 I am aware that Synology packages and services won't work without a valid serial number and MAC address. But I wasn't ware that video station was one of those packages. I know that in advanced media codecs you need to log in to your Synology account before it will let you install the HVEC codec. You could try deleting lines 241 to 245: ``` # Check script is needed if [[ $buildnumber -lt "72803" ]]; then echo -e "\nYour DSM version does not need this script" exit fi ```
Author
Owner

@alexdelli commented on GitHub (Mar 15, 2025):

it works now?

<!-- gh-comment-id:2726427829 --> @alexdelli commented on GitHub (Mar 15, 2025): it works now?
Author
Owner

@007revad commented on GitHub (Mar 15, 2025):

@alexdelli

yes

<!-- gh-comment-id:2726808054 --> @007revad commented on GitHub (Mar 15, 2025): @alexdelli yes
Sign in to join this conversation.
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/Video_Station_for_DSM_722#24
No description provided.