How to build a MythTV v33 system for a Raspberry Pi 4

For discussion of topics specific to MythTV on Raspberry Pi devices
olmate
Newcomer
Posts: 3
Joined: Mon Dec 11, 2023 1:28 pm
Australia

Re: How to build a MythTV v33 system for a Raspberry Pi 4

Post by olmate »

Thanks for the reply. I will give the debs a go, if not I'll wait until my 4G model arrives.

Thanks again

Ol'mate
olmate
Newcomer
Posts: 3
Joined: Mon Dec 11, 2023 1:28 pm
Australia

Re: How to build a MythTV v33 system for a Raspberry Pi 4

Post by olmate »

Well my pi4 4G turned up this afternoon. so i tried the howto out.
It all complies perfectly which seems to lead to needing 4Gigs of RAM.
However in bookworm, I needed to force it because libfftw3-3 doesn't exist.

Code: Select all

sudo apt install fonts-liberation libfftw3-3 apache2

 mythtv-light depends on libfftw3-3; however:
  Package libfftw3-3 is not installed.

Reading state information... Done
libfftw3-bin is already the newest version (3.3.10-1).

pi@mythtv:~ $ sudo dpkg -i --force depends build/mythtv-light_33.1-23-g4112015bfe-0_arm64_bookworm.deb
I tried it and mythtvsetup works fine, just needs to get the db installed and run up apache2 for mythweb.

Thanks again!
Post Reply