Made great progress last night in a couple hours installing Fedora 31
aarch64 on a Pi 3 B+, did some post install config, added some extra
packages, tested squeezelite with my existing LMS server and sorted out
the hiss from the analog audio out, basically this stuff:
Code:
--------------------
image write command line used:
arm-image-installer --image=Fedora-Minimal-31-1.9.aarch64.raw.xz
--target=rpi3 --media=/dev/mmcblk0 --selinux=OFF --resizefs
systemctl disable firewalld
installed cockpit, squeezelite, rpmfusion repos, pulseaudio, alsa-utils
Changed /boot/efi/config.txt to fix audio hiss from analog out:
was: audio_pwm_mode=0
now: audio_pwm_mode=2
--------------------
I'm setting this up as a server for my brother and I left the server
install for tonight, which is when everything went south. I had good
luck 'following this post'
(https://forums.slimdevices.com/showthread.php?108945-Logitech-Media-Server-on-Fedora-27&p=911830&viewfull=1#post911830)
when I last installed LMS on my x86 Fedora server and I thought it was
going to work on the pi but no, LMS doesn't start. I first had to
install chkconfig to get the systemd-sysv-install command which I guess
does a conversion over to a systemd unit file, anyway, it seems that
perl 5.30.1 is too new so I'm currently trying to rebuild the perl
modules with the buildme.sh script from the slimserver-vendor/CPAN
directory.
Not really sure if this is right path to go down. The build keeps
failing on an include of xlocale.h in digitlst.cpp and from what I can
gather, xlocale.h has been removed from Fedora for a while. I manually
changed it to just locale.h and restarted build.sh then it failed again
with the same error. Hmmm, I thought maybe I didn't save it so I did it
again, double checked the edit, and boom failed again. So I guess that
file is getting downloaded or extracted from somewhere every time and
clobbering my edit. Ran:
Code:
--------------------
watch -n 1 sed -i 's/xlocale/locale/'
/root/tmp/slimserver-vendor-public-7.9/CPAN/icu/source/i18n/digitlst.cpp
--------------------
To update the damn file every 1 second which is just silliness but it
seems to have worked and the build is still chugging away as I type
this. I don't really expect success.
------------------------------------------------------------------------
sodface's Profile: http://forums.slimdevices.com/member.php?userid=19057
View this thread: http://forums.slimdevices.com/showthread.php?t=111315
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter