Dual band usb adapter 600 драйвер linux

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Coredy WA-AC600 Dual Band USB WiFi Adapter

Post by Keo » Sat Jan 30, 2016 11:46 pm

I purchased a Coredy WA-AC600 Dual Band USB WiFi Adapter.http://coredytech.com/d-76-Coredy+WA-AC . apter.html I have an old laptop that has an internal 802.11g. I have a lot of wifi interference from the neighbours and really wanted to upgrade to 802.11AC. I’m not sure what I’m doing wrong but I can’t seem to get it to work. I emailed the vendor’s tech support and they gave me the following two sets of instructions but nothing is working.

vi /etc/network/interfaces ,add the command at the end auto ra0 allow-hotplug ra0 iface ra0 inet dhcp 
vi /etc/modprobe.d/blacklist.conf add "blacklist ModuleName" at the end

I added this:
blacklist ath5k

$ sudo iwconfig eth1 no wireless extensions. ra0 Ralink STA ESSID:"11n-AP" Nickname:"MT7610U_STA" Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated Bit Rate:1 Mb/s RTS thr:off Fragment thr:off Encryption key:off Link Quality=10/100 Signal level:0 dBm Noise level:0 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 lo no wireless extensions. 
$ ifconfig eth1 Link encap:Ethernet HWaddr 00:1f:16:65:79:26 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:142 errors:0 dropped:0 overruns:0 frame:0 TX packets:142 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:10612 (10.6 KB) TX bytes:10612 (10.6 KB) ra0 Link encap:Ethernet HWaddr 80:3f:5d:16:4d:e2 inet6 addr: fe80::823f:5dff:fe16:4de2/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ifconfig eth1 Link encap:Ethernet HWaddr 00:1f:16:65:79:26 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:2135 errors:0 dropped:0 overruns:0 frame:0 TX packets:2135 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:239313 (239.3 KB) TX bytes:239313 (239.3 KB) ra0 Link encap:Ethernet HWaddr 80:3f:5d:16:60:c6 inet6 addr: fe80::823f:5dff:fe16:60c6/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:63 errors:0 dropped:0 overruns:0 frame:0 TX packets:276 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:17626 (17.6 KB) TX bytes:29392 (29.3 KB) wlan1 Link encap:Ethernet HWaddr 00:24:2b:56:58:64 inet addr:192.168.1.14 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::224:2bff:fe56:5864/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:11568 errors:0 dropped:0 overruns:0 frame:0 TX packets:10707 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:7866031 (7.8 MB) TX bytes:2269933 (2.2 MB)

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.

Pjotr Level 23
Posts: 19061 Joined: Mon Mar 07, 2011 10:18 am Location: The Netherlands (Holland) 🇳🇱 Contact:

Читайте также:  Script with linux commands

Источник

Archer T2U nano adapter supports 64/128-bit WEP, WPA/WPA2, and WPA-PSK/WPA2-PSK encryption standards.

It is capable to provide 433 Mbps speed on 5GHz (ideal for HD streaming and online gaming) and 200Mbps on 2.4GHz (perfect for normal web browsing).

If you are ever looking for a dual-band WiFi router for faster speed and extended range, TP-Link AC600 Archer T2U Nano WiFi USB adapter is undoubtedly good choice.

Even though Archer T2U nano adapter has some good features, it has one drawback. It supports Windows and Mac OS only. There is no official drivers for Linux.

I came across an unofficial driver for Archer T2U Nano on GitHub and it works good.

Install the necessary dependencies and Kernel headers in Ubuntu Linux with command:

sudo apt install dkms git build-essential libelf-dev linux-headers-$(uname -r)

Git clone the rtl8812au GitHub repository:

$ git clone https://github.com/aircrack-ng/rtl8812au.git

Cd into the cloned directory:

Finally, install TP-Link AC600 Archer T2U Nano WiFi USB adapter in Ubuntu using command:

Unplug the TP-Link Archer T2U nano adapter and plug it again. The LED will start to blink. Verify if the driver is installed and loaded using command:

If the TP-Link AC600 WiFi USB adapter is installed, you will see the following output:

Connect the new device for internet.

8812au, 5.6.4.2_35491.20191025, 5.11.15-1-default, x86_64: installed

You might like

7 Comments

Hello, I have followed the guide step by step, but nothing changes. when I look at wireless devices it still says «we have not detected any wireless network adapter», I have tried with lsusb, and the device is recognized as «tp link 802.11.ac wlan adapter». I have run «sudo dkms status» and it says everything is installed. But the device does not turn any lights on or off. I know it works, I’ve tried it on windows. I tried the installation in direct ports to the motherboard, and front ports. Nothing changes. Could it be something related to the kernel? I have 5.13.04 using ubuntu 20.04lts . All the pages that I have visited are from more than a year ago, but this is the most recent, I would like to know with which kernel and version of the driver it has worked for you. What distribution of ubuntu, etc. Reply Delete

Читайте также:  Linux ftp dhcp dns

I have installed it on both Ubuntu and linux mint with latest version and kernel. Did you unplugged and plugged again the device and restarted the OS once. Delete

Источник

How to install Edimax AC 600 Wi-Fi adapter drivers on Ubuntu 20.04

How do I install drivers for Edimax AC 600 Wi-Fi adapter drivers?
I went on their website and there are no drivers for the newer versions of the kernel 5.4.0
Is there a way to install generic drivers (currently I don’t see the Wi-Fi/Wireless icon in network settings on Ubuntu). If anyone finds them could you please include a step by step install (I’m a newbie on Linux)

2 Answers 2

This device seems to have a realtek ac chipset from the rtl88xxau family. It would be useful to provide the stdout of

You can try to install the following dkms package:

sudo apt install rtl8812au-dkms 

In case it does not work, install the drivers from aircrack-ng github repository (and you will also have monitor mode)

sudo apt install git build-essential bc libelf-dev git clone https://github.com/aircrack-ng/rtl8812au.git cd rtl8812au sudo ./dkms-install.sh 

edit: There is another set of repositories that provide drivers for many unsupported Realtek USB WiFi chips (including the rtl8812). I strongly recommend to use this solution from now on. morrownr repository

sudo apt install git build-essential libelf-dev linux-headers-amd64 git clone https://github.com/morrownr/8812au-20210629.git cd 8812au-20210629 make sudo make install 

got this: /var/lib/dkms/rtl8812au/4.3.8.12175.20140902+dfsg/build/core/rtw_br_ext.c:25:10: fatal error: net/ipx.h: No such file or directory

Thanks for your suggestion! For me, the aircrack-ng/rtl8812au driver worked for my Edimax AC 600 (device ID 7392:a812 ) on Debian 11, whereas the morrownr/8812au-20210629 does not seem to support this specific device ID.

Читайте также:  Starting desktop in linux

I do not have this adapter to check if the next will work, but you could try:

    Install libssl1.0.0 package as described here

wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb 
Build for amd64 succeeded (see BUILD.LOG.amd64): linux-headers-4.15.0-041500_4.15.0-041500.201802011154_all.deb linux-headers-4.15.0-041500-generic_4.15.0-041500.201802011154_amd64.deb linux-image-4.15.0-041500-generic_4.15.0-041500.201802011154_amd64.deb 

Show Applications gnome menu -> Enter into Search field Additional keyword and open Additional Drivers (opened tab in Software & Updates window will appear). Look if there’s no your wifi-drivers present.

Источник

((Download)) EDUP EP-DB1607 (AC600, AC600Mbps) DRIVER for Windows/Mac/Linux

Download EDUP wireless / wifi network adapter Download EDUP EP-DB1607 DRIVER for Windows/Mac/Linux directly

EDUP EP-DB1607 (AC600, AC600MBPS) USB Wireless Adapter Features:
Upgrades PCs to 802.11ac, the latest & most powerful Wi-Fi technology — 3 times faster than wireless N speeds. Ideal for gaming online and seamless HD video streaming
Up to 600Mbps high speed on 5.8GHz (433Mbps) and 2.4GHz (150Mbps) bands. Dual-band reduce interference for a better connection
802.11ac Wi-Fi technology and external 2dBi Omni-directional antenna for increased coverage and stability
— Dual-band wifi dongle downward compatibility 802.11g/n Internet device
— MIMO technology improves data throughput and range over existing 802.11b/g products
— Add high-speed Wireless-N (draft 802.11n) Internet access to any USB enabled computer
-Download music & movies, surf the internet and e-mail up to 5 times faster than previous-generation wireless networks (Wireless 802.11g)
— Offers greater coverage than Wireless-G networks for internet access throughout your home or office
— Works with older Wireless-G and Wireless-B networks
— Wi-Fi Protected Setup (WPS) simplifies setup and operation
— Operating distance of up to 300 feet indoor, and up to 900 feet in open space
— Data transfer rate of up to 300Mbps
— Supports USB 2.0 interface, backward compatible to USB 1.1 and 1.2
— Enhanced WEP and WPA wireless security for protected Internet access
— 64-bit / 128-bit WEP (Wired Equivalent Privacy), TKIP, AES 2.400GHz ISM
— Frequency Band Modulation Method: QPSK / BPSK / 16-QAM / 64-QAM
— Supports Ad Hoc and Infrastructure modes
— Supports IEEE 802.11e standard

Dimensions : 20mm X 14.4mm X 6mm

Drivers
> for Windows / Linux / Mac OS
> for Windows 8.1 / Win 7 / Win XP
> for Windows 10
> for Linux4.3.14
> for Mac OS 10.13/10.12/10.11/10.10/10.9/10.8/10.7/10.6

Источник

Оцените статью
Adblock
detector