Fedora Linux Support Community & Resources Center
  #1  
Old 14th April 2012, 12:08 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324
linuxfirefox
Question Realtek RTL8712U

Well ... that's what I get for doing my own thinking.

I've got a USB dongle wireless containing the Realtek RTL8712U chip, and I'll be dipped if I can make heads nor tails of what I'm finding in the way of drivers and firmware. Feeling a bit confused and brain-dead about it by now. <....>

...

HALP! <....>
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #2  
Old 14th April 2012, 12:19 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
linuxchrome
Re: Realtek RTL8712U

I suspect you'll have to compile a kernel module driver for this chipset yourself. But the good news is, recent Fedora kernels will at least give you the firmware to go with it once you do have a working kmod for it.
Code:
BASH:~/-> locate rtl87
/lib/firmware/rtlwifi/rtl8712u.bin
Reply With Quote
  #3  
Old 14th April 2012, 12:28 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324
linuxfirefox
Re: Realtek RTL8712U

*Sigh!*

Ok.

So I get to ask some more dumb (and embarrassing) questions.
How, exactly does one go about that. The last time I compiled anything was pretty much by accident and several years ago. I've slept since then.

EDIT: It seems there are some bits and chunks here:

Code:
$ locate rtl8712
/lib/firmware/rtlwifi/rtl8712u.bin
/usr/src/kernels/3.2.9-2.fc16.x86_64/drivers/staging/rtl8712
/usr/src/kernels/3.2.9-2.fc16.x86_64/drivers/staging/rtl8712/Kconfig
/usr/src/kernels/3.2.9-2.fc16.x86_64/drivers/staging/rtl8712/Makefile
/usr/src/kernels/3.3.0-8.fc16.x86_64/drivers/staging/rtl8712
/usr/src/kernels/3.3.0-8.fc16.x86_64/drivers/staging/rtl8712/Kconfig
/usr/src/kernels/3.3.0-8.fc16.x86_64/drivers/staging/rtl8712/Makefile
/usr/src/kernels/3.3.1-3.fc16.x86_64/drivers/staging/rtl8712
/usr/src/kernels/3.3.1-3.fc16.x86_64/drivers/staging/rtl8712/Kconfig
/usr/src/kernels/3.3.1-3.fc16.x86_64/drivers/staging/rtl8712/Makefile
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #4  
Old 14th April 2012, 12:42 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfirefox
Re: Realtek RTL8712U

Since it says staging you could try installing kmod-staging from rpmfusion.
Reply With Quote
  #5  
Old 14th April 2012, 01:13 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
linuxchrome
Re: Realtek RTL8712U

Good call JEO. I just examined contents of that package (for kernel 3.3.1-3.fc16.x86_64) and looks like Dan is in luck with it:

/lib/modules/3.3.1-3.fc16.x86_64/extra/staging/r8712u.ko
Reply With Quote
  #6  
Old 14th April 2012, 02:41 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324
linuxfirefox
Re: Realtek RTL8712U

Dandy. It modprobed clean ... but now inserting the device gives me the following:

Quote:
usb 1-5: new high-speed USB device number 13 using ehci_hcd
[ 8940.018051] hub 4-0:1.0: Cannot enable port 2. Maybe the USB cable is bad?
[ 8943.039079] hub 4-0:1.0: Cannot enable port 2. Maybe the USB cable is bad?
[ 8946.060076] hub 4-0:1.0: Cannot enable port 2. Maybe the USB cable is bad?
[ 8949.081085] hub 4-0:1.0: Cannot enable port 2. Maybe the USB cable is bad?
[ 8949.081104] hub 4-0:1.0: unable to enumerate USB device on port 2
<....>
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #7  
Old 14th April 2012, 02:55 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
linuxchrome
Re: Realtek RTL8712U

And this same USB port works OK with other USB devices plugged into it?
Laptop or dekstop PC here? If a desktop pc, try one of the rear panel USB ports which might be on a different "hub".
Does the device actually have a "cable", or is it a "direct" plugin connector?
"Plug and Play" just doesn't always play fair, eh?
Reply With Quote
  #8  
Old 14th April 2012, 03:01 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324
linuxfirefox
Re: Realtek RTL8712U

It's a desktop, my jumpdrives still work peachy-keen in that slot, it's direct plug in, and you were absolutely correct about the rear connectors. Thanks!
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #9  
Old 14th April 2012, 03:09 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
linuxchrome
Re: Realtek RTL8712U

Next time you have the side cover off of that desktop pc for cleaning, check that the front panel USB cable is securely plugged into the USB mb header. Also, in some case, the front panel USB ports don't provide as much power (current) capability as the directly connected to the mb rear panel USB ports and some USB devices can get pretty persnickety about that.
Reply With Quote
  #10  
Old 14th April 2012, 03:12 AM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324
linuxfirefox
Re: Realtek RTL8712U

The connections look fine. But ...

The USB ports which won't play well are the USB2.0/1.1 ports, whereas the ones that play nice are the USB 3.0/2.0 high current ports.

EDIT:

This is the motherboard involved: http://www.gigabyte.us/products/prod...px?pid=3258#ov

This is the USB unit involved: http://www.asus.com/Networks/Wireless_Adapters/USBN10/
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #11  
Old 14th April 2012, 08:29 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324
linuxfirefox
Re: Realtek RTL8712U

Ok ... another dumb question.

Which metapackage should I grab to keep this current? The naming nomenclature leaves me a bit baffled.

See attached illustration.
Attached Thumbnails
Click image for larger version

Name:	Screenshot at 2012-04-14 14:26:40.jpg
Views:	41
Size:	296.7 KB
ID:	22953  
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #12  
Old 14th April 2012, 08:46 PM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfirefox
Re: Realtek RTL8712U

How about the most modern one in the list? (ends in 16.4)
Reply With Quote
  #13  
Old 14th April 2012, 08:47 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,141
linuxfirefox
Re: Realtek RTL8712U

I think all you need is "yum install kmod-staging" or "yum update kmod-staging".
Code:
BASH:~/-> yum list kmod-staging
Loaded plugins: langpacks, presto
Available Packages
kmod-staging.x86_64                                                3.3-1.fc16.5                                                 rpmfusion-free-updates
There is a newer version than is showing in your PackageKit screenshot. They should automatically update along with any new kernel that comes along to keep you going.
Reply With Quote
  #14  
Old 14th April 2012, 08:48 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324
linuxfirefox
Re: Realtek RTL8712U

That would have been my guess, but Yumex is listing a 16.5 version. Methinks I'm in that hideous no-man's-land between updates.

...


... Ayup. Packagekit just got around to announcing a new bug-fix kernel. <....>


EDIT: Just caught that, Pablo. Weekend updates strikes again! <..>.>
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #15  
Old 14th April 2012, 09:18 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324
linuxfirefox
Re: Realtek RTL8712U

Ayup. That did it. I took the lazy man's way, and installed the .4 version, and then ran updates. All is peachy keen fine now. Thanks again, guys!
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
Reply

Tags
realtek, rtl8712u

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
realtek hda kamil1984 Hardware & Laptops 0 20th September 2007 06:16 PM
[F7] Realtek 8111B NIC immoral giant Hardware & Laptops 1 21st August 2007 10:42 PM


Current GMT-time: 04:14 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat