Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)
Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)
I use virtualbox and i think i will lose hardware decode and encode.
Linux Mint 22 server
Kodi frontend
Cine S2 dual tv tuner
Kodi frontend
Cine S2 dual tv tuner
Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)
@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:
You may see some additional information that explains why it isn't starting.
Make sure it's stopped with the status comand, then type:
Code: Select all
sudo mythbackend --user mythtv
Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)
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)
last line with
Include /etc/phpmyadmin/apache.conf
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!
(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.confInclude /etc/phpmyadmin/apache.conf
Code: Select all
sudo/etc/init.d/apache2 restart5.) 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
Kodi frontend
Cine S2 dual tv tuner
- jfabernathy
- Senior
- Posts: 612
- Joined: Wed Feb 18, 2015 2:37 pm
- Location: Raleigh, NC

Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)
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 :
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.13Re: Problem to Install MythTV on Linux Mint 22 (ubuntu 24.04)
hello there,
you can try this
sudo apt install mythtv mythtv-backend mythtv-frontend
you can try this
sudo apt install mythtv mythtv-backend mythtv-frontend

