Ubuntu JACK Service not starting.
This commit is contained in:
@@ -185,7 +185,8 @@ export enum PluginType {
|
|||||||
SpatialPlugin = "SpatialPlugin",
|
SpatialPlugin = "SpatialPlugin",
|
||||||
SpectralPlugin = "SpectralPlugin",
|
SpectralPlugin = "SpectralPlugin",
|
||||||
UtilityPlugin = "UtilityPlugin",
|
UtilityPlugin = "UtilityPlugin",
|
||||||
WaveshaperPlugin = "WaveshaperPlugin"
|
WaveshaperPlugin = "WaveshaperPlugin",
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ export function SelectBaseIcon(plugin_type: PluginType): string {
|
|||||||
return "fx_highpass.svg";
|
return "fx_highpass.svg";
|
||||||
case PluginType.ParaEQPlugin:
|
case PluginType.ParaEQPlugin:
|
||||||
case PluginType.LowpassPlugin:
|
case PluginType.LowpassPlugin:
|
||||||
|
case PluginType.HighpassPlugin:
|
||||||
case PluginType.MultiEQPlugin:
|
case PluginType.MultiEQPlugin:
|
||||||
case PluginType.EQPlugin:
|
case PluginType.EQPlugin:
|
||||||
return "fx_eq.svg";
|
return "fx_eq.svg";
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ void pipedal::SetWifiConfig(const WifiConfigSettings&settings)
|
|||||||
dhcpcd.InsertLine(line++,"interface wlan0");
|
dhcpcd.InsertLine(line++,"interface wlan0");
|
||||||
dhcpcd.InsertLine(line++," static ip_address=" PIPEDAL_NETWORK);
|
dhcpcd.InsertLine(line++," static ip_address=" PIPEDAL_NETWORK);
|
||||||
dhcpcd.InsertLine(line++," nohook wpa_supplicant");
|
dhcpcd.InsertLine(line++," nohook wpa_supplicant");
|
||||||
dhcpcd.Save(dhcpcdConfig);
|
dhcpcd.Save(dhcpcdConfig);adding
|
||||||
}
|
}
|
||||||
|
|
||||||
// ***** save the config files ***
|
// ***** save the config files ***
|
||||||
|
|||||||
@@ -18,8 +18,9 @@ Restart=always
|
|||||||
RestartSec=25
|
RestartSec=25
|
||||||
TimeoutStopSec=10
|
TimeoutStopSec=10
|
||||||
WorkingDirectory=/var/pipedal
|
WorkingDirectory=/var/pipedal
|
||||||
Environment=JACK_PROMISCUOUS_SERVER=jack
|
Environment=JACK_PROMISCUOUS_SERVER=audio
|
||||||
Environment=JACK_NO_START_SERVER=1
|
Environment=JACK_NO_AUDIO_RESERVATION=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ LimitRTPRIO=95
|
|||||||
ExecStartPre=/bin/sleep 3
|
ExecStartPre=/bin/sleep 3
|
||||||
ExecStart=/etc/jackdrc
|
ExecStart=/etc/jackdrc
|
||||||
User=jack
|
User=jack
|
||||||
Group=jack
|
Group=audio
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=15
|
RestartSec=15
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user