-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: dbus: cannot claim org.freedesktop.miracle.wifi bus-name: -13 (manager_dbus_connect() in ../src/wifi/wifid-dbus.c:899) #289
Comments
Error 13 means permission denied Install phase deploy a policy for dbus to allow miraclecast to access WiFi. Did you install miraclecast? Maybe the path on fedora is different from the one miraclecast use |
Yes i have installed miraclecast in /usr/local/ (default path) |
Yes. Checking a random package that uses dbus (bolt) https://fedora.pkgs.org/28/fedora-x86_64/bolt-0.3-1.fc28.x86_64.rpm.html seems that path is correct, as it installs "/etc/dbus-1/system.d/org.freedesktop.bolt.conf" there. You should find there this file https://github.com/albfan/miraclecast/blob/master/res/org.freedesktop.miracle.conf Another option is that you already has another old I stance of miraclecast running so second one cannot claim that dbus name (check with |
Thanks you after reboot and check all file it works. |
after use another miracast device i can connect to with "connect" command.
|
You can connect using miracle-sinkctl, is that what you are trying? |
I try 2 mode.
I try also the second method (peer):
|
miracle-wifictl is not still usable, see #172. About miracle-sinkctl, provide logs as in https://github.com/albfan/miraclecast/wiki/FAQ#log-for-support as seems something is ending your conection The main problem is fixed. Please open new issues for new problems to help others to find responses to their problems. |
Hi,
I try to use miraclecast on fedora 28 with sytemd 238 and kernel 4.17.17.
I follow the build instruction and launch documentation.
After
systemctl stop NetworkManager.service
systemctl stop wpa_supplicant.service
and
sudo miracle-wifid &
The error is : ERROR: dbus: cannot claim org.freedesktop.miracle.wifi bus-name: -13 (manager_dbus_connect() in ../src/wifi/wifid-dbus.c:899)
with command
sudo miracle-wifid --log-level trace
the display is:
INFO: miracle-wifid - revision 1.0 Aug 25 2018 10:33:50
ERROR: dbus: cannot claim org.freedesktop.miracle.wifi bus-name: -13 (manager_dbus_connect() in ../src/wifi/wifid-dbus.c:899)
DEBUG: exiting.. (main() in ../src/wifi/wifid.c:591)
The text was updated successfully, but these errors were encountered: