WiFi suddenly can not see network

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

WiFi suddenly can not see network

Post by freshtamatic »

I have been using my HP laptop for about a year. About a week ago it stopped seeing my network (it's not hidden) yet it sees about 5 others from the building.
I tried Ethernet and it works. Now I'm stuck using another computer and can't connect. Is there something I can do? I tried the 'forget network' did nothing. My Smartphone and the computer I am on know see the SSID fine.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kelebek333
Level 4
Level 4
Posts: 419
Joined: Sat Jun 25, 2011 11:57 am

Re: WiFi suddenly can not see network

Post by kelebek333 »

You can share outputs of wireless script .
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

Re: WiFi suddenly can not see network

Post by freshtamatic »

That thread is confusing. Is there s specific script I can execute?
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: WiFi suddenly can not see network

Post by JeremyB »

Open terminal and paste in

Code: Select all

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info && cat wireless-info.txt | nc termbin.com 9999
Post the termbin URL when it is finished
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: WiFi suddenly can not see network

Post by Flemur »

freshtamatic wrote: Sat Apr 20, 2019 9:19 am That thread is confusing. Is there s specific script I can execute?
The 'wget' line is actually more than one line and should be written as such:

Code: Select all

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info 
chmod +x wireless-info 
./wireless-info
cat wireless-info.txt | nc termbin.com 9999
Post the output here, inside 'code' brackets.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

Re: WiFi suddenly can not see network

Post by freshtamatic »

ok will do. I need to plug into the ethernet to do so.
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

Re: WiFi suddenly can not see network

Post by freshtamatic »

Code: Select all

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info 
--2019-04-20 16:31:52--  https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info
Resolving github.com (github.com)... 140.82.118.4, 140.82.118.3
Connecting to github.com (github.com)|140.82.118.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/UbuntuForums/wireless-info/master/wireless-info [following]
--2019-04-20 16:31:53--  https://raw.githubusercontent.com/UbuntuForums/wireless-info/master/wireless-info
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.16.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.16.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17452 (17K) [text/plain]
Saving to: ‘wireless-info’

wireless-info       100%[===================>]  17,04K  --.-KB/s    in 0,001s  

Last-modified header missing -- time-stamps turned off.
2019-04-20 16:31:53 (17,0 MB/s) - ‘wireless-info’ saved [17452/17452]

fresh@fresh-HP-Pavilion-dv6-Notebook-PC:~$ chmod +x wireless-info 
fresh@fresh-HP-Pavilion-dv6-Notebook-PC:~$ ./wireless-info
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

Re: WiFi suddenly can not see network

Post by freshtamatic »

Can anyone please help? My only other option is to reinstall, and I took months to arrange the desktop the way I like it.
sammiev

Re: WiFi suddenly can not see network

Post by sammiev »

Unplug your router for a few min and try it again.
Had the same problem just a few months a go.
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

Re: WiFi suddenly can not see network

Post by freshtamatic »

I did that over 10 times, it just can not see it, while it sees all my neighbors wifi...:)
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: WiFi suddenly can not see network

Post by JeremyB »

Code: Select all

cat wireless-info.txt | nc termbin.com 9999
Post URL
freshtamatic
Level 3
Level 3
Posts: 196
Joined: Tue Sep 04, 2018 2:13 pm

Re: WiFi suddenly can not see network

Post by freshtamatic »

JeremyB wrote: Sun Apr 21, 2019 6:15 am

Code: Select all

cat wireless-info.txt | nc termbin.com 9999
Post URL
nc getaddrinfo for host "termbin.com" port 9999: Name or Service not known

I so wish I could find a solution for this.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: WiFi suddenly can not see network

Post by JeremyB »

Copy the contents of wireless-info.txt and paste it in a new post
Locked

Return to “Networking”