Ubuntu JACK Service not starting.

This commit is contained in:
Robin Davies
2021-09-27 10:46:10 -04:00
parent 2ec5bc7557
commit 61626eba7e
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ void pipedal::SetWifiConfig(const WifiConfigSettings&settings)
dhcpcd.InsertLine(line++,"interface wlan0");
dhcpcd.InsertLine(line++," static ip_address=" PIPEDAL_NETWORK);
dhcpcd.InsertLine(line++," nohook wpa_supplicant");
dhcpcd.Save(dhcpcdConfig);
dhcpcd.Save(dhcpcdConfig);adding
}
// ***** save the config files ***