View Poll Results: Has this thread been helpful?

Voters
811. You may not vote on this poll
  • Yes

    550 67.82%
  • No

    104 12.82%
  • Somewhat

    157 19.36%
Page 5 of 184 FirstFirst ... 345671555105 ... LastLast
Results 41 to 50 of 1832

Thread: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

  1. #41
    Join Date
    Nov 2006
    Location
    London, UK
    Beans
    93
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    Success!

    Thansk to SquibT and wieman01 for your guide. I just switched from WinXp and everything worked without problems.

    FYI, I first followed another guide (the one that you can find in the wiki section) and didn't work. Following your instructions solved all my problems in 30sec

    Great job!

    giruzz

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

    IPW2200 Configuration

    Since it's a pretty common & popular wireless card, I am including a sample configuration for IPW2200, DHCP, WPA1 (TKIP), broadcast of ESSID enabled.
    auto lo
    iface lo inet loopback

    auto eth1
    iface eth1 inet dhcp
    wpa-driver wext
    wpa-conf managed
    wpa-ssid your_essid
    wpa-ap-scan 1
    wpa-proto WPA
    wpa-pairwise TKIP
    wpa-group TKIP
    wpa-key-mgmt WPA-PSK
    wpa-psk MY_GENERATED_PSK_THINGIE
    Thanks to user "Karmapolice" for it. Perhaps this helps others.

  3. #43
    Join Date
    Nov 2006
    Location
    London, UK
    Beans
    93
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: IPW2200 Configuration

    Just one little problem...

    now when the system is re-booting it takes ages to start...

    this because the system is re-starting my lan card and because there isn't a cable connected the system waits..and waits...and finally goes on timeout...

    just wondering..there is any way to re-restart only the wifi card?

    thanks

    giruzz

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

    Re: IPW2200 Configuration

    Quote Originally Posted by giruzz View Post
    Just one little problem...

    now when the system is re-booting it takes ages to start...

    this because the system is re-starting my lan card and because there isn't a cable connected the system waits..and waits...and finally goes on timeout...

    just wondering..there is any way to re-restart only the wifi card?
    Can you try post #32 / #40 instead of my script? Would that help? If not, we go for plan B.

  5. #45
    Join Date
    Nov 2006
    Location
    London, UK
    Beans
    93
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: IPW2200 Configuration

    Sorry,

    not sure I understood what I should change the current

    networking script with the script of post #32?

    thanks

    giruzz

  6. #46
    Join Date
    Mar 2006
    Beans
    1,107

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    Nice tutorial.
    Linux Hardware Boycott!
    How Many People Have you Converted To Linux?
    HD-DVD code:I cant tell you because I got an infraction for posting it here.

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

    Re: IPW2200 Configuration

    Quote Originally Posted by giruzz View Post
    Sorry,

    not sure I understood what I should change the current

    networking script with the script of post #32?
    Yes, please delete my stuff & try the other script. That's all.

  8. #48
    Join Date
    Aug 2006
    Location
    UK
    Beans
    441
    Distro
    Ubuntu

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    Wieman01 means that all of the posts on this forum are numbered on the right hand side...he is just asking you to use the script listed in post number 32 instead .
    "My mind is aglow with whirling, transient nodes of thought careening through a cosmic vapor of invention." - Hedley Lamarr
    Lenovo T500 2243-4EG

  9. #49
    Join Date
    Nov 2006
    Location
    London, UK
    Beans
    93
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    Sorry..but I cannot get it work....

    I'm really sorry..but I couldn't understand where to replace what... (ok..I know I have to change/delete the old script)

    (I'm a n00b)

    byeee

    g.

  10. #50
    Join Date
    Aug 2006
    Location
    UK
    Beans
    441
    Distro
    Ubuntu

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    I think this is right. First get to a Root Terminal (not the regular terminal). You get to a Root Terminal by running this code in a normal terminal:

    Code:
    sudo su
    Now enter your password and you are now a root (super)user.

    Right, here is the code from post number 32:

    Code:
    echo 'ifdown wlan0' >/etc/init.d/WlanDown
    ln -s ../init.d/WlanDown /etc/rcS.d/S40WlanDown
    Try running this in the Root Terminal. Make sure you copy and paste each line seperately...do not copy and paste both lines as this will not work. Do each line at a time.

    Then make it executable (so it can be run at startup) using this command:

    Code:
    chmod +x /etc/init.d/WlanDown
    Once you have done this, try rebooting and see if your wireless wlan works on reboot.

    If it doesn't work try using the code from post number 40, which you can run in a normal terminal I believe (but if it doesn't work try as a root terminal just like above):

    Code:
    sudo bash -c 'echo "ifdown wlan0" >/etc/init.d/WlanDown'
    Don't forget to make it executable (so it can be run at startup) using this command:

    Code:
    chmod +x /etc/init.d/WlanDown
    Then restart again and see if that has fixed it for you.
    Last edited by tedrogers; November 23rd, 2006 at 07:15 PM.
    "My mind is aglow with whirling, transient nodes of thought careening through a cosmic vapor of invention." - Hedley Lamarr
    Lenovo T500 2243-4EG

Page 5 of 184 FirstFirst ... 345671555105 ... 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
  •