Open Snafu opened 4 months ago
I got a bit further now, but still cannot compile the DVB modules. I forked you repo and changed the README.md in mine. In Step 5 I added the output of the terminal. https://github.com/Snafu/dsm7-dvb-drivers
Hi, I've seen your logs.
Your offending line seems:
make -C /compile/Embedded-MediaDrivers/build/SYNOV1000/linux-4.4.x M=/compile/Embedded-MediaDrivers/build/SYNOV1000/media_build/v4l modules
It seems that this command fails (that's the actual compilation call).
I would suggest you to try to run this command in a separate shell to check where it actually fails. Feel free to post the output if you can't spot the problem.
Hey guys. @Snafu did you ever end up getting this one sorted? I'm using a DS1522+ with the Hauppauge Dual wintv dongle. I've also run into the same error you had.
Hi @belgio99 thanks for your help. I'll give it a shot when I have time again. @bashman83 I'm currently quite busy with work and couldn't continue yet. I'll post here as well if I make any progress
Hi @belgio99, I stumbled upon your repo while searching for a way to build the v4l drivers for my Synology DS1821+ NAS (v1000 architecture) running DSM7. I followed the steps in your readme but created a V1000 config and board folder and files instead of the Geminilake ones. I also downloaded the v1000 files from https://archive.synology.com/download I can build the kernel, I manipulated the media_build repo, checked out the correct commit and disabled the git pull command to update, but when executing
./md_builder.sh -B media -d SYNO-V1000
again to build the v4l kernel modules, I get an error. Any advice? I'm compiling in an ubuntu docker container on the NAS itself.