Howto connect my Wifi

If you have a wifi on your laptop you can connect manually by :

  1. login as root or do su
  2. ifconfig [device] nwid [network name] wpakey [password]
  3. dhclient [device]

Device example is iwn0, vlan0,alc0 (see man ifconfig for detailed option available)

To automatically connect after boot we need to do as follow :

  1. edit /etc/hostname.[device name]
  2. set parameter
  3. save file

pretty easy huh …

Leave a Reply

Your email address will not be published. Required fields are marked *