Fedora - display text messages instead of splash screen during startup
To display text messages instead of splash screen during Fedora startup: plymouth-set-default-theme details -R grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg dracut -f reboot
Paweł Szaga home page
To display text messages instead of splash screen during Fedora startup: plymouth-set-default-theme details -R grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg dracut -f reboot
Create script file: touch /home/volumio/wifi-reconnect.sh with following content: #!/bin/bash SSID=$(/sbin/iwgetid --raw) if [ -z "$SSID" ] then echo "`date -Is` WiFi interface is down, trying to reconnect" >> /home/volumio/wifi-log.txt systemctl restart wireless fi echo "WiFi check finished" Make new file executable: chmod +x /home/volumio/wifi-reconnect.sh Install cron: sudo apt-get install cron… Continue reading [Raspberry Pi] script for auto reconnecting WiFi connection
To fix problem with Broadcom BCM43142 wireless driver on Fedora after kernel upgrade run as a root: akmods --force modprobe wl If there is no "akmods" tool installed, you need to boot your machine with previous kernel or connect via Ethernet cable (to have working Internet access) and install akmods from repository dnf install akmods
Music playing using Volumio on Raspberry Pi with Sound Blaster X-Fi Architecture schema: Installation steps: Download Volumio image from https://volumio.org/get-started/ Unzip downloaded image unzip md5sum volumio-2.348-2017-12-22-pi.img.zip Check MD5 checksum of uncompressed image: md5sum volumio-2.348-2017-12-22-pi.img Insert microSD card to your laptop/PC. You can delete all existing partitions using for instance gparted tool. You can install it… Continue reading [Raspberry Pi] Music playing using Volumio with Sound Blaster X-Fi
Configuring FortiSSLVPN (FortiGate SSL VPN) on Fedora 27 (using Gnome and NetworkManager) Install required packages: dnf install NetworkManager-ppp NetworkManager-fortisslvpn NetworkManager-fortisslvpn-gnome NetworkManager-openconnect-gnome openfortivpn Enable Fedora testing repository and install upgrades for following packages (1.2.6-3 as version 1.2.6-1 contains some bugs): dnf update NetworkManager-fortisslvpn NetworkManager-fortisslvpn-gnome After that disable Fedora testing repository. Create VPN profile using NetworkManager GUI,… Continue reading Configuring FortiSSLVPN on Fedora 27 (using Gnome and NetworkManager)