![]() |
Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=28) +--- Thread: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits (/showthread.php?tid=5861) |
Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - Lite1964 - 12-13-2018 I am trying to benfit from LL after windowsing for years and still using old, weak laptops ( aprox 1,5 ghz, 2 gb ram, 32 bits). But it is not easy, must admit. Lots to browse the net to find some magicall sudos apt-gets makes that do not necessarilly result in needed solution. Can someone, please, write clear instruction how to acctivate my TV dvbt stick? I am not a pc man to much, alas. MeTV doesnt see the stick at the moment. I'd appreciate any help. Re: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - Lite1964 - 12-16-2018 That must be either so easy or so difficult, that nobody may help... Keep on hoping for helping hand ... Re: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - bitsnpcs - 12-16-2018 Hello, I have the same sticks, 2 of them and also an RTLSDR-blog one. I have not tried to use them for TV though, but radio, CubicSDR, and dump1080 for aircrafts. Have you tried this solution - https://ubuntuforums.org/showthread.php?t=2109585 Re: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - trinidad - 12-16-2018 Debian has an rtl tools package that includes an EEProm interface to program from, from which you can work directly with the chipset. Not for any amatuer endeavor though. Could you post the OEM name of the stick, and the chipset it uses i/e rtl2xxxx? If you can find that chipset number (rtlxxxx) just paste it in synaptic package manager search bar to see what support is currently available from Ubuntu repos. Make sure multiverse is enabled. TC Re: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - Lite1964 - 12-16-2018 (12-16-2018, 01:10 PM)bitsnpcs link Wrote: Hello, Hi, Bitsnpcs There seem to be few ways and methods in the post. I'll go through them though some of the commands I tried here and there, just blindly rather without success. Thanks Re: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - Lite1964 - 12-16-2018 (12-16-2018, 03:39 PM)trinidad link Wrote: Debian has an rtl tools package that includes an EEProm interface to program from, from which you can work directly with the chipset. Not for any amatuer endeavor though. Could you post the OEM name of the stick, and the chipset it uses i/e rtl2xxxx? If you can find that chipset number (rtlxxxx) just paste it in synaptic package manager search bar to see what support is currently available from Ubuntu repos. Make sure multiverse is enabled. Yea, direct meddling in the chipset seems too early thing for me, yet... On my stick I read: LV5TDLX DVB-T USB trade name is "NOT only TV". " If you can find that chipset number (rtlxxxx) just paste it in synaptic package manager search bar to see what support is currently available from Ubuntu repos." What should I paste in the synaptic actually? thanks Trinidad Re: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - trinidad - 12-16-2018 Looks like your device uses RTL2832U, or has worked with that in the past. Also looks like kernel support has been around for a while as well. [member=411]bitsnpcs[/member] may be your best source here as I have never used your device. But yes enter rtl2832u in the synaptic search box. TC Re: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - bitsnpcs - 12-16-2018 Hello, this is the book (pdf) https://ranous.files.wordpress.com/2018/02/rtl-sdr4linux_quickstartv2-18.pdf I used for installing the drivers, and software, it worked without any issues. The above book doesn't cover TV though this is for using it as an SDR (software defined radio). Although the device is meant for TV someone noticed years ago it can be hacked and used as a very low cost SDR, equivalent to about $1000+ radio equipment, it is why RTL SDR has became so popular. Currently also giving rise to its popularity is a distro called Pi-Aware made by the Raspberry Pi Foundation, and FlightAware, if you run that on a Pi 24/7 and register the base station FA give you full access and a free enterprise account for your help monitoring the aircraft. If there are not many registered in your area or if the signal is very bad in that area, they send you special equipment for Free if you run the base station server. Although that makes it easier to set up, it can be set up on various Linux Distros, including Linux Lite, unsure if any of the community do this yet ? On the Ubuntu link I posted earlier there are 2 solutions shown, the final one is a PPA it gives instructions, copy/paste (or type) these in to terminal one line at a time and press enter, wait for the prompt then enter the next line. I am not positive ? but it seems from the wording they have added the make file instructions posted earlier in the thread, in to the PPA. The make file it assembles (compiles) a program in C, to do this you also add it one line at a time and press enter after each line in your terminal. In the book The Linux Command Line, pdf version free here - https://sourceforge.net/projects/linuxcommand/files/TLCL/17.10/TLCL-17.10.pdf/download In Chapter 23 , it explains about compiling programs, and there are exercises to practice doing this safely, this chapter is only 9 pages. As I had already done this chapter I felt more positive about giving the instructions in the book a try. Re: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - Lite1964 - 12-17-2018 I'll try your recent hints, friends, in coming days. I will update on progress. thax Ren Re: Please, - DVB-T stick, Not only TV, realtek..., howto install on LL3.8 32bits - bitsnpcs - 12-17-2018 Hello Lite1964, I found this tutorial for you, try this one first as there is a lot of info about the format and locations that may be relevant. https://ubuntu-mate.community/t/how-to-watch-digital-tv-with-kaffeine-or-me-tv-in-ubuntu/906 |