project-trident / trident-docs Public
Known tweaks for specific hardware
Pages 17
Table of Contents
General Information
Terminal-based Configuration
Graphical Configuration
ZFS References
- ZFS Snapshots and Pruning
- ZFS Send and Receive
- Exporting/Importing Datasets
- Moving Default Home Directory to a Separate Drive
General How-To's
Clone this wiki locally
Audio Devices Missing
- Lenovo Laptops
- Intel NUC (NUC7I3BNH)
- Asus TUF Z390-PRO GAMING
- Omen AX-250 laptops
If the pulseaudio mixer only reports a "dummy" output device available, then the audio device order may need to be reversed.
Solution: Run as root: echo "options snd_hda_intel index=1,0" >> /etc/modprobe.d/alsa.confthen reboot the computer.
Nvidia driver doesn't work
Nvidia drivers often will not work on Project Trident out of the box due to Nvidia drivers in the ZFSBootMenu initramfs.
Solution: To fix this, create /etc/zfsbootmenu/dracut.conf.d/nvidia.conf with a line with these contents: omit_drivers+=" nouveau nvidia ". Then do sudo generate-zbm and reboot.
No Wi-Fi on some Dell computers
Seen In:
- Dell Latitude E7440
- Dell Latitude E7470
If Trident/Void reports that no wifi devices are available, but you can see the little wifi light flicker on/off during bootup, there there might be a BIOS-level hardware switch enabled which is preventing the device from being accessible to Trident. This seems to be more of an issue with the newer 5.7 Linux kernel than the 5.4 Linux kernel.
Solution:
- Bootup the system and hit the keyboard button to open up the system BIOS ("F2", but sometimes "delete" or "F12")
- Look for a setting in the BIOS with one of these names
- "Kill Switch" (relating to wifi/network devices): Make sure this is not enabled.
- "Enable UEFI Network stack": Make sure this is enabled.
- Save your settings and bootup the system again.
Quick Links
- Main Website: https://project-trident.org
- Sponsorships available! https://project-trident.org/sponsors
- Void Linux Documentation
- Void Linux Rosetta Stone: Dictionary of commands between different Linux distros.
- Void Linux FAQ