![]() |
Cannot find wireless network anymore after reboot last night
Hope someone can help me relatively soon. I have been having a similar issue.
Last night everything was working perfectly fine. This morning when I booted up BT5, wicd could not locate any wireless networks. I have tried just about everything I can think of. dmesg does not bring up any issue with my wifi card. I am using a Broadcom Corporation BCM4311 The output of ifconfig is (for wlan0): Link encap: ethernet HWaddr 00:19:38:24:26:c9 UP BROADCAST MULTICAST MTU:1500 METRIC:1 RX packets:0 erroors:0 dropped:0 overruns:0 frame:0 TX packets:0 erroors:0 dropped:0 overruns:0 frame:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) The output of iwconfig is: IEEE 802.11bg ESSIDff/any Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm Retry long limit:7 RTS thrff Frament thrff Encryption keyff Power Managementff I have run ifconfig wlan0 up multiple times. I have tried running 'dpkg-reconfigure wicd' and 'update-rc.d wicd defaults' to set it back to defaults. I am wondering if maybe I have something blacklisted by mistake and it is interfering, yet I am not too familiar with /etc/modprobe.d wicd-gtk displays no errors that I can see. Anybody have any other tips? It was fine last night....a simple shut down screwed this up.. |
what is the output of "iwlist wlan0 scan" ? does it show the ssid of your network ?
|
the output is:
wlan0 No scan results |
Do you have other wireless devices that you have used to test your router/access point? If not and if the computer is portable, test it at a location with public wireless.
It's important to isolate the source of the problem before you tear your hair out with software. True, it's unlikely that your router/access point has turned turtle, but, if it has, no amount of software troubleshooting on the computer can fix the problem. I've had situations where a wireless connection held until it was broken, as by a reboot, and then the device could not reconnect. The problem was solved by rebooting the router. The router kept existing connections, but would not accept new ones. |
Yes it works I use 3 other.computers on it and my phone
---------- Post added 12-06-12 at 10:53 PM ---------- I've also reset the router multiple times |
I would still suggest testing the computer at a public access location, if you can. It could be the wireless card has gone west.
Have you tried using a wired connection to make sure overall networking still works? Edit: This stinks. I know; I've been there. |
my card doesnt pick up the neighbors any more or my phone AP.
|
my wired still seems to work great
|
what output does /etc/network/interfaces file have in it ? should look similar to this
auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp wpa-ssid yournetwork wpa-psk yourpassword assuming you dont use static and allow dhcp set your ip etc |
accidentally double posted
|
If you have a laptop, it's possible that there's a button anywhere which enables and disables wifi on the laptop. Pressing this button by accident is one of the most common causes for unexplainable wifi-problems.
Markus |
I have enabled and disabled wifi multiple times with the on/off button. I know it is on now b/c the card is recognized in iwconfig and dmesg doesnt bring any more error up anymore.
As for /etc/network/interfaces: -bash: /etc/network/interfaces: command not found |
that should be a cat:
cat /etc/network/interfaces ---------- Post added 12-07-12 at 06:04 PM ---------- And that will have some meaning in case you are running a debian derivative and not using Network Manager. |
The output of cat /etc/network/interfaces follows:
auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp auto ath0 iface ath0 inet dhcp auto wlan0 iface wlan0 inet dhcp |
Try booting to a Live CD of something and testing the wireless. I would suggest Mint or some other distro known for including lots of drivers.
If it doesn't work in that situation, the odds of a hardware failure seem much more likely. Good luck. |
| All times are GMT -5. The time now is 01:49 PM. |