Results 1 to 6 of 6

Thread: Cannot load Edimax Wireless Driver

  1. #1
    Join Date
    Jul 2009
    Location
    England
    Beans
    12
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Cannot load Edimax Wireless Driver

    I have just bought an Edimax EW-7711UTn wireless adaptor with CD. I have the Linux folder on the CD. Folder name 2009_0525_RT3070_Linux_STA_v2.1.1.0.
    How do I install from this folder
    Step by step instructions would be much appreciated.

    Lorraine

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

    Re: Cannot load Edimax Wireless Driver

    Maybe there is an easier way. Please open a terminal and run and post:
    Code:
    lsusb
    uname -r
    lsmod | grep rt2
    We only need to see the line for your wireless device, evidently a Ralink.

    The pipe symbol | is on the right side of my US keyboard on the same key with \. Thanks.
    "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 2009
    Location
    England
    Beans
    12
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: Cannot load Edimax Wireless Driver

    Here is the readout from terminal. with the Edimax in USB port no access to internet.
    p { margin-bottom: 0.21cm; } xxxxxxxx-linux:~$ lsusb
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 003: ID 046d:c05a Logitech, Inc.
    Bus 003 Device 002: ID 062a:0201 Creative Labs Defender Office Keyboard (K7310) S Zodiak KM-9010
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 005: ID 7392:7711
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    xxxxxxxx-linux:~$ uname -r
    2.6.32-33-generic
    xxxxxxxx-linux:~$ lsmod | grep rt2
    rt2870sta 461843 0
    rt2800usb 31531 0
    rt2x00usb 9703 1 rt2800usb
    rt2x00lib 27573 2 rt2800usb,rt2x00usb
    mac80211 205402 3 rt2x00usb,rt2x00lib,rtl8187
    led_class 2864 2 rt2x00lib,rtl8187
    cfg80211 126144 3 rt2x00lib,rtl8187,mac80211
    crc_ccitt 1339 2 rt2800usb,irda




    Here is a report with access using my Netgear adaptor

    xxxxxx-linux:~$ lsusb
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 003: ID 046d:c05a Logitech, Inc.
    Bus 003 Device 002: ID 062a:0201 Creative Labs Defender Office Keyboard (K7310) S Zodiak KM-9010
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 006: ID 0846:4260 NetGear, Inc. WG111(v3) 54 Mbps Wireless [RealTek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    xxxxxx-linux:~$ uname -r
    2.6.32-33-generic
    lorraine@lorraine-linux:~$ lsmod |grep rt2
    rt2870sta 461843 0
    rt2800usb 31531 0
    rt2x00usb 9703 1 rt2800usb
    rt2x00lib 27573 2 rt2800usb,rt2x00usb
    mac80211 205402 3 rt2x00usb,rt2x00lib,rtl8187
    led_class 2864 2 rt2x00lib,rtl8187
    cfg80211 126144 3 rt2x00lib,rtl8187,mac80211
    crc_ccitt 1339 2 rt2800usb,irda


    xxxxx replaces my logon

    Lorraine

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

    Re: Cannot load Edimax Wireless Driver

    with the Edimax in USB port no access to internet.
    <snip>
    Bus 001 Device 005: ID 7392:7711

    xxxxxxxx-linux:~$ lsmod | grep rt2
    rt2870sta 461843 0
    rt2800usb 31531 0
    rt2x00usb 9703 1 rt2800usb
    rt2x00lib 27573 2 rt2800usb,rt2x00usb
    mac80211 205402 3 rt2x00usb,rt2x00lib,rtl8187
    led_class 2864 2 rt2x00lib,rtl8187
    cfg80211 126144 3 rt2x00lib,rtl8187,mac80211
    crc_ccitt 1339 2 rt2800usb,irda
    You have a little conflict going there. Please open a terminal and do:
    Code:
    sudo su
    echo "blacklist rt2800usb" >> /etc/modprobe.d/blacklist.conf
    exit
    Leave the Edimax inserted, reboot and let us have your report.
    "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 2009
    Location
    England
    Beans
    12
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: Cannot load Edimax Wireless Driver

    Followed inst. re-booted and I am connected .
    Thanks for your help.

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

    Re: Cannot load Edimax Wireless Driver

    You are very welcome. Would you please use thread tools at the top and Mark Solved?
    "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
  •