A list of 100Mbps+ AC Dual Band Wifi adapters

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
vishvas

A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

Hi!

I've been regretting buying EDUP EP-AC1617, since it isn't recognized. So I am considering getting myself another easy "working" alternative. Could someone suggest good 100Mbps+ AC Dual Band Wifi adapters that I can buy? I shouldn't have to recompile the driver with every kernel update etc..

PS: The manufacturer driver page is here http://www.szedup.com/support/driver-do ... 17-driver/ - if there is a simple way (preferably persistent across distribution ugrades) I could just use the windows driver, please point me to the steps.

(PS: https://community.linuxmint.com/hardware/search is badly out of date and not narrow enough.)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
AZgl1800
Level 20
Level 20
Posts: 11173
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by AZgl1800 »

This link points to an A/C wall powered WiFi adapter with good marks
https://www.amazon.com/gp/product/B00VE ... 8b651547b9


This link alludes to pointing us to the "top ten", at least in their estimation.

http://www.wirelesshack.org/top-linux-c ... pters.html

This guy has a list, I have the Panda PAU06 and it seems to work pretty good, although he doesn't give a good rating.
https://willhaley.com/blog/linux-usb-wifi/

Best Buy has a list too, surprised me to see a retailer having a list.
https://www.bestbuy.com/site/shop/wirel ... -for-linux

I picked up these link with this shopping list:
https://www.google.com/search?newwindow ... XYg0u7f5h8
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by JeremyB »

If the EDUP is a USB device, plug it in and post results from terminal for lsusb
vishvas

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

JeremyB wrote: Fri Mar 16, 2018 4:05 am If the EDUP is a USB device, plug it in and post results from terminal for lsusb
$ lsusb
Bus 004 Device 003: ID 0e8d:761b MediaTek Inc.
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 046d:c52e Logitech, Inc. MK260 Wireless Combo Receiver
Bus 001 Device 002: ID 058f:9410 Alcor Micro Corp. Keyboard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by JeremyB »

I made a modification to an existing github source code to add the device based on info found online, to try

Code: Select all

sudo apt-get install build-essential git dkms
git clone https://github.com/jeremyb31/mt7610u.git
make
sudo make installfw
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
sudo depmod -a
Reboot
vishvas

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

JeremyB wrote: Fri Mar 16, 2018 11:03 am I made a modification to an existing github source code to add the device based on info found online, to try

Code: Select all

sudo apt-get install build-essential git dkms
git clone https://github.com/jeremyb31/mt7610u.git
make
sudo make installfw
sudo cp mt7610u.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
sudo depmod -a
Reboot
Done. All command executed successfully. I don't see any wireless device when I try the Network Connections dialog..
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by JeremyB »

See the wireless script link in my signature and do the following rather than pasting it here

Code: Select all

cat wireless-info.txt | nc termbin.com 9999
Post URL
vishvas

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

JeremyB wrote: Fri Mar 16, 2018 11:26 am See the wireless script link in my signature and do the following rather than pasting it here

Code: Select all

cat wireless-info.txt | nc termbin.com 9999
Post URL
http://termbin.com/r2gg has the results.
Also, other detailed info I generated yesterday - https://gist.github.com/anonymous/fe452 ... 3010b9bc45
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by JeremyB »

Lets see what

Code: Select all

dmesg | grep mt7610u | nc termbin.com 9999
Shows
vishvas

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

JeremyB wrote: Fri Mar 16, 2018 12:21 pm Lets see what

Code: Select all

dmesg | grep mt7610u | nc termbin.com 9999
Shows
Empty output.. (Checked dmesg | grep mt7610u as well)
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by JeremyB »

Code: Select all

modinfo mt7610u
See if something else went wrong
vishvas

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

JeremyB wrote: Fri Mar 16, 2018 12:31 pm

Code: Select all

modinfo mt7610u
See if something else went wrong
http://termbin.com/sfr0 - seems to be fine..
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by JeremyB »

I would start searching for compatible devices. There are not many AC Dual Band USB devices that are just plug and play. There are plenty of PCI adapters
vishvas

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

JeremyB wrote: Fri Mar 16, 2018 1:12 pm I would start searching for compatible devices. There are not many AC Dual Band USB devices that are just plug and play. There are plenty of PCI adapters
Ok, thanks for trying!

Is there a list of mint-linux-ready AC Dual Band PCI adapters?
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by JeremyB »

If there was a list, there would be plenty of Intel devices on it
vishvas

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

JeremyB wrote: Fri Mar 16, 2018 2:05 pm If there was a list, there would be plenty of Intel devices on it
Upon seeing http://www.szedup.com/product-item/802- ... /#tab-id-2 , I deduced that we should have used https://github.com/ulli-kroll/mt7612u instead of mt7610. I tried to follow the instructions in the repo README. But, the last step fails:

Code: Select all

$ sudo insmod mt7612u.ko
insmod: ERROR: could not insert module mt7612u.ko: Unknown symbol in module
vishvas

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

Edit note: Fixed wrong URL in the prior post.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by JeremyB »

Your wifi is a PCI? The link took me to a page about a PCI card
vishvas

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by vishvas »

no - it's USB - I fixed the url - please see http://www.szedup.com/product-item/802- ... /#tab-id-2
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: A list of 100Mbps+ AC Dual Band Wifi adapters

Post by JeremyB »

It builds perfect in the 4.4 kernel, you might want to install one in Update Manager/View/linux kernels. Then use Grub menu/Advanced options to boot into 4.4 then enter the mt7612u directory, do

Code: Select all

make clean
make
See if your results are better
Locked

Return to “Hardware Support”