0

I found the below answer to fix my intermittent Wi-fi connection:

Ubuntu connect drops. Worked for a while then started dropping again

Questions:

  • Can someone explain in plain English why would this work, because my connection was never asking for any other router's authorization?

  • Can someone also explain why the MAC device address entry is entered in the BSSID, while there is another MAC device entry in the same pop-up box? What is the conceptual difference between the two?

user296844
  • 207
  • 2
  • 8

1 Answers1

0

The reason assigning a mac address worked is because you had several networks that your computer was picking up all at or stronger then your connection so your computer was roaming continually from the strongest signal network to the next.

BSSID is the MAC address of your router.

The other MAC address is the MAC address of your wireless device.

Wild Man
  • 8,187
  • 4
  • 34
  • 44
  • Regarding the first part, is this so even if the Wi-fi was already connected to the router in question? Thanks. – user296844 Jun 23 '14 at 23:47
  • Yes even if wifi was already connected. – Wild Man Jun 23 '14 at 23:50
  • Ok, so it's like the Wi-fi was getting distracted by many lights, even though I told it to focus on a specific one. So whenever a little drop in signal happen, it would start looking at all the surrounding lights. – user296844 Jun 23 '14 at 23:59
  • Yes that is what it was doing, the only thing with the Mac Address set like it is if you take the computer some where else that you want to connect too you will have to remove the MAC Address so it can connect to your new network. – Wild Man Jun 24 '14 at 00:02
  • Sounds good. Also, by the third part, "wireless device" you mean my computer's own, I take it. – user296844 Jun 24 '14 at 00:04
  • Yes your computers own wireless device. – Wild Man Jun 24 '14 at 00:05
  • Good deal, man. This hopefully can also inform people with a similar issue. – user296844 Jun 24 '14 at 00:07