Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
services:wifi:lin:linux [2011/05/25 14:27]
marina
services:wifi:lin:linux [2011/05/26 16:28]
radeka
Line 7: Line 7:
 \\ \\
 a) Operating as **root**, open a terminal window;\\ a) Operating as **root**, open a terminal window;\\
-stop the network-manager service typing the command: ​\\ +  * stop the network-manager service typing the command: **service network-manager stop** 
-**service network-manager stop**\\ +  ​* ​and verify that your wireless network interface card is properly installed, using the command: **iwconfig**
-and verify that your wireless network interface card is properly installed, using the command:\\ +
-**iwconfig**\\+
 If as the result of the previous command are present only " no wireless extensions ", you have to install the driver for your wireless card before continuing with this guide.\\ If as the result of the previous command are present only " no wireless extensions ", you have to install the driver for your wireless card before continuing with this guide.\\
 If on the contrary, you can see complete information about your wireless network interface card. In the following example the wireless network interface card is // eth1//, but yours could be //wlan0, ath0//... \\ If on the contrary, you can see complete information about your wireless network interface card. In the following example the wireless network interface card is // eth1//, but yours could be //wlan0, ath0//... \\
Line 65: Line 63:
 </​xterm>​ </​xterm>​
  
-Please note: insert //**your SISSA username**//​ and //**your SISSA password**// ​(the same of your SISSA webmail) ​in the //​identity//​ and //​password//​ fields.\\+Please note: insert //**your SISSA username**//​ and //**your SISSA password**//​ in the //​identity//​ and //​password//​ fields.\\
 \\ \\
  
-f) Run the following command in order to activate the wpa_supplicant daemon:\\+f) Run the following command in order to activate the wpa_supplicant daemon ​(please note there in a " -i " after wpa_supplicant):\\
 **wpa_supplicant -i //eth1// -c /​etc/​wpa_supplicant/​SISSA-WiFi.wpa_supplicant.conf ** \\ **wpa_supplicant -i //eth1// -c /​etc/​wpa_supplicant/​SISSA-WiFi.wpa_supplicant.conf ** \\
 \\ \\
Line 87: Line 85:
 \\ \\
 \\ \\
-i) OPEN ANOTHER TERMINAL WINDOW. If all the paramenters are corrects, you have to configure, if necessary, upper layer TCP/IP protocol DHCP to lease a dinamic ​IP address using the command:\\+i) OPEN ANOTHER TERMINAL WINDOW. If all the paramenters are correct, you have to configure, if necessary, upper layer TCP/IP protocol DHCP to lease a dynamic ​IP address using the command:\\
 **dhclient //​eth1//​**\\ **dhclient //​eth1//​**\\
 Now you will be able to use SISSA-WiFi wireless connection. \\ Now you will be able to use SISSA-WiFi wireless connection. \\