Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Install/patch Edimax EW-7138USG

  1. #1
    Join Date
    Jul 2008
    Beans
    174
    Distro
    Ubuntu 12.04 Precise Pangolin

    Install/patch Edimax EW-7138USG

    I have Ubuntu 9.04 and the Edimax EW-7138USG. It is a USB dongle for Wifi.

    I don't know what the name of the driver (?) is, whether it's ralink rt73, or rt73usb or what (I've heard two drivers were released for this very device, so I don't know if mine is the old or new). I need to know how to get this working on Ubuntu 9.04. I've read various guides, but none seem to work.

    Can somebody help?

    This is where I bought it: http://www.play.com/PC/PCs/-/660/867...archtype=genre

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

    Re: Install/patch Edimax EW-7138USG

    Please check here: http://ubuntuforums.org/showpost.php...64&postcount=8

    You might try the built-in driver. Open a terminal and do:
    Code:
    sudo modprobe rt73usb
    iwconfig
    Do you now have a wireless interface? Can you click the Network Manager icon and connect?
    "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
    Jul 2008
    Beans
    174
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install/patch Edimax EW-7138USG

    No, this is what iwconfig returns:

    Code:
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     802.11b/g  Mode:Managed  Frequency=2.422 GHz  
              Access Point: Not-Associated   Bit Rate:11 Mb/s   
              Retry:on   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    
    pan0      no wireless extensions.
    wlan0 is my computer's regular built-in Wifi, I think.

    I don't even know if rt73usb is actually the name of the driver... Can anyone confirm what the name is? This is very annoying.
    Last edited by KingNeil; December 8th, 2009 at 11:17 PM.

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

    Re: Install/patch Edimax EW-7138USG

    Plug the device in and do:
    Code:
    sudo modprobe rt73usb
    lsusb -v
    dmesg > dmesg.txt
    zip dmesg.zip dmesg.txt
    Please post the lsusb result and attach the dmesg.zip file that you will find in your home directory. Thanks.
    "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
    Jul 2008
    Beans
    174
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install/patch Edimax EW-7138USG

    Here is the ZIP file.
    Attached Files Attached Files

  6. #6
    Join Date
    Jul 2008
    Beans
    174
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install/patch Edimax EW-7138USG

    Any idea of what the problem is?

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

    Re: Install/patch Edimax EW-7138USG

    No ideas yet. Please post:
    Code:
    lsusb -v
    lsmod | grep rt
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #8
    Join Date
    Jul 2008
    Beans
    174
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install/patch Edimax EW-7138USG

    Do I run that with the dongle plugged in?

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

    Re: Install/patch Edimax EW-7138USG

    Yes, please.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #10
    Join Date
    Jul 2008
    Beans
    174
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install/patch Edimax EW-7138USG

    It doesn't exactly all fit in the terminal window. How do I show you the output?

    EDIT: Also see the info on the next post.
    Last edited by KingNeil; December 9th, 2009 at 11:45 AM.

Page 1 of 3 123 LastLast

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
  •