Go to advanced search

by gjtorikian
Sat Aug 19, 2017 7:12 pm
Forum: Troubleshooting
Topic: No wireless interfaces found
Replies: 11
Views: 10907

Re: No wireless interfaces found

Still no go for me, then. The group is netdev, which the pi user is a part of.
by gjtorikian
Sat Aug 19, 2017 6:02 pm
Forum: Troubleshooting
Topic: No wireless interfaces found
Replies: 11
Views: 10907

Re: No wireless interfaces found

As others have pointed out this is most likely a permissions issue.. If the above is not the issue then check which user/group can read/write to /etc/dhcpcd.config by executing the following command in a termal: ls -l /etc/dhcpcd.config The returned output will be in the following format: rwxr-xr-x...
by gjtorikian
Thu Aug 03, 2017 2:43 am
Forum: Troubleshooting
Topic: No wireless interfaces found
Replies: 11
Views: 10907

Re: No wireless interfaces found

I have also hit the same problem and have yet to find a solution: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=189889&p=1194238#p1194238 Good luck with your problem, if I find something I'll let you know, and if you find something out, I'd appreciate some information, too. Most of the rep...
by gjtorikian
Thu Aug 03, 2017 2:41 am
Forum: Troubleshooting
Topic: Raspberry Pi 3 cannot set up WiFi network
Replies: 24
Views: 55826

Re: Raspberry Pi 3 cannot set up WiFi network

Try adding a network block to the supplicant config file. Then reboot. BTW, don't hide your SSID on your access point, that doesn't do anything useful. I literally just said I did this in the post above: I added the `ssid` and `psk` to `wpa_supplicant.conf` and ran `sudo wpa_cli reconfigure`. I got...
by gjtorikian
Wed Aug 02, 2017 4:54 pm
Forum: Troubleshooting
Topic: Raspberry Pi 3 cannot set up WiFi network
Replies: 24
Views: 55826

Re: Raspberry Pi 3 cannot set up WiFi network

I added the `ssid` and `psk` to `wpa_supplicant.conf` and ran `sudo wpa_cli reconfigure`. I got: Failed to connect to non-global ctrl_ifname (null) error: No such file or directory which continues to suggest that the interface is disabled somehow. Again, this is a new flash, and `uname` reports the ...
by gjtorikian
Wed Aug 02, 2017 4:48 pm
Forum: Troubleshooting
Topic: Raspberry Pi 3 cannot set up WiFi network
Replies: 24
Views: 55826

Re: Raspberry Pi 3 cannot set up WiFi network

What's in /etc/wpa_supplicant/wpa_supplicant.conf? I already mentioned what is in here in the original post. My file is the same as yours, without `network`, because my wifi interface is mysteriously disabled, which is why I didn't fill it out. Again as stated above, going through https://www.raspb...
by gjtorikian
Wed Aug 02, 2017 5:06 am
Forum: Troubleshooting
Topic: Raspberry Pi 3 cannot set up WiFi network
Replies: 24
Views: 55826

Re: Raspberry Pi 3 cannot set up WiFi network

I appreciate the replies here, but the responses are fairly basic. Yes, of course I checked the menu bar to see if I could configure my wifi there first. Here's what it shows: http://i.imgur.com/KUeqfxj.jpg It's as though the entire wifi adapter is disabled entirely and that makes no sense. Also, my...
by gjtorikian
Wed Aug 02, 2017 3:06 am
Forum: Troubleshooting
Topic: Raspberry Pi 3 cannot set up WiFi network
Replies: 24
Views: 55826

Re: Raspberry Pi 3 cannot set up WiFi network

How do I turn on or off the Wifi connectivity on the Pi? I literally just bought this and have flashed the newest OS.
by gjtorikian
Tue Aug 01, 2017 9:42 pm
Forum: Troubleshooting
Topic: Raspberry Pi 3 cannot set up WiFi network
Replies: 24
Views: 55826

Re: Raspberry Pi 3 cannot set up WiFi network

I want this through Wifi, not Ethernet. And yes, that network is up and running.
by gjtorikian
Tue Aug 01, 2017 6:09 pm
Forum: Troubleshooting
Topic: Raspberry Pi 3 cannot set up WiFi network
Replies: 24
Views: 55826

Raspberry Pi 3 cannot set up WiFi network

I'm trying to follow the instructions at https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md. `sudo iwlist wlan0 scan` lists: wlan0 Interface doesn't support scanning : Network is down `ifconfig -a` does show my `wlan0` interface. `uname -a` is 4.9.35-v7+`. `/etc/wpa_sup...

Go to advanced search