Comment 140 for bug 1220146

Revision history for this message
Payo Manuel (manueq) wrote : Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

hello thank you for helping!!

@mycodef it returns me the same if i'm as a regular user

manuel@jaleo:/usr/src/rt2x00-3.13$ sudo dkms add –m rt2x00 –v 3.13
: I do not know how to handle rt2x00.
: I do not know how to handle –v.
: I do not know how to handle 3.13.
Error! Invalid number of arguments passed.
Usage: add <module>/<module-version> or
       add -m <module>/<module-version> or
       add -m <module> -v <module-version>

@keshara Dorakumbura

I think I do all you said.
here is my kernel
manuel@jaleo:~$ uname -r
3.13.0-30-lowlatency
I think is correct to put rt2x00-3.13 isn't it?

here is my dkms.conf
###NOTE### PACKAGE_VERSION="3.13" - this field must match with your kernel version. (use $ uname -r)
------------------------------------------------------------------------------------------------------------------------------------------
PACKAGE_NAME="rt2x00"
PACKAGE_VERSION="3.13"
AUTOINSTALL="yes"
OBSOLETE_BY=""
BUILD_EXCLUSIVE_KERNEL=""
POST_INSTALL=""
POST_REMOVE=""

BUILT_MODULE_NAME[0]="rt2x00lib"
DEST_MODULE_LOCATION[0]="/updates"

BUILT_MODULE_NAME[1]="rt2x00pci"
DEST_MODULE_LOCATION[1]="/updates"

BUILT_MODULE_NAME[2]="rt2x00mmio"
DEST_MODULE_LOCATION[2]="/updates"

BUILT_MODULE_NAME[3]="rt2800lib"
DEST_MODULE_LOCATION[3]="/updates"

BUILT_MODULE_NAME[4]="rt2800pci"
DEST_MODULE_LOCATION[4]="/updates"

I see that you have let: PACKAGE_NAME="rt2x00" and not PACKAGE_NAME="rt2x00-3.13" so I do the same.

Please tell me where i'm wrong
Thank's a lot