Jump to content
XPEnology Community

fangzhen2005

Rookie
  • Posts

    5
  • Joined

  • Last visited

Everything posted by fangzhen2005

  1. Turn off the VT-D and it will work normally!!! But there is a problem, if VT-D is needed, hardware acceleration and VT-D, I have to choose one or the other?
  2. Hi, IG-88, my board is j4105. DSM version 6.2.3 25426 extra.lzma v0.13.3 I tried to transcoding some videos with hardware acceleration and found that it didn't work the result video size is very small, and no video frame in it, just only audio data. I try transcoding command line(same MOV format video), get the same result. Partial transcoding log(return video:0kB audio:159kB): [aac @ 0x564733e9ef00] Trying to remove 128 more samples than there are in the queue frame= 209 fps=0.0 q=-0.0 Lsize= 162kB time=00:00:09.98 bitrate= 132.7kbits/s speed=24.2x video:0kB audio:159kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.556809% Input file #0 (input.MOV): Input stream #0:0 (video): 209 packets read (13041871 bytes); 209 frames decoded; Input stream #0:1 (audio): 431 packets read (137638 bytes); 430 frames decoded (440192 samples); Total: 640 packets (13179509 bytes) demuxed Output file #0 (out.mp4): Output stream #0:0 (video): 209 frames encoded; 209 packets muxed (0 bytes); Output stream #0:1 (audio): 430 frames encoded (440192 samples); 431 packets muxed (163090 bytes); Total: 640 packets (163090 bytes) muxed 639 frames successfully decoded, 0 decoding errors Transcoding Command Line: ffmpeg -y -report -init_hw_device vaapi=foo:/dev/dri/renderD128 -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device foo -i input.mov -filter_hw_device foo -vf 'format=nv12|vaapi,hwupload' -c:v h264_vaapi -b:v 10683833 output.mp4 the /dev/driv/ is normal, and the driver is normal Everything looks normal, but it just doesn't return normal results, I found an error in a section of log in DMESG, I don't know whether it is related to this, please help to confirm whether this section of log indicates that the graphics card has been driven normally dmesg.txt transcoding_log.txt
  3. I bought an Intel i350-am2 nic, and my motherboard is j4105. DSM version 6.2.3 25426 extra.lzma v0.13.3 Entering the system did not recognize the NIC. dmesge.log show But when I use win10 PE, it can recognize the network card normally I want to remove nvm checksum, let it always return 0, and recompile igb.ko. I follow https://xpenology.club/compile-drivers-xpenology-with-windows-10-and-build-in-bash/ How to do it, Downloaded https://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/24922branch/apollolake-source/linux-4.4.x.txz/download and https://sourceforge.net/projects/dsgpl/files/DSM%206.2.2%20Tool%20Chains/Intel%20x86%20Linux%204.4.59%20%28Apollolake%29/apollolake-gcc493_ glibc220_ linaro_ x86_ 64- GPL.txz/download and Igb-5.3.5.61 source code I modify it Make it always return to success I successfully compiled it igb.ko But when I inmod this file, I will prompt insmod: error: could not insert module / lib / modules / update/ igb.ko : Invalid module format I don't know where the wrong operation caused this problem. How to compile correctly igb.ko? igb.ko
×
×
  • Create New...