Guide to configuring common hardware on Basalt Linux.
Click the network icon on the panel to connect to wireless networks. For troubleshooting:
nmcli radio wifinmcli dev wifi listnmcli dev wifi connect <SSID> password <password>For advanced network configuration, use nm-connection-editor or edit files in /etc/NetworkManager/system-connections/.
Intel graphics work out of the box. For additional performance:
$ sudo apt install intel-media-va-driverAMD graphics also work out of the box with the open-source driver:
$ sudo apt install mesa-va-drivers firmware-amd-graphicsFor NVIDIA graphics, install the proprietary driver:
$ sudo apt install nvidia-driver firmware-misc-nonfreeReboot after installation. To check which driver is recommended for your card, use nvidia-detect:
$ sudo apt install nvidia-detect nvidia-detectOpen Settings > Printers to add a printer. Basalt Linux uses CUPS for printing:
hplip)For HP printers, install additional drivers:
$ sudo apt install hplip hplip-guiBluetooth is supported via BlueZ. Click the Bluetooth icon on the panel or use Settings:
From the terminal:
$ bluetoothctl power on scan on pair <device-address> connect <device-address>Audio typically works out of the box. Volume can be adjusted from the speaker icon on the panel. For advanced audio configuration:
$ sudo apt install pavucontrol # Audio volume control pavucontrolUSB drives, cameras, and other devices are automatically detected. Use Thunar to access USB drives. For unrecognized devices, check system logs:
$ dmesg | tail -20 lsusb