OctoPi WiFi/network connection troubleshooting megatopic

Those steps did not help stats:

MAC laptop used etched to burn image, used ATOM as the text editor,

supplicant text: (yes it is supposed to be US and I also changed my password. I have heard that relocating the country code to the top is supposed to work, it does not. I have scanned all of the available network and the network shows up. I have put in the correct password, the raspberry pi setup keeps insisting that I have the wrong country code. I have restarted my computer multiple times. The thing will not connect to my network, I get no IP address. It insists that I lof on with raspberry pi local which does not work, and yes I am relatively new to this. I have also put the information in without changing any spaces being sure to preserve the code. I am working on a Raspberry Pi Zero W, latest pi download, also I tried to update and upgrade as well, guess what happened? Please let me know I can connect with my wifi, BTW I will n ot plug it directly into the network, I have been able to connect over wifi and not ethernet before previously.

WPA/WPA2 secured

network={
ssid="FIOS-TWHNX-5G"
psk="orb69grab38axle"
}

Open/unsecured

#network={

ssid="put SSID here"

key_mgmt=NONE

#}

WEP "secured"

WEP can be cracked within minutes. If your network is still relying on this

encryption scheme you should seriously consider to update your network ASAP.

#network={

ssid="put SSID here"

key_mgmt=NONE

wep_key0="put password here"

wep_tx_keyidx=0

#}

Uncomment the country your Pi is in to activate Wifi in RaspberryPi 3 B+ and above

For full list see: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

#country=GB # United Kingdom
#country=CA # Canada
#country=DE # Germany
#country=FR # France
country=US # United States

You should not have to change the lines below

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

BTW all of the hashmarks are in place on my RPI config.txt file that is not a solution either,

FIOS is spelled FiOS! the doggone capitilization matters and there it is it worked> I wasted s much of my life trying to get that to work.

2 Likes

I did the same thing with my most recent Octo setup. I used ChaseWIFI instead of ChaseWiFi. Always the little things.

Putty and ssh use tcp/22 to connect. Unfortunately, I no longer have access to Windows since I've converted everything to either OSX, Ubuntu, Raspian or ethOS.

Try seeing if searching for this on the Internet helps with an answer.

Hi! I got all the way through the troubleshooting headings and landed on Access your router's set-up/control page. When I logged into my router it shows that my octopi is connected. So I guess it's working but when I open PuTTy and try to octopi.local it pops open and the cursor stays solid green then after 35-40 seconds I get a PuTTy Fatal Error dialogue box that says Network error: Connection timed out. So I haven't been able to connect to it with SSH and change pass.

It's Raspberry PI 3 and octopi 15.1.
I used Sublime to edit octopi-wpa-supplicant.txt.
and like I mentioned I'm using PuTTy to try and access it.

I'm sorry if this isn't the right place... I'm new to forums in general. If there's a topic similar to this please let me know. Any help would be much appreciated.

I can't get this thing to work :cry:

That's alright, we were all noobs once.

If your router thinks it's connected, it should also know its IP address. You might try connecting remotely using that instead of octopi.local. You are adding ".local" to then end of that, right? Either way, the user in question is pi and the default password is raspberry.

Since you're using PuTTY I have to assume that you're also using Windows. And Windows by default doesn't include the Bonjour name resolution service. So next on your reading list is this one: name resolution hacks.

Hello Sir,
Thanks for your help and I am pleased to share with you that i am working on the octopi and it's really great. Sir I m trying to install.a plugin named as OCTOLAPSE. But at the point of installation it's asking me to upgrade the PIP.

Can you please guide me on how can I upgrade the PIP.

I m using putty to login the network is address.

Waiting for your reply

Regards,

Rishabh

I think you can safely ignore that suggestion. You will see this with every plugin installation; it's a standard suggestion by the pip manager itself but foosel/guy manage this nicely for us.

**What is the problem?
-I have been using OcotoPi (Version 0.15.1) for a few weeks flawlessly over wifi connected to my Original Prusa i3 mk3. I sent a print to it this morning, which finished - and now I cannot login to the Octopi server (raspberry pi 3b+)
What did you already try to solve it?
-I logged in to my router and it still sees my device as connected on the same IP address that I have been using.
-I tried pinging it with no return (using cmd.exe)
-I tried SSH connection via PuTTy with no success
-I restarted the OctoPi server with no success
Additional information about your setup (OctoPrint version, OctoPi version, printer, firmware, octoprint.log, serial.log or output on terminal tab, ...)
-I am using Windows 10 (also tried via my iPhone and iPad with no success). Looking for options before I reformat the SD and start from scratch...

Merged into the troubleshooting megatopic.

Using a screen and keyboard on the raspberry pi would be helpful, and you don't have proof your Pi is talking other than your router, which may not be true (eg dhcp lease).

So the other day I had my internet connection upgraded to Ultra Fibre Optic. It's with the same ISP, but a totally new router, but for some reason I cannot get my Raspberry Pi 3B+ to connect via wifi. I can only connect if I use a ethernet cable, which unfortunatey in the long run, is not practical.

Here's what I have tried:
Start from scratch with a new image on 2 sd cards.
Used Etcher to write the image.
Setup my Octopi using my works wifi and they connect no problem.
Tried using Raspi-Config to set my network and country details, as well as configuring the octopi-wpa-supplicant txt file.

Here's what I'm running:
Raspberry Pi 3B+ running Octopi 0.15.1
Upgraded Octoprint to 1.3.9

It's the exact same configuration that I was running before my internet upgrade, which was running fine.

Running IP Scanner does not show my Pi unless it is connected via ethernet. Logging into my router will only show my Pi when it is connected via ethernet.

Running ifconfig from PuTTY gives the follwoing:

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.20 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fdaa:bbcc:ddee:0:93ea:9709:ec57:cfa5 prefixlen 64 scopeid 0x0
inet6 fe80::2168:fa69:f206:7400 prefixlen 64 scopeid 0x20
ether b8:27:eb:15:dd:57 txqueuelen 1000 (Ethernet)
RX packets 528 bytes 142098 (138.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 588 bytes 89264 (87.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 56 bytes 13256 (12.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 56 bytes 13256 (12.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b8:27:eb:40:88:02 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
sudo iwlist wlan0 scan shows:

wlan0     Scan completed :
          Cell 01 - Address: D8:A7:56:10:FB:D1
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=70/70  Signal level=-23 dBm
                    Encryption key:on
                    ESSID:"TALKTALK10FBD4-2G"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 10ms ago
                    IE: Unknown: 001154414C4B54414C4B3130464244342D3247
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 030101
                    IE: Unknown: 2A0104
                    IE: Unknown: 32040C121860
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 0B0505002F0000
                    IE: Unknown: 2D1AAD0117FFFFFF0001000000000080017800000000000000000000
                    IE: Unknown: 3D1601080400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F080500000000000040
                    IE: Unknown: DD9F0050F204104A0001101044000102103B00010310470010C529FF1E87CE125545A718F6FF74259E10210008536167656D636F6D10230010536167656D636F6D464153543533363410240007332E302D332E301042000F4E373138323436344E3030343634341054000800060050F204000110110015536167656D636F6D46415354353336342D4E373138100800022000103C0001031049000600372A000120
                    IE: Unknown: DD090010180205101C0000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
          Cell 02 - Address: 6A:54:FD:DC:D5:DB
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=56/70  Signal level=-54 dBm
                    Encryption key:on
                    ESSID:"DIRECT-0Y-FireTV_7ca6"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 3970ms ago
                    IE: Unknown: 00154449524543542D30592D4669726554565F37636136
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030101
                    IE: Unknown: 2A0100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 2D1AAD0117FFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1601080000000000000000000000000000000000000000
                    IE: Unknown: 7F0104
                    IE: Unknown: DD750050F204104A0001101044000102103B0001031047001006A023C890A8543689D1176CF8BDA01E10210001201023000120102400012010420001201054000800010050F20400091011001A416E64726577277320347468204669726520545620737469636B1008000241081049000600372A000120
                    IE: Unknown: DD090010180200001C0000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD3B506F9A0902020025AB0D2F006A54FDDC55DB018800010050F2040009001011001A416E64726577277320347468204669726520545620737469636B
          Cell 03 - Address: 70:0B:01:04:D5:7D
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=35/70  Signal level=-75 dBm
                    Encryption key:on
                    ESSID:"TALKTALK04D580-2GHZ"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 10ms ago
                    IE: Unknown: 001354414C4B54414C4B3034443538302D3247485A
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 030101
                    IE: Unknown: 2A0104
                    IE: Unknown: 32040C121860
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 0B050200220000
                    IE: Unknown: 2D1AAD0117FFFFFF0001000000000080017800000000000000000000
                    IE: Unknown: 3D1601080400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F080500000000000040
                    IE: Unknown: DD9F0050F204104A0001101044000102103B000103104700107945121C058A4E8956147C18A1C787AF10210008536167656D636F6D10230010536167656D636F6D464153543533363410240007332E302D332E301042000F4E373138313134344E3030333738371054000800060050F204000110110015536167656D636F6D46415354353336342D4E373138100800022000103C0001031049000600372A000120
                    IE: Unknown: DD090010180202101C0000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
          Cell 04 - Address: A4:91:B1:3B:F3:C3
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=27/70  Signal level=-83 dBm
                    Encryption key:on
                    ESSID:"TNCAP3BF3C3"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 10ms ago
                    IE: Unknown: 000B544E434150334246334333
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 03010B
                    IE: Unknown: 2A0100
                    IE: Unknown: 32040C121860
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 46053208010000
                    IE: Unknown: 2D1A1C081BFFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D160B080000000000000000000000000000000000000000
                    IE: Unknown: 7F080400080000000040
                    IE: Unknown: DD950050F204104A0001101044000102103B00010310470010BEAE61A919B65148B3F5B7E1BFCCB7061021000B546563686E69636F6C6F721023000E4D6564696141636365737320544710240007353838762076321042000931383031435A3547511054000800060050F2040001101100154D656469614163636573732054473538387620763210080002268C1049000600372A000120
                    IE: Unknown: DD090010180200000C0000
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD180050F2020101040003A4000027A4000042435E0062322F00
          Cell 05 - Address: D8:A7:56:10:FB:D2
                    Channel:36
                    Frequency:5.18 GHz (Channel 36)
                    Quality=70/70  Signal level=-31 dBm
                    Encryption key:on
                    ESSID:"TALKTALK10FBD4-5G"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 10ms ago
                    IE: Unknown: 001154414C4B54414C4B3130464244342D3547
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 073C4742202401172801172C01173001173401173801173C011740011764011E68011E6C011E70011E74011E78011E7C011E80011E84011E88011E8C011E
                    IE: Unknown: 200100
                    IE: Unknown: 23021200
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 0B050000020000
                    IE: Unknown: 42020000
                    IE: Unknown: 2D1AE30117FF00000000000000000000000000000000000000000000
                    IE: Unknown: 3D16240D0000000000000000000000000000000000000000
                    IE: Unknown: 7F080400080000000040
                    IE: Unknown: BF0CB2798B0FFEFF0000AAFF0000
                    IE: Unknown: C005012A000000
                    IE: Unknown: C30402020202
                    IE: Unknown: DD9F0050F204104A0001101044000102103B00010310470010C529FF1E87CE125545A718F6FF74259E10210008536167656D636F6D10230010536167656D636F6D464153543533363410240007332E302D332E301042000F4E373138323436344E3030343634341054000800060050F204000110110015536167656D636F6D46415354353336342D4E373138100800022000103C0001031049000600372A000120
                    IE: Unknown: DD0500904C0417
                    IE: Unknown: DD090010180200001C0000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
          Cell 06 - Address: 00:81:D8:5B:C1:EA
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=27/70  Signal level=-83 dBm
                    Encryption key:on
                    ESSID:"BTHub3-ZTR3"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 10ms ago
                    IE: Unknown: 000B4254487562332D5A545233
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 030106
                    IE: Unknown: 0706474220010D14
                    IE: Unknown: 2A0100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 32043048606C
                    IE: Unknown: 2D1AAC011BFFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1606080000000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0101
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD180050F2020101870003A4000027A4000042435E0062322F00
                    IE: Unknown: DD0900037F01010000FF7F
                    IE: Unknown: DDA70050F204104A000110104400010210570001001041000100103B00010310470010565AA94967C14C0EAA8FF349E6F5931110210002425410230017486F6D652048756220332E30204D756C7469204D6F646510240010425420486F6D652048756220332E3041104200122B3035383732302B313232383033313237301054000800060050F204000110110010425420486F6D652048756220332E3041100800020084103C000101
          Cell 07 - Address: 02:81:D8:5B:C1:EA
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=26/70  Signal level=-84 dBm
                    Encryption key:off
                    ESSID:"BTWifi-with-FON"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 10ms ago
                    IE: Unknown: 000F4254576966692D776974682D464F4E
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 030106
                    IE: Unknown: 050401030000
                    IE: Unknown: 0706474220010D14
                    IE: Unknown: 2A0100
                    IE: Unknown: 32043048606C
                    IE: Unknown: 2D1AAC011BFFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1606080000000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0101
                    IE: Unknown: DD180050F2020101870003A4000027A4000042435E0062322F00
          Cell 08 - Address: 70:50:AF:19:83:1A
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=29/70  Signal level=-81 dBm
                    Encryption key:on
                    ESSID:"SKYFD095"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 10ms ago
                    IE: Unknown: 0008534B594644303935
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 03010B
                    IE: Unknown: 2A0100
                    IE: Unknown: 2F0100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 32040C121860
                    IE: Unknown: 0B0500003C0000
                    IE: Unknown: 2D1ABC191BFFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D160B080000000000000000000000000000000000000000
                    IE: Unknown: 7F080400080000000040
                    IE: Unknown: DDA60050F204104A0001101044000102103B00010310470010B1D7B202E44099C3ED0827F8953B4A1110210003536B7910230007536B79204875621024000545523131301042000E41433332313731433030303130331054000800060050F204000110110007536B792048756210080002200C103C0001011049000600372A00012010580022007FC5100018B90B449E14DB6378BEDB5A5888CAE54C303030303030303130000101
                    IE: Unknown: DD090010180200000C0000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: 46057200010000
          Cell 09 - Address: 44:6E:E5:6C:B7:A4
                    Channel:7
                    Frequency:2.442 GHz (Channel 7)
                    Quality=27/70  Signal level=-83 dBm
                    Encryption key:on
                    ESSID:"TALKTALK6CB79E"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 10ms ago
                    IE: Unknown: 000E54414C4B54414C4B364342373945
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 030107
                    IE: Unknown: 2A0100
                    IE: Unknown: 32043048606C
                    IE: Unknown: 2D1A8E191FFFFF000000000000000000000000000000001804810000
                    IE: Unknown: 3D1607000000000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A00B400C800140005001900
                    IE: Unknown: 7F0101
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: DD1E00904C338E191FFFFF000000000000000000000000000000001804810000
                    IE: Unknown: DD1A00904C3407000000000000000000000000000000000000000000
                    IE: Unknown: 0706474220010D14
                    IE: Unknown: DD0600E04C020160
                    IE: Unknown: DDA60050F204104A0001101044000102103B0001031047001063041253101920061228446EE56CB7A41021001B5265616C74656B2053656D69636F6E647563746F7220436F72702E1023000752544C387878781024000D45562D323031302D30392D32301042000F3132333435363738393031323334371054000800060050F2040001101100114144534C204D6F64656D2F526F757465721008000206801049000600372A000120
          Cell 10 - Address: D2:05:C2:51:90:59
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=26/70  Signal level=-84 dBm
                    Encryption key:on
                    ESSID:"Virgin Media"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 10ms ago
                    IE: Unknown: 000C56697267696E204D65646961
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 03010B
                    IE: Unknown: 0706474220010D14
                    IE: Unknown: 2A0100
                    IE: Unknown: 32043048606C
                    IE: Unknown: 2D1AAD011BFFFF0000000000000000000001000000000406E6A70C00
                    IE: Unknown: 3D160B080400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F080500000200000040
                    IE: Unknown: DD180050F2020101840003A4000027A4000042435E0062322F00
                    IE: Unknown: DD0900037F01010000FF7F
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : 802.1x
          Cell 11 - Address: C0:05:C2:51:90:59
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=26/70  Signal level=-84 dBm
                    Encryption key:on
                    ESSID:"VM4585089"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 3970ms ago
                    IE: Unknown: 0009564D34353835303839
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 03010B
                    IE: Unknown: 050400010000
                    IE: Unknown: 0706474220010D14
                    IE: Unknown: 2A0100
                    IE: Unknown: 32043048606C
                    IE: Unknown: 2D1AAD011BFFFF0000000000000000000001000000000406E6A70C00
                    IE: Unknown: 3D160B080400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F080500000200000040
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD0900037F01010000FF7F
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD1D0050F204104A0001101044000102103C0001021049000600372A000120
          Cell 12 - Address: C0:05:C2:13:A5:A1
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=27/70  Signal level=-83 dBm
                    Encryption key:on
                    ESSID:"VM1143230"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 26720ms ago
                    IE: Unknown: 0009564D31313433323330
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 030106
                    IE: Unknown: 050400010000
                    IE: Unknown: 0706474220010D14
                    IE: Unknown: 2A0100
                    IE: Unknown: 32043048606C
                    IE: Unknown: 2D1AAD011BFFFF0000000000000000000001000000000406E6A70C00
                    IE: Unknown: 3D1606080000000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F080500000200000040
                    IE: Unknown: DD180050F20201018C0003A4000027A4000042435E0062322F00
                    IE: Unknown: DD0900037F01010000FF7F
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD1D0050F204104A0001101044000102103C0001021049000600372A000120
          Cell 13 - Address: 6A:54:FD:DC:D5:DB
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=56/70  Signal level=-54 dBm
                    Encryption key:on
                    ESSID:"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 11550ms ago
                    IE: Unknown: 0015000000000000000000000000000000000000000000
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030101
                    IE: Unknown: 050400020000
                    IE: Unknown: 2A0100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 2D1AAD0117FFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1601080000000000000000000000000000000000000000
                    IE: Unknown: 7F0104
                    IE: Unknown: DD420050F204104A00011010440001021049000600372A0001201011001A416E64726577277320347468204669726520545620737469636B1054000800010050F2040009
                    IE: Unknown: DD090010180200001C0000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD12506F9A0902020025AB0306006A54FDDC55DB

It is obviously seeing my network as it's the first one in the list ie TALKTALK10FBD4, but I am at a loss as to why it will not connect via wifi, so I am hoping that someone with a lot more knowledge than me (which is next to nothing, lol) can help me out.

Thanks
Andy

Note that you're missing the RUNNING flag; you're not connected to your wi-fi, in other words.

  • It sees the wifi zone and it's got killer signal strength
  • You've got a 2.4Ghz setup. Pretty sure the 3B+ now does 5Ghz as well, for what it's worth. You might consider this if you just upgraded your router.
  • Since you're using putty rather than ssh, I have to assume that you're using Windows. You haven't indicated any work-arounds that you'd done in the past on this like:
    • Editing your hosts file
    • Installing iTunes (to get the Bonjour lookup service)
  • I assume that your zone's SSID isn't hidden since we see it in the audit

You might want to share your octopi-wpa-supplicant.txt contents with us. The country code line should be included only once and this should appear above the network paragraph. Both SSID and password are case-sensitive.

1 Like

Managed to get it sort.

Had to install the Raspian Desktop to enable me to connect to wifi. I then changed the boot up sequence back to command line and it connects just fine. I can even now connect to my octopi.local address without having to put in the ip address in my browser. I couldn't before for some reason.

BTW I can't use the 5GHz band due to my pc only having 2.4GHz connection and the issues I ws having with regards to no 'real time update' unless I kept refreshing the page

Seems like a fair amount of work, to be honest. I know that the Desktop script takes a fair while to run. Glad you got it working, though.

1 Like

Tell me about it. What I don't understand is, why the desktop would see my wifi but booting direct to command line wouldn't. I didn't have this problem before my internet upgrade, which considering it's with the same ISP, just a different router, makes it even more weird to me.

It depends upon a lot of things. Configuring a static SSID/Password combination in a file is different from doing a radio scan and then selecting one from there.

Most problems related to no wifi connection end up with a user doing a facepalm: "oh man, I typed the password incorrectly" or "I forgot to uncomment out that ending brace". Doing yet one of these again today, even I forgot to uncomment those lines in the network paragraph. It was only after putting an HDMI monitor on there that I was confident that it was booting. (For what it's worth, there's a long pause in the first Raspi boot in which it's expanding the root partition, making it seem unresponsive.)

It doesn't. It's changing the text config in some way to make it work.

Right then. I have another sd card with just the standard Octopi install that I know works cause I tried it at work last night. I'll compare the 2 config files to see what has changed