Found: A USB wifi adaptor that works OOTB with CentOS 7

Issues related to configuring your network
Post Reply
pishotta
Posts: 2
Joined: 2015/01/08 03:36:40

Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by pishotta » 2015/01/08 03:41:36

Sorry, this is an answer without a question here, but after suffering much to get a usb wifi dongle working on my old Dell 430 laptop (downloading drivers, compiling, installing, etc., generally screwing up my installation), I tried the one I had in my Raspberry Pi, plugging it in right after a fresh CentOS install (w/ updates), rebooted (not sure if that was necessary), and voila: it came right up in the gnome gui for connection to my wifi network and I am using it now. It's an Edimax (cheap).

http://www.edimax.com/edimax/merchandis ... /ew-7811un

lsusb shows:

Bus 001 Device 003: ID 7392:7811 Edimax Technology Co., Ltd Bus 001 Device 003: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]

No guarantees, but it works super for me! (Now who wants an old ethernet cable?)

-- Fred P.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by TrevorH » 2015/01/08 07:37:42

Thanks for the feedback, I'm sure it'll be useful.

My Dell D430 works out of the box BTW, using the mini-PCIE adapter that it shipped with

Code: Select all

0c:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection [8086:4229] (rev 61)
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
WhatsHisName
Posts: 1549
Joined: 2005/12/19 20:21:43
Location: /earth/usa/nj

Re: Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by WhatsHisName » 2015/01/08 14:57:02

pishotta wrote:...I tried the one I had in my Raspberry Pi, plugging it in right after a fresh CentOS install (w/ updates), rebooted (not sure if that was necessary), and voila: it came right up in the gnome gui for connection to my wifi network and I am using it now...
Last time I checked, the Raspberry Pi ran on an ARM processor and there was/is no ARM version of CentOS.

Maybe you are talking about RedSleeve. Otherwise, where did you download CentOS for ARM from?

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by TrevorH » 2015/01/08 15:13:15

No, he's talking about taking the USB wireless adapter that he once had plugged into his RPi and moving it to his CentOS system...
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
WhatsHisName
Posts: 1549
Joined: 2005/12/19 20:21:43
Location: /earth/usa/nj

Re: Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by WhatsHisName » 2015/01/08 15:16:16

OK. Now that makes sense.

scottro
Forum Moderator
Posts: 2556
Joined: 2007/09/03 21:18:09
Location: NYC
Contact:

Re: Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by scottro » 2015/01/08 15:37:07

I just ordered one myself. I had gotten a nice refurbished laptop from NewEgg (ThinkPad L420, 4 GB of RAM and i5 processor, for $249, free shipping.). Its wireless wasn't working with FreeBSD. (Haven't tried with CentOS--it did work with Fedora21). My boss lent me his Edimax and it worked, though I had to add license acceptance to /boot/loader.conf on my FreeBSD install.

If FreeBSD, which tends to support less hardware than Linux in general, works with it, I'm guessing it would be fine with CentOS-6 and 7.
New users should check the FAQ and Read Me First pages

pishotta
Posts: 2
Joined: 2015/01/08 03:36:40

Re: Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by pishotta » 2015/01/08 19:37:50

TrevorH wrote:Thanks for the feedback, I'm sure it'll be useful.

My Dell D430 works out of the box BTW, using the mini-PCIE adapter that it shipped with

Code: Select all

0c:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection [8086:4229] (rev 61)
My D430 also has an internal wifi, but no joy. Must be a different version. So much in life depends on luck, alas... Will check when I get home.

Greg_E
Posts: 143
Joined: 2014/04/04 18:53:45

Re: Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by Greg_E » 2015/01/25 19:10:17

I put that same mini pcie card in my laptop when Trevor recommended it to get my Bluetooth working, that was back with C6.5 and no problems when I did a clean install of 7 when it first came out. The BT support could use some work, but if you jump through a couple of hoops to initialize a device it works pretty well. No issues with WiFi anywhere I have tried to use it. I think that card cost me less than $20 including shipping, might have been less than $10.

I think Edimax either worked with the raspberry pie people or was chosen for the raspi because of its wide Linux support. Either way it is good to know there is a good and cheap solution.

verve111
Posts: 1
Joined: 2015/05/25 17:04:57

Re: Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by verve111 » 2015/05/25 17:18:53

Hi all.
Recently I've purchased TP-Link (TL-WN725N) wifi adapter. It has a rtl8188eu chipset. To make it run on Centos 7 I had to download device kernel module code from https://github.com/lwfinger/rtl8188eu/, then compile it and install. And then using wpa_supplicant and dhclient everything worked like a charm. Here is a compete http://soft29.info/blog/entry/centos-7-usb-wifi-8188eu post how I did it.

rjt69
Posts: 27
Joined: 2013/07/12 18:03:14
Location: Omaha, NE
Contact:

Re: Found: A USB wifi adaptor that works OOTB with CentOS 7

Post by rjt69 » 2016/03/11 20:29:01

CentOS6.7

i installed kmod-r8192cu-4.0.2_9000-2.el6.elrepo.i686 from elrepo but it still does not work on CentOS67. It is recognized, but most wireless commands error with "nl80211 not found." It is a command line only system without NetworkManager.

Both of the following have normal results:
ip link show dev wlan0
ifconfig wlan0

Post Reply