Thanks
-therealzsheley
Code: Select all
pi@raspberrypi:~ $ ls -l /sbin/iconfig
ls: cannot access '/sbin/iconfig': No such file or directory
pi@raspberrypi:~ $ ls -l /sbin/iwconfig
-rwxr-xr-x 1 root root 22168 Oct 5 2016 /sbin/iwconfig
Code: Select all
ifconfig
iwconfig
Code: Select all
cat /proc/cpuinfotherealzsheley wrote: I was able to get internet! I tried flashing Raspbian and pasting in NOOBS. Raspbian had the same result as earlier and I was able to connect once again with NOOBS. Thanks for all the help!
-therealzsheley
Wow, a time traveler from the future! Perhaps that future version was written specifically for the Pi4? What does it say on the download page in your time period? And next time you're popping back to the past, can you bring me a Pi4, please?SJabuMasemola wrote: ↑Sat Jan 27, 2018 9:53 pmHi
I am experiencing a similar problem. I am running Raspbian Stretch 2018-08 version.
Are you using right-click or left-click to get to the WiFi key entry?SJabuMasemola wrote: ↑Sat Jan 27, 2018 9:53 pmI can see my wlan0 module through ifconfig and iwconfig and from the screen I can see the available wifi networks but when I choose mine and use the password it doe not connect at all.
Dial down the snark please.HawaiianPi wrote: ↑Tue Jan 30, 2018 10:34 amWow, a time traveler from the future! Perhaps that future version was written specifically for the Pi4? What does it say on the download page in your time period? And next time you're popping back to the past, can you bring me a Pi4, please?SJabuMasemola wrote: ↑Sat Jan 27, 2018 9:53 pmHi
I am experiencing a similar problem. I am running Raspbian Stretch 2018-08 version.![]()
Are you using right-click or left-click to get to the WiFi key entry?SJabuMasemola wrote: ↑Sat Jan 27, 2018 9:53 pmI can see my wlan0 module through ifconfig and iwconfig and from the screen I can see the available wifi networks but when I choose mine and use the password it doe not connect at all.
This works for meakaodin wrote: ↑Mon Feb 05, 2018 6:06 pmI have tried both my Raspberry Pi Zero and Raspberry Pi 3 for over 2 weeks solid and I am STILL unable to connect wirelessly (wlan0). I am trying to connect to my home network which is WEP (I know it is insecure). I have no idea what to try next that I have not already tried.
I have tried using wpa_supplicant.conf and not using it (w/ interfaces).
My /etc/network/interfaces looks like:
auto lo
iface lo inet loopback
iface eth0 inet dhcp
#auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid My-network-name
wpa-psk My-password
wireless-power off
allow-hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
When I do
ip link show wlan0
I get
<NO-CARRIER,BROADCAST,MULTICAST,UP>
which I think implies that I am unable to connect for some reason, possibly a bad password. I have tried using my network password and my wireless password (the one which allows users to connect to my network).
What am I doing wrong? Needless to say this is driving me insane. Any help would be greatly appreciated.
Code: Select all
network={
ssid="network-name"
key_mgmt=NONE
auth_alg=OPEN
wep_key0=WEP-hex-key
}