[GH-ISSUE #54] Unsupported or unknown CPU platform_name or architecture, still on alpine #21

Closed
opened 2026-03-12 18:59:10 +03:00 by kerem · 5 comments
Owner

Originally created by @RSfuchs on GitHub (Jan 26, 2025).
Original GitHub issue: https://github.com/007revad/Video_Station_for_DSM_722/issues/54

Video_Station_for_DSM_722 v1.3.14
DS715-j DSM 7.2.2-72806-2
CPU alpine armv7l
Running from: /volume1/install/Video_Station_for_DSM_722-1.3.14/videostation_for_722.sh

Unsupported or unknown CPU platform_name or architecture

have to modify the script as follows:

  • add "alpine" to spks_list

  • uncomment:
    #Check model is supported
    if ; then
    cputype="armv7"
    fi

  • move the uncommented lines above:
    echo "Using CPU type: $cputype"

Originally created by @RSfuchs on GitHub (Jan 26, 2025). Original GitHub issue: https://github.com/007revad/Video_Station_for_DSM_722/issues/54 Video_Station_for_DSM_722 v1.3.14 DS715-j DSM 7.2.2-72806-2 CPU alpine armv7l Running from: /volume1/install/Video_Station_for_DSM_722-1.3.14/videostation_for_722.sh Unsupported or unknown CPU platform_name or architecture - CPU type: armv7 - Platform: alpine Please create an issue at: https://github.com/007revad/Video_Station_for_DSM_722/issues have to modify the script as follows: - add "alpine" to spks_list - uncomment: #Check model is supported if [[ $platform_name == "alpine" || $platform_name == "alpine4k" ]]; then cputype="armv7" fi - move the uncommented lines above: echo "Using CPU type: $cputype"
kerem closed this issue 2026-03-12 18:59:16 +03:00
Author
Owner

@RSfuchs commented on GitHub (Jan 26, 2025):

The successful installation:

Video_Station_for_DSM_722 v1.3.14
DS715-j DSM 7.2.2-72806-2
CPU alpine armv7l
Running from: /volume1/install/Video_Station_for_DSM_722-1.3.14/videostation_for_722.sh
Using CPU type: armv7

  1. Install All 3) Skip Video Station
  2. Only Advanced Media Codecs 4) Skip Media Server
    Select package(s) to install: 4
    You selected: Skip Media Server

Downloading CodecPack-armv7-3.1.0-3005.spk
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 977k 100 977k 0 0 2331k 0 --:--:-- --:--:-- --:--:-- 2338k

Installing Advanced Media Extensions
Stopping Advanced Media Extensions
Preventing Advanced Media Extensions from auto updating
Starting Advanced Media Extensions

Downloading VideoStation-armv7-3.1.0-3153.spk
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 24.3M 100 24.3M 0 0 4792k 0 0:00:05 0:00:05 --:--:-- 5046k

Installing Video Station
Stopping Video Station
Preventing Video Station from auto updating
Starting Video Station

Finished :)

To enable HEVC decoding:

  1. Open Package Center > Installed
  2. Click Advanced Media Extensions
  3. Click on Open
  4. Click on Install then OK
<!-- gh-comment-id:2614359597 --> @RSfuchs commented on GitHub (Jan 26, 2025): # The successful installation: Video_Station_for_DSM_722 v1.3.14 DS715-j DSM 7.2.2-72806-2 CPU alpine armv7l Running from: /volume1/install/Video_Station_for_DSM_722-1.3.14/videostation_for_722.sh Using CPU type: armv7 1) Install All 3) Skip Video Station 2) Only Advanced Media Codecs 4) Skip Media Server Select package(s) to install: 4 You selected: Skip Media Server Downloading CodecPack-armv7-3.1.0-3005.spk % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 977k 100 977k 0 0 2331k 0 --:--:-- --:--:-- --:--:-- 2338k Installing Advanced Media Extensions Stopping Advanced Media Extensions Preventing Advanced Media Extensions from auto updating Starting Advanced Media Extensions Downloading VideoStation-armv7-3.1.0-3153.spk % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 24.3M 100 24.3M 0 0 4792k 0 0:00:05 0:00:05 --:--:-- 5046k Installing Video Station Stopping Video Station Preventing Video Station from auto updating Starting Video Station Finished :) To enable HEVC decoding: 1. Open Package Center > Installed 2. Click Advanced Media Extensions 3. Click on Open 4. Click on Install then OK
Author
Owner

@RSfuchs commented on GitHub (Jan 26, 2025):

cat /proc/cpuinfo

model name : ARMv7 Processor rev 4 (v7l)
Speed : 1.4GHz
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc0f
CPU revision : 4

<!-- gh-comment-id:2614411202 --> @RSfuchs commented on GitHub (Jan 26, 2025): # cat /proc/cpuinfo model name : ARMv7 Processor rev 4 (v7l) Speed : 1.4GHz Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x2 CPU part : 0xc0f CPU revision : 4
Author
Owner

@007revad commented on GitHub (Jan 26, 2025):

Can you confirm that this version works for you: https://github.com/007revad/Video_Station_for_DSM_722/releases/tag/v1.3.15

<!-- gh-comment-id:2614476366 --> @007revad commented on GitHub (Jan 26, 2025): Can you confirm that this version works for you: https://github.com/007revad/Video_Station_for_DSM_722/releases/tag/v1.3.15
Author
Owner

@RSfuchs commented on GitHub (Jan 27, 2025):

Thanks, now it's finally working.

By the way, the supportability has nothing to do with the Synology models. As you can see, I also need the script on my DS715.

<!-- gh-comment-id:2615437239 --> @RSfuchs commented on GitHub (Jan 27, 2025): Thanks, now it's finally working. By the way, the supportability has nothing to do with the Synology models. As you can see, I also need the script on my DS715.
Author
Owner

@007revad commented on GitHub (Jan 27, 2025):

Yep, I'm aware that the '15 series ARM based models are also affected, but most people with a '15 series wouldn't be using DSM 7.2.2

<!-- gh-comment-id:2616985368 --> @007revad commented on GitHub (Jan 27, 2025): Yep, I'm aware that the '15 series ARM based models are also affected, but most people with a '15 series wouldn't be using DSM 7.2.2
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#21
No description provided.