Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)

For discussion of topics specific to MythTV on linux
diepe
Junior
Posts: 16
Joined: Sun Jul 28, 2024 11:40 am
Germany

Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)

Post by diepe »

I use virtualbox and i think i will lose hardware decode and encode.
Linux Mint 22 server
Kodi frontend
Cine S2 dual tv tuner
User avatar
bill6502
Developer
Posts: 2452
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)

Post by bill6502 »

@diepe, you can start the backend from the command line (to remove systemd from the picture).
Make sure it's stopped with the status comand, then type:

Code: Select all

sudo mythbackend --user mythtv
You may see some additional information that explains why it isn't starting.
diepe
Junior
Posts: 16
Joined: Sun Jul 28, 2024 11:40 am
Germany

Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)

Post by diepe »

Thanks for your help, now it works!!
(without TV cards on my test system)
I think something with my system user mythtv was wrong.

If someone needs.
I got it to work with the following steps.

1.) delete user mythtv
2.) using timeshift to go back before i installed LAMP and phpMyAdmin
3.) i installed LAMP and phpMyAdmin (mysql with root pw)

Code: Select all

sudo nano /etc/apache2/apache2.conf
last line with
Include /etc/phpmyadmin/apache.conf

Code: Select all

 sudo/etc/init.d/apache2 restart
4.) Create LM22 admin user mythtv
5.) installed mythtv from LM22 repo
6.) Reboot
7.) http://IP:6544

Hard work to fix, but now i am happy till the next problem!
Linux Mint 22 server
Kodi frontend
Cine S2 dual tv tuner
User avatar
jfabernathy
Senior
Posts: 612
Joined: Wed Feb 18, 2015 2:37 pm
Location: Raleigh, NC
United States of America

Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)

Post by jfabernathy »

Glad you got it working. If you installed from the LM22 Distro version you may want to upgrade the software at some point to get the bug fixes. Adding the PPA will update the mythtv software and leave everything else along.

You could take a snapshot right before to make it easy to test. You can check version with :

Code: Select all

mythfrontend --version
Please attach all output as a file in bug reports.
MythTV Version : v34.0+fixes.202407051818.c63d023aa8~ubuntu24.04.1
MythTV Branch : fixes/34
Network Protocol : 91
Library API : 34.20220913-1
QT Version : 5.15.13
Sachin025
Newcomer
Posts: 3
Joined: Sat Dec 21, 2024 1:26 pm
India

Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)

Post by Sachin025 »

hello there,

you can try this

sudo apt install mythtv mythtv-backend mythtv-frontend
Post Reply