networking - Ubuntu Server Ver. 16.04 Intel Centrino 6205 wireless card doesn't connect. - Ask Ubuntu


ubuntu server ver. 16.04 using intel centrino 6205 wireless card. card connected without fault during installation , worked perfectly. can't connect after booting server, unable work. have put of commands /etc/network/interfaces, card not connect. know correct parameters , precise procedure set card? btw - have tried of copious suggestions elsewhere in community threads...help...help...thanks...

ok, solved problem. here needed:

  1. install aptitude sudo apt-get install aptitude
  2. install wpa_supplement ***** note "_" not required in statement below sudo aptitude install wpasupplement
  3. read , understand , use parameters , follow instructions follows: https://wiki.debian.org/wifi/howtouse#wpa_supplicant
  4. modify /etc/network/interfaces: comment out hardwired ethernet device
  5. modify /etc/network/interfaces adding auto " characters iface < wireless device above> inet static|dhcp wpa_ssid wpa_psk < access point password> ***** other parameters needed, i.e address, netmask, network, gateway, etc. see examples in "howtouse#wpa_supplement"
  6. reboot system test network , stay up
  7. worked great me...good luck you

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User