-
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
Running old version of miraclecast on Ubuntu 17.10 #251
Comments
Seems you do not install dbus miraclecast policy. Read FAQ https://github.com/albfan/miraclecast/wiki/FAQ#install-dbus-policy Remember to close if that works |
That line do not match https://github.com/albfan/miraclecast/blob/master/src/wifi/wifid-supplicant.c#L2481 Did you modify the code? That line says that miraclecast find /usr/bin/wpa_supplicant and then that file do not exists (has no sense)
See |
supplicant_find is a C function, not a command If you didn't modify the code, then you're using an old version of miraclecast where it looks for wpa_supplicant in First locate wpa_supplicant
If that command don't show you any match you need to install it before (or compile yourself, is a similar process than compile and install miraclecast) Then you can:
|
Ok so i found my wpa_supplicant in /sbin/wpa_supplicant, how can i use it as config option, on which file (./configure, ./autogen, miracle-wifid or miracle-sinkctl and is it just filename --bindir /sbin/wpa_supplicant or something else?) |
Should be enough I recommend to upgrade your repo anyway |
I downloaded it directly from https://github.com/albfan/miraclecast/ but anyway, when I launch it and configure everything, how do i duplicate my screen on my Intel WiDi Smart TV? What is sink and what is peer, what do i need to share to my TV? Also now when I launch sudo miracle-wifid --wpa-bindir /sbin it hangs anc CTRL + C tells me: ^CNOTICE: caught signal 2, exiting.. |
There's no /use/bin search since August 2016 4601514#diff-744bdd52c5f3b71aac2263033f8c9261L43 Use miraclecast as source is a WIP. You can try it with #172 miracle-wifid is a daemon, so surely it steals terminal input and output, if you want to know what's happening add You can append & to send to background but is better to use various terminals. Run miraclecast as a service is an open issue too, See #98. That way miraclecast could stop gracefully |
I am using the newest version of miraclecast |
Try to get progress in every comment, your last one left us in same position:
As said, you need a different branch to use miraclecast as source, and some skills to adjust it as it is a WIP. I'm working on it these days, I think is better for you to wait till that is finished (subscribe to #4 issue) I'm ok with teach you every detail you need to know to get this working, but: are you taking this project as user or as developer? |
It still does not work because: sudo miracle-wifid --wpa-bindir /sbin it hangs anc CTRL + C tells me: ^CNOTICE: caught signal 2, exiting.. I am using it as a user and would like it if it works. |
Read the previous message. It do not hangs, it is a daemon. It is communicating with other miraclecast programs through wpa_supplicant and dbus. All is explained on README.md Anyway what you're looking for (use miraclecast as source) is not available yet. Maybe you want to try other miracast implementations, like https://github.com/intel/wds. I think this project is not mature for your needs (as user). If so please close this issue |
Yes. you can run daemon in background (appending & in the end of miracle-wifid command) |
Now when i run: miracle-wifid --wpa-bindir /sbin and miracle-sinkctl it does not detect the ADD: 3 or any ADD, when i try run 3 it fails. miracle-wifictl can not do p2p-scan or any command successfully.... how can I fix this I really want to use this program because I want to be able to stream to my TV just like with miracast! |
Please reread messages. If I change the subject is because that fit better. This is not a forum but an issue about running miraclecast. This is the third time I answer that use miraclecast as source (the device here it runs is the stream origin) is a WIP, and you need to try #172 I will close this. Refer to that PR if you want to try it |
Please tell me an easy way to install and use Miraclecast on Linux Mint 19. I am just an ordinary user, trying to cast my PC on a Sony Smart TV |
@shamim2018 open your own issue please |
The output of
systemctl --version
issystemd 234
+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid
I am using ubuntu 17.10 and the output of
/res/test-hardware-capabilities
iswlp1s0 supports P2P
and I know this computer can use miracast on windows, and miracast compiled and installed without errors and I already tried to reboot (I also followed the steps on https://github.com/albfan/miraclecast for how to use)The text was updated successfully, but these errors were encountered: