Results 1 to 5 of 5

Thread: Wireless USB adapter stopped working overnight?

  1. #1
    Join Date
    May 2013
    Beans
    15

    Wireless USB adapter stopped working overnight?

    I have a Trendnet tew-6646usb v2.0 wireless usb adapter that is not picked up by ubuntu today even though it was yesterday. Help?

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

    Re: Wireless USB adapter stopped working overnight?

    Does it start working if you just reload the driver?
    Code:
    sudo modprobe 8192du
    Is there any error with modprobe?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    May 2013
    Beans
    15

    Re: Wireless USB adapter stopped working overnight?

    It says the Module 8192du is not found.

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

    Re: Wireless USB adapter stopped working overnight?

    I suspect there was an updated kernel version. When this happens, you will need to re-compile for the newer kernel, also known as linux-image:
    Code:
    cd rtl8192du
    make clean
    make
    sudo make install
    sudo modprobe 8192du
    Is it working now?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    May 2013
    Beans
    15

    Re: Wireless USB adapter stopped working overnight?

    Thank you, fixed it again!

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
  •