installation error for brostrend ac3 wifi adapter











up vote
1
down vote

favorite












I am trying to install a brostrend ac3 1200 mbps wifi adapter on my desktop and keep running into problems during the installation. I am trying to install the drivers but they aren't available on ubuntu yet. when trying to compile the kernel module, i receive this error:



root@chris-pc:~# cd rtl8812AU_8821AU_linux

root@chris-pc:~/rtl8812AU_8821AU_linux# make

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-119-generic/build M=/root/rtl8812AU_8821AU_linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-119-generic'
CC [M] /root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.o
/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.c:809:2: error: initialization from incompatible pointer type [-Werror]
.ndo_select_queue = rtw_select_queue,
^
/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.c:809:2: error: (near initialization for ‘rtw_netdev_ops.ndo_select_queue’) [-Werror]
cc1: all warnings being treated as errors
make[2]: *** [/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.o] Error 1
make[1]: *** [_module_/root/rtl8812AU_8821AU_linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-119-generic'
make: *** [modules] Error 2
root@chris-pc:~/rtl8812AU_8821AU_linux#


Any suggestions?










share|improve this question
























  • Where did you get the code? Here? github.com/abperiasamy/rtl8812AU_8821AU_linux Or here? github.com/bits3rpent/rtl8812AU_8821AU_linux
    – chili555
    Jun 12 '17 at 23:58












  • blog.danielscrivano.com/…
    – Chris Daneker
    Jun 13 '17 at 2:09















up vote
1
down vote

favorite












I am trying to install a brostrend ac3 1200 mbps wifi adapter on my desktop and keep running into problems during the installation. I am trying to install the drivers but they aren't available on ubuntu yet. when trying to compile the kernel module, i receive this error:



root@chris-pc:~# cd rtl8812AU_8821AU_linux

root@chris-pc:~/rtl8812AU_8821AU_linux# make

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-119-generic/build M=/root/rtl8812AU_8821AU_linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-119-generic'
CC [M] /root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.o
/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.c:809:2: error: initialization from incompatible pointer type [-Werror]
.ndo_select_queue = rtw_select_queue,
^
/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.c:809:2: error: (near initialization for ‘rtw_netdev_ops.ndo_select_queue’) [-Werror]
cc1: all warnings being treated as errors
make[2]: *** [/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.o] Error 1
make[1]: *** [_module_/root/rtl8812AU_8821AU_linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-119-generic'
make: *** [modules] Error 2
root@chris-pc:~/rtl8812AU_8821AU_linux#


Any suggestions?










share|improve this question
























  • Where did you get the code? Here? github.com/abperiasamy/rtl8812AU_8821AU_linux Or here? github.com/bits3rpent/rtl8812AU_8821AU_linux
    – chili555
    Jun 12 '17 at 23:58












  • blog.danielscrivano.com/…
    – Chris Daneker
    Jun 13 '17 at 2:09













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I am trying to install a brostrend ac3 1200 mbps wifi adapter on my desktop and keep running into problems during the installation. I am trying to install the drivers but they aren't available on ubuntu yet. when trying to compile the kernel module, i receive this error:



root@chris-pc:~# cd rtl8812AU_8821AU_linux

root@chris-pc:~/rtl8812AU_8821AU_linux# make

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-119-generic/build M=/root/rtl8812AU_8821AU_linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-119-generic'
CC [M] /root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.o
/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.c:809:2: error: initialization from incompatible pointer type [-Werror]
.ndo_select_queue = rtw_select_queue,
^
/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.c:809:2: error: (near initialization for ‘rtw_netdev_ops.ndo_select_queue’) [-Werror]
cc1: all warnings being treated as errors
make[2]: *** [/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.o] Error 1
make[1]: *** [_module_/root/rtl8812AU_8821AU_linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-119-generic'
make: *** [modules] Error 2
root@chris-pc:~/rtl8812AU_8821AU_linux#


Any suggestions?










share|improve this question















I am trying to install a brostrend ac3 1200 mbps wifi adapter on my desktop and keep running into problems during the installation. I am trying to install the drivers but they aren't available on ubuntu yet. when trying to compile the kernel module, i receive this error:



root@chris-pc:~# cd rtl8812AU_8821AU_linux

root@chris-pc:~/rtl8812AU_8821AU_linux# make

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-119-generic/build M=/root/rtl8812AU_8821AU_linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-119-generic'
CC [M] /root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.o
/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.c:809:2: error: initialization from incompatible pointer type [-Werror]
.ndo_select_queue = rtw_select_queue,
^
/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.c:809:2: error: (near initialization for ‘rtw_netdev_ops.ndo_select_queue’) [-Werror]
cc1: all warnings being treated as errors
make[2]: *** [/root/rtl8812AU_8821AU_linux/os_dep/linux/os_intfs.o] Error 1
make[1]: *** [_module_/root/rtl8812AU_8821AU_linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-119-generic'
make: *** [modules] Error 2
root@chris-pc:~/rtl8812AU_8821AU_linux#


Any suggestions?







drivers wireless kernel






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 12 '17 at 23:54









chili555

37.9k55077




37.9k55077










asked Jun 12 '17 at 23:38









Chris Daneker

62




62












  • Where did you get the code? Here? github.com/abperiasamy/rtl8812AU_8821AU_linux Or here? github.com/bits3rpent/rtl8812AU_8821AU_linux
    – chili555
    Jun 12 '17 at 23:58












  • blog.danielscrivano.com/…
    – Chris Daneker
    Jun 13 '17 at 2:09


















  • Where did you get the code? Here? github.com/abperiasamy/rtl8812AU_8821AU_linux Or here? github.com/bits3rpent/rtl8812AU_8821AU_linux
    – chili555
    Jun 12 '17 at 23:58












  • blog.danielscrivano.com/…
    – Chris Daneker
    Jun 13 '17 at 2:09
















Where did you get the code? Here? github.com/abperiasamy/rtl8812AU_8821AU_linux Or here? github.com/bits3rpent/rtl8812AU_8821AU_linux
– chili555
Jun 12 '17 at 23:58






Where did you get the code? Here? github.com/abperiasamy/rtl8812AU_8821AU_linux Or here? github.com/bits3rpent/rtl8812AU_8821AU_linux
– chili555
Jun 12 '17 at 23:58














blog.danielscrivano.com/…
– Chris Daneker
Jun 13 '17 at 2:09




blog.danielscrivano.com/…
– Chris Daneker
Jun 13 '17 at 2:09










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I suggest that you try this package instead; with a working internet connection by ethernet, tethered or whatever means possible:



sudo apt-get update
sudo apt-get install git
git clone https://github.com/bits3rpent/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe rtl8812au





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',
    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%2f924755%2finstallation-error-for-brostrend-ac3-wifi-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








    up vote
    0
    down vote













    I suggest that you try this package instead; with a working internet connection by ethernet, tethered or whatever means possible:



    sudo apt-get update
    sudo apt-get install git
    git clone https://github.com/bits3rpent/rtl8812AU_8821AU_linux.git
    cd rtl8812AU_8821AU_linux
    make
    sudo make install
    sudo modprobe rtl8812au





    share|improve this answer

























      up vote
      0
      down vote













      I suggest that you try this package instead; with a working internet connection by ethernet, tethered or whatever means possible:



      sudo apt-get update
      sudo apt-get install git
      git clone https://github.com/bits3rpent/rtl8812AU_8821AU_linux.git
      cd rtl8812AU_8821AU_linux
      make
      sudo make install
      sudo modprobe rtl8812au





      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        I suggest that you try this package instead; with a working internet connection by ethernet, tethered or whatever means possible:



        sudo apt-get update
        sudo apt-get install git
        git clone https://github.com/bits3rpent/rtl8812AU_8821AU_linux.git
        cd rtl8812AU_8821AU_linux
        make
        sudo make install
        sudo modprobe rtl8812au





        share|improve this answer












        I suggest that you try this package instead; with a working internet connection by ethernet, tethered or whatever means possible:



        sudo apt-get update
        sudo apt-get install git
        git clone https://github.com/bits3rpent/rtl8812AU_8821AU_linux.git
        cd rtl8812AU_8821AU_linux
        make
        sudo make install
        sudo modprobe rtl8812au






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 13 '17 at 14:43









        chili555

        37.9k55077




        37.9k55077






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f924755%2finstallation-error-for-brostrend-ac3-wifi-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

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?