Results 1 to 10 of 109

Thread: No wireless after 12.10 installation

Threaded View

  1. #10
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: No wireless after 12.10 installation

    No firmware? Let's get some. Please download the attached to your desktop. Right-click it and select Extract Here. Now open a terminal and do:
    Code:
    sudo mkdir /lib/firmware/rtlwifi
    The file may already exist. Please proceed.
    Code:
    sudo cp Desktop/rtlwifi/*.bin /lib/firmware/rtlwifi/
    Now, we unload and reload the driver so it sees the needed firmware:
    Code:
    sudo modprobe -r rtl8723ae
    sudo modprobe rtl8723ae
    Now we check for any improvement:
    Code:
    iwconfig 
    sudo iwlist wlan0 scan
    Now let's do some housekeeping:
    Code:
    sudo rm /etc/modprobe.d/iwlwifi.conf
    And let's check:
    Code:
    cat /etc/modules | tail -n5
    Attached Files Attached Files
    Last edited by chili555; December 29th, 2012 at 02:15 AM.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

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
  •