```
# apt-get update
# apt-get upgrade
-```
+```
(Separately, if you haven't done so already, consider using the `raspi-config` tool to expand the file system to use the entire card.)
### Turn Off WiFi Power Management
// Sample Configuration File for Shairport Sync on a Raspberry Pi using the built-in audio DAC
general =
{
- volume_range_db = 60;
+ volume_range_db = 60;
};
alsa =
{
- output_device = "hw:0";
- mixer_control_name = "PCM";
+ output_device = "hw:Headphones";
+ mixer_control_name = "Headphone";
};
```