Linksys AE2500 and Edimax EW-7811Un
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Linksys AE2500 and Edimax EW-7811Un
Post#1 by Jack » 06 Apr 2016, 20:41
Jack
-
- Full of knowledge
- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Linksys AE2500
Post#2 by donald » 07 Apr 2016, 12:30
no definite answer can be given.
There may be different incorporated chipsets while the device name remains the same
To gather some information i would try google with searchterms like:
"Linksys AE2500" + linux
"Linksys AE2500" site:wikidevi.com
What definitely works are usb-wifi with the Atheros 9271 chipset.
I have a TP-Link TL-WN721N...but only v1 has the right chipset, v2,3,4 are entirely
different.
(v=version)
donald
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Linksys AE2500
Post#3 by Jack » 07 Apr 2016, 16:00
Jack
-
- Full of knowledge
- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Linksys AE2500
Post#4 by donald » 07 Apr 2016, 22:23
If possible, check the device ID before buying, to be sure not to order a wrong one.
guest@localhost:~$ lsusb
Bus 001 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
donald
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Linksys AE2500
Post#5 by Jack » 07 Apr 2016, 22:41
Jack
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Linksys AE2500
Post#6 by Jack » 20 Apr 2016, 23:24
http://www.walmart.com/ip/Belkin-F9L100 ... S/16677010
What do anyone think?
Jack
- ncmprhnsbl
- DEV Team
- Posts: 4293
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: Linksys AE2500
Post#7 by ncmprhnsbl » 21 Apr 2016, 01:24
http://www.amazon.com/Edimax-EW-7811Un- ... go-ffsb-20
i'll let you know if it works ..... when it finally turns up...(not buying from amazon but from local supplier btw)
ncmprhnsbl
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Linksys AE2500
Post#8 by Jack » 22 Apr 2016, 03:37
I just order one and I hope it works too.ncmprhnsbl wrote:this one claims to have linux support:
http://www.amazon.com/Edimax-EW-7811Un- ... go-ffsb-20
i'll let you know if it works ..... when it finally turns up...(not buying from amazon but from local supplier btw)
Jack
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Linksys AE2500
Post#9 by Jack » 22 Apr 2016, 15:22
Jack
- ncmprhnsbl
- DEV Team
- Posts: 4293
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: Edimax-EW-7811Un-usb-WIFI
Post#10 by ncmprhnsbl » 23 Apr 2016, 08:11

ncmprhnsbl
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Linksys AE2500
Post#11 by Jack » 23 Apr 2016, 11:55
Jack
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Edimax-EW-7811Un-usb-WIFI
Post#12 by Jack » 25 Apr 2016, 15:11
You say it did work with Porteus out of the box? I try Mate 3.1 and it don't know it is there. Now can you help me?ncmprhnsbl wrote:ok, finally got it... works OOTB
Jack
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Linksys AE2500
Post#13 by Jack » 25 Apr 2016, 17:12
Code: Select all
guest@porteus:~$ lsusb
Bus 001 Device 002: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 001 Device 003: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
guest@porteus:~$
Jack
-
- Full of knowledge
- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Linksys AE2500
Post#14 by donald » 25 Apr 2016, 18:51
Are the (driver) modules loaded?
Code: Select all
lsmod | grep 8192
Code: Select all
modprobe rtl8192cu
Code: Select all
modprobe -r rtl8192cu
modprobe rtl8192cu
Code: Select all
ifconfig -a
Code: Select all
rfkill list
donald
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Linksys AE2500
Post#15 by Jack » 25 Apr 2016, 20:52
Jack