Advertisement
Guest User

Untitled

a guest
Jul 18th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /etc/network/interfaces
  2.  
  3. auto lo
  4. iface lo inet loopback
  5.  
  6. auto eth0
  7. iface eth0 inet dhcp
  8.  
  9. auto wlan0
  10. iface wlan0 inet dhcp
  11.  
  12.  
  13.  
  14. -----------------
  15.  
  16.  
  17. ristra@ristramovil:/etc/modprobe.d$ sudo /etc/init.d/networking restart
  18. * Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
  19. * Reconfiguring network interfaces... Cannot find device "wlan0"
  20. Failed to bring up wlan0.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement