Ad-Hoc Open Network oddly requests WPA2 password : / - Raspberry Pi Forums
hi,
goal build ad-hoc network between 2 or more rpi
network cannot ping between 2 rpi
if try connect network macbook, oddly requests wpa2 password........
it's part of graduation project...
hope can issue..
attention
_________________
use:
x 2 raspberrypi 2 b
x 2 miniature wifi module - official raspberry pi edition product id: 2638
wrote first pi following interfaces file
, second pi following interfaces file
goal build ad-hoc network between 2 or more rpi
network cannot ping between 2 rpi
if try connect network macbook, oddly requests wpa2 password........
it's part of graduation project...
hope can issue..
attention
_________________
use:
x 2 raspberrypi 2 b
x 2 miniature wifi module - official raspberry pi edition product id: 2638
wrote first pi following interfaces file
code: select all
auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.1.10 netmask 255.255.255.0 wireless-channel 1 wireless-essid test wireless-mode ad-hoc
code: select all
auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.1.11 netmask 255.255.255.0 wireless-channel 1 wireless-essid test wireless-mode ad-hoc
you may struggle, because there's no wifi dongle i've found has drivers support running ad-hoc network.
you'll have more success if set-up 1 system wifi infrastructure client , other wifi infrastructure access point. there's lots of words out there on internets doing that.
you're more work bluetooth (as long don't cheap chinese fake bt dongles have same mac address).
you'll have more success if set-up 1 system wifi infrastructure client , other wifi infrastructure access point. there's lots of words out there on internets doing that.
you're more work bluetooth (as long don't cheap chinese fake bt dongles have same mac address).
raspberrypi
Comments
Post a Comment