Page 64 of 66 FirstFirst ... 14546263646566 LastLast
Results 631 to 640 of 654

Thread: HOWTO: ipw2200 + wpa

  1. #631
    Join Date
    Apr 2006
    Beans
    7

    Re: HOWTO: ipw2200 + wpa

    This was a very helpful thread. Thank you so much. I have my WPA-PSK working in under an hour.

    One thing that may be helpful for others. If you are not using the ipw2200 network driver then you need to change the wpa_supplicant -D parameter.

    In my case I had to change it to the following for my atheros chipset wifi card:

    sudo /usr/sbin/wpa_supplicant -B -dd -i ath0 -c /etc/wpa_supplicant.conf -D madwifi -w

    Note that the /etc/init.d/wifi_wpa.sh script also needs changing. If you're not sure what the parameter should be then the following is what my version of wpa_supplicant will accept:

  2. #632
    Join Date
    Apr 2006
    Beans
    7

    Re: HOWTO: ipw2200 + wpa

    Curses. I posted the previous message before I added the drivers list. So here it is:

    drivers:
    hostap = Host AP driver (Intersil Prism2/2.5/3)
    prism54 = Prism54.org driver (Intersil Prism GT/Duette/Indigo)
    madwifi = MADWIFI 802.11 support (Atheros, etc.)
    atmel = ATMEL AT76C5XXx (USB, PCMCIA)
    wext = Linux wireless extensions (generic)
    ndiswrapper = Linux ndiswrapper
    ipw = Intel ipw2100/2200 driver
    wired = wpa_supplicant wired Ethernet driver
    Last edited by greeners; April 30th, 2006 at 07:56 PM.

  3. #633
    Join Date
    May 2006
    Beans
    23

    Re: HOWTO: ipw2200 + wpa

    I'm new to Ubuntu (and linux in general), and am still having trouple getting my wireless card to work.

    I followed the original instructions word for word (including installing the new headers and build essentials, as well as following the instructions for adding repositories). My problem is that, when I try to run make in the ieee80211-1.0.3 folder, I get the following output:

    Checking in /lib/modules/2.6.12-9-386/build/ for ieee80211 components...

    find: /lib/modules/2.6.12-9-386/build/: No such file or directory
    grep: /lib/modules/2.6.12-9-386/build//.config: No such file or directory
    grep: /lib/modules/2.6.12-9-386/build//include/linux/autoconf.h: No such file or directory
    make -C /lib/modules/2.6.12-9-386/build M=/home/ubuntu/Desktop/ieee80211-1.0.3 MODVERDIR=/home/ubuntu/Desktop/ieee80211-1.0.3 modules
    make: *** /lib/modules/2.6.12-9-386/build: No such file or directory. Stop.
    make: *** [modules] Error 2
    ubuntu@ubuntu:~/Desktop/ieee80211-1.0.3$ make
    Checking in /lib/modules/2.6.12-9-386/build/ for ieee80211 components...

    find: /lib/modules/2.6.12-9-386/build/: No such file or directory
    grep: /lib/modules/2.6.12-9-386/build//.config: No such file or directory
    grep: /lib/modules/2.6.12-9-386/build//include/linux/autoconf.h: No such file or directory
    make -C /lib/modules/2.6.12-9-386/build M=/home/ubuntu/Desktop/ieee80211-1.0.3 MODVERDIR=/home/ubuntu/Desktop/ieee80211-1.0.3 modules
    make: *** /lib/modules/2.6.12-9-386/build: No such file or directory. Stop.
    make: *** [modules] Error 2
    So, I know I'm missing the stuff that is supposed to be in /lib/modules/2.6.12-9-386/build/
    What I don't understand is where I went wrong. I would assume that those things should have been added when I installed the headers and build-essentials.

    Any help would be greatly appreciated.

    Oh, it may be worth noting that I am doing this from the livedisk. I wanted to make sure I could do the configuration things before I commited myself to Ubuntu.

  4. #634
    Join Date
    May 2006
    Location
    Espoo, Finland
    Beans
    1
    Distro
    Kubuntu Breezy 5.10

    Question Re: HOWTO: ipw2200 + wpa

    Sorry if this has been answered somewhere in this thread, but it's getting quite big so I couldn't read it through

    I got wpasupplicant working with this howto but now my problem is that my wlan connection reconnects about every 10 sec. This makes it practically unbearable to use SSH for example. In the wlan AP log I can see lines "wl0: 11g: associated user......" & "wl0: 11g: deassociated user..." every 10 seconds. It takes about three seconds for the wlan connection to come up again as it disconnects and this is very annoying. This is my wpa_supplicant.conf:
    Code:
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=0
    
    eapol_version=1
    ap_scan=2
    fast_reauth=1
    
    ### Associate with any open access point
    ###  Scans/ESSID changes can be done with wpa_cli
    network={
            ssid="XXXX"
            scan_ssid=1
            proto=WPA
            group=TKIP
            key_mgmt=WPA-PSK
            psk="XXXX"
    }
    Anybody have any ideas why this happens ?

  5. #635
    Join Date
    Jun 2006
    Beans
    8

    Re: HOWTO: ipw2200 + wpa

    I keep getting this error when trying to follow this guide in my terminal window,


    Code:
    root@AUDIE:/home/nicholas/Desktop/ieee80211-1.0.3# make
    Checking in /lib/modules/2.6.15-23-386/build/ for ieee80211 components...
    
    find: /lib/modules/2.6.15-23-386/build/: No such file or directory
    grep: /lib/modules/2.6.15-23-386/build//.config: No such file or directory
    grep: /lib/modules/2.6.15-23-386/build//include/linux/autoconf.h: No such file or directory
    make -C /lib/modules/2.6.15-23-386/build M=/home/nicholas/Desktop/ieee80211-1.0.3 MODVERDIR=/home/nicholas/Desktop/ieee80211-1.0.3 modules
    make: *** /lib/modules/2.6.15-23-386/build: No such file or directory.  Stop.
    make: *** [modules] Error 2
    root@AUDIE:/home/nicholas/Desktop/ieee80211-1.0.3#

    Any ideas?


    Thanks.

  6. #636
    Join Date
    May 2006
    Beans
    479

    Re: HOWTO: ipw2200 + wpa

    mm it still does not work with me either

    Also it says..

    Warning PCI Driver IPW2200 has a struct device driver shutdown method please update


  7. #637
    Join Date
    May 2006
    Beans
    479

    Re: HOWTO: ipw2200 + wpa

    mmm it is weird i dont even have this directory:

    Code:
    sudo tar xvzf ipw2200-fw-2.3.tgz
    sudo cp ipw-2.3-*.fw /usr/lib/hotplug/firmware/
    There is no hotplug and firmware

  8. #638
    Join Date
    Apr 2006
    Location
    Estonia, Kiili
    Beans
    33
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by mech7 View Post
    mmm it is weird i dont even have this directory:

    Code:
    sudo tar xvzf ipw2200-fw-2.3.tgz
    sudo cp ipw-2.3-*.fw /usr/lib/hotplug/firmware/
    There is no hotplug and firmware
    Same problem here...

  9. #639
    Join Date
    Aug 2006
    Beans
    35

    Re: HOWTO: ipw2200 + wpa

    Okay, I've done something really stupid I think

    I followed this tutorial, but it doesn't worked it all. So after a while, I rebooted to Windows, but now my WLAN isn't working any longer in Windows as well

    Windows finds my network, but can't connect ... Does this mean I ****** up my wireless card? Is there a possibility to fix it?

  10. #640
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    Re: HOWTO: ipw2200 + wpa

    Same here for some reason. So I stopped using Windows after all. Which is not a big deal for me, however, I am surprised such a thing could happen at all.

Page 64 of 66 FirstFirst ... 14546263646566 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
  •