Page 14 of 66 FirstFirst ... 412131415162464 ... LastLast
Results 131 to 140 of 654

Thread: HOWTO: ipw2200 + wpa

  1. #131
    Join Date
    May 2005
    Beans
    7

    Re: HOWTO: ipw2200 + wpa

    Thank you!

    Sorry for not searching in the forums enough

  2. #132
    Join Date
    May 2005
    Beans
    8

    Re: HOWTO: ipw2200 + wpa

    Im still getting the make error

    admin@tantalus:~/ipw2200-1.0.4$ make
    make -C /lib/modules/2.6.10-5-386/build SUBDIRS=/home/admin/ipw2200-1.0.4 MODVERDIR=/home/admin/ipw2200-1.0.4 modules
    make: *** /lib/modules/2.6.10-5-386/build: No such file or directory. Stop.
    make: *** [modules] Error 2


    I have installed the kernel headers and the build-essentials via apt-get. I dont know what to do.

    Thanks for any help in advance

  3. #133
    Join Date
    May 2005
    Beans
    7

    Re: HOWTO: ipw2200 + wpa

    I installed the following packages:
    build-essential
    linux-headers-386

    and then it worked fine

  4. #134
    Join Date
    May 2005
    Beans
    8

    Re: HOWTO: ipw2200 + wpa

    Sorry to be such a bother but i figured out i was missing the headers I thought i had installed them but i didnt.

    Now when i do make i get this error

    admin@tantalus:~/ipw2200-1.0.4$ make
    make -C /lib/modules/2.6.10-5-386/build SUBDIRS=/home/admin/ipw2200-1.0.4 MODVERDIR=/home/admin/ipw2200-1.0.4 modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.10-5-386'
    CC [M] /home/admin/ipw2200-1.0.4/ipw2200.o
    /home/admin/ipw2200-1.0.4/ipw2200.c: In function `ipw_request_scan':
    /home/admin/ipw2200-1.0.4/ipw2200.c:5588: warning: unused variable `channel'
    /home/admin/ipw2200-1.0.4/ipw2200.c: In function `ipw_set_channel':
    /home/admin/ipw2200-1.0.4/ipw2200.c:7443: warning: unused variable `i'
    objdump: /home/admin/ipw2200-1.0.4/.tmp_ipw2200.o: File format not recognized
    CC [M] /home/admin/ipw2200-1.0.4/ieee80211_module.o
    objdump: /home/admin/ipw2200-1.0.4/.tmp_ieee80211_module.o: File format not recognized
    CC [M] /home/admin/ipw2200-1.0.4/ieee80211_tx.o
    objdump: /home/admin/ipw2200-1.0.4/.tmp_ieee80211_tx.o: File format not recognized
    CC [M] /home/admin/ipw2200-1.0.4/ieee80211_rx.o
    objdump: /home/admin/ipw2200-1.0.4/.tmp_ieee80211_rx.o: File format not recognized
    CC [M] /home/admin/ipw2200-1.0.4/ieee80211_wx.o
    objdump: /home/admin/ipw2200-1.0.4/.tmp_ieee80211_wx.o: File format not recognized
    CC [M] /home/admin/ipw2200-1.0.4/ieee80211_geo.o
    objdump: /home/admin/ipw2200-1.0.4/.tmp_ieee80211_geo.o: File format not recognized
    LD [M] /home/admin/ipw2200-1.0.4/ieee80211.o
    /home/admin/ipw2200-1.0.4/ieee80211_module.o: file not recognized: File format not recognized
    make[2]: *** [/home/admin/ipw2200-1.0.4/ieee80211.o] Error 1
    make[1]: *** [_module_/home/admin/ipw2200-1.0.4] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.10-5-386'
    make: *** [modules] Error 2
    Last edited by goudiemark; May 27th, 2005 at 06:55 PM.

  5. #135
    Join Date
    May 2005
    Beans
    1

    Re: HOWTO: ipw2200 + wpa

    Hi,
    I followed your excellent how-to. I got my driver successfully loaded and think I am close to getting WPA support working.
    I then run the following:
    1. wpa_supplicant -B -i eth1 -c /etc/wpa_suppicant.conf -D ipw -w -dd

    2. iwconfig
    I get "Access Point: 00:00:00:00:00"... I'm not connecting to my AP!

    3. dmesg | grep 80211 returns
    [snip]
    ieee80211_crypt: registered algorithm 'NULL'
    ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
    ieee80211_crypt: registered algorithm 'NULL'
    [/snip]

    Any ideas?

    Thanks!
    Gumby

  6. #136
    Join Date
    Feb 2005
    Beans
    28
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: ipw2200 + wpa

    UPDATE!::

    Yeah, when you decide to upgade hardware drivers and firmware, make sure you know what device you have.

    THAT was my problem. I have an ipw2100.... so no wonder it didn't work.....

  7. #137
    Join Date
    May 2005
    Location
    Bordeaux, France
    Beans
    11

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by MikePB
    UPDATE!::

    Yeah, when you decide to upgade hardware drivers and firmware, make sure you know what device you have.

    THAT was my problem. I have an ipw2100.... so no wonder it didn't work.....
    ipw2200 doesn't work with ipw2100 hardware.
    Please go to http://ipw2100.sf.net for drivers.

  8. #138
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by gumby
    Hi,
    I followed your excellent how-to. I got my driver successfully loaded and think I am close to getting WPA support working.
    I then run the following:
    1. wpa_supplicant -B -i eth1 -c /etc/wpa_suppicant.conf -D ipw -w -dd

    2. iwconfig
    I get "Access Point: 00:00:00:00:00"... I'm not connecting to my AP!

    3. dmesg | grep 80211 returns
    [snip]
    ieee80211_crypt: registered algorithm 'NULL'
    ieee80211_crypt: unregistered algorithm 'NULL' (deinit)
    ieee80211_crypt: registered algorithm 'NULL'
    [/snip]

    Any ideas?

    Thanks!
    Gumby
    Does it work without wpa?
    Are you sure you've removed all the old modules before installing the driver?
    What firmware are you using?
    Do you have an ipw2200 or an ipw2100?

  9. #139
    Join Date
    May 2005
    Location
    Melbourne, AU
    Beans
    122

    Re: HOWTO: ipw2200 + wpa

    I'm getting this error

    root@laptop:/home/user/ipw2200-1.0.4 # make
    make -C /lib/modules/2.6.10-5-386/build SUBDIRS=/home/user/ipw2200-1.0.4 MODVERDIR=/home/user/ipw2200-1.0.4 modules
    make[1]: Entering directory `/lib/modules/2.6.10-5-386/build'
    make[1]: *** No rule to make target `modules'. Stop.
    make[1]: Leaving directory `/lib/modules/2.6.10-5-386/build'
    make: *** [modules] Error 2
    root@laptop:/home/user/ipw2200-1.0.4 #



    I have Hoary 5.04 installed from an iso I downloaded 48 hours ago.
    I have "build essentials" installed in Synaptic. (that wasn't included in the initial tutorial ....? )

    Any idea's?

  10. #140
    Join Date
    May 2005
    Beans
    8

    Re: HOWTO: ipw2200 + wpa

    You also need kernel headers, search through sanaptic for that, im not in ubunutu right now, but when i log back in ill put the exact package name i used. Also you have to get the right kernel headers for the install you using.

Page 14 of 66 FirstFirst ... 412131415162464 ... 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
  •