Es hat sich inzwischen etwas weiter entwickelt.
Ich habe mal die Version revision some-rev-TODO-xyz Feb 10 2017 09:30:39 compiliert.
Leider komme ich aber noch nicht weiter. Es sollte auch mit conman funktionieren. IPv6 geht jetzt auch.
conman im OE2.5 hat aber wohl kein ipv6 implemented
Code
[13:35 root@dm820 ~] > openwfd_dhcp -c -4 -i wlan0
[0000.000000] openwfd_dhcp - revision some-rev-TODO-xyz Feb 10 2017 09:30:44
[0000.158381] ERROR: flushing local if-addr via '/bin/ip' failed with: 1
[0000.158509] ERROR: cannot flush addr on local interface wlan0
[0000.167217] ERROR: flushing local if-addr via '/bin/ip' failed with: 1
Code
[13:36 root@dm820 ~] > openwfd_p2pd -i wlan0
[0000.000000] openwfd_p2p - revision some-rev-TODO-xyz Feb 10 2017 09:30:39
[0000.000753] ERROR: syscall failed (4): Interrupted system call
[0000.025463] ERROR: wpa_supplicant startup failed
[0000.025624] ERROR: initialization failed (-4): Interrupted system call
Code
[13:42 root@dm820 ~] > openwfd_dhcp -h
Usage:
openwfd_dhcp [options]
openwfd_dhcp -h [options]
All addresses must be given as IPv6 address. If you want to pass an IPv4
address, use '::FFFF:<ipv4>' as usual.
General Options:
-h, --help [off] Print this help and exit
-v, --verbose [off] Print verbose messages
--debug [off] Enable debug mode
--silent [off] Suppress notices and warnings
Modus Options:
-c, --client [off] Run as DHCP client
-s, --server [off] Run as DHCP server
-4, --ipv4 [off] Run via IPv4 DHCP
-6, --ipv6 [off] Run via IPv6 DHCP
Network Options:
-i, --interface <wlan0> [] Wireless interface to run on
--ip-binary </path> [/bin/ip]
Path to 'ip' binary
Server Options:
--local <addr> [] Local IPv6 address
--gateway <addr> [] Gateway IPv6 address
--dns <addr> [] DNS-Server IPv6 address
--subnet <mask> [] Subnet mask
--ip-from <addr> [] Server IPv6-range start address
--ip-to <addr> [] Server IPv6-range end address
Display More
Code
[13:43 root@dm820 ~] > openwfd_p2pd -h
Usage:
openwfd_p2pd [options]
openwfd_p2pd -h [options]
General Options:
-h, --help [off] Print this help and exit
-v, --verbose [off] Print verbose messages
--debug [off] Enable debug mode
--silent [off] Suppress notices and warnings
Network Options:
-i, --interface <wlan0> [] Wireless interface to run on
WPA Supplicant Options:
--wpa-binary </path> [/bin/wpa_supplicant]
Path to wpa_supplicant binary
--wpa-ctrldir </path> [/run/wpa_supplicant]
Control-path for wpa_supplicant
Display More
EDIT:
komme jetzt bis hier...
wifi-display probably not supported by adapter or wpa_supplicant
Code
[14:42 root@dm820 ~] > openwfd_p2pd -i wlan0 --debug
[0000.000000] openwfd_p2p - revision some-rev-TODO-xyz Feb 10 2017 09:30:39
[0000.000397] INFO: initializing
[0000.000550] INFO: using interface: wlan0
[0000.001089] INFO: waiting for wpa_supplicant startup on: /run/wpa_supplicant/wlan0
[0000.130932] ERROR: wpa-setup failed; wifi-display probably not supported by adapter or wpa_supplicant
[0000.131201] INFO: wpa_supplicant acknowledged termination request
[0000.131706] ERROR: initialization failed (-19): No such device
[0000.131803] INFO: exiting
gruß pclin