

hello_world.c
-
Posts
21 -
Joined
-
Last visited
Community Answers
-
hello_world.c's post in armbian-config installation of tvheadend doesn't work was marked as the answer
Excellent, thank you! This is where it fails:
# add-apt-repository -y add-apt-repository ppa:mamarley/tvheadend-git Error: need a single repository as argument It's one "add-apt-repository" too many.
Just went through the rest of the process after fixing this command line, seems to work fine.
-
hello_world.c's post in SOLVED: Kernel headers installed, but where do I find .config for stock kernel? was marked as the answer
I'd like to add that if the kernel headers had actually been installed by armbian-config in the first place, I wouldn't have had the missing .config file problem. It is included in the kernel headers.
See
-
hello_world.c's post in Installed kernel headers in armbian-config, but they are still missing was marked as the answer
In another forum post I found a hint to download the headers .deb file directly from
https://imola.armbian.com/apt/pool/main/l/
So I did that and installed it manually using
sudo dpkg -i linux-headers-current-sunxi64_21.05.1_arm64.deb which worked. Strange that it didn't from armbian-config since I would think it does the same thing.
-
hello_world.c's post in SOLVED: Install tvheadend on OPiZero w/ Armbian Buster was marked as the answer
Installing tvheadend from armbian-config (Softy submodule) worked fine. Only had to finalize the installation with apt afterwards to set up user, credentials, service.
Wish I'd known about Softy before...