How to Install Edup 802.11n nano adapter?Why isn't this driver install working (sudo code)?Issues installing...

Dukha vs legitimate need

Is being socially reclusive okay for a graduate student?

Is this nominative case or accusative case?

3.5% Interest Student Loan or use all of my savings on Tuition?

Forcing Mathematica's Integrate to give more general answers

What is the oldest European royal house?

PTIJ: Aliyot for the deceased

What is Tony Stark injecting into himself in Iron Man 3?

What does "rhumatis" mean?

Giving a talk in my old university, how prominently should I tell students my salary?

Why would the IRS ask for birth certificates or even audit a small tax return?

Can you run a ground wire from stove directly to ground pole in the ground

ESPP--any reason not to go all in?

Naming Characters after Friends/Family

An Undercover Army

Can inspiration allow the Rogue to make a Sneak Attack?

The past tense for the quoting particle って

PSPICE - must be 'I' or 'V' error

Ultrafilters as a double dual

Who is at the mall?

Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?

How can friction do no work in case of pure rolling?

Computing the volume of a simplex-like object with constraints

What does it mean when I add a new variable to my linear model and the R^2 stays the same?



How to Install Edup 802.11n nano adapter?


Why isn't this driver install working (sudo code)?Issues installing wireless network driverRalink rt3290 Bluetooth not workingMount USB cameraInstall atheros e2600 drivers?Installing Gallium 0.4 on SVGA3D; build: RELEASE; LLVM; Virtual machineTrying to install Tp-Link card | Make won't workcan't install Realtek RTL8723de on ubuntu 16.04 kernel 4.15Installing Drivers for Wifi-External card from cdAdapter not showing up on Ubuntu (Netgear A6120)













0















Recently i bought a edup 802.11n USB wireless nano adapter.It had a installation CD along the package.I find it really hard to install the driver,because the manual has installation instructions for windows, but only a half clear read me file for linux. Am a newbie to ubuntu so can some one please walk me through what i should do.



The lsusb command does show the hardware:



Bus 001 Device 005: ID 148f:7601 Ralink Technology, Corp.



I tried to follow the instructions,which said to:



$make



so I changed my directory to the driver folder and ran the $make command
but it terminates with the error;



make -C tools
make[1]: Entering directory `/home/se/usb_wifi/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/se/usb_wifi/tools'
/home/se/usb_wifi/tools/bin2h
cp -f os/linux/Makefile.6 /home/se/usb_wifi/os/linux/Makefile
make -C /lib/modules/3.16.0-44-generic/build SUBDIRS=/home/se/usb_wifi/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-44-generic'
CC [M] /home/se/usb_wifi/os/linux/../../os/linux/rt_linux.o
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsUsDelay’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:179:8: warning: unused variable ‘i’ [-Wunused-variable]
ULONG i;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:1121:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
pOSFSInfo->fsuid = current_fsuid();
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:1122:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
pOSFSInfo->fsgid = current_fsgid();
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpDrvAllRFPrint’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2052:4: warning: passing argument 2 of ‘file_w->f_op->write’ from incompatible pointer type [enabled by default]
file_w->f_op->write(file_w, pBuf, BufLen, &file_w->f_pos);
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2052:4: note: expected ‘const char *’ but argument is of type ‘UINT32 *’
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2037:22: warning: unused variable ‘macValue’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2037:9: warning: unused variable ‘macAddr’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSIRQRelease’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2173:21: warning: unused variable ‘net_dev’ [-Wunused-variable]
struct net_device *net_dev = (struct net_device *)pNetDev;
^

make[2]: *** [/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.o] Error 1
make[1]: *** [_module_/home/se/usb_wifi/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.16.0-44-generic'
make: *** [LINUX] Error 2


usb_wifi is the driver folder.



Thanks a lot in advance.










share|improve this question
















bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • With the device inserted, please run the terminal command: lsusb and edit your question to add the result. Welcome to askubuntu.

    – chili555
    Sep 24 '16 at 8:28











  • Thanks,It showed the usb hardware.Still the "make" command is troublesome.

    – Steel Soles
    Sep 24 '16 at 10:01













  • I doubt that the files on the install CD will compile on any recent Ubuntu version. In fact, in Ubuntu 16.04 and later, the device is covered by the included driver mt7601u. Perhaps you will consider upgrading.

    – chili555
    Sep 24 '16 at 10:21











  • Do you think that these errors and warning msg could be resolved??

    – Steel Soles
    Sep 24 '16 at 11:33











  • 3.16 kernel is not supported.

    – Pilot6
    Sep 24 '16 at 13:54
















0















Recently i bought a edup 802.11n USB wireless nano adapter.It had a installation CD along the package.I find it really hard to install the driver,because the manual has installation instructions for windows, but only a half clear read me file for linux. Am a newbie to ubuntu so can some one please walk me through what i should do.



The lsusb command does show the hardware:



Bus 001 Device 005: ID 148f:7601 Ralink Technology, Corp.



I tried to follow the instructions,which said to:



$make



so I changed my directory to the driver folder and ran the $make command
but it terminates with the error;



make -C tools
make[1]: Entering directory `/home/se/usb_wifi/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/se/usb_wifi/tools'
/home/se/usb_wifi/tools/bin2h
cp -f os/linux/Makefile.6 /home/se/usb_wifi/os/linux/Makefile
make -C /lib/modules/3.16.0-44-generic/build SUBDIRS=/home/se/usb_wifi/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-44-generic'
CC [M] /home/se/usb_wifi/os/linux/../../os/linux/rt_linux.o
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsUsDelay’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:179:8: warning: unused variable ‘i’ [-Wunused-variable]
ULONG i;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:1121:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
pOSFSInfo->fsuid = current_fsuid();
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:1122:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
pOSFSInfo->fsgid = current_fsgid();
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpDrvAllRFPrint’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2052:4: warning: passing argument 2 of ‘file_w->f_op->write’ from incompatible pointer type [enabled by default]
file_w->f_op->write(file_w, pBuf, BufLen, &file_w->f_pos);
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2052:4: note: expected ‘const char *’ but argument is of type ‘UINT32 *’
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2037:22: warning: unused variable ‘macValue’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2037:9: warning: unused variable ‘macAddr’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSIRQRelease’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2173:21: warning: unused variable ‘net_dev’ [-Wunused-variable]
struct net_device *net_dev = (struct net_device *)pNetDev;
^

make[2]: *** [/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.o] Error 1
make[1]: *** [_module_/home/se/usb_wifi/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.16.0-44-generic'
make: *** [LINUX] Error 2


usb_wifi is the driver folder.



Thanks a lot in advance.










share|improve this question
















bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • With the device inserted, please run the terminal command: lsusb and edit your question to add the result. Welcome to askubuntu.

    – chili555
    Sep 24 '16 at 8:28











  • Thanks,It showed the usb hardware.Still the "make" command is troublesome.

    – Steel Soles
    Sep 24 '16 at 10:01













  • I doubt that the files on the install CD will compile on any recent Ubuntu version. In fact, in Ubuntu 16.04 and later, the device is covered by the included driver mt7601u. Perhaps you will consider upgrading.

    – chili555
    Sep 24 '16 at 10:21











  • Do you think that these errors and warning msg could be resolved??

    – Steel Soles
    Sep 24 '16 at 11:33











  • 3.16 kernel is not supported.

    – Pilot6
    Sep 24 '16 at 13:54














0












0








0


1






Recently i bought a edup 802.11n USB wireless nano adapter.It had a installation CD along the package.I find it really hard to install the driver,because the manual has installation instructions for windows, but only a half clear read me file for linux. Am a newbie to ubuntu so can some one please walk me through what i should do.



The lsusb command does show the hardware:



Bus 001 Device 005: ID 148f:7601 Ralink Technology, Corp.



I tried to follow the instructions,which said to:



$make



so I changed my directory to the driver folder and ran the $make command
but it terminates with the error;



make -C tools
make[1]: Entering directory `/home/se/usb_wifi/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/se/usb_wifi/tools'
/home/se/usb_wifi/tools/bin2h
cp -f os/linux/Makefile.6 /home/se/usb_wifi/os/linux/Makefile
make -C /lib/modules/3.16.0-44-generic/build SUBDIRS=/home/se/usb_wifi/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-44-generic'
CC [M] /home/se/usb_wifi/os/linux/../../os/linux/rt_linux.o
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsUsDelay’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:179:8: warning: unused variable ‘i’ [-Wunused-variable]
ULONG i;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:1121:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
pOSFSInfo->fsuid = current_fsuid();
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:1122:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
pOSFSInfo->fsgid = current_fsgid();
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpDrvAllRFPrint’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2052:4: warning: passing argument 2 of ‘file_w->f_op->write’ from incompatible pointer type [enabled by default]
file_w->f_op->write(file_w, pBuf, BufLen, &file_w->f_pos);
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2052:4: note: expected ‘const char *’ but argument is of type ‘UINT32 *’
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2037:22: warning: unused variable ‘macValue’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2037:9: warning: unused variable ‘macAddr’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSIRQRelease’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2173:21: warning: unused variable ‘net_dev’ [-Wunused-variable]
struct net_device *net_dev = (struct net_device *)pNetDev;
^

make[2]: *** [/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.o] Error 1
make[1]: *** [_module_/home/se/usb_wifi/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.16.0-44-generic'
make: *** [LINUX] Error 2


usb_wifi is the driver folder.



Thanks a lot in advance.










share|improve this question
















Recently i bought a edup 802.11n USB wireless nano adapter.It had a installation CD along the package.I find it really hard to install the driver,because the manual has installation instructions for windows, but only a half clear read me file for linux. Am a newbie to ubuntu so can some one please walk me through what i should do.



The lsusb command does show the hardware:



Bus 001 Device 005: ID 148f:7601 Ralink Technology, Corp.



I tried to follow the instructions,which said to:



$make



so I changed my directory to the driver folder and ran the $make command
but it terminates with the error;



make -C tools
make[1]: Entering directory `/home/se/usb_wifi/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/se/usb_wifi/tools'
/home/se/usb_wifi/tools/bin2h
cp -f os/linux/Makefile.6 /home/se/usb_wifi/os/linux/Makefile
make -C /lib/modules/3.16.0-44-generic/build SUBDIRS=/home/se/usb_wifi/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-44-generic'
CC [M] /home/se/usb_wifi/os/linux/../../os/linux/rt_linux.o
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsUsDelay’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:179:8: warning: unused variable ‘i’ [-Wunused-variable]
ULONG i;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:1121:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
pOSFSInfo->fsuid = current_fsuid();
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:1122:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
pOSFSInfo->fsgid = current_fsgid();
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpDrvAllRFPrint’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2052:4: warning: passing argument 2 of ‘file_w->f_op->write’ from incompatible pointer type [enabled by default]
file_w->f_op->write(file_w, pBuf, BufLen, &file_w->f_pos);
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2052:4: note: expected ‘const char *’ but argument is of type ‘UINT32 *’
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2037:22: warning: unused variable ‘macValue’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2037:9: warning: unused variable ‘macAddr’ [-Wunused-variable]
UINT32 macAddr = 0, macValue = 0;
^
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSIRQRelease’:
/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.c:2173:21: warning: unused variable ‘net_dev’ [-Wunused-variable]
struct net_device *net_dev = (struct net_device *)pNetDev;
^

make[2]: *** [/home/se/usb_wifi/os/linux/../../os/linux/rt_linux.o] Error 1
make[1]: *** [_module_/home/se/usb_wifi/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.16.0-44-generic'
make: *** [LINUX] Error 2


usb_wifi is the driver folder.



Thanks a lot in advance.







networking drivers usb adapter






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 24 '16 at 13:50









waltinator

22.6k74169




22.6k74169










asked Sep 24 '16 at 7:53









Steel SolesSteel Soles

113




113





bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • With the device inserted, please run the terminal command: lsusb and edit your question to add the result. Welcome to askubuntu.

    – chili555
    Sep 24 '16 at 8:28











  • Thanks,It showed the usb hardware.Still the "make" command is troublesome.

    – Steel Soles
    Sep 24 '16 at 10:01













  • I doubt that the files on the install CD will compile on any recent Ubuntu version. In fact, in Ubuntu 16.04 and later, the device is covered by the included driver mt7601u. Perhaps you will consider upgrading.

    – chili555
    Sep 24 '16 at 10:21











  • Do you think that these errors and warning msg could be resolved??

    – Steel Soles
    Sep 24 '16 at 11:33











  • 3.16 kernel is not supported.

    – Pilot6
    Sep 24 '16 at 13:54



















  • With the device inserted, please run the terminal command: lsusb and edit your question to add the result. Welcome to askubuntu.

    – chili555
    Sep 24 '16 at 8:28











  • Thanks,It showed the usb hardware.Still the "make" command is troublesome.

    – Steel Soles
    Sep 24 '16 at 10:01













  • I doubt that the files on the install CD will compile on any recent Ubuntu version. In fact, in Ubuntu 16.04 and later, the device is covered by the included driver mt7601u. Perhaps you will consider upgrading.

    – chili555
    Sep 24 '16 at 10:21











  • Do you think that these errors and warning msg could be resolved??

    – Steel Soles
    Sep 24 '16 at 11:33











  • 3.16 kernel is not supported.

    – Pilot6
    Sep 24 '16 at 13:54

















With the device inserted, please run the terminal command: lsusb and edit your question to add the result. Welcome to askubuntu.

– chili555
Sep 24 '16 at 8:28





With the device inserted, please run the terminal command: lsusb and edit your question to add the result. Welcome to askubuntu.

– chili555
Sep 24 '16 at 8:28













Thanks,It showed the usb hardware.Still the "make" command is troublesome.

– Steel Soles
Sep 24 '16 at 10:01







Thanks,It showed the usb hardware.Still the "make" command is troublesome.

– Steel Soles
Sep 24 '16 at 10:01















I doubt that the files on the install CD will compile on any recent Ubuntu version. In fact, in Ubuntu 16.04 and later, the device is covered by the included driver mt7601u. Perhaps you will consider upgrading.

– chili555
Sep 24 '16 at 10:21





I doubt that the files on the install CD will compile on any recent Ubuntu version. In fact, in Ubuntu 16.04 and later, the device is covered by the included driver mt7601u. Perhaps you will consider upgrading.

– chili555
Sep 24 '16 at 10:21













Do you think that these errors and warning msg could be resolved??

– Steel Soles
Sep 24 '16 at 11:33





Do you think that these errors and warning msg could be resolved??

– Steel Soles
Sep 24 '16 at 11:33













3.16 kernel is not supported.

– Pilot6
Sep 24 '16 at 13:54





3.16 kernel is not supported.

– Pilot6
Sep 24 '16 at 13:54










1 Answer
1






active

oldest

votes


















0














With kernel 3.19 in Ubuntu 14.04
did as instructed here
and it worked






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f828978%2fhow-to-install-edup-802-11n-nano-adapter%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    With kernel 3.19 in Ubuntu 14.04
    did as instructed here
    and it worked






    share|improve this answer




























      0














      With kernel 3.19 in Ubuntu 14.04
      did as instructed here
      and it worked






      share|improve this answer


























        0












        0








        0







        With kernel 3.19 in Ubuntu 14.04
        did as instructed here
        and it worked






        share|improve this answer













        With kernel 3.19 in Ubuntu 14.04
        did as instructed here
        and it worked







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Sep 24 '18 at 20:16









        the world is not flatthe world is not flat

        1168




        1168






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f828978%2fhow-to-install-edup-802-11n-nano-adapter%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

            List of shipwrecks in 1808...

            Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...