반응형

먼저 타오나스가 뭔지 궁금한 사람은

아래를 클릭하여 충분히 이해한 후 아래 내용을 읽도록 하자.

 

the-investor.tistory.com/15

 

헤놀로지란 무엇인가?

얼마 전 타오나스(타오바오에서 구매한 헤놀로지 머신) 구매기를 간단히 작성했는데, 타오바오는 알겠는데 헤놀로지는 뭐지? 싶은 분들을 위해 작성한다. (타오바오는 알리바바가 만든 중국 내

the-investor.tistory.com

 

이 타오나스는 아무래도 정식 인증 받은 버전이 아니기에 

몇가지 제약 사항이 있는데 그 중에 하나가 하드웨어 트랜스코딩이다.

 

그런데, 이 제약 사항이 아래 드라이버를 업데이트 하면 해결된다는 소식이 들렸다.

 

xpenology.com/forum/topic/28321-driver-extension-jun-103b104b-for-dsm623-for-918-3615xs-3617xs/

 

Driver extension jun 1.03b/1.04b for DSM6.2.3 for 918+ / 3615xs / 3617xs

edit 14.05.2020: 6.2.3 is back online as v25426, for newer coffeelake cpus with problems using hardware transcoding (dev/dri present after boot) there is a new videostation that fixes the problem https://xpenology.com/forum/topic/28321-driver-extension-jun

xpenology.com

 

구체적으로 한 단계씩 적용하는 방법은 아래를 참고하자.

 

1. USB의 synoboot2에 있는 드라이버 파일을 교체하기 위하여 마운트

 

/mnt# mkdir /mnt/synoboot2

/mnt# cd /dev

/dev# mount synoboot2 /mnt/synoboot2

/dev# cd /mnt/synoboot2

/mnt/synoboot2# ls

checksum.syno  extra.lzma       rd.gz   System Volume Information

extra2.lzma    grub_cksum.syno  Sone.9  zImage

 

 

2. 원래 있던 드라이버 2개를 삭제

 

/mnt/synoboot2# rm extra*.*

/mnt/synoboot2# ls

checksum.syno    rd.gz   System Volume Information

grub_cksum.syno  Sone.9  zImage

 

 

3. 적당한 위치에 복사해 두었던 새로 나온 드라이버를 마운트한 synoboot2 에 복사

 

~# cd /vol*2/TEMP

/volume2/TEMP# ls

download  @eaDir  extra2.lzma  extra.lzma  Log  #recycle

/volume2/TEMP# cp extra*.* /mnt/synoboot2

/mnt/synoboot2# ls

checksum.syno  extra.lzma       rd.gz   System Volume Information

extra2.lzma    grub_cksum.syno  Sone.9  zImage

/mnt/synoboot2#

 

 

4. synoboot2 마운트 해제 및 /mnt/synoboot2 폴더 삭제 후 Reboot (완료)

 

~# cd /mnt
~# unmount synoboot2 /mnt/synoboot2
~# rm -R synoboot2

 

 

반응형

+ Recent posts