Page 6 of 6 FirstFirst ... 456
Results 51 to 54 of 54

Thread: Ralink RT73 USB Wifi Driver (patched for injection & frag) + DKMS in Jaunty (9.04)

  1. #51
    Join Date
    Mar 2007
    Location
    Pittsburgh, PA
    Beans
    75
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: Ralink RT73 USB Wifi Driver (patched for injection & frag) + DKMS in Jaunty (9.04

    Oh that link about the stacks was a nice read! Thanks!

    I was simply having troubles with installing the older driver for injection. I used the same driver from serialmoney for injection for years and finally with karmic it wouldn't compile at all. I saw the older API missing from the kernel config and tested the rt73usb which injected right out of the box.

    The stability of said driver was not tested, I was only concerned with injection. I don't use network-manager or WICd any longer. I simply do it by hand, shell scripts or Perl GUI applications (for friends and relatives).

    I don't add anything to my kernels either. Doing so seems harder to switch between drivers. When I compile my kernels I make them all modules, so one can drop (via modprobe), say ath5k, and use madwifi-ng for AirPWN, etc. I was quite pleased with rt73usb's injection performance!

    Thanks again!
    http://weaknetlabs.com "Our Network is Weak!"

  2. #52
    Join Date
    May 2010
    Location
    Greece
    Beans
    1
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ralink RT73 USB Wifi Driver (patched for injection & frag) + DKMS in Jaunty (9.04

    I tried several times but they all fail at this point :
    Code:
    sudo dkms install -m rt73-k2wrlz -v 3.0.3
    with the following error :
    Code:
    Kernel preparation unnecessary for this kernel.  Skipping...
    
    Building module:
    cleaning build area....
    make KERNELRELEASE=2.6.32-22-generic -C Module....(bad exit status: 2)
    
    Error! Bad return status for module build on kernel: 2.6.32-22-generic (i686)
    Consult the make.log in the build directory
    /var/lib/dkms/rt73-k2wrlz/3.0.3/build/ for more information.
    0
    0
    ERROR: binary package for rt73-k2wrlz: 3.0.3 not found
    I have the same issue with 9.04, 9.10 and 10.04.I can't figure out what i'm doing wrong, i followed the guide carefully.

  3. #53
    Join Date
    Jul 2009
    Location
    Cairo, Egypt
    Beans
    32
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ralink RT73 USB Wifi Driver (patched for injection & frag) + DKMS in Jaunty (9.04

    Quote Originally Posted by T3sla View Post
    I tried several times but they all fail at this point :
    Code:
    sudo dkms install -m rt73-k2wrlz -v 3.0.3
    with the following error :
    Code:
    Kernel preparation unnecessary for this kernel.  Skipping...
    
    Building module:
    cleaning build area....
    make KERNELRELEASE=2.6.32-22-generic -C Module....(bad exit status: 2)
    
    Error! Bad return status for module build on kernel: 2.6.32-22-generic (i686)
    Consult the make.log in the build directory
    /var/lib/dkms/rt73-k2wrlz/3.0.3/build/ for more information.
    0
    0
    ERROR: binary package for rt73-k2wrlz: 3.0.3 not found
    I have the same issue with 9.04, 9.10 and 10.04.I can't figure out what i'm doing wrong, i followed the guide carefully.
    Check my post #50
    and the previous post #49

    You're running 2.6.32
    The patch covered in this tutorial only works up to kernel 2.6.30
    2.6.31 onwards incorporates mac80211 driver which has injection support

    good luck
    Frankly, if you're connected to the internet, there's simply no excuse for this level of ignorance. It's willful. - tsm_sf on /.

  4. #54
    Join Date
    Nov 2011
    Beans
    1

    Re: Ralink RT73 USB Wifi Driver (patched for injection & frag) + DKMS in Jaunty (9.04

    Hello, I really sorry for up this topic but I have the same problem.

    I follow all steps and get stuck at:

    Code:
    sudo dkms build -m rt73-k2wrlz -v 3.0.3
    When I try I get this response:

    Code:
    Kernel preparation unnecessary for this kernel.  Skipping...
    
    Building module:
    cleaning build area....
    make KERNELRELEASE=2.6.38 -C Module....(bad exit status: 2)
    
    Error! Bad return status for module build on kernel: 2.6.38 (x86_64)
    Consult the make.log in the build directory
    /var/lib/dkms/rt73-k2wrlz/3.0.3/build/ for more information.
    0
    0
    ERROR: binary package for rt73-k2wrlz: 3.0.3 not found
    Looking at the make.log:

    Code:
    DKMS make.log for rt73-k2wrlz-3.0.3 for kernel 2.6.38 (x86_64)
    Sun Nov 27 23:31:47 BRST 2011
    make: Entering directory `/var/lib/dkms/rt73-k2wrlz/3.0.3/build/Module'
    make[1]: Entering directory `/usr/src/linux-source-2.6.38'
    
      WARNING: Symbol version dump /usr/src/linux-source-2.6.38/Module.symvers
               is missing; modules will have no dependencies and modversions.
    
      Building modules, stage 2.
      MODPOST 0 modules
    make[1]: Leaving directory `/usr/src/linux-source-2.6.38'
    rt73.ko failed to build!
    make: *** [module] Error 1
    make: Leaving directory `/var/lib/dkms/rt73-k2wrlz/3.0.3/build/Module'
    I take a look in the workaround and unfortunately dont find any .o or .ko file in the Module directory.

    I using Backtrack 5.
    Please, any help is appreciated.
    Thanks.

Page 6 of 6 FirstFirst ... 456

Tags for this Thread

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
  •