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
How to build a MythTV v33 system for a Raspberry Pi 4
Re: How to build a MythTV v33 system for a Raspberry Pi 4
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.
I tried it and mythtvsetup works fine, just needs to get the db installed and run up apache2 for mythweb.
Thanks again!
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
Thanks again!