Page 2 of 29 FirstFirst 123412 ... LastLast
Results 11 to 20 of 283

Thread: HOWTO: RT61 on Egdy Eft with WPA

  1. #11
    Join Date
    Nov 2006
    Location
    Germany
    Beans
    39
    Distro
    Kubuntu 6.10 Edgy

    Re: HOWTO: RT61 on Egdy Eft with WPA

    Well, you should really use WPA at least hum.. did you take the max 52 alphanum char thingie in account?

    is the module loading?

    what's the iwconfig output?

    could you post your rt61sta.dat?
    Last edited by phq; November 12th, 2006 at 05:30 PM.
    tetris is so unrealistic...

  2. #12
    Join Date
    Nov 2006
    Location
    Norway
    Beans
    6
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: RT61 on Egdy Eft with WPA

    Does it work with dhcp too?

  3. #13
    Join Date
    Nov 2006
    Location
    Norway
    Beans
    6
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: RT61 on Egdy Eft with WPA

    Finally everything works!! I can confirm that this setup works with AES, TKIP and dhcp.

  4. #14
    Join Date
    Jun 2006
    Beans
    37

    Re: HOWTO: RT61 on Egdy Eft with WPA

    Quote Originally Posted by phq View Post
    Now add the interface with your settings to /etc/network/interfaces
    Code:
    #> vi /etc/network/interfaces
    comment out the preconfigured wlan0 interface and add following lines (with your ips)
    Code:
    iface ra0 inet static
    address <your ip>
    netmask 255.255.255.0
    gateway <ip of your access point>
    auto ra0
    Settings for DHCP
    Code:
    iface ra0 inet dhcp
    wireless-essid YOURESSID
    auto ra0

  5. #15
    Join Date
    Nov 2006
    Location
    Germany
    Beans
    39
    Distro
    Kubuntu 6.10 Edgy

    Re: HOWTO: RT61 on Egdy Eft with WPA

    Thanks for the dhcp settings, I will add them to the howto.
    tetris is so unrealistic...

  6. #16
    Join Date
    May 2005
    Location
    Kalmar, Sweden
    Beans
    31

    Re: HOWTO: RT61 on Egdy Eft with WPA

    I can't get this to work for some reason:

    Code:
    daniel@atlantis:~/RT61_Linux_STA_Drv1.0.4.0/Module$ make all
    make -C /lib/modules/2.6.17-10-server/build SUBDIRS=/home/daniel/RT61_Linux_STA_Drv1.0.4.0/Module modules
    make[1]: Entering directory `/lib/modules/2.6.17-10-server/build'
    make[1]: *** No rule to make target `modules'.  Stop.
    make[1]: Leaving directory `/lib/modules/2.6.17-10-server/build'
    make: *** [all] Error 2
    Any ideas?

  7. #17
    Join Date
    Mar 2006
    Beans
    559

    Re: HOWTO: RT61 on Egdy Eft with WPA

    when I do the iwconfig to check if the device is present, I get a ra0_ifrename...I can tell I'm close, but no device exists with that name...it seems to have a connection, though (the link light is blinking like crazy)

    any ideas?

  8. #18
    Join Date
    Nov 2006
    Location
    Germany
    Beans
    39
    Distro
    Kubuntu 6.10 Edgy

    Re: HOWTO: RT61 on Egdy Eft with WPA

    Quote Originally Posted by dhanjel View Post
    I can't get this to work for some reason:

    Code:
    daniel@atlantis:~/RT61_Linux_STA_Drv1.0.4.0/Module$ make all
    make -C /lib/modules/2.6.17-10-server/build SUBDIRS=/home/daniel/RT61_Linux_STA_Drv1.0.4.0/Module modules
    make[1]: Entering directory `/lib/modules/2.6.17-10-server/build'
    make[1]: *** No rule to make target `modules'.  Stop.
    make[1]: Leaving directory `/lib/modules/2.6.17-10-server/build'
    make: *** [all] Error 2
    Any ideas?
    Did you overwrite the Makefile by Makefile.6 first?
    tetris is so unrealistic...

  9. #19
    Join Date
    Oct 2006
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: RT61 on Egdy Eft with WPA

    Newbie question:

    You have an wireless router connected to, say, a cable modem. When you are to define <your ip> following the howto, is it the external ip address (which, for me, is something like 201.xxx.xxx.xxx) provided by your ISP/cable modem or a custom internal ip address you want to define for your wireless adapter?
    Last edited by ww2; November 15th, 2006 at 03:16 PM.

  10. #20
    Join Date
    Nov 2006
    Location
    Germany
    Beans
    39
    Distro
    Kubuntu 6.10 Edgy

    Re: HOWTO: RT61 on Egdy Eft with WPA

    Quote Originally Posted by ww2 View Post
    Newbie question:

    You have an wireless router connected to, say, a cable modem. When you are to define <your ip> following the howto, is it the external ip address (which, for me, is something like 201.xxx.xxx.xxx) provided by your ISP/cable modem or a custom internal ip address you want to define for your wireless adapter?
    A custom internal IP.
    tetris is so unrealistic...

Page 2 of 29 FirstFirst 123412 ... 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
  •