LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-14-2018, 06:42 PM   #1
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 262

Rep: Reputation: Disabled
tp-link AC600 obsolete?


From what I can tell, the AC600 uses an MT7610U chipset, which worked with Linux back in 2016.
This is not listed in the Debian/Stretch package firmware-misc-nonfree.
According to https://askubuntu.com/questions/9722.../972334#972334 , the device is obsolete.

Has anyone else had any luck with a device driver? Recommended alternatives?
 
Old 09-14-2018, 08:03 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Here is a page of some usb alternatives.

https://www.wirelesshack.org/top-lin...-adapters.html

https://wiki.debian.org/WiFi

Last edited by Ztcoracat; 09-14-2018 at 08:14 PM.
 
Old 09-15-2018, 10:45 PM   #3
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
you might try the rtl8812AU driver. I have a A6100 which I think is the same as a AC600 and this driver works for me.

https://marcnu.github.io/2016-09-10/...-Ubuntu-16.04/
 
Old 09-20-2018, 06:41 PM   #4
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 262

Original Poster
Rep: Reputation: Disabled
The Debian Wiki's only certified recommendation is a generation old.
I bought I bought a TP-link AC1300 couple of days ago, which (according to the documentaion) also uses the rtl8812AU driver. "make" worked without error. "make install" worked without error. "dkms install -m rtl8812AU_8821AU_linux -v 1.0" run from root worked without error. iwconfig does not report any wireless device.
??

I am running Debian Stretch, not Ubuntu. That shouldn't make any difference.


Quote:
Originally Posted by Quakeboy02 View Post
you might try the rtl8812AU driver. I have a A6100 which I think is the same as a AC600 and this driver works for me.

https://marcnu.github.io/2016-09-10/...-Ubuntu-16.04/
 
Old 09-20-2018, 07:03 PM   #5
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by piobair View Post
I am running Debian Stretch, not Ubuntu. That shouldn't make any difference.
It shouldn't make any difference. I'm running Debian on the one I installed it on. Did you run "modprobe rtl8812au? Do you have network manager installed and running? Did you follow the network manager instructions for finding the available wireless servers and connecting to yours?
 
Old 09-20-2018, 08:07 PM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,793

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
This is a USB device correct? If so, what is reported by the following command when the device is plugged in?
Code:
usb-devices
Also, you can observe the kernel output in terminal window
Code:
dmesg -w
(Re)plug the the device and capture the output generated.

Any wireless device node present?
Code:
ip link
 
Old 09-22-2018, 02:33 PM   #7
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 262

Original Poster
Rep: Reputation: Disabled
As requested:

Quote:
root@harold:~# lsusb
Bus 003 Device 003: ID 0483:91d1 STMicroelectronics Sensor Hub
Bus 003 Device 002: ID 8087:8001 Intel Corp.
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 004: ID 056a:00ec Wacom Co., Ltd
Bus 001 Device 003: ID 5986:029d Acer, Inc
Bus 001 Device 002: ID 04f3:0254 Elan Microelectronics Corp.
Bus 001 Device 006: ID 2357:0115
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@harold:~# usb-devices

(snip)

T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 6 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=2357 ProdID=0115 Rev=02.10
S: Manufacturer=Realtek
S: Product=802.11ac NIC
S: SerialNumber=123456
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
(snip)
root@harold:~# dmesg -w
(snip)

[21455.523241] asix 1-2:1.0 eth0: unregister 'asix' usb-0000:00:14.0-2, ASIX AX88772B USB 2.0 Ethernet
[21521.088017] usb 1-2: new high-speed USB device number 6 using xhci_hcd
[21521.228493] usb 1-2: New USB device found, idVendor=2357, idProduct=0115
[21521.228495] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[21521.228496] usb 1-2: Product: 802.11ac NIC
[21521.228497] usb 1-2: Manufacturer: Realtek
[21521.228498] usb 1-2: SerialNumber: 123456
[22820.937552] usb 1-1: new high-speed USB device number 7 using xhci_hcd
[22821.080207] usb 1-1: New USB device found, idVendor=18a5, idProduct=0302
[22821.080209] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[22821.080210] usb 1-1: SerialNumber: 13061851009089

root@harold:# ip-link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noque state UNKNOWN mode DEFAULT group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
Network manager is running (works fine with ethernet connection)



Quote:
Originally Posted by ferrari View Post
This is a USB device correct? If so, what is reported by the following command when the device is plugged in?
Code:
usb-devices
Also, you can observe the kernel output in terminal window
Code:
dmesg -w
(Re)plug the the device and capture the output generated.

Any wireless device node present?
Code:
ip link
 
Old 09-22-2018, 03:55 PM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,793

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
The posted output confirms no driver loaded
Code:
T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 6 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=2357 ProdID=0115 Rev=02.10
S: Manufacturer=Realtek
S: Product=802.11ac NIC
S: SerialNumber=123456
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
Quote:
I bought I bought a TP-link AC1300 couple of days ago, which (according to the documentaion) also uses the rtl8812AU driver. "make" worked without error. "make install" worked without error. "dkms install -m rtl8812AU_8821AU_linux -v 1.0" run from root worked without error. iwconfig does not report any wireless device.
??
It's not clear to me if you managed to complete this driver build successfully, or perhaps it didn't include your particular chipset? You should be able to determine that using 'modinfo' eg assuming module name is '8812au'...
Code:
modinfo 8812au
Is your chipset listed?
Code:
modifo 8812|grep 115
FWIW, here's a wiki page which describes how to build the driver and has comments regarding 4.x.x kernels...
https://www.learningpenguin.net/2018...-driver-linux/
There are alternative git repos that apparently have updated the source code for compatibility with more recent kernels eg
https://github.com/gordboy/rtl8812au
 
Old 09-22-2018, 08:47 PM   #9
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 262

Original Poster
Rep: Reputation: Disabled
Driver 8812au.ko is built (make clean; make), copied into:
Quote:
/lib/modules/4.9.0-7-amd64/kernel/drivers/net/wireless
Quote:
root@harold:~# depmod-a
root@harold:~# modprobe 8812au.ko
modprobe: FATAL: Module 8812ko not found in directory /lib/modules/4.9.0-7-amd64
??

Last edited by piobair; 09-22-2018 at 08:48 PM.
 
Old 09-22-2018, 09:56 PM   #10
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
In the git I mentioned, the driver is "rtl8812au", not "8812au". Take a look at /lib/modules/4.9.0-7-amd64 and see what's actually there. IOW, what .ko file do you have? If none, then something didn't work in the install.
 
Old 09-22-2018, 10:24 PM   #11
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 262

Original Poster
Rep: Reputation: Disabled
I downloaded "Archer T4U v2Archer T4UH v2Archer T4UHP v1_EUUS_Linux_beta" directly from the www.tp-link.com . The "make" resulted in 8812au.ko . That is what I copied into the /lib/modules/4.9.0-7-amd64/kernel/drivers/net/wireless directory.
NOTE The previous install attempt did use the download from git-hub. IIRC that driver was named rtl8812au.ko . Same problem: driver not recognized by modprobe.

The instructions provided by tp-link for Linux in that download did not use dkms.

Quote:
Originally Posted by Quakeboy02 View Post
In the git I mentioned, the driver is "rtl8812au", not "8812au". Take a look at /lib/modules/4.9.0-7-amd64 and see what's actually there. IOW, what .ko file do you have? If none, then something didn't work in the install.
 
Old 09-25-2018, 09:57 PM   #12
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 262

Original Poster
Rep: Reputation: Disabled
Quote:
root@harold~# modprobe 8812au
root@harold~# depmod
(snip)
8812au 172114416 0
(snip)
So, depmod confirms that there is a driver loaded.

I modified /etc/network/interfaces to include
Quote:
auto wlan0
iface wlan0 inet dhcp
Quote:
root@harold~# iwconfig
lo no wireless extensions
??
 
Old 09-26-2018, 03:36 AM   #13
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,793

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
If 'usb-devices' and 'ip link' don't show that a driver is loaded and a wireless network device node is present respectively (as per post #6) then forget trying to configure a network connection. A working driver needs to be present first.
 
Old 09-26-2018, 07:03 AM   #14
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 262

Original Poster
Rep: Reputation: Disabled
But the command "depmod" reports that the driver is present.

Quote:
Originally Posted by ferrari View Post
If 'usb-devices' and 'ip link' don't show that a driver is loaded and a wireless network device node is present respectively (as per post #6) then forget trying to configure a network connection. A working driver needs to be present first.
 
Old 09-26-2018, 02:32 PM   #15
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,793

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Yes, but 'usb-devices' will show if it is bound to the device. Check if it is loaded with
Code:
lsmod|grep 8812
and perhaps check that the particular chipset (product ID 0115) is supported
Code:
modinfo 8812au |grep 0115
If not, that may be the issue here perhaps.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Install EDIMAX model EW-7811UTC AC600 rhartwi53 Linux Deepin 1 06-24-2018 07:13 PM
Installing BrosTrend AC600 WiFi Adapter on Ubuntu Nixiam Ubuntu 1 09-12-2017 06:14 AM
TP-LINK AC600 USB wireless and Ubuntu 16.04 Jeff91 Linux - Hardware 6 11-01-2016 07:14 PM
I need a driver for a netgear ac600 wireless adapter. mikejones Linux - Hardware 4 01-18-2016 09:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration