Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 54

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

  1. #21
    Join Date
    Oct 2009
    Beans
    1

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

    Tengo instalado ubuntu 9.10 y al seguir tutorial en el paso

    sudo dkms build -m rt73-k2wrlz -v 3.0.3Me dice

    Kernel preparation unnecessary for this kernel. Skipping...

    Building module:
    cleaning build area....
    su nobody -c "make KERNELRELEASE=2.6.31-11-generic -C Module"....(bad exit status: 2)

    Error! Bad return status for module build on kernel: 2.6.31-11-generic (i686)
    Consult the make.log in the build directory
    /var/lib/dkms/rt73-k2wrlz/3.0.3/build/ for more information.

    se puede compilar con esta version

  2. #22
    Join Date
    Sep 2007
    Location
    Pteleos Greece
    Beans
    408
    Distro
    Ubuntu Development Release

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

    Quote Originally Posted by jasmineaura View Post
    From my post #13 above, if you cared to read it at all:

    So it *should* work in 2.6.31, since I've tested it with 2.6.30 with the above added kernel config option.

    If you're running a generic 2.6.31 kernel in karmic, check to see if it is enabled by default. For instance:

    Code:
    grep CONFIG_COMPAT_NET_DEV_OPS /boot/config-2.6.31-10-generic
    If it's not in there, then you will have to compile a new kernel to add it.
    See: https://help.ubuntu.com/community/Kernel/Compile
    and: http://blog.avirtualhome.com/2009/09...aunty-revised/

    Good luck..
    thanks for the answer.
    karmic's kernel doesn't have CONFIG_COMPAT_NET_DEV_OPS enabled so custom kernel is required.
    thanks for the kernel compilation links
    "Computers are like air conditioners, when you open WINDOW$ they stop working."
    Όσο ζώ μαθαίνω ...
    If Microsoft ever does applications for Linux it means I've won.
    Linus Torvalds

  3. #23
    Join Date
    Oct 2009
    Beans
    1

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

    Hi there

    this is the best tutorial for installing this driver i have found so far but i still can't get it to work. I'm a complete ubuntu noob so bear with me.
    i have created the dkms.conf file but i'm not sure i Created a traball archive of the source directory correctly becauce when i enter the code

    sudo dkms ldtarball --archive=rt73-k2wrlz-3.0.3-dkms.tar.gz

    i get sudo: dkms: command not found

    I don't really understand any of this so i'd really apprieciate some help, thanks

    Edit: erf sorry DKMS isn't installed, that's why it's not working >_< but I have a new problem now, when i type

    sudo apt-get install dkms

    it comes up with

    E: Couldn't find package dkms
    Last edited by ijpatterson; October 5th, 2009 at 10:29 AM.

  4. #24
    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 ijpatterson View Post
    Edit: erf sorry DKMS isn't installed, that's why it's not working >_< but I have a new problem now, when i type

    sudo apt-get install dkms

    it comes up with

    E: Couldn't find package dkms
    Try:

    Code:
    sudo aptitude update
    then

    Code:
    sudo aptitude install dkms

  5. #25
    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 imaginatelo View Post
    Tengo instalado ubuntu 9.10 y al seguir tutorial en el paso

    sudo dkms build -m rt73-k2wrlz -v 3.0.3Me dice

    Kernel preparation unnecessary for this kernel. Skipping...

    Building module:
    cleaning build area....
    su nobody -c "make KERNELRELEASE=2.6.31-11-generic -C Module"....(bad exit status: 2)

    Error! Bad return status for module build on kernel: 2.6.31-11-generic (i686)
    Consult the make.log in the build directory
    /var/lib/dkms/rt73-k2wrlz/3.0.3/build/ for more information.

    se puede compilar con esta version
    Mira esto:
    https://bugs.launchpad.net/ubuntu/+s...on/+bug/292606

    probablemente relacionadas

  6. #26
    Join Date
    Sep 2009
    Beans
    3

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

    can anyone build a modified kernel for karmic 9.10 x64 and x86 with

    CONFIG_COMPAT_NET_DEV_OPS
    and upload to rapidshare , so can this problem be solved forever??? and ofcourse to be in .deb .

  7. #27
    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 xtornado View Post
    can anyone build a modified kernel for karmic 9.10 x64 and x86 with

    CONFIG_COMPAT_NET_DEV_OPS
    and upload to rapidshare , so can this problem be solved forever??? and ofcourse to be in .deb .
    you can report it as a bug against generic kernel in karmic on launchpad:
    https://bugs.launchpad.net/ubuntu/+source/linux

    this way the option can be included by default in future generic kernel builds

    Feel free to post link to your bug report here afterward.

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

  8. #28
    Join Date
    Oct 2006
    Beans
    1

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

    Hi jasmineaura:

    Im having the same build problem of imaginatelo, and i have checked the discussion you stated in https://bugs.launchpad.net/ubuntu/+s...on/+bug/292606.

    So far i have undestood that i have to add "1>&2" in my /etc/kernel/postinst.d/dkms file. The problem is that i don't know exactly where putting it.

    my dkms file looks like this:

    Code:
    #!/bin/bash
    
    # We're passed the version of the kernel being installed
    inst_kern=$1
    
    if [ -x /etc/init.d/dkms_autoinstaller ]; then
        if which invoke-rc.d >/dev/null 2>&1 ; then
            invoke-rc.d dkms_autoinstaller start $inst_kern
        else
            /etc/init.d/dkms_autoinstaller start $inst_kern
        fi
    fi
    exit 0
    Would you mind to point me out me where do i have to add the "1>&2" ??

    Really aprecciated. And sorry for my english.

    EDIT: BTW my make.log is:
    Code:
    DKMS make.log for rt73-k2wrlz-3.0.3 for kernel 2.6.31-14-generic-pae (i686)
    mié nov 18 16:22:47 CET 2009
    make: se ingresa al directorio `/var/lib/dkms/rt73-k2wrlz/3.0.3/build/Module'
    make[1]: se ingresa al directorio `/usr/src/linux-headers-2.6.31-14-generic-pae'
      Building modules, stage 2.
      MODPOST 0 modules
    make[1]: se sale del directorio `/usr/src/linux-headers-2.6.31-14-generic-pae'
    rt73.ko failed to build!
    make: *** [module] Error 1
    make: se sale del directorio `/var/lib/dkms/rt73-k2wrlz/3.0.3/build/Module'
    EDIT2: Ok, I've re-read all the post again and I realized about the missing options on 2.6.31 kernels. Will try to compile my own kernel when I find the time. The thing is, that I have made my rt73USB injects in previous versions of ubuntu, but not in newer ones. I'm bookmarking the post, just in case
    Last edited by EnGeLMaN; November 18th, 2009 at 08:49 PM.

  9. #29
    Join Date
    Jan 2008
    Beans
    17

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

    I am also interested in exactly where to put the "1>&2". I've been trying to install the newest kernel from kernel.org and keep running into this problem. I've tried putting th "1>&2" in lots of places, but can't seem to hit the sweet spot.

    Thanks

  10. #30
    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 jason50146 View Post
    I am also interested in exactly where to put the "1>&2". I've been trying to install the newest kernel from kernel.org and keep running into this problem. I've tried putting th "1>&2" in lots of places, but can't seem to hit the sweet spot.

    Thanks
    I dunno what to say really... i mean, i quoted u guys the bug, but u cant read?

    Again, the bug link:
    https://bugs.launchpad.net/ubuntu/+s...on/+bug/292606

    Mike Stroyan in comment #17:
    https://bugs.launchpad.net/ubuntu/+s...06/comments/17

    Adding "1>&2" to the invocation of /etc/init.d/dkms_autoinstaller keeps stdout clean.
    meaning, find the line that invokes `/etc/init.d/dkms_autoinstaller` and add "1>&2" at the end of that line (without the quotes)

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

Page 3 of 6 FirstFirst 12345 ... LastLast

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
  •