Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Add support for Synology Linux #1275

Closed
vibbix opened this issue Jun 25, 2019 · 8 comments
Closed

Add support for Synology Linux #1275

vibbix opened this issue Jun 25, 2019 · 8 comments

Comments

@vibbix
Copy link

vibbix commented Jun 25, 2019

I would like to see support for Synology added.
The output of uname -a is:

Linux diskstation 3.10.105 #24922 SMP Fri May 10 02:50:17 CST 2019 x86_64 GNU/Linux synology_braswell_916+ ```
@dylanaraps
Copy link
Owner

I'll need more information.

  • cat /etc/os-release
  • lsb-release or lsb_release.
  • Package manager?

@MelvinGr
Copy link

MelvinGr commented Jul 15, 2019

dpkg is used as a package manager, none of the others are available.

Don't know what the best way of detecting would be

uname -a:
Linux HOSTNAME 4.4.59+ #24922 SMP PREEMPT Wed Jul 3 16:38:29 CST 2019 x86_64 GNU/Linux synology_apollolake_918+

cat /proc/cmdline:
syno_hdd_powerup_seq=1 HddHotplug=0 syno_hw_version=DS918+ vender_format_version=2 console=ttyS0,115200n8 withefi quiet syno_hdd_detect=0 root=/dev/md0 sn=xxx mac1=xxx netif_num=1 SataPortMap=4

cat /etc/VERSION
majorversion="6"
minorversion="2"
productversion="6.2.2"
buildphase="GM"
buildnumber="24922"
smallfixnumber="2"
packing="official"
packing_id="18"
builddate="2019/07/03"
buildtime="05:52:08"

@konimex
Copy link
Contributor

konimex commented Jul 17, 2019

Don't know what the best way of detecting would be

Either one of these:

  • /etc/os-release
  • lsb_release (if available)

@vibbix
Copy link
Author

vibbix commented Jul 17, 2019

mark@synology:~$ cat /etc/synoinfo
synoinfo.conf     synoinfo_8G.conf
mark@synology:~$ cat /etc/synoinfo.conf
unique="synology_braswell_916+"
company_title="Synology"
...

There is no lsb_release or /etc/os-release

@konimex
Copy link
Contributor

konimex commented Jul 18, 2019

Do you have any download links so we can test it out?

@vibbix
Copy link
Author

vibbix commented Aug 7, 2019

Synology is a commercial offering, I don't believe it's possible to send any ISO download links for it.

@dylanaraps
Copy link
Owner

What does Neofetch currently look like on it?

@hobbsy
Copy link

hobbsy commented Dec 15, 2019

would love to see neofetch on Synology NAS boxes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants