Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Asus n13

  1. #11
    Join Date
    Aug 2012
    Beans
    8

    Re: Asus n13

    I ended up fixing it.
    Just had to get a better connection.
    I now feel like a

  2. #12
    Join Date
    Aug 2012
    Beans
    8

    Re: Asus n13

    It will only connect if i am very close to the wifi source.
    It has full bars on the connection i am trying to connect to but it wont connect.
    Am i doing something wrong?

  3. #13
    Join Date
    Aug 2009
    Location
    Ukraine
    Beans
    14
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Asus n13

    Quote Originally Posted by arturoman10101 View Post
    It will only connect if i am very close to the wifi source.
    It has full bars on the connection i am trying to connect to but it wont connect.
    Am i doing something wrong?
    Same here! As soon as i drag my box&monitor all the way to another room, and put it next to the router, it works. Otherwise it ends up receiving the IP with dhcp, but fails even to ping router itself afterwards (destination host not reachable).

  4. #14
    Join Date
    May 2007
    Location
    Toronto, Canada
    Beans
    24
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Asus n13

    Quote Originally Posted by steeldriver View Post
    well fwiw I just downloaded a (presumably) newer version of the driver tarball

    Code:
    RTL8188C_8192C_USB_linux_v3.4.3_4369.20120622
    http://www.realtek.com.tw/downloads/...oads=true#2772

    and it appeared to build / install OK on my 12.04 VM - I didn't have a 8192 kernel module at all before, after I get

    Code:
    $ lsmod | grep 8192
    8192cu         502394   0
    (note this is different from the default rtl8192cu)

    Hope this helps
    Thank you for this post! My ASUS USB-N13 B1 (0b05:17ab) wouldn't work on 12.04. This is the post that finally fixed it for me. I was doing everything right except for failing to realize that there was room to scroll down on the Realtek website and select all the variants of this driver they've released.

    It's amazing how well it worked when a newer (correct) version of the drivers is used. In my case the RTL8192CU.

    I just grabbed the build-essential package and my linux-headers package, unzipped the drivers and then ran
    Code:
    sudo chmod u+x ./install.sh
    sudo ./install.sh
    and the only error it threw was that the driver could not be installed because something was in use. So I disabled networking, ran
    Code:
    sudo modprobe -r rtl8192cu
    and ran the
    Code:
    sudo ./install.sh
    a second time. It succeeded so I started up networking again my desktop has wireless again for the first time in years.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •