-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB tuner Realtek RTL2838 DVB-T #55
Comments
Not sure why the version magic is different, I've never come across that issue myself. But aside from that, my guess is that you're going to need more modules than just
FWIW, this repo only contains USB serial drivers. |
Thanks for you hints, I managed to cross compile this driver! |
Hi @florian987, did you manage to get the tuner working? I'm also after the same thing. Are you able to share some tips on how you managed to compile the driver and install it in DSM 7.1? |
Not yet, I solved the issue concerning magic numbers, forcing them with an env variable during compilation. For cross-compilation I used this article (it's in French, use translate): I am willing to give more details, or even the compiled drivers, but not sure this repo is the right place. I understand they have serial drivers only. But searching on Github, I could not find any other initiatives for our use case. Regarding the tuner driver itself, it has a lot of dependencies, and I am kind of stuck right now (and reaching my knowledge limit regarding these topics), so if you have any hints, it would be greatly appreciated! |
@florian987 : I would be interested to try out your compiled "dvb-usb-rtl28xxu.ko" for DSM7 if it was possible to share it ? |
I would be very very interested as well to get my RTL USB Dongle to work. Thank you very much. |
For RTL drivers look into: bb-qq |
Thanks for your suggestion. The device mentioned here is a DVB-T dongle, not an Ethernet device. |
Sorry my bad: |
Hello,
I am trying to get my USB tuner working on my Synology NAS. I first tried the drivers provided in this repo but no luck.
Using my laptop, I found out the needed driver was this one:
dvb-usb-rtl28xxu.ko
I found an article explaining how to cross-compile drivers, and tried using these toolchain and source:
But it is still not working, here is the dmesg outpout, after doing an insmod:
[49083.649640] dvb_usb_rtl28xxu: version magic '4.4.180 SMP mod_unload ' should be '4.4.180+ SMP mod_unload '
Seems the linux version is not correct, but cannot find the right one on Synology.
Here is my NAS version:
Linux naz 4.4.180+ #42962 SMP Wed Sep 21 10:56:47 CST 2022 x86_64 GNU/Linux synology_apollolake_218+
Any help on getting this working would be greatly appreciated!
Thanks
The text was updated successfully, but these errors were encountered: