diff --git a/bin/steamos-disable-wifidebug b/bin/steamos-disable-wifidebug index 0ef839b..a7fed70 100644 --- a/bin/steamos-disable-wifidebug +++ b/bin/steamos-disable-wifidebug @@ -5,5 +5,5 @@ # buffer_size: the size in kilobytes to use for the trace (if on galileo device). # Use 0 for buffer_size since it's only used when mode is 1 -busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 SetWifiDebugMode uu 0 0 +busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager SetWifiDebugMode uu 0 0 diff --git a/bin/steamos-enable-wifidebug b/bin/steamos-enable-wifidebug index d65b538..c415866 100644 --- a/bin/steamos-enable-wifidebug +++ b/bin/steamos-enable-wifidebug @@ -4,5 +4,5 @@ # mode: 1 for on, 0 for off # buffer_size: the size in kilobytes to use for the trace (if on galileo device). -busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 SetWifiDebugMode uu 1 20000 +busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager SetWifiDebugMode uu 1 20000 diff --git a/bin/steamos-get-wifidebug b/bin/steamos-get-wifidebug index 0d51abf..72e0c7d 100644 --- a/bin/steamos-get-wifidebug +++ b/bin/steamos-get-wifidebug @@ -1,5 +1,5 @@ #!/bin/bash # Get wifi debugmode from steamos-manager -busctl call com.steampowered.SteamOSManager1 /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1 GetWifiDebugMode +busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager GetWifiDebugMode