<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Configure_Linux_Machine_with_wireless_config</id>
	<title>Configure Linux Machine with wireless config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Configure_Linux_Machine_with_wireless_config"/>
	<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Configure_Linux_Machine_with_wireless_config&amp;action=history"/>
	<updated>2026-04-04T04:00:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.acrodus.uk/index.php?title=Configure_Linux_Machine_with_wireless_config&amp;diff=55&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;How to add persistent configuration in /etc/network/interfaces to connect to wireless access point.  Just edit /etc/network/interfaces and write:  auto wlan0 iface wlan0 inet dhcp                  wpa-ssid {ssid}                 wpa-psk  {password}  A good tool to have installed is the iw command. Run the command &#039;iw dev&#039; to show the wireless adapter information.  #####  To have a non persistent configuration use the following commands.  //This creates a configuration fi...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Configure_Linux_Machine_with_wireless_config&amp;diff=55&amp;oldid=prev"/>
		<updated>2024-10-18T07:06:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;How to add persistent configuration in /etc/network/interfaces to connect to wireless access point.  Just edit /etc/network/interfaces and write:  auto wlan0 iface wlan0 inet dhcp                  wpa-ssid {ssid}                 wpa-psk  {password}  A good tool to have installed is the iw command. Run the command &amp;#039;iw dev&amp;#039; to show the wireless adapter information.  #####  To have a non persistent configuration use the following commands.  //This creates a configuration fi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;How to add persistent configuration in /etc/network/interfaces to connect to wireless access point.&lt;br /&gt;
&lt;br /&gt;
Just edit /etc/network/interfaces and write:&lt;br /&gt;
&lt;br /&gt;
auto wlan0&lt;br /&gt;
iface wlan0 inet dhcp &lt;br /&gt;
                wpa-ssid {ssid}&lt;br /&gt;
                wpa-psk  {password}&lt;br /&gt;
&lt;br /&gt;
A good tool to have installed is the iw command. Run the command &amp;#039;iw dev&amp;#039; to show the wireless adapter information.&lt;br /&gt;
&lt;br /&gt;
#####&lt;br /&gt;
&lt;br /&gt;
To have a non persistent configuration use the following commands.&lt;br /&gt;
&lt;br /&gt;
//This creates a configuration file for the wifi&lt;br /&gt;
sudo wpa_passphrase WLAN_NAME WLAN_PASSWORD &amp;gt; /etc/wpa_supplicant.conf&lt;br /&gt;
&lt;br /&gt;
//Optional command to run to see drivers&lt;br /&gt;
wpa_supplicant&lt;br /&gt;
&lt;br /&gt;
//Run command with config file and driver as options&lt;br /&gt;
wpa_supplicant -i wlp3s0 -c /etc/wpa_supplicant.conf -D wext&lt;br /&gt;
&lt;br /&gt;
NOTE: This is best used on a machine with network manager not installed as they will compete.&lt;br /&gt;
This is also only for wireless access point using WPA authentication, which is most nowadays.&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>