kodi installation where

Post Reply
richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

kodi installation where

Post by richard-g8jvm »

Having got most things working
installed kodi

and tried to run it, and got not found.
so added the ppa and reinstalled


now on a proper OS Linux Mint , it installs in .kodi in my home directory. and typing "kodi" from the CLI starts it

Seems to be a lot of kodi files in /usr/share, bit nothing in odroid, no .kodi directory anywhere.

so how do you run it when nothing in menus ???
BR
Richard G8JVM

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

I've also tried to compile kodi, but getting a lot of errors
so stuck with what on the ppa

kodi runs on linux mint , just by typing "kodi" on CLI or selecting from the menu in a GUI
but not on the ubuntu22 supplied here, doesn't appear in the gui menu on Mate, and I'm stuck with Mate desktop as using a 42" TV as a monitor it needs
the display increased by 200%, else everything is tiny,
Kodi ran well on a C1 and C2 , slow but usable , So far on a N2+ and ubuntu 22 YUK !
BR
Richard G8JVM

User avatar
joerg
Posts: 1957
Joined: Tue Apr 01, 2014 2:14 am
languages_spoken: german, english, español
ODROIDs: C1, C1+, C2, N1, N2, C4
Location: Germany
Has thanked: 200 times
Been thanked: 431 times
Contact:

Re: kodi installation where

Post by joerg »

Maybe you can find the installed files with apt-file list kodi?
On my Linux Mint Debian Edition it puts out:

Code: Select all

kodi: /usr/bin/kodi                       
kodi: /usr/bin/kodi-standalone
kodi: /usr/lib/mime/packages/kodi
kodi: /usr/share/applications/kodi.desktop
kodi: /usr/share/doc/kodi/NEWS.Debian.gz
kodi: /usr/share/doc/kodi/README.Debian
kodi: /usr/share/doc/kodi/changelog.Debian.amd64.gz
kodi: /usr/share/doc/kodi/changelog.Debian.gz
kodi: /usr/share/doc/kodi/copyright
kodi: /usr/share/lintian/overrides/kodi
kodi: /usr/share/man/man1/kodi-standalone.1.gz
kodi: /usr/share/man/man1/kodi.1.gz
kodi: /usr/share/metainfo/org.xbmc.kodi.metainfo.xml

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

hi had to install apt-file

Code: Select all

odroid@N2:~/kodi-build$ sudo apt-file list kodi
kodi: /usr/bin/kodi                       
kodi: /usr/bin/kodi-standalone
kodi: /usr/lib/mime/packages/kodi
kodi: /usr/share/applications/kodi.desktop
kodi: /usr/share/doc/kodi/NEWS.Debian.gz
kodi: /usr/share/doc/kodi/README.Debian
kodi: /usr/share/doc/kodi/changelog.Debian.gz
kodi: /usr/share/doc/kodi/copyright
kodi: /usr/share/lintian/overrides/kodi
kodi: /usr/share/man/man1/kodi-standalone.1.gz
kodi: /usr/share/man/man1/kodi.1.gz
kodi: /usr/share/metainfo/org.xbmc.kodi.metainfo.xml

odroid@N2:~$ kodi
-bash: kodi: command not found
odroid@N2:~$ 



umm something strange here that says its in /usr/bin/kodi

yet

Code: Select all


odroid@N2:/usr/bin$ ls -la |grep kodi
odroid@N2:/usr/bin$ 
one says its there and ls says its not


I wish linux mint was available for arm64

I sure ubuntu in some language means crap
BR
Richard G8JVM

User avatar
joerg
Posts: 1957
Joined: Tue Apr 01, 2014 2:14 am
languages_spoken: german, english, español
ODROIDs: C1, C1+, C2, N1, N2, C4
Location: Germany
Has thanked: 200 times
Been thanked: 431 times
Contact:

Re: kodi installation where

Post by joerg »

Sorry, I forgot to explain that apt-file lists the files of the package and where they will be installed. It does not list the actual installed files.

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

Thats OK, but it means why on earth is the excutable file not being installed in /usr/bin

I'm using the kodi ppa so it should be debian proof,

I wish Hardkernel could produce a SBC with a amd64 chip, so proper OS could be used like Linux Mint.
The last time I tied to use this I ended up buying a Netflix subscription
I'd prefer to get this to work with kodi
BR
Richard G8JVM

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

I tried reinstalling, and nothing gets installed to /usr/bin

however

I did a chmod +xrw /usr as su
and the permissions did not change

/usr/bin is writable as root as I was able to copy a file from /usr/local/bin to it

I cant see any reason why the kodi excutable is not getting written to /usr/bin
apart from ubuntu being the biggest pile of crap !!!!

I've tried the three versions available
the stock ubuntu version
the xmbc stable version from ppa and the nightly build from ppa,
none of them install the binary in to /usr/bin
BR
Richard G8JVM

User avatar
mad_ady
Posts: 11751
Joined: Wed Jul 15, 2015 5:00 pm
languages_spoken: english
ODROIDs: XU4 (HC1, HC2), C1+, C2, C4 (HC4), N1, N2, N2L, H2, H3+, Go, Go Advance, M1, M1S
Location: Bucharest, Romania
Has thanked: 656 times
Been thanked: 1196 times
Contact:

Re: kodi installation where

Post by mad_ady »

I haven't used kodi on ubuntu for a while, but I remember Hardkernel would ship a custom kodi package, from their own repo. I know that for N2 they ship kodi for fbdev only, so look if you have their apt repo set up and what kodi-* packages you have svailable.
There is also a project around the forum that runs coreelec's kodi inside a container, in ubuntu.

User avatar
joerg
Posts: 1957
Joined: Tue Apr 01, 2014 2:14 am
languages_spoken: german, english, español
ODROIDs: C1, C1+, C2, N1, N2, C4
Location: Germany
Has thanked: 200 times
Been thanked: 431 times
Contact:

Re: kodi installation where

Post by joerg »

May I know your installed OS image? I could give it a try with my N2. Is it the stock Ubuntu from Hardkernel?

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

Hi Joerg

Its the standard ubuntu22 downloaded from the hardkernel site

Code: Select all

richard@richard-Inspiron-3580:~$ ssh -p 9922 odroid@odroidN2
Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 4.9.312-125 aarch64)

I'm very suspicious, as I tried the cinnamon desktop, only to find the Debian logos on it.
I use cinnamon on my laptop ,with Linux Mint, and that looks and feels very different.
I'm stuck with Mate as I need to use the 200% zoom as the resolution is set high with no alternatives.
I am using the TV as a monitor.
If yours works and the binary is loaded in /usr/bin. Could you possibly e-mail the executable file from /usr/bin/ so I can try it here please

thanks
BR
Richard G8JVM

User avatar
joerg
Posts: 1957
Joined: Tue Apr 01, 2014 2:14 am
languages_spoken: german, english, español
ODROIDs: C1, C1+, C2, N1, N2, C4
Location: Germany
Has thanked: 200 times
Been thanked: 431 times
Contact:

Re: kodi installation where

Post by joerg »

Hello Richard, I installed Ubuntu on my N2 and first made a sudo apt update and a sudo apt upgrade. Then I installed Kodi with sudo apt install kodi and... It's there! Also in the Menu - Sound & Video.
Here is the log output of it:

Code: Select all

odroid@odroid:~$ sudo apt install kodi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  crda libllvm13 libssl1.1
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  fonts-noto-core fonts-noto-hinted fonts-noto-ui-core fonts-roboto-hinted
  fonts-roboto-unhinted javascript-common kodi-bin kodi-data
  kodi-repository-kodi kodi-visualization-spectrum libcec6 libcrossguid0
  libfmt8 libfstrcmp0 libiso9660-11 libjs-iscroll libjs-jquery
  libkissfft-float131 libmicrohttpd12 libmysqlclient21 libp8-platform2
  libpcrecpp0v5 libraspberrypi0 libshairplay0 libtinyxml2.6.2v5
  libwayland-client++0 libwayland-cursor++0 libwayland-egl++0 mysql-common
Suggested packages:
  apache2 | lighttpd | httpd
The following NEW packages will be installed:
  fonts-noto-core fonts-noto-hinted fonts-noto-ui-core fonts-roboto-hinted
  fonts-roboto-unhinted javascript-common kodi kodi-bin kodi-data
  kodi-repository-kodi kodi-visualization-spectrum libcec6 libcrossguid0
  libfmt8 libfstrcmp0 libiso9660-11 libjs-iscroll libjs-jquery
  libkissfft-float131 libmicrohttpd12 libmysqlclient21 libp8-platform2
  libpcrecpp0v5 libraspberrypi0 libshairplay0 libtinyxml2.6.2v5
  libwayland-client++0 libwayland-cursor++0 libwayland-egl++0 mysql-common
0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
Need to get 44.0 MB of archives.
After this operation, 122 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-noto-core all 20201225-1build1 [12.2 MB]
Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-noto-ui-core all 20201225-1build1 [1420 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fonts-noto-hinted all 20201225-1build1 [3988 B]
Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fonts-roboto-unhinted all 2:0~20170802-3 [2376 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 fonts-roboto-hinted all 2:0~20170802-3 [3008 B]
Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 javascript-common all 11+nmu1 [5936 B]
Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libp8-platform2 arm64 2.1.0.1+dfsg1-3build1 [20.3 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libraspberrypi0 arm64 0~20220324+gitc4fd1b8-0ubuntu1~22.04.1 [101 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcec6 arm64 6.0.2-1ubuntu2 [192 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libcrossguid0 arm64 0.0+git200150803-4build1 [7288 B]
Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libfmt8 arm64 8.1.1+ds1-2 [56.9 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libfstrcmp0 arm64 0.7.D001-2 [7634 B]
Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiso9660-11 arm64 2.1.0-3build1 [23.5 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libkissfft-float131 arm64 131.1.0-2 [13.3 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libmicrohttpd12 arm64 0.9.75-3ubuntu1 [74.9 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 mysql-common all 5.8+1.0.8 [7212 B]
Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libmysqlclient21 arm64 8.0.35-0ubuntu0.22.04.1 [1306 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcrecpp0v5 arm64 2:8.39-13ubuntu0.22.04.1 [16.1 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libshairplay0 arm64 0.9.0~git20180824.096b61a+dfsg1-2 [99.8 kB]
Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libtinyxml2.6.2v5 arm64 2.6.2-6 [31.9 kB]
Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libwayland-client++0 arm64 0.2.8-2 [66.0 kB]
Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libwayland-cursor++0 arm64 0.2.8-2 [10.3 kB]
Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libwayland-egl++0 arm64 0.2.8-2 [8704 B]
Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 kodi-bin arm64 2:19.4+dfsg1-2 [7533 kB]
Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB]
Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 libjs-iscroll all 5.2.0+dfsg1-2 [227 kB]
Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 kodi-data all 2:19.4+dfsg1-2 [17.5 MB]
Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 kodi arm64 2:19.4+dfsg1-2 [23.4 kB]
Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 kodi-repository-kodi all 2:19.4+dfsg1-2 [47.5 kB]
Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 kodi-visualization-spectrum arm64 19.0.0+ds1-2 [320 kB]
Fetched 44.0 MB in 4s (10.7 MB/s)                 
Selecting previously unselected package fonts-noto-core.
(Reading database ... 213002 files and directories currently installed.)
Preparing to unpack .../00-fonts-noto-core_20201225-1build1_all.deb ...
Unpacking fonts-noto-core (20201225-1build1) ...
Selecting previously unselected package fonts-noto-ui-core.
Preparing to unpack .../01-fonts-noto-ui-core_20201225-1build1_all.deb ...
Unpacking fonts-noto-ui-core (20201225-1build1) ...
Selecting previously unselected package fonts-noto-hinted.
Preparing to unpack .../02-fonts-noto-hinted_20201225-1build1_all.deb ...
Unpacking fonts-noto-hinted (20201225-1build1) ...
Selecting previously unselected package fonts-roboto-unhinted.
Preparing to unpack .../03-fonts-roboto-unhinted_2%3a0~20170802-3_all.deb ...
Unpacking fonts-roboto-unhinted (2:0~20170802-3) ...
Selecting previously unselected package fonts-roboto-hinted.
Preparing to unpack .../04-fonts-roboto-hinted_2%3a0~20170802-3_all.deb ...
Unpacking fonts-roboto-hinted (2:0~20170802-3) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../05-javascript-common_11+nmu1_all.deb ...
Unpacking javascript-common (11+nmu1) ...
Selecting previously unselected package libp8-platform2:arm64.
Preparing to unpack .../06-libp8-platform2_2.1.0.1+dfsg1-3build1_arm64.deb ...
Unpacking libp8-platform2:arm64 (2.1.0.1+dfsg1-3build1) ...
Selecting previously unselected package libraspberrypi0:arm64.
Preparing to unpack .../07-libraspberrypi0_0~20220324+gitc4fd1b8-0ubuntu1~22.04.
1_arm64.deb ...
Unpacking libraspberrypi0:arm64 (0~20220324+gitc4fd1b8-0ubuntu1~22.04.1) ...
Selecting previously unselected package libcec6:arm64.
Preparing to unpack .../08-libcec6_6.0.2-1ubuntu2_arm64.deb ...
Unpacking libcec6:arm64 (6.0.2-1ubuntu2) ...
Selecting previously unselected package libcrossguid0:arm64.
Preparing to unpack .../09-libcrossguid0_0.0+git200150803-4build1_arm64.deb ...
Unpacking libcrossguid0:arm64 (0.0+git200150803-4build1) ...
Selecting previously unselected package libfmt8:arm64.
Preparing to unpack .../10-libfmt8_8.1.1+ds1-2_arm64.deb ...
Unpacking libfmt8:arm64 (8.1.1+ds1-2) ...
Selecting previously unselected package libfstrcmp0.
Preparing to unpack .../11-libfstrcmp0_0.7.D001-2_arm64.deb ...
Unpacking libfstrcmp0 (0.7.D001-2) ...
Selecting previously unselected package libiso9660-11:arm64.
Preparing to unpack .../12-libiso9660-11_2.1.0-3build1_arm64.deb ...
Unpacking libiso9660-11:arm64 (2.1.0-3build1) ...
Selecting previously unselected package libkissfft-float131:arm64.
Preparing to unpack .../13-libkissfft-float131_131.1.0-2_arm64.deb ...
Unpacking libkissfft-float131:arm64 (131.1.0-2) ...
Selecting previously unselected package libmicrohttpd12:arm64.
Preparing to unpack .../14-libmicrohttpd12_0.9.75-3ubuntu1_arm64.deb ...
Unpacking libmicrohttpd12:arm64 (0.9.75-3ubuntu1) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../15-mysql-common_5.8+1.0.8_all.deb ...
Unpacking mysql-common (5.8+1.0.8) ...
Selecting previously unselected package libmysqlclient21:arm64.
Preparing to unpack .../16-libmysqlclient21_8.0.35-0ubuntu0.22.04.1_arm64.deb ..
.
Unpacking libmysqlclient21:arm64 (8.0.35-0ubuntu0.22.04.1) ...
Selecting previously unselected package libpcrecpp0v5:arm64.
Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-13ubuntu0.22.04.1_arm64.deb ..
.
Unpacking libpcrecpp0v5:arm64 (2:8.39-13ubuntu0.22.04.1) ...
Selecting previously unselected package libshairplay0:arm64.
Preparing to unpack .../18-libshairplay0_0.9.0~git20180824.096b61a+dfsg1-2_arm64
.deb ...
Unpacking libshairplay0:arm64 (0.9.0~git20180824.096b61a+dfsg1-2) ...
Selecting previously unselected package libtinyxml2.6.2v5:arm64.
Preparing to unpack .../19-libtinyxml2.6.2v5_2.6.2-6_arm64.deb ...
Unpacking libtinyxml2.6.2v5:arm64 (2.6.2-6) ...
Selecting previously unselected package libwayland-client++0:arm64.
Preparing to unpack .../20-libwayland-client++0_0.2.8-2_arm64.deb ...
Unpacking libwayland-client++0:arm64 (0.2.8-2) ...
Selecting previously unselected package libwayland-cursor++0:arm64.
Preparing to unpack .../21-libwayland-cursor++0_0.2.8-2_arm64.deb ...
Unpacking libwayland-cursor++0:arm64 (0.2.8-2) ...
Selecting previously unselected package libwayland-egl++0:arm64.
Preparing to unpack .../22-libwayland-egl++0_0.2.8-2_arm64.deb ...
Unpacking libwayland-egl++0:arm64 (0.2.8-2) ...
Selecting previously unselected package kodi-bin.
Preparing to unpack .../23-kodi-bin_2%3a19.4+dfsg1-2_arm64.deb ...
Unpacking kodi-bin (2:19.4+dfsg1-2) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../24-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ...
Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
Selecting previously unselected package libjs-iscroll.
Preparing to unpack .../25-libjs-iscroll_5.2.0+dfsg1-2_all.deb ...
Unpacking libjs-iscroll (5.2.0+dfsg1-2) ...
Selecting previously unselected package kodi-data.
Preparing to unpack .../26-kodi-data_2%3a19.4+dfsg1-2_all.deb ...
Unpacking kodi-data (2:19.4+dfsg1-2) ...
Selecting previously unselected package kodi.
Preparing to unpack .../27-kodi_2%3a19.4+dfsg1-2_arm64.deb ...
Unpacking kodi (2:19.4+dfsg1-2) ...
Selecting previously unselected package kodi-repository-kodi.
Preparing to unpack .../28-kodi-repository-kodi_2%3a19.4+dfsg1-2_all.deb ...
Unpacking kodi-repository-kodi (2:19.4+dfsg1-2) ...
Selecting previously unselected package kodi-visualization-spectrum:arm64.
Preparing to unpack .../29-kodi-visualization-spectrum_19.0.0+ds1-2_arm64.deb ..
.
Unpacking kodi-visualization-spectrum:arm64 (19.0.0+ds1-2) ...
Setting up libwayland-client++0:arm64 (0.2.8-2) ...
Setting up libpcrecpp0v5:arm64 (2:8.39-13ubuntu0.22.04.1) ...
Setting up javascript-common (11+nmu1) ...
Setting up mysql-common (5.8+1.0.8) ...
Setting up libmysqlclient21:arm64 (8.0.35-0ubuntu0.22.04.1) ...
Setting up libiso9660-11:arm64 (2.1.0-3build1) ...
Setting up libjs-iscroll (5.2.0+dfsg1-2) ...
Setting up libcrossguid0:arm64 (0.0+git200150803-4build1) ...
Setting up fonts-roboto-unhinted (2:0~20170802-3) ...
Setting up libkissfft-float131:arm64 (131.1.0-2) ...
Setting up libmicrohttpd12:arm64 (0.9.75-3ubuntu1) ...
Setting up libwayland-cursor++0:arm64 (0.2.8-2) ...
Setting up libp8-platform2:arm64 (2.1.0.1+dfsg1-3build1) ...
Setting up kodi-repository-kodi (2:19.4+dfsg1-2) ...
Setting up libtinyxml2.6.2v5:arm64 (2.6.2-6) ...
Setting up libraspberrypi0:arm64 (0~20220324+gitc4fd1b8-0ubuntu1~22.04.1) ...
Setting up libcec6:arm64 (6.0.2-1ubuntu2) ...
Setting up libfmt8:arm64 (8.1.1+ds1-2) ...
Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
Setting up fonts-noto-ui-core (20201225-1build1) ...
Setting up libshairplay0:arm64 (0.9.0~git20180824.096b61a+dfsg1-2) ...
Setting up libfstrcmp0 (0.7.D001-2) ...
Setting up fonts-noto-core (20201225-1build1) ...
Setting up libwayland-egl++0:arm64 (0.2.8-2) ...
Setting up fonts-roboto-hinted (2:0~20170802-3) ...
Setting up fonts-noto-hinted (20201225-1build1) ...
Setting up kodi-data (2:19.4+dfsg1-2) ...
Setting up kodi-bin (2:19.4+dfsg1-2) ...
Setting up kodi (2:19.4+dfsg1-2) ...
Setting up kodi-visualization-spectrum:arm64 (19.0.0+ds1-2) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...
Processing triggers for bamfdaemon (0.5.6+22.04.20220217-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for mate-menus (1.26.0-2ubuntu2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.4) ...
odroid@odroid:~$ whereis kodi
kodi: /usr/bin/kodi /usr/lib/aarch64-linux-gnu/kodi /usr/share/kodi /usr/share/man/man1/kodi.1.gz
The file kodi.zip contains the deb package of installed kodi 19.4. I hope you can use it. Either install the deb package with right click on it or it's also possible to decompress the deb file to see the files in the file explorer.
Maybe the sources for apt in your case is not original anymore?
Attachments
kodi.zip
(23.05 KiB) Downloaded 8 times

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

Many thanks Joerg

I did a system update between ubuntu 20 and 22,

my apt sources are correct and up to date, even have the xmbc ppas added, stable and nightly

The emmc was purchased with ubuntu 20 on it, and I've had many problems, especially with licd.

I'll see if I can just get the binary file out of the deb, I'm not sure if the hardkernel version of kodi has the additional repos that the xmbc version does
If it has been copied from the debian version there is a lot missing.
.

If I cant get just the executable file out , I will have to reload the emmc with the latest version, the N2 main use is motion and homeassisant.
Motion is no problem to back up, but homeassistant will be a pig
Maybe if I make a tarball of the /src directory and the .homeassistant directory , I might be OK , , I post that question on the HA forum

thanks again for the help, it proves he OS is broken , I had to use dpkg to sort out the mess apt made when installing gnome

I suspect the problem is with apt , not sure if that can be purged and reinstalled with dpgk
BR
Richard G8JVM

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

Hi Joerg
Your deb installs exactly the same as you had , but when
whereis kodi
kodi: /usr/lib/aarch64-linux-gnu/kodi /usr/share/kodi /usr/share/man/man1/kodi.1.gz

can someone please either tar or zip the executable /usr/bin/kodi and attach to an email to me please, richard@g8jvm.com
I'm beginning to suspect APT is all screwed up, I'm not sure IF it can be reloaded ?????
strange dpkg could not install kodi, couldn't find it

I dont want to have to reload the system , as it also runs homeassitant and that controls all the heating etc, and its cold outside now
BR
Richard G8JVM

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

Well after much battling , I managed to reload apt, and kodi now loads,
running on top of Mate, its pretty useless, very very slow. anything from the keyboard takes 10 sec for a character to appear after being type and the mouse is just frustrating to try and use.

Ran TOP and it shows motion using 240% of the processor, and Has and kodi both using less than 10 %
I would have thought a A73 processor would have coped with that.
It so slow it makes my old C1 look super fast
Motion only has 9 HDMI cameras attached , a bit disappointed at the performance or lack of it
BR
Richard G8JVM

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

mpstat
Linux 4.9.312-125 (N2.g8jvm.com) 11/20/23 _aarch64_ (6 CPU)

18:02:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle
18:02:32 all 41.47 0.06 0.76 0.08 0.00 0.18 0.00 0.00 0.00 57.46
Last edited by richard-g8jvm on Tue Nov 21, 2023 3:05 am, edited 1 time in total.
BR
Richard G8JVM

User avatar
rooted
Posts: 10481
Joined: Fri Dec 19, 2014 9:12 am
languages_spoken: english
Location: Gulf of Mexico, US
Has thanked: 816 times
Been thanked: 694 times
Contact:

Re: kodi installation where

Post by rooted »

Personally I would just run coreelec and run HA in a container.

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

Probably easier just to get another board and just use that for kodi and other media stuff
maybe a N2L , and if so Ill use coreelec
BR
Richard G8JVM

User avatar
rooted
Posts: 10481
Joined: Fri Dec 19, 2014 9:12 am
languages_spoken: english
Location: Gulf of Mexico, US
Has thanked: 816 times
Been thanked: 694 times
Contact:

Re: kodi installation where

Post by rooted »

The C4 runs CoreELEC nicely as well.

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

Just had a look on flea bay , there are some very silly prices,

there is a N2 with emmc , used, at a reasonable price, I may just grab that only the 2GB of ram , would that be enough for running kodi ?
BR
Richard G8JVM

User avatar
rooted
Posts: 10481
Joined: Fri Dec 19, 2014 9:12 am
languages_spoken: english
Location: Gulf of Mexico, US
Has thanked: 816 times
Been thanked: 694 times
Contact:

Re: kodi installation where

Post by rooted »

Shouldn't have any issues with 2GB running CorrELEC.

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

Thanks, I just bought it
so I'll have to read up on coreelec before it gets here
BR
Richard G8JVM

User avatar
rooted
Posts: 10481
Joined: Fri Dec 19, 2014 9:12 am
languages_spoken: english
Location: Gulf of Mexico, US
Has thanked: 816 times
Been thanked: 694 times
Contact:

Re: kodi installation where

Post by rooted »

richard-g8jvm wrote:Thanks, I just bought it
so I'll have to read up on coreelec before it gets here
It's just Kodi running on top of minimal Linux, it's really good.

User avatar
mad_ady
Posts: 11751
Joined: Wed Jul 15, 2015 5:00 pm
languages_spoken: english
ODROIDs: XU4 (HC1, HC2), C1+, C2, C4 (HC4), N1, N2, N2L, H2, H3+, Go, Go Advance, M1, M1S
Location: Bucharest, Romania
Has thanked: 656 times
Been thanked: 1196 times
Contact:

Re: kodi installation where

Post by mad_ady »

As far as I remember kodi never ran on N2 on top of x11. Hardkernel's (and coreelec's) build was for fbdev. So turn off lightdm (sudo service lightdm stop) and try running kodi from shell. You shouldn't need any xbmc ppas. If it still runs poorly, it's probably kodi installed from a different repo than hardkernel's.
Maybe if I make a tarball of the /src directory and the .homeassistant directory , I might be OK , , I post that question on the HA forum
See if you have Settings -> System -> Backups. I'm running HA supervised, but in an unsupported way :)

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

I've another N2 coming which will run corelec, which should solve the problem.
TOP doesn't give a true indication of cpu use with multiple cpus. Motion is taking at least half the cpu resources
The N2+ will say in use with Motion, HA and as a NAS, with just motion and HA running thats using 40% of the 6 cpus according to mpstat
BR
Richard G8JVM

User avatar
joerg
Posts: 1957
Joined: Tue Apr 01, 2014 2:14 am
languages_spoken: german, english, español
ODROIDs: C1, C1+, C2, N1, N2, C4
Location: Germany
Has thanked: 200 times
Been thanked: 431 times
Contact:

Re: kodi installation where

Post by joerg »

mad_ady wrote:
Tue Nov 21, 2023 2:15 pm
As far as I remember kodi never ran on N2 on top of x11. Hardkernel's (and coreelec's) build was for fbdev. So turn off lightdm (sudo service lightdm stop) and try running kodi from shell. You shouldn't need any xbmc ppas. If it still runs poorly, it's probably kodi installed from a different repo than hardkernel's.
Maybe if I make a tarball of the /src directory and the .homeassistant directory , I might be OK , , I post that question on the HA forum
See if you have Settings -> System -> Backups. I'm running HA supervised, but in an unsupported way :)
I think the one I uploaded here was not from Hardkernel's repo:

Code: Select all

Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 kodi arm64 2:19.4+dfsg1-2 [23.4 kB]
But apt-cache shows me only this version.
I wasn't aware of it, as I never use Kodi. It's still not the kind of UI I like to use.

richard-g8jvm
Posts: 522
Joined: Sun Jan 18, 2015 1:27 am
languages_spoken: english
ODROIDs: C1+ C2, XU4
Location: Telford UK
Has thanked: 1 time
Been thanked: 5 times
Contact:

Re: kodi installation where

Post by richard-g8jvm »

Its only useful for watching TV series that take years to appear on TV here, or the stuff that you need several subscriptions to use
, and even then you dont get all episodes. Not worried about films , its just choice
BR
Richard G8JVM

Post Reply

Return to “Ubuntu”

Who is online

Users browsing this forum: Bing [Bot] and 1 guest