Estou tentando configurar a conexão wifi p2p com o ubuntu, mas tenho alguns problemas.
Em particular, segui este guia e este um
Quase tudo parece ok, mas quando eu almoço o comando:
sudo ./wpa_supplicant -i wlan0 -c /etc/p2p.conf -Dnl80211 -ddt
Eu recebo este erro:
1442591346.069280: nl80211: Set wlan0 operstate 0->0 (DORMANT)
1442591346.069563: netlink: Operstate: ifindex=4 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1442591346.069901: nl80211: Create interface iftype 10 (P2P_DEVICE)
1442591347.591372: Failed to create interface p2p-dev-wlan0: -5 (Input/output error)
1442591347.592233: nl80211: Failed to create a P2P Device interface p2p-dev-wlan0
1442591347.593031: P2P: Failed to create P2P Device interface
1442591347.593754: P2P: Failed to enable P2P Device interface
1442591347.594689: EAPOL: disable timer tick
1442591347.595501: random: Got 20/20 bytes from /dev/random
Depois disso, se eu abrir qualquer outro shell e eu digitar
sudo ./wpa_cli -i wlan0
a sessão parece começar corretamente, mas quando eu tento usar os comandos p2p, eles falham:
wpa_cli v2.4
Copyright (c) 2004-2015, Jouni Malinen <[email protected]> and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
Interactive mode
> p2p_find
FAIL
Alguém pode me ajudar? Estou usando um dispositivo quádruplo WANDBOARD com o Ubuntu 14.04.2 LTS.
Não consigo descobrir porque a interface P2P não pode ser criada.
Obrigado.