- My Satellite Setup
- Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
- My Location
- The Flatlands of East Anglia
Yes satesco. I installed neumo-drivers in a new OS (cachyOS archlinux), but there's a problem - only two adapters, TBS6903x and TBS6983 were found. Missing are two others, TBS5927 and TBS6220.I was "brave", but that's not enough; I also need "knowledge" to fully succeed in installing Neumo-drivers.
My first attempt was with kernel 6.14 for Ubuntu 24.04, but since I failed, I installed kernel 6.17.3.
I tried installing the drivers using the command lines shown below.
Up to "make install", I had no errors. Only at this stage did I notice a few errors (see screenshot)
The tests I ran after finishing the driver installation (?) show that the new drivers weren't installed, even though the adapted ones are present, but I guess they only show up because they're the old ones.
If I failed, I didn't try to upgrade all the software.
I will only do this upgrade after a proper installation of Neumo-drivers.
I -cd ~/
git clone --depth=1 GitHub - deeptho/neumo-drivers: Out of tree drivers for blindscan, spectrum acquistion aimed at TBS dvb cards
cd ~/neumo-drivers
II -make clean #optional; helps to prevent problems
make -j`nproc`
III -make install #best to NOT run this as root, sudo is called internally where needed
IV -sudo tar jxvf tbs-tuner-firmwares*.tar.bz2 -C /lib/firmware/
V -sudo apt install -y rsyslog
sudo vi /etc/rsyslog.conf # add "kern.debug /var/log/debug" line
sudo systemctl enable rsyslog
sudo systemctl start rsyslog #to have log messages in /var/log/debug
Has anyone managed to install Neumo-drivers?
lib/firmware has my cards and the 5927 in situ.
CachyOS rolling release kernel 6.12.68-2-cachyos-lts
Perhaps @deeptho could check the log ? I can only find the adapters there for the two I have
Edit:- replaced debug file after TBS5927 added.
