[Solved]Unable to install tvheadend
|
14th Jul, 2022, 05:25 AM
Post: #1
|
|||
|
|||
[Solved]Unable to install tvheadend
Fresh install using the windows installer onto an SD card into the Pi. I used "Xbian Latest rpi4".
I can't seem to install tvheadend using sudo apt-get install xbian-package-tvheadend as per this thread: http://forum.xbian.org/thread-4027.html?highlight=tvheadend I get lots of messages in the terminal all beginning with "failed to fetch http://deb.debian.org/debian/pool/main/....." and ending with "maybe run apt-get update or try with --fix missing?" I've tried running sudo apt-get update and i get: Err1 http://deb.debian.org/debian bullseye inrelease temporary failure resolving deb.debian.org Err:2 http://apt.xbian.org stable InRelease temporary failure resolving apt.xbian.org Any suggestions? (14th Jul, 2022 05:25 AM)spleencheese Wrote: Fresh install using the windows installer onto an SD card into the Pi. I used "Xbian Latest rpi4". OK. From having no PVR entries in my list of addons, it now shows TVHeadend which I managed to get working. The next challenge is to see if I can get NextPVR installed! ![]() |
|||
Yesterday, 12:07 PM
Post: #2
|
|||
|
|||
RE: [Solved]Unable to install tvheadend
Ah, it looks like you're hitting some snags trying to install Tvheadend! Based on the error messages you're getting, it really sounds like a network connectivity or DNS resolution issue, preventing your Pi from fetching packages from the Debian and Xbian repositories.
This typically happens due to: No Network Connectivity: Your Pi isn't connected to the internet, or the connection is unstable. DNS Resolution Problems: Your Pi can't translate the domain names like deb.debian.org and apt.xbian.org into IP addresses. Here are a few suggestions you can try: Check Your Network Connection: Make sure your Raspberry Pi is actually connected to the internet, whether it's via Wi-Fi or Ethernet. Try pinging a reliable external server, like ping 8.8.8.8 (Google's DNS server) or ping google.com, to see if you have general internet connectivity. If these fail, you have a basic network issue. Verify DNS Settings: If you do have network connectivity, then it's highly likely a DNS problem. You might want to edit your /etc/resolv.conf file to use public DNS servers, such as Google's 8.8.8.8 and 8.8.4.4. How to do it: sudo nano /etc/resolv.conf Add or modify the file to include: nameserver 8.8.8.8 nameserver 8.8.4.4 Save and exit (Ctrl+X, Y, Enter). Try restarting your network services or simply rebooting your Pi. Run sudo apt-get update Again: Once you've checked and hopefully resolved any network or DNS issues, run sudo apt-get update again. If this command executes without errors, it means your repositories are accessible. Then Try Installing Tvheadend: sudo apt-get install xbian-package-tvheadend Hope these tips help you out! <a href="https://blockblast-free.org/" target="_blank"><span style="color: #f5f5f5;"><span style="font-size: xx-small;">Block Blast Free</span></span></a> (Yesterday 12:07 PM)fortysix Wrote: Ah, it looks like you're hitting some snags trying to install Tvheadend! Based on the error messages you're getting, it really sounds like a network connectivity or DNS resolution issue, preventing your Pi from fetching packages from the Debian and Xbian repositories. |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[Solved]Can't Install NextPVR | spleencheese | 3 | 4,447 |
16th Jul, 2022 05:42 AM Last Post: spleencheese |
|
Can't install TVheadend | billythekid | 5 | 10,801 |
14th Nov, 2021 04:43 AM Last Post: Nachteule |