Advertisement
para_bellum

No internet on interface wlan0

Oct 15th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ifconfig shows not inet addr for the interface.
  2. Add those lines to /etc/network/interfaces
  3. auto wlan0
  4. iface wlan0 inet dhcp
  5.  
  6. Note: the `auto wlan0` might even be enough.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement