Description of problem:
Fedora 15 could not recognize the RTL8191SU network adapter
Version-Release number of selected component (if applicable):
2.6.38.6-27.fc15(x86_64)
How reproducible:
Install or run live CD of Fedora 15 on a computer with RTL8191SU netowrk adapter
Steps to Reproduce:
1.Install or run live CD of Fedora 15 on a computer with RTL8191SU netowrk adapter
2.
3.
Actual results:
No wireless network adapter avaliable
Expected results:
Be able to connect to wireless network
Additional info:
There's a module for this in the staging kernel, but it's not in the mainline yet. Fedora doesn't build staging, but RPM Fusion (http://rpmfusion.org/). Install the kmod-staging meta package, and it will install the correct kmod-staging package for your kernel.
I believe the driver name is r8712u.
(In reply to comment #1)
> There's a module for this in the staging kernel, but it's not in the mainline
> yet. Fedora doesn't build staging, but RPM Fusion (http://rpmfusion.org/).
> Install the kmod-staging meta package, and it will install the correct
> kmod-staging package for your kernel.
>
> I believe the driver name is r8712u.
That works. Thanks!