satesco
Specialist Contributor
- Joined
- Aug 10, 2008
- Messages
- 2,180
- Reaction score
- 3,159
- Points
- 113
- My Satellite Setup
-
seven antennas,one toroidal with 16 lnbs,
6 satellite receivers,2 Meters,9 PC cards(tbs6983,6903,6590,6504,6522,6209,2603,6909X,6903X,6902se,skystar hd2),2 tuners usb-tbs5927 & tbs5925,Skystar HD.
Satellite reception between 100.5E-50.0W
- My Location
- Romania
You must consider some prerequisites when installing @deeptho's driver, which is true for everything when building something in Linux.
In this case, it's about Git, a compiler that allows you to access the source code.
Then there's libproc-processtable-perl .
Check if you installed Git in a terminal with the command: git --version
If you get a negative message, then you need to install it like this:
-sudo apt update
-sudo apt upgrade -y
-sudo apt install git
-git --version
Then install; libproc-processtable-perl
At each command line, you should see on the terminal that something happens next:
mkdir ~/blindscan_kernel
cd ~/blindscan_kernel: git clone --depth=1 GitHub - deeptho/linux_media: neumoDVB blindscan drivers media_tree ./media
etc,etc,etc.
But better, as @deeptho says, to read each paragraph from his site: linux_media/README.md at deepthought · deeptho/linux_media
I don't know how much anyone can help you if you haven't put any "bricks" when you want to build something.
I understand. I was in your situation myself, and I went through many tribulations when I first tried to install the neumoDVB driver and application.
Switching from Windows to Linux or any operating system is like learning a foreign language mentally; you have to think like a native speaker of that language, not words and sentences.
@deeptho provides us with "the bricks" and instructions for arranging them.
In this case, it's about Git, a compiler that allows you to access the source code.
Then there's libproc-processtable-perl .
Check if you installed Git in a terminal with the command: git --version
If you get a negative message, then you need to install it like this:
-sudo apt update
-sudo apt upgrade -y
-sudo apt install git
-git --version
Then install; libproc-processtable-perl
At each command line, you should see on the terminal that something happens next:
mkdir ~/blindscan_kernel
cd ~/blindscan_kernel: git clone --depth=1 GitHub - deeptho/linux_media: neumoDVB blindscan drivers media_tree ./media
etc,etc,etc.
But better, as @deeptho says, to read each paragraph from his site: linux_media/README.md at deepthought · deeptho/linux_media
I don't know how much anyone can help you if you haven't put any "bricks" when you want to build something.
I understand. I was in your situation myself, and I went through many tribulations when I first tried to install the neumoDVB driver and application.
Switching from Windows to Linux or any operating system is like learning a foreign language mentally; you have to think like a native speaker of that language, not words and sentences.
@deeptho provides us with "the bricks" and instructions for arranging them.