Unable to connect Raspberry to WiFi network
Posted: 08 Sep 2017 22:33
I recently bought a Raspberry Pi 3 together with Razberry 2 Z-Wave controller to get started with some home automation. My first issue is that I'm unable to connect my Pi to my WiFi network (and I'm not much of a Linux guy, which probably explains that problem...).
Setting up my Pi, I used the complete SD Card image including Z-Wave control software as found here. I connected my Pi using a cable to my router, and I'm using PuTTY to SSH into the box. Next I looked at this documentation on how to set up wifi from the command line, and my /etc/wpa_supplicant/wpa_supplicant.conf is according to the example. But without any luck, still unable to connect the Pi to my wifi network.
When I type ifconfig I see both my eth0 and wlan0 adapters, but I notice that the inet address of the wlan0 adapter is on a different subnet than the eth0 adapter. Which I assume is because the wlan0 adapter is working as an access point, to allow Local IP WIFI access as described in chapter 3.3 in the ZWay manual.
Next, I'm therefore trying to find out how to disable the wifi access point on the Pi (e.g. as described here, but is not working for me), so at this point I'm stuck. I can't seem to get to disable the AP mode...
So if somebody could point me to some useful documentation, or provide a short and concise description, on how to disable the AP mode to allow connecting my Pi to my wifi network, that would be much appreciated!
Setting up my Pi, I used the complete SD Card image including Z-Wave control software as found here. I connected my Pi using a cable to my router, and I'm using PuTTY to SSH into the box. Next I looked at this documentation on how to set up wifi from the command line, and my /etc/wpa_supplicant/wpa_supplicant.conf is according to the example. But without any luck, still unable to connect the Pi to my wifi network.
When I type ifconfig I see both my eth0 and wlan0 adapters, but I notice that the inet address of the wlan0 adapter is on a different subnet than the eth0 adapter. Which I assume is because the wlan0 adapter is working as an access point, to allow Local IP WIFI access as described in chapter 3.3 in the ZWay manual.
Next, I'm therefore trying to find out how to disable the wifi access point on the Pi (e.g. as described here, but is not working for me), so at this point I'm stuck. I can't seem to get to disable the AP mode...
So if somebody could point me to some useful documentation, or provide a short and concise description, on how to disable the AP mode to allow connecting my Pi to my wifi network, that would be much appreciated!