Trouble Installing Sabrent USB AC600 WIFI on Kubuntu 18.04 LTS
up vote
0
down vote
favorite
I am running Kubuntu 18.04 on an Intel J3455 Mini PC.
While trying to install Sabrent USB AC600 Wifi adapter drivers that I obtained from https://www.sabrent.com/download/nt-wsac-linux-drivers/
I ran into the following error. Please help if you have expertise with Linux driver issues. Much thanks!
make -C tools
make[1]: Entering directory '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools' gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools'
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools/bin2h
cp -f os/linux/Makefile.6 /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/Makefile
make -C /lib/modules/4.15.0-29-generic/build SUBDIRS=/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-29-generic' CC [M] /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c: In function ‘PeerBeacon’:
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c:2180:12: error: passing argument 8 of ‘StaAddMacTableEntry’ from incompatible pointer type [-Werror=incompatible-pointer-types]
ie_list,
^~~~~~~
In file included from /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/include/rt_config.h:59:0,
from /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c:28:
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/include/rtmp.h:7892:9: note: expected ‘IE_LISTS * {aka struct _IE_lists *}’ but argument is of type ‘BCN_IE_LIST * {aka struct _bcn_ie_list *}’
BOOLEAN StaAddMacTableEntry(
^~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o' failed
make[2]: *** [/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o] Error 1
Makefile:1552: recipe for target '_module_/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux' failed
make[1]: *** [_module_/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-29-generic'
Makefile:394: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
running lsusb and I received the following
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0781:5584 SanDisk Corp.
Bus 001 Device 005: ID 2516:0004
Bus 001 Device 004: ID 0e8d:7610 MediaTek Inc.
Bus 001 Device 003: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
drivers wireless 18.04 kubuntu
New contributor
add a comment |
up vote
0
down vote
favorite
I am running Kubuntu 18.04 on an Intel J3455 Mini PC.
While trying to install Sabrent USB AC600 Wifi adapter drivers that I obtained from https://www.sabrent.com/download/nt-wsac-linux-drivers/
I ran into the following error. Please help if you have expertise with Linux driver issues. Much thanks!
make -C tools
make[1]: Entering directory '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools' gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools'
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools/bin2h
cp -f os/linux/Makefile.6 /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/Makefile
make -C /lib/modules/4.15.0-29-generic/build SUBDIRS=/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-29-generic' CC [M] /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c: In function ‘PeerBeacon’:
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c:2180:12: error: passing argument 8 of ‘StaAddMacTableEntry’ from incompatible pointer type [-Werror=incompatible-pointer-types]
ie_list,
^~~~~~~
In file included from /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/include/rt_config.h:59:0,
from /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c:28:
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/include/rtmp.h:7892:9: note: expected ‘IE_LISTS * {aka struct _IE_lists *}’ but argument is of type ‘BCN_IE_LIST * {aka struct _bcn_ie_list *}’
BOOLEAN StaAddMacTableEntry(
^~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o' failed
make[2]: *** [/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o] Error 1
Makefile:1552: recipe for target '_module_/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux' failed
make[1]: *** [_module_/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-29-generic'
Makefile:394: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
running lsusb and I received the following
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0781:5584 SanDisk Corp.
Bus 001 Device 005: ID 2516:0004
Bus 001 Device 004: ID 0e8d:7610 MediaTek Inc.
Bus 001 Device 003: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
drivers wireless 18.04 kubuntu
New contributor
Yours is an mt7610u devicel not mt7601u. They are different devices. Please my my editted answer here: askubuntu.com/questions/1083281/… and my comment below: "Frankly, I have had no success with any mt7610u device in many years. My strong sense is that we could troubleshoot, tweak, review the logs for weeks but probably still not have success. There are other fully supported USB devices available that will work out of the box. "
– chili555
Nov 28 at 1:39
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am running Kubuntu 18.04 on an Intel J3455 Mini PC.
While trying to install Sabrent USB AC600 Wifi adapter drivers that I obtained from https://www.sabrent.com/download/nt-wsac-linux-drivers/
I ran into the following error. Please help if you have expertise with Linux driver issues. Much thanks!
make -C tools
make[1]: Entering directory '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools' gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools'
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools/bin2h
cp -f os/linux/Makefile.6 /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/Makefile
make -C /lib/modules/4.15.0-29-generic/build SUBDIRS=/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-29-generic' CC [M] /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c: In function ‘PeerBeacon’:
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c:2180:12: error: passing argument 8 of ‘StaAddMacTableEntry’ from incompatible pointer type [-Werror=incompatible-pointer-types]
ie_list,
^~~~~~~
In file included from /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/include/rt_config.h:59:0,
from /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c:28:
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/include/rtmp.h:7892:9: note: expected ‘IE_LISTS * {aka struct _IE_lists *}’ but argument is of type ‘BCN_IE_LIST * {aka struct _bcn_ie_list *}’
BOOLEAN StaAddMacTableEntry(
^~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o' failed
make[2]: *** [/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o] Error 1
Makefile:1552: recipe for target '_module_/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux' failed
make[1]: *** [_module_/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-29-generic'
Makefile:394: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
running lsusb and I received the following
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0781:5584 SanDisk Corp.
Bus 001 Device 005: ID 2516:0004
Bus 001 Device 004: ID 0e8d:7610 MediaTek Inc.
Bus 001 Device 003: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
drivers wireless 18.04 kubuntu
New contributor
I am running Kubuntu 18.04 on an Intel J3455 Mini PC.
While trying to install Sabrent USB AC600 Wifi adapter drivers that I obtained from https://www.sabrent.com/download/nt-wsac-linux-drivers/
I ran into the following error. Please help if you have expertise with Linux driver issues. Much thanks!
make -C tools
make[1]: Entering directory '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools' gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools'
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/tools/bin2h
cp -f os/linux/Makefile.6 /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/Makefile
make -C /lib/modules/4.15.0-29-generic/build SUBDIRS=/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-29-generic' CC [M] /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c: In function ‘PeerBeacon’:
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c:2180:12: error: passing argument 8 of ‘StaAddMacTableEntry’ from incompatible pointer type [-Werror=incompatible-pointer-types]
ie_list,
^~~~~~~
In file included from /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/include/rt_config.h:59:0,
from /home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.c:28:
/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/include/rtmp.h:7892:9: note: expected ‘IE_LISTS * {aka struct _IE_lists *}’ but argument is of type ‘BCN_IE_LIST * {aka struct _bcn_ie_list *}’
BOOLEAN StaAddMacTableEntry(
^~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o' failed
make[2]: *** [/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sync.o] Error 1
Makefile:1552: recipe for target '_module_/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux' failed
make[1]: *** [_module_/home/brian/Downloads/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-29-generic'
Makefile:394: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
running lsusb and I received the following
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0781:5584 SanDisk Corp.
Bus 001 Device 005: ID 2516:0004
Bus 001 Device 004: ID 0e8d:7610 MediaTek Inc.
Bus 001 Device 003: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
drivers wireless 18.04 kubuntu
drivers wireless 18.04 kubuntu
New contributor
New contributor
edited Nov 28 at 1:30
chili555
37.7k55077
37.7k55077
New contributor
asked Nov 28 at 0:59
L2-B2
1
1
New contributor
New contributor
Yours is an mt7610u devicel not mt7601u. They are different devices. Please my my editted answer here: askubuntu.com/questions/1083281/… and my comment below: "Frankly, I have had no success with any mt7610u device in many years. My strong sense is that we could troubleshoot, tweak, review the logs for weeks but probably still not have success. There are other fully supported USB devices available that will work out of the box. "
– chili555
Nov 28 at 1:39
add a comment |
Yours is an mt7610u devicel not mt7601u. They are different devices. Please my my editted answer here: askubuntu.com/questions/1083281/… and my comment below: "Frankly, I have had no success with any mt7610u device in many years. My strong sense is that we could troubleshoot, tweak, review the logs for weeks but probably still not have success. There are other fully supported USB devices available that will work out of the box. "
– chili555
Nov 28 at 1:39
Yours is an mt7610u devicel not mt7601u. They are different devices. Please my my editted answer here: askubuntu.com/questions/1083281/… and my comment below: "Frankly, I have had no success with any mt7610u device in many years. My strong sense is that we could troubleshoot, tweak, review the logs for weeks but probably still not have success. There are other fully supported USB devices available that will work out of the box. "
– chili555
Nov 28 at 1:39
Yours is an mt7610u devicel not mt7601u. They are different devices. Please my my editted answer here: askubuntu.com/questions/1083281/… and my comment below: "Frankly, I have had no success with any mt7610u device in many years. My strong sense is that we could troubleshoot, tweak, review the logs for weeks but probably still not have success. There are other fully supported USB devices available that will work out of the box. "
– chili555
Nov 28 at 1:39
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
L2-B2 is a new contributor. Be nice, and check out our Code of Conduct.
L2-B2 is a new contributor. Be nice, and check out our Code of Conduct.
L2-B2 is a new contributor. Be nice, and check out our Code of Conduct.
L2-B2 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1096662%2ftrouble-installing-sabrent-usb-ac600-wifi-on-kubuntu-18-04-lts%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
Yours is an mt7610u devicel not mt7601u. They are different devices. Please my my editted answer here: askubuntu.com/questions/1083281/… and my comment below: "Frankly, I have had no success with any mt7610u device in many years. My strong sense is that we could troubleshoot, tweak, review the logs for weeks but probably still not have success. There are other fully supported USB devices available that will work out of the box. "
– chili555
Nov 28 at 1:39