[FYI] ipw2200/ipw2915 from-scratch

常言道:『飲水思源』,在 Open Source 的世界裡,我們常常需要別人的幫助,但是在您有所心得的時候請記得分享給大家,『幫助人是快樂的喔』。歡迎您在使用 debian 的過程中的任何心得分享給大家。

[FYI] ipw2200/ipw2915 from-scratch

文章yenjinc » 週四 3月 30, 2006 4:22 pm

[FYI] ipw2200/ipw2915 from-scratch

(一):

『Drivers and Firmware』
代碼: 選擇全部
   http://ieee80211.sourceforge.net/INSTALL
   http://ipw2200.sourceforge.net/INSTALL


(二):

『Wireless-Tools』
代碼: 選擇全部
   ifconfig(8), iwconfig(8), iwspy(8), iwlist(8), iwevent(8), iwpriv(8), wireless(7).


(三):

If you want to use WPA-PSK+TKIP.. and other mode, you can choose『WPAsupplicant』

『Wpasupplicant』(in the Debian case...)
代碼: 選擇全部
   less /usr/share/doc/wpasupplicant/README.Debian
   less /usr/share/doc/wpasupplicant/examples/wpa_supplicant.conf.gz


『Create Startup Script for Wpasupplicant』(in the Debian case...)
代碼: 選擇全部
   # /etc/default/wpasupplicant
   # Useful flags:
   #  -D <driver>         Wireless Driver
   #  -D wextless          /usr/share/doc/wpasupplicant/README.Debian
   #  -i <ifname>          Interface (required, unless specified in config)
   #  -c <config file>          Configuration file
   #  -d                Debugging (-dd for more)
   #  -w                Wait for interface to come up

   ENABLED=1      #<--- important!!!
   OPTIONS="-w -i eth1 -D wext -B -c /etc/wpa_supplicant.conf"


『Make sure you have a configuration file』(in the Debian case...)
代碼: 選擇全部
   # Minimal /etc/wpa_supplicant.conf to associate with open
   #  access points. Please see
   #  /usr/share/doc/wpasupplicant/examples/wpa_supplicant.conf.gz for more
   #  complete configuration parameters.
   #
   # Also see the other files in /usr/share/doc/wpasupplicant/examples/ for
   #  specific configuration examples.

   ctrl_interface=/var/run/wpa_supplicant
   ctrl_interface_group=0
   eapol_version=1
   ap_scan=1
   fast_reauth=1

   ### Example of basic WPA-PSK secured AP
   network={
       ssid="Denny's Home"
       psk="ABCDEFG"
   }


『Make sure you set "ENABLED=1" to "/etc/init.d/wpasupplicant"』(in the Debian case...)
代碼: 選擇全部
   # insane defaults
   OPTIONS="-Bw"    # daemonize and wait for interface
   CONFIG="/etc/wpa_supplicant.conf"
   ENABLED=1      #<--- important!!!


(四):

Have Fun :-D
yenjinc
懵懂的國中生
懵懂的國中生
 
文章: 190
註冊時間: 週三 7月 14, 2004 12:29 am

Re: [FYI] ipw2200/ipw2915 from-scratch

文章訪客 » 週四 7月 13, 2006 2:32 pm

yenjinc 寫:...
(三):

If you want to use WPA-PSK+TKIP.. and other mode, you can choose『WPAsupplicant』
...


請問一下, WPAsupplicant 是不是 只有在 ap encryption 是on 的情況下 才要裝? 或是 什麼樣的情況下 需要 裝這個呢?

如果是的話, 那 interfaces 設定 eth1 (wireless)時, wireless_key 的設定是不是 只要 指定
e.g.,
wireless_key s:password (man iwconfig 上面寫的格式)

就可以了呢?

或是正確的格式為何?

謝謝
訪客
 

文章yenjinc » 週一 7月 24, 2006 1:14 pm

沒錯... 如果你的 AP 環境沒有加密的話,就不需要加裝 WPAsupplicant...
直接使用 iwconfig 還有 ifconfig 就可以囉~~
yenjinc
懵懂的國中生
懵懂的國中生
 
文章: 190
註冊時間: 週三 7月 14, 2004 12:29 am


回到 share

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客