Asus USB N10 wireless adapter works on Ubuntu but not Fedora

5,868

Solution 1

Download the driver from the RealTek site, as previously noted.

If you cannot build kernel modules on Fedora, you need to install the kernel-devel package that perfectly matches the kernel you are booting. See this CentOS page for some details that may help.

Solution 2

Once you download the driver from the the Realtek site, you should be able to build it and install it like so:

First, make sure you have the dev-tools installed

yum groupinstall development-tools

and then cd into the directory:

su -
make
make install

and then reboot...

Share:
5,868
The Student
Author by

The Student

My main interests: Object Oriented Programming (mainly Java, Python and C++) Mobile development (Android and iOS) Artificial Neural Networks Philosophy

Updated on September 18, 2022

Comments

  • The Student
    The Student almost 2 years

    I could make it work in Ubuntu, due to this answer. But the same approach shows no result in Fedora 15 (64 bits).

    The device is an Asus USB N10 (wireless-usb converter): Bus 001 Device 003: ID 0b05:1786 ASUSTek Computer, Inc.

    Any idea how to make it work? Fedora doesn't come with this driver?

  • The Student
    The Student almost 13 years
    Before I restart my computer and enter the Fedora to try, please tell me, this "yum" will require internet access?
  • jasonwryan
    jasonwryan almost 13 years
    If you haven't already installed devel-tools, then you will either need Internet access or you will have to copy the packages across on a flash drive...
  • The Student
    The Student almost 13 years
    Ok, thanks for answering. I got make: *** /lib/modules/2.6.38.6-26.rc1.fc15.x86_64/build: No such file or directory. Stop. make: *** [all] Error 2, any idea what's wrong? By the way, you mean the directory of the driver of the cd, or the /lib/firmware/RTL8192SU? I tried both with no success..
  • jasonwryan
    jasonwryan almost 13 years
    Did you install development-tools? It doesn't look like it. If you did, you may need to restart. And, yes, you need to be in the downloaded (and extracted) directory of the firmware when you run make.
  • The Student
    The Student almost 13 years
    The make command do exist, so I thought I had it installed.. Where can I download this development-tools? I can just find the "yum" command over the web..
  • jasonwryan
    jasonwryan almost 13 years
    Yum is the Fedora package management software. Are you sure you wouldn't be happier with Ubuntu?
  • The Student
    The Student almost 13 years
    I like the gnome3 =) And I wanna try some different distributions.. I found the development-tools package for "omega 12", not sure if it's the same thing..
  • jasonwryan
    jasonwryan almost 13 years
    Omega is a Fedora Remix omega.dgplug.org I am not really able to help you any further at this point. Good luck.