#Target not found kodi-imx6

46 messages · Page 1 of 1 (latest)

echo frigate
#

Im following this guide for setting up kodi on my wandboard quad. https://svenschwermer.de/2016/09/10/installing-arch-on-wandboard-quad.html
I have gotten past all the steps except this one.

pacman -S kodi-imx imx-gpu-viv-fb

When I run it I get
error: target not found: kodi-imx6

What should I do?
Where is kodi imx6?

#

I mean kodi-imx everywhere. no 6

#

hmm ping google.com gives name or service not known

#

systemctl restart NetworkManager gives Failed to restart NetworkManager.service: Unit NetworkManager.service not found

#

it’s connect to my ethernet though

flint ibex
#

pacman -Qo /lib/systemd/system/NetworkManager.service

echo frigate
#

it says error: no package owns /lib/systems/system/NetworkManager.service

flint ibex
#

sudo pacman -S networkmanager && sudo systemctl enable --now NetworkManager

echo frigate
#

btw i’m logged in as root

flint ibex
#

oh, wait, you don't have internet right?

echo frigate
#

and command is not found for sudo

flint ibex
echo frigate
#

i can ping local computers on my network

#

but nothing outside for some reason

flint ibex
#

ip a

echo frigate
flint ibex
#

ping 1.1.1.1

echo frigate
#

i’m getting 64 bytes at a time

flint ibex
#

cat /etc/resolv.conf

echo frigate
flint ibex
#

networkctl

echo frigate
flint ibex
#

networkctl status eth0

echo frigate
flint ibex
#

cat /etc/systemd/network/eth0.network

echo frigate
flint ibex
#

do you have dig command

echo frigate
#

no

flint ibex
#

curl 1.1.1.1

echo frigate
flint ibex
#

curl ifconfig.co

echo frigate
#

could not resolve host

flint ibex
#

So your router's DNS is probably acting naughty. try changing it to 1.1.1.1
/etc/resolv.conf

nameserver 1.1.1.1
echo frigate
#

just did that

flint ibex
#

does curl ifconfig.co work now?

echo frigate
#

no

flint ibex
#

what's the error

echo frigate
flint ibex
#

??? is it because of ipv6.

#

curl -4 one.one.one.one

echo frigate
#

could not resolve host one.one.one.one

flint ibex
#

I am out of ideas. Is your host or gateway blocking DNS or something?

#

iptables -nvL

echo frigate