Page 8 of 66 FirstFirst ... 6789101858 ... LastLast
Results 71 to 80 of 654

Thread: HOWTO: ipw2200 + wpa

  1. #71
    Join Date
    May 2005
    Beans
    6

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by luca_linux
    @ fulco: the python script is useless since the disconnecting issue has been fixed in 1.0.3 driver version.
    The sh script for booting is really useful, instead. Thanks!
    @luca: for me it is useful, because my Wifi regularly disconnects in the house. This is not a driver issue (I use 1.0.3) but an issue with my reception quality due to walls, distance, electronic equipment. The problem was that, once it was disconnected, it would not reconnect automatically. Disabling/enabling the network interface would not reconnect me either. So only unloading and reloading de driver with a modprobe works for me (or rebooting, obviously). I have seen more people with this problem on this forum.

    Another thing (which might actually make my bootscript useless for you if you dont use the python script): I now added these lines to my /etc/network/interfaces to (re)init wpa_supplicant (found it in the WPA WiKi):

    Code:
    up   /usr/sbin/wpa_supplicant -B -w -D ipw -i eth0 -c/etc/wpa_supplicant.conf -qq
    down killall wpa_supplicant
    This works great too. I now just use the bootscript for starting the python script that just bothers with modprobing the driver in case of connectionloss, and leave bringing up wpa_supplicant to /etc/network/interfaces.
    Last edited by fulco; May 6th, 2005 at 09:28 PM.

  2. #72
    Join Date
    Jan 2005
    Location
    Laurel, MD
    Beans
    40
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: ipw2200 + wpa

    Okay... I have the kernel headers (linux-headers-686) and the build essential meta packages installed. Do I still need the kernel source too? (linux-source-2.6.10)

    I have no idea where I'm supposed to create a kernel symlink. I looked all over the forums, but couldn't find the directory I'm supposed to point to.

    Quote Originally Posted by radhaz
    Thanks for the straightforward advice. I fired up synaptic and snagged the build essentials and the kernel headers and the drivers installed without a hitch!

  3. #73
    Join Date
    May 2005
    Beans
    20

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by ChamPro
    Okay... I have the kernel headers (linux-headers-686) and the build essential meta packages installed. Do I still need the kernel source too? (linux-source-2.6.10)

    I have no idea where I'm supposed to create a kernel symlink. I looked all over the forums, but couldn't find the directory I'm supposed to point to.
    I didn't need to install the kernel source to get it up and running

  4. #74
    Join Date
    Jan 2005
    Location
    Laurel, MD
    Beans
    40
    Distro
    Ubuntu 8.04 Hardy Heron

    Unhappy Re: HOWTO: ipw2200 + wpa

    I'm still getting this error when I try to make.
    Code:
    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
    Quote Originally Posted by radhaz
    I didn't need to install the kernel source to get it up and running

  5. #75
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Install the package linux-tree-2.6.10 too and type at console the following commands:
    Code:
    ln -s /usr/src/linux-source-2.6.10 /usr/src/linux
    ln -s /usr/src/linux-source-2.6.10 /lib/modules/2.6.10-5-386/build
    It should work now.

  6. #76
    Join Date
    Jan 2005
    Location
    Laurel, MD
    Beans
    40
    Distro
    Ubuntu 8.04 Hardy Heron

    Angry Re: HOWTO: ipw2200 + wpa

    Thanks for being explicit for a newbie, however (always a but isn't there). I unpacked the source into that directory and used those two links (the second one I modified to 686). I then tried the make command and I have a crazy amount of warnings and errors. I really don't know what's up condering this install of Ubuntu is only a week or two old.

    My errors end with this for make install. Thanks for your help.
    Code:
    /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200.c:7730: error: storage size of `ipw_wx_handler_def' isn't known
    /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200.c:8097: error: storage size of `ipw_ethtool_ops' isn't known
    {standard input}:6009: Error: symbol `channel' is already defined
    {standard input}:7534: Error: symbol `mode' is already defined
    make[2]: *** [/home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200.o] Error 1
    make[1]: *** [_module_/home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3] Error 2
    make[1]: Leaving directory `/usr/src/linux-source-2.6.10'
    make: *** [modules] Error 2
    Quote Originally Posted by luca_linux
    Install the package linux-tree-2.6.10 too and type at console the following commands:
    Code:
    ln -s /usr/src/linux-source-2.6.10 /usr/src/linux
    ln -s /usr/src/linux-source-2.6.10 /lib/modules/2.6.10-5-386/build
    It should work now.

  7. #77
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Try to manually copy the modules (made in the ipw2200-1.0.3 dir) into the right directories specified in the howto.

  8. #78
    Join Date
    Jan 2005
    Location
    Laurel, MD
    Beans
    40
    Distro
    Ubuntu 8.04 Hardy Heron

    Angry Re: HOWTO: ipw2200 + wpa

    Wow... I really don't know what the #*&$ is going on. I haven't had this much trouble with Ubuntu ever.

    Here's the beginning of the list of warnings I get when executing make. I tried changing the permissions of a lot of directories to no avail. The make and make install creates no kernel modules whatsoever.
    Code:
    zoph@nebosuke:~/Desktop/Downloads/ipw2200/ipw2200-1.0.3$ make
    make -C /lib/modules/2.6.10-5-686/build SUBDIRS=/home/zoph/Desktop/Downloads/ipw 2200/ipw2200-1.0.3 MODVERDIR=/home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3 modules
    make[1]: Entering directory `/usr/src/linux-source-2.6.10'
    Makefile:484: .config: No such file or directory
      CC [M]  /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200.o
    In file included from include/linux/module.h:9,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .h:32,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .c:33:
    include/linux/config.h:4:28: linux/autoconf.h: No such file or directory
    In file included from include/linux/module.h:10,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .h:32,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .c:33:
    include/linux/sched.h:4:37: asm/param.h: No such file or directory
    In file included from include/linux/types.h:13,
                     from include/linux/capability.h:16,
                     from include/linux/sched.h:7,
                     from include/linux/module.h:10,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .h:32,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .c:33:
    include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or directory
    In file included from include/linux/capability.h:16,
                     from include/linux/sched.h:7,
                     from include/linux/module.h:10,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .h:32,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .c:33:
    include/linux/types.h:14:23: asm/types.h: No such file or directory
    In file included from include/linux/capability.h:16,
                     from include/linux/sched.h:7,
                     from include/linux/module.h:10,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .h:32,
                     from /home/zoph/Desktop/Downloads/ipw2200/ipw2200-1.0.3/ipw2200 .c:33:
    include/linux/types.h:18: error: syntax error before "__kernel_dev_t"
    include/linux/types.h:18: warning: type defaults to `int' in declaration of `__k ernel_dev_t'
    include/linux/types.h:18: warning: data definition has no type or storage class
    include/linux/types.h:21: error: syntax error before "dev_t"
    include/linux/types.h:21: warning: type defaults to `int' in declaration of `dev _t'
    Maybe I'm heading for a another format. Lovely.

    Quote Originally Posted by luca_linux
    Try to manually copy the modules (made in the ipw2200-1.0.3 dir) into the right directories specified in the howto.

  9. #79
    Join Date
    May 2005
    Location
    Chesaning, MI
    Beans
    49
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: HOWTO: ipw2200 + wpa

    ChamPro, I'm getting the same errors and I have no clue what do to either.

  10. #80
    Join Date
    May 2005
    Beans
    6

    Re: HOWTO: ipw2200 + wpa

    Man I don't know what's going on here... Everyone seems to be able to get wpasupplicant in a snap. Maybe it's because i'm new to Ubuntu and i'm missing a repository, but I keep getting this when i try to apt-get the wpasupplicant:

    Code:
    ~$ sudo apt-get install wpasupplicant
    Reading package lists... Done
    Building dependency tree... Done
    E: Couldn't find package wpasupplicant

Page 8 of 66 FirstFirst ... 6789101858 ... 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
  •