Page 53 of 66 FirstFirst ... 343515253545563 ... LastLast
Results 521 to 530 of 654

Thread: HOWTO: ipw2200 + wpa

  1. #521
    Join Date
    Feb 2005
    Beans
    122

    Re: HOWTO: ipw2200 + wpa

    RickKnight,

    I am so frustrated that I decied to start from the beginning with your HowTo. I do not know how to erase anything we were working on. Earlier, I was using the howto posted in the first post on this thread.

    I wasnot able to create a folder called /home/share/ipw2200 so I created one called /home/bennettg/share/ipw2200.

    I then downloaded the following packages into that directory:
    ipw2200, firmaware, ieee80211, nocast patch, and wpa_supplicant source from the links on your post #503 on this thread. As per your Howto, I did the following at the terminal and got the error in the last line

    bennettg@ubuntu:~/Share/ipw2200$ tar zxpvf ieee80211-1.1.8.tgz
    ieee80211-1.1.8/
    ieee80211-1.1.8/GIT_SHA1
    ieee80211-1.1.8/in-tree/
    ieee80211-1.1.8/in-tree/Makefile
    ieee80211-1.1.8/in-tree/Kconfig
    ieee80211-1.1.8/ieee80211_crypt.c
    ieee80211-1.1.8/ieee80211_crypt_ccmp.c
    ieee80211-1.1.8/ieee80211_crypt_tkip.c
    ieee80211-1.1.8/ieee80211_crypt_wep.c
    ieee80211-1.1.8/ieee80211_geo.c
    ieee80211-1.1.8/ieee80211_module.c
    ieee80211-1.1.8/ieee80211_rx.c
    ieee80211-1.1.8/ieee80211_tx.c
    ieee80211-1.1.8/ieee80211_wx.c
    ieee80211-1.1.8/net/
    ieee80211-1.1.8/net/ieee80211.h
    ieee80211-1.1.8/net/ieee80211_crypt.h
    ieee80211-1.1.8/net/ieee80211_radiotap.h
    ieee80211-1.1.8/LICENSE
    ieee80211-1.1.8/CHANGES
    ieee80211-1.1.8/INSTALL
    ieee80211-1.1.8/Makefile
    ieee80211-1.1.8/idvals
    ieee80211-1.1.8/remove-old
    bennettg@ubuntu:~/Share/ipw2200$ tar zxpvf ipw2200-1.0.10.tgz
    ipw2200-1.0.10/
    ipw2200-1.0.10/GIT_SHA1
    ipw2200-1.0.10/ipw2200.c
    ipw2200-1.0.10/ipw2200.h
    ipw2200-1.0.10/LICENSE
    ipw2200-1.0.10/CHANGES
    ipw2200-1.0.10/FILES
    ipw2200-1.0.10/ISSUES
    ipw2200-1.0.10/Makefile
    ipw2200-1.0.10/dvals
    ipw2200-1.0.10/idvals
    ipw2200-1.0.10/load
    ipw2200-1.0.10/unload
    ipw2200-1.0.10/status
    ipw2200-1.0.10/config
    ipw2200-1.0.10/restart
    ipw2200-1.0.10/verify_wifi_hw
    ipw2200-1.0.10/remove-old
    ipw2200-1.0.10/README.ipw2200
    ipw2200-1.0.10/INSTALL
    bennettg@ubuntu:~/Share/ipw2200$ tar ipw2200-fw-2.4.tgz
    tar: Old option `f' requires an argument.
    Try `tar --help' or `tar --usage' for more information.
    bennettg@ubuntu:~/Share/ipw2200$

    Maybe starting from here will help. Is there supposed to be a tar zxpvf before the ipw2200-fw-2.4.tgz in the last command above (the one which cased the error)??

  2. #522
    Join Date
    Feb 2005
    Beans
    51

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by bennettg
    modprobe: FATAL: Error inserting ieee80211_crypt_wep (/lib/modules/2.6.12-10-686/net/ieee80211/ieee80211_crypt_wep.ko): unknown symbol in module or unknown parameter (see dmesg)
    This may well be part of the problem. If ieee80211 isn't loading properly, WPA and WEP won't work. What ieee80211 modules do you have loaded?
    Code:
    sudo lsmod | grep ieee802
    Rick Knight

  3. #523
    Join Date
    Feb 2005
    Beans
    51

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by bennettg
    bennettg@ubuntu:~/Share/ipw2200$ tar ipw2200-fw-2.4.tgz
    tar: Old option `f' requires an argument.
    Try `tar --help' or `tar --usage' for more information.
    The command should be
    Code:
    tar zxpvf ipw2200-fw-2.4.tgz
    Also, in
    Code:
    Now, build wpa_supplicant.
    Code:
    
    cd /home/share/ipw2200 tar zxpvfwpa_supplicant-0.4.7.tar.gz cd wpa_supplicant-0.4.7
    
    Copy this code to .config in /home/share/ipw2200/wpa_supplicant-0.4.7/
    Code:
    
    CONFIG_IEEE8021X_EAPOL=y
    CONFIG_EAP_MD5=y
    CONFIG_EAP_MSCHAPV2=y
    CONFIG_EAP_TLS=y
    CONFIG_EAP_PEAP=y
    CONFIG_EAP_TTLS=y
    #CONFIG_EAP_GTC=y
    #CONFIG_EAP_OTP=y
    #CONFIG_EAP_SIM=y
    #CONFIG_EAP_AKA=y
    CONFIG_EAP_PSK=y
    #CONFIG_EAP_PAX=y
    CONFIG_EAP_LEAP=y
    CONFIG_WIRELESS_EXTENSION=y
    #CONFIG_DRIVER_HOSTAP=y
    #CONFIG_DRIVER_HERMES=y
    #CONFIG_DRIVER_MADWIFI=y
    #CFLAGS += -I../madwifi
    #CONFIG_DRIVER_ATMEL=y
    CONFIG_DRIVER_WEXT=y
    CONFIG_DRIVER_NDISWRAPPER=y
    #CONFIG_DRIVER_BROADCOM=y
    CONFIG_DRIVER_IPW=y
    
    Enable additional drivers you may need, madwifi for example, by removing the # from the front of that particular line.
    Code:
    
    sudo make sudo cp wpa_supplicant /usr/local/bin cp wpa_cli /usr/local/bin
    right after "CONFIG_DRIVER_IPW=y" add
    Code:
    CONFIG_CTRL_IFACE=y
    Before you build wpa_supplicant.

    Rick Knight

  4. #524
    Join Date
    Feb 2005
    Beans
    51

    Re: HOWTO: ipw2200 + wpa

    Bennettg,

    Adding
    Code:
    CONFIG_CTRL_IFACE=y
    will allow you to use
    Code:
    control_interface=/var/run/wpa_supplicant
    control_interface_group=sudo
    in your /etc/wpa_supplicant.conf file. That, in turn will allow you to run wpa_cli and wpa_gui.

    Rick Knight

  5. #525
    Join Date
    Feb 2005
    Beans
    122

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by RickKnight
    This may well be part of the problem. If ieee80211 isn't loading properly, WPA and WEP won't work. What ieee80211 modules do you have loaded?
    Code:
    sudo lsmod | grep ieee802
    Rick Knight
    bennettg@ubuntu:/$ sudo lsmod | grep ieee802
    Password:
    ieee80211 29380 1 ipw2100
    ieee80211_crypt 5604 2 ipw2100,ieee80211
    bennettg@ubuntu:/$

  6. #526
    Join Date
    Feb 2005
    Beans
    122

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by RickKnight
    The command should be
    Code:
    tar zxpvf ipw2200-fw-2.4.tgz
    Also, in
    Code:
    Now, build wpa_supplicant.
    Code:
    
    cd /home/share/ipw2200 tar zxpvfwpa_supplicant-0.4.7.tar.gz cd wpa_supplicant-0.4.7
    
    Copy this code to .config in /home/share/ipw2200/wpa_supplicant-0.4.7/
    Code:
    
    CONFIG_IEEE8021X_EAPOL=y
    CONFIG_EAP_MD5=y
    CONFIG_EAP_MSCHAPV2=y
    CONFIG_EAP_TLS=y
    CONFIG_EAP_PEAP=y
    CONFIG_EAP_TTLS=y
    #CONFIG_EAP_GTC=y
    #CONFIG_EAP_OTP=y
    #CONFIG_EAP_SIM=y
    #CONFIG_EAP_AKA=y
    CONFIG_EAP_PSK=y
    #CONFIG_EAP_PAX=y
    CONFIG_EAP_LEAP=y
    CONFIG_WIRELESS_EXTENSION=y
    #CONFIG_DRIVER_HOSTAP=y
    #CONFIG_DRIVER_HERMES=y
    #CONFIG_DRIVER_MADWIFI=y
    #CFLAGS += -I../madwifi
    #CONFIG_DRIVER_ATMEL=y
    CONFIG_DRIVER_WEXT=y
    CONFIG_DRIVER_NDISWRAPPER=y
    #CONFIG_DRIVER_BROADCOM=y
    CONFIG_DRIVER_IPW=y
    
    Enable additional drivers you may need, madwifi for example, by removing the # from the front of that particular line.
    Code:
    
    sudo make sudo cp wpa_supplicant /usr/local/bin cp wpa_cli /usr/local/bin
    right after "CONFIG_DRIVER_IPW=y" add
    Code:
    CONFIG_CTRL_IFACE=y
    Before you build wpa_supplicant.

    Rick Knight
    Still an error:

    bennettg@ubuntu:~/Share/ipw2200$ tar zxpvf ipw2200-fw-2.4.tgz
    LICENSE
    ipw-2.4-boot.fw
    ipw-2.4-bss.fw
    ipw-2.4-bss_ucode.fw
    ipw-2.4-ibss.fw
    ipw-2.4-ibss_ucode.fw
    ipw-2.4-sniffer.fw
    ipw-2.4-sniffer_ucode.fw
    bennettg@ubuntu:~/Share/ipw2200$ sudo cp ipw-fw* /usr/lib/hotplug//firmware
    cp: cannot stat `ipw-fw*': No such file or directory
    bennettg@ubuntu:~/Share/ipw2200$ sudo cp ipw-fw* /usr/lib/hotplug/firmware
    cp: cannot stat `ipw-fw*': No such file or directory
    bennettg@ubuntu:~/Share/ipw2200$

    I am sorry this is not working and truly appreciate your help.

  7. #527
    Join Date
    Feb 2005
    Beans
    51

    Re: HOWTO: ipw2200 + wpa

    Bennettg,

    Code:
    bennettg@ubuntu:~/Share/ipw2200$ sudo cp ipw-fw* /usr/lib/hotplug//firmware
    cp: cannot stat `ipw-fw*': No such file or directory
    bennettg@ubuntu:~/Share/ipw2200$ sudo cp ipw-fw* /usr/lib/hotplug/firmware
    cp: cannot stat `ipw-fw*': No such file or directory
    bennettg@ubuntu:~/Share/ipw2200$
    Try
    Code:
    sudo cp ipw-2.4.fw*
    This may have been a typo in my instructions. I'll check and correct.

    Rick Knight

  8. #528
    Join Date
    Feb 2005
    Beans
    122

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by RickKnight
    Bennettg,

    Code:
    bennettg@ubuntu:~/Share/ipw2200$ sudo cp ipw-fw* /usr/lib/hotplug//firmware
    cp: cannot stat `ipw-fw*': No such file or directory
    bennettg@ubuntu:~/Share/ipw2200$ sudo cp ipw-fw* /usr/lib/hotplug/firmware
    cp: cannot stat `ipw-fw*': No such file or directory
    bennettg@ubuntu:~/Share/ipw2200$
    Try
    Code:
    sudo cp ipw-2.4.fw*
    This may have been a typo in my instructions. I'll check and correct.

    Rick Knight

    Rick,

    No luck.

    bennettg@ubuntu:~/Share/ipw2200$ sudo cp ipw-2.4.fw* /usr/lib/hotplug//firmware
    Password:
    cp: cannot stat `ipw-2.4.fw*': No such file or directory
    bennettg@ubuntu:~/Share/ipw2200$ sudo cp ipw-2.4.fw* /usr/lib/hotplug/firmware
    cp: cannot stat `ipw-2.4.fw*': No such file or directory
    bennettg@ubuntu:~/Share/ipw2200$

    Again, I am very grateful for your help.

  9. #529
    Join Date
    Feb 2005
    Beans
    51

    Re: HOWTO: ipw2200 + wpa

    Bennettg,

    Verify that the files exist and you're in the right directory.
    Code:
    pwd
    lsipw-2.4-fw*

  10. #530
    Join Date
    Feb 2005
    Beans
    51

    Re: HOWTO: ipw2200 + wpa

    Oops, Make that
    Code:
    pwd
    ls ipw-2.4-fw*

Page 53 of 66 FirstFirst ... 343515253545563 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •