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?
drivers wireless kernel
add a comment |
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?
drivers wireless kernel
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
add a comment |
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?
drivers wireless kernel
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
drivers wireless kernel
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
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Jun 13 '17 at 14:43
chili555
37.9k55077
37.9k55077
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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