Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Ubuntu 15.04 "wpa_supplicant does not support wifi-display" but "wlan0 supports P2P" #50
Comments
|
See this is just the response from a status command https://github.com/albfan/miraclecast/blob/master/src/wifi/wifid-supplicant.c#L1832 callback https://github.com/albfan/miraclecast/blob/master/src/wifi/wifid-supplicant.c#L1677 For whatever reason, status command do not inform about p2p_state. http://www.ubuntuupdates.org/package/core/vivid/universe/updates/wpa Some people reported you need a recent wpa_supplicant version (2.4). I have 2.3. Anyway use |
megamisan
commented
Sep 6, 2015
|
Hum… I have looked into it and maybe the feature is not included. I'll check later this week. |
megamisan
commented
Sep 13, 2015
|
I have checked. The P2P options are activated in wpa 2.1. I have backported the version 2.4 from Wily using sources (https://launchpad.net/ubuntu/+source/wpa/2.4-0ubuntu1). The package can be build without change. However when executing "run 3" in miracle-sinkctl it displays the message :
|
|
I think these is related with wpa_supplicant. See other closed issues to find more info to update your system |
megamisan commentedSep 6, 2015
Hi,
I'm trying this and encountered a strange result. When running
miracle-wifid, I get this error message:But when running the
test-hardware-capabilities.shscript, I getThe result of
iw listisI'm using your custom systemd with dbus and compiled the latest master (commit 30b8c2d).
Do you know where it is wrong?