macerg Posted September 12, 2020 Posted September 12, 2020 (edited) Hello, I'm tearing my hair out. Help would be much appreciated. Initially, I installed Armbian on an SD card and successfully installed tvheadend and got the tuner to scan successfully. Great, or so I thought. Time to build my 'real' system on a eMMC. After many repeated builds, I cannot, for the life of me, get a successful scan. I'm using the 'predefined' network (UK Sutton Coldfield) which worked just fine before. I am running Armbian_20.08.1_Odroidn2_focal_current_5.8.5_desktop. Edit (can only post one per day). JMMC, what did I do different? Probably the order of things. I initially tried to install tvheadend via armbian-config, it didn't do anything. I installed from the repository. Did I do an 'update & upgrade' before that? Can't remember. Did I do an install firmware, full or part (from armbian-config) before or after? You see my point? Many combinations and permutations, tried a few but loosing track. I'll gladly accept your buster option. Thanks. Edited September 16, 2020 by macerg update for JMCC.
JMCC Posted September 12, 2020 Posted September 12, 2020 EDIT: No, it is a PPA Try to do it like this: sudo add-apt-repository ppa:mamarley/tvheadend-git-stable sudo apt update sudo apt build-dep tvheadend apt-get source tvheadend cd tvheadend* sudo apt install fakeroot dpkg-buildpackage -us -uc -b -rfakeroot -j6 If it fails saying there is no source package, just make sure that you uncomment the line starting with "deb-src" in /etc/apt/sources.list.d/tvheadend-git-stable.list
Werner Posted September 12, 2020 Posted September 12, 2020 8 hours ago, macerg said: ./configure fails due to many missing pre-reqs. If you want to stick to the classic installation method anyways you can use this from @JMCCs commands to fix the needed dependencies: sudo apt build-dep tvheadend
macerg Posted September 16, 2020 Author Posted September 16, 2020 (edited) Hello, I'm tearing my hair out. Help would be much appreciated. Initially, I installed Armbian on an SD card and successfully installed tvheadend and got the tuner to scan successfully. Great, or so I thought. Time to build my 'real' system on a eMMC. After many repeated builds, I cannot, for the life of me, get a successful scan. I'm using the 'predefined' network (UK Sutton Coldfield) which worked just fine before. I am running Armbian_20.08.1_Odroidn2_focal_current_5.8.5_desktop Edited September 16, 2020 by macerg typo
JMCC Posted September 16, 2020 Posted September 16, 2020 On 9/16/2020 at 1:16 PM, macerg said: I installed Armbian on an SD card and successfully installed tvheadend and got the tuner to scan successfully. Okay, what did you do different that time versus the last time that didn't work? BTW On 9/16/2020 at 1:16 PM, macerg said: Armbian_20.08.1_Odroidn2_focal_current_5.8.5_desktop If you don't have any problem with using Debian Buster, I can walk you through getting my working setup. I use Buster, my steps for Focal were not tested.
macerg Posted September 18, 2020 Author Posted September 18, 2020 Ok, my apologies for the duplicate posts. I've built tvheadend in Buster, it 'sees' the dongle but doesn't find any channels. I've run w_scan, again, card detected but no channels. To me, looks like the dongle is faulty. Progressing replacement.
Werner Posted September 19, 2020 Posted September 19, 2020 6 hours ago, macerg said: Ok, my apologies for the duplicate posts. I've built tvheadend in Buster, it 'sees' the dongle but doesn't find any channels. I've run w_scan, again, card detected but no channels. To me, looks like the dongle is faulty. Progressing replacement. Could be simply verified by retrying on a different computer (does not have to be a development board, laptop or similar will do) and see if the issue persists.
macerg Posted September 19, 2020 Author Posted September 19, 2020 Yes, I'm aware of this, thanks. Unfortunately, I don't possess a windoze machine. Having to borrow one. Everyone I know runs Linux of one flavour or another.
JMCC Posted September 19, 2020 Posted September 19, 2020 Which version did you build? Some versions need the default location for the frequency lists to be changed in the GUI, at least for buster. Under General tab, change DVB scan files path to /usr/share/tvheadend/data/dvb-scan
macerg Posted September 19, 2020 Author Posted September 19, 2020 4.3, as stated,. dongle failed on w-scan also. W-scan scans the entire DVB frequency range.
JMCC Posted September 19, 2020 Posted September 19, 2020 Make sure it is not a firmware issue either. For my DVB tuner, even though the kernel recognizes it, I needed to download the firmware for it to work. Maybe ubuntu includes it, but not buster. Check dmesg for firmware missing messages
macerg Posted September 23, 2020 Author Posted September 23, 2020 Ok, finally fixed. It WAS missing firmware. Sorry, again for the duplicate posts. Thanks for all the assistance.
Werner Posted September 23, 2020 Posted September 23, 2020 1 hour ago, macerg said: Ok, finally fixed. It WAS missing firmware. Sorry, again for the duplicate posts. Thanks for all the assistance. Marking as solved.
Recommended Posts