Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
YawgNetWiki
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
MediaPi
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
This page is being updated, the old stuff is below and the new stuff starts here: =Setup= * Raspberry Pi 4 4gb * Geekworm [https://wiki.geekworm.com/X835 X835] SATA board * 8TB 3.5" SATA drive * 16gb mSD card ==Hardware== ===Hard drive=== sudo pacman -S ntfs-3g mkdir /mnt/NewAsgard sudo mount -t ntfs /dev/sda2 /mnt/NewAsgard/ -o umask=000 echo "UUID=9878825778823452 /mnt/NewAsgard ntfs defaults,auto,users,rw,nofail,umask=000 0 0" >> /etc/fstab ===Video Memory=== echo "gpu_mem=512" >> /boot/config.txt ===Monitoring=== Decided to install glances and modify the service script to -w and access over [http://newasgard:61208 web] sudo pacman -S glances sudo nano /usr/lib/systemd/system/glances.service sudo systemctl start glances ==Software== See [[Installing Arch Linux on Raspberry Pi]] ===Bluetooth=== sudo pacman -S bluez{,-utils} blueman sudo systemctl enable bluetooth ===NTP=== sudo timedatectl set-timezone America/Los_Angeles sudo pacman -S ntp sudo systemctl enable ntpd ===Kodi=== sudo pacman -S kodi-rpi{,-dev,-eventclients,tools-texturepacker} libbluray-kodi-rbp java-runtime sudo systemctl enable kodi ===Jellyfin=== I needed quite a bit from yay before this worked yay -S dotnet-host-bin dotnet-runtime-bin yay -S aspnet-runtime-bin yay -S dotnet-sdk-bin yay -S jellyfin sudo systemctl start jellyfin sudo systemctl enable jellyfin ===Apache+PHP=== sudo pacman -S apache certbot-apache php-apache * [http://newasgard/ NewAsgard] * [http://yawg.noip.me Yawg.noip.me] ===Steamlink=== sudo pacman -S qt5-base pipewire I ran into checksum errors as the PKGBUILD hadn't been fixed. If needed make sure to use the following and update the checksum yay --editmenu -S steamlink-raspberrypi ===Samba=== sudo pacman -S samba sudo nano /etc/samba/smb.conf sudo systemctl start smb sudo systemctl enable smb Use the following: <pre> [global] server string = NewAsgard browseable = yes writeable = yes printable = no deadtime = 30 mangled names = no name resolve order = host bcast printcap name = /dev/null load printers = no encrypt passwords = true enable core files = no passdb backend = smbpasswd smb encrypt = disabled fruit:model = Xserve # samba share options map to guest = Bad User guest account = root security = user # samba tuning options socket options = TCP_NODELAY IPTOS_LOWDELAY min receivefile size = 16384 aio read size = 16384 aio write size = 16384 use sendfile = yes # "strict allocate = yes" breaks large network transfers to external hdd # Force this to "no" in case "yes" becomes the default in future strict allocate = no allocation roundup size = 0 [NewAsgard] path = /mnt/NewAsgard available = yes browseable = yes public = yes writeable = yes </pre> =Reference= * [https://jellyfin.org/docs/general/administration/installing.html Jellyfin] * [https://wiki.archlinux.org/title/Apache_HTTP_Server#PHP apachephp] * [https://www.shellhacks.com/raspberry-pi-mount-usb-drive-automatically/ Rpi mounting] [[Category:RaspberryPi]]
Summary:
Please note that all contributions to YawgNetWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
YawgNetWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
MediaPi
Add topic