SliTaz GNU/Linux official and community documentation wiki.
.png

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
en:guides:wifi-easy [2010/02/19 02:40]
jozee
en:guides:wifi-easy [2010/08/22 15:27] (current)
linea
Line 1: Line 1:
 ====== Wifi configuration,​ easy method ====== ====== Wifi configuration,​ easy method ======
  
-==== Introduction ====+===== Introduction ​=====
  
 To install wifi under Linux, two methods are possible: To install wifi under Linux, two methods are possible:
Line 52: Line 52:
     * Start /​etc/​init.d/​network.sh     * Start /​etc/​init.d/​network.sh
  
-The following commands do all of the above steps. This is also the best way to troubleshoot. To get maximum help on the forums; please post the output of each of these commands. ​+The following commands do all of the above steps. This is also the easiest ​way
  
-<​code ​bash>  +<​code>​ 
-lspci | grep -i network +# tazhw detect-pci ​--get-firmware 
-modprobe your_module +/​etc/​init.d/​network.sh restart
-dmesg | tail  +
-lsmod  +
-nano /​etc/​network.conf +
-ifconfig eth1 up  +
-ifconfig ​-a  +
-iwconfig ​ +
-/​etc/​init.d/​network.sh restart ​ +
-ifconfig -a +
 </​code>​ </​code>​
  
 Now for more detailed instructions: ​ Now for more detailed instructions: ​
 +
 +===== Detailed Instructions =====
 === Identifying your hardware (Which wifi card do I have?) === === Identifying your hardware (Which wifi card do I have?) ===
  
Line 151: Line 145:
  
  
-===== Manually configure ​your wifi =====+===== Troubleshoot ​your wifi =====
  
-If you want to understand how wifi works in SliTaz, then you can try configuring your wifi manually.  +Here is a quick summary of the steps needed ​(Repeated again for understanding):
- +
-But if you want to know how wifi generally works under linux, or if your kernel module is not on this list, you should look at the step by step wifi. +
- +
-Here is a quick summary of the steps needed:+
  
     * Know your wifi card     * Know your wifi card
Line 182: Line 172:
 </​code>​ </​code>​
  
-Now for more detailed instructions:​  +===== Configure /​etc/​network.conf ​=====
-First do "​lspci"​ to know which card you have. Once we know which card you have, we can surf the internet to find which module you require, and if we need any special firmware. To help you, here are some useful links: +
- +
-    * [[http://​linux-wless.passys.nl/​|Linux wireless LAN support]] (The column on the right, tells you where to get the firmware, if applicable) +
-    * [[http://​help.ubuntu.com/​|Ubuntu documentation]] (Good Ubuntu website, wifi page) +
-    * [[http://​www.google.com/​|Google]] with "//the name of your wifi card//"​ + "//​modprobe//"​ or "//​linux//"​ +
-If these links are not useful, you can ask at the [[http://​forum.slitaz.org/​|forum]] +
- +
-So we learn that the //Intel Corporation PRO/​Wireless LAN 2100 3B Mini PCI Adapter// works with the //IPW2100// module and the firmware is available at http://​ipw2100.sourceforge.net/​. +
- +
-=== Configure /​etc/​network.conf ===+
  
 Slitaz launches wifi using the script ///​etc/​init.d/​network.sh//​. This script uses the config file: ///​etc/​network.conf//​. You should first edit your config file using the instructions in the sample /​etc/​network.conf. Slitaz launches wifi using the script ///​etc/​init.d/​network.sh//​. This script uses the config file: ///​etc/​network.conf//​. You should first edit your config file using the instructions in the sample /​etc/​network.conf.
Line 204: Line 184:
 LOAD_MODULES="​nls_utf8 my_module"​ LOAD_MODULES="​nls_utf8 my_module"​
  
-=== Sample /​etc/​network.conf file with comments ===+===== Sample /​etc/​network.conf file with comments ​=====
  
 <code bash> <code bash>
Line 266: Line 246:
 </​code>​ </​code>​
  
 +===== Extra Information =====
 +Now for more detailed instructions: ​
 +First do "​lspci"​ to know which card you have. Once we know which card you have, we can surf the internet to find which module you require, and if we need any special firmware. To help you, here are some useful links:
 +
 +    * [[http://​linux-wless.passys.nl/​|Linux wireless LAN support]] (The column on the right, tells you where to get the firmware, if applicable)
 +    * [[http://​help.ubuntu.com/​|Ubuntu documentation]] (Good Ubuntu website, wifi page)
 +    * [[http://​www.google.com/​|Google]] with "//the name of your wifi card//"​ + "//​modprobe//"​ or "//​linux//"​
 +If these links are not useful, you can ask at the [[http://​forum.slitaz.org/​|forum]]
 +
 +So we learn that the //Intel Corporation PRO/​Wireless LAN 2100 3B Mini PCI Adapter// works with the //IPW2100// module and the firmware is available at http://​ipw2100.sourceforge.net/​.
 +
 +---- 
 +\\
 +^  Page Review Section ​ ^^ 
 +|Quality| Good  |
 +|Review| Minor Updates ​ |
 +|Priority| Medium |
 +|Problems| add a [[http://​forum.slitaz.org|forum post link]]|
 +|:::     | OR add a [[http://​labs.slitaz.org/​issues |lab issue tracker link ]]|
 +|How to Improve| Suggest briefly|
 +|::: |  |
  
 +\\
 +----
 
en/guides/wifi-easy.1266543637.txt.gz · Last modified: 2010/07/08 17:16 (external edit)