Page 7 of 8 FirstFirst ... 5678 LastLast
Results 61 to 70 of 76

Thread: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet)

  1. #61
    Join Date
    Mar 2016
    Beans
    69

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    Ok so after a restart the adapter didn't start up again and I ran all the code you suggested, but it didn't seem to activate it?

    Code:
    psychwonders@MainStation:~$ lsmod | grep 8812
    8812au                991232  0
    psychwonders@MainStation:~$ sudo modprobe 8812au
    [sudo] password for psychwonders: 
    psychwonders@MainStation:~$ sudo -i
    root@MainStation:~# echo 8812au  >>  /etc/modules
    root@MainStation:~# ^C
    Seems something isn't right is it?

  2. #62
    Join Date
    Sep 2009
    Beans
    3
    Distro
    Ubuntu

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    Chili, That worked like a charm. THANK YOU!

  3. #63
    Join Date
    Mar 2016
    Beans
    1

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    Hello Guys,

    I have a similar AC600 dual band adaptor and the below set of commands was working fine until I've switched to ubuntu 16.1.
    My assumption is that this is something with the new version of Kernel, but I am no expert and I need somebody's help to figure this one out.
    When I run the last command nothing happens.
    Code:
    sudo apt-get update
    sudo apt-get install linux-headers-generic build-essential git
    git clone https://github.com/gnab/rtl8812au.git
    cd ~/rtl8812au
    make
    sudo make install
    sudo modprobe 8812au
    I think something is wrong because of the following:
    Code:
    ~/rtl8812AU_8821AU_linux-> ndiswrapper -l
    autorun : invalid driver!
    netrtwlanu : driver installed
        device (0BDA:A811) present (alternate driver: 8812au)
    netrtwlanu_xp : invalid driver!
    rtlbt : invalid driver!
    Can you please help me with a solution?

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

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    Quote Originally Posted by Cristian_Perieanu View Post
    Hello Guys,

    I have a similar AC600 dual band adaptor and the below set of commands was working fine until I've switched to ubuntu 16.1.
    My assumption is that this is something with the new version of Kernel, but I am no expert and I need somebody's help to figure this one out.
    When I run the last command nothing happens.
    Code:
    sudo apt-get update
    sudo apt-get install linux-headers-generic build-essential git
    git clone https://github.com/gnab/rtl8812au.git
    cd ~/rtl8812au
    make
    sudo make install
    sudo modprobe 8812au
    I think something is wrong because of the following:
    Code:
    ~/rtl8812AU_8821AU_linux-> ndiswrapper -l
    autorun : invalid driver!
    netrtwlanu : driver installed
        device (0BDA:A811) present (alternate driver: 8812au)
    netrtwlanu_xp : invalid driver!
    rtlbt : invalid driver!
    Can you please help me with a solution?
    Please try this:
    Code:
    sudo apt-get purge ndiswrapper-common
    sudo apt-get purge ndiswrapper-utils-1.9
    Reboot.

    You don't want or need ndiswrapper if you are using the preferable native driver 8812au.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #65
    Join Date
    Aug 2016
    Beans
    21

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    Good afternoon!
    I get an error make
    Error.txt
    Help me, please

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

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    Quote Originally Posted by scorpvk View Post
    Good afternoon!
    I get an error make
    Error.txt
    Help me, please
    You are trying to compile mt7601u. The subject of this thread is the very different 8812au. Please start your own new thread.

    By the way, mt7601u is included by default in kernel versions 4.4 and later. Consider upgrading.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #67
    Join Date
    Sep 2007
    Beans
    19

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    I've been having trouble with proprietary and gnab's (worked intermittently only) - the only one that worked reliably for me (even after restart) is abperiasamy's:

    https://github.com/abperiasamy/rtl8812AU_8821AU_linux

    As per README.md):
    Download, extract, cd into dir, make clean, make, make install, reboot.
    (following the instructions at the top for the DKMS install did not work for me - no compile errors or anything, just the adapter won't start / blue light won't turn on / ifconfig won't list it)

    The thing I'm struggling though now is using this adapter in AP mode with a wired connection to the cable modem - I followed various guides, using command line and GUI methods, so far no joy
    Any link to a working and up-to-date guide for running this adapter in AP mode for Ubuntu 16.04.1 would be much appreciated!

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

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    Quote Originally Posted by maxbar View Post
    I've been having trouble with proprietary and gnab's (worked intermittently only) - the only one that worked reliably for me (even after restart) is abperiasamy's:

    https://github.com/abperiasamy/rtl8812AU_8821AU_linux

    As per README.md):
    Download, extract, cd into dir, make clean, make, make install, reboot.
    (following the instructions at the top for the DKMS install did not work for me - no compile errors or anything, just the adapter won't start / blue light won't turn on / ifconfig won't list it)

    The thing I'm struggling though now is using this adapter in AP mode with a wired connection to the cable modem - I followed various guides, using command line and GUI methods, so far no joy
    Any link to a working and up-to-date guide for running this adapter in AP mode for Ubuntu 16.04.1 would be much appreciated!
    Not all devices support AP mode. What does this report?
    Code:
    iw list
    My Intel says:
    Supported interface modes:
    * IBSS
    * managed
    * AP
    * AP/VLAN
    * monitor
    * P2P-client
    * P2P-GO
    * P2P-device
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #69
    Join Date
    Sep 2007
    Beans
    19

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    I didn't get an email that you had responded... I'm now subscribed to this thread and I'll get an email (hopefully)

    Re. AP support, it def. does, that's the first I checked, but here it goes:

    Code:
    Wiphy phy0
            max # scan SSIDs: 9
            max scan IEs length: 2304 bytes
            Retry short limit: 7
            Retry long limit: 4
            Coverage class: 0 (up to 0m)
            Supported Ciphers:
                    * WEP40 (00-0f-ac:1)
                    * WEP104 (00-0f-ac:5)
                    * TKIP (00-0f-ac:2)
                    * CCMP (00-0f-ac:4)
            Available Antennas: TX 0 RX 0
            Supported interface modes:
                     * IBSS
                     * managed
                     * AP
                     * monitor
                     * P2P-client
                     * P2P-GO
            Band 1:
                    Capabilities: 0x1862
                            HT20/HT40
                            Static SM Power Save
                            RX HT20 SGI
                            RX HT40 SGI
                            No RX STBC
                            Max AMSDU length: 7935 bytes
                            DSSS/CCK HT40
                    Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                    Minimum RX AMPDU time spacing: 16 usec (0x07)
                    HT TX/RX MCS rate indexes supported: 0-15, 32
                    Bitrates (non-HT):
                            * 1.0 Mbps
                            * 2.0 Mbps
                            * 5.5 Mbps
                            * 11.0 Mbps
                            * 6.0 Mbps
                            * 9.0 Mbps
                            * 12.0 Mbps
                            * 18.0 Mbps
                            * 24.0 Mbps
                            * 36.0 Mbps
                            * 48.0 Mbps
                            * 54.0 Mbps
                    Frequencies:
                            * 2412 MHz [1] (20.0 dBm)
                            * 2417 MHz [2] (20.0 dBm)
                            * 2422 MHz [3] (20.0 dBm)
                            * 2427 MHz [4] (20.0 dBm)
                            * 2432 MHz [5] (20.0 dBm)
                            * 2437 MHz [6] (20.0 dBm)
                            * 2442 MHz [7] (20.0 dBm)
                            * 2447 MHz [8] (20.0 dBm)
                            * 2452 MHz [9] (20.0 dBm)
                            * 2457 MHz [10] (20.0 dBm)
                            * 2462 MHz [11] (20.0 dBm)
                            * 2467 MHz [12] (20.0 dBm) (no IR)
                            * 2472 MHz [13] (20.0 dBm) (no IR)
                            * 2484 MHz [14] (20.0 dBm) (no IR)
            Band 2:
                    Capabilities: 0x1862
                            HT20/HT40
                            Static SM Power Save
                            RX HT20 SGI
                            RX HT40 SGI
                            No RX STBC
                            Max AMSDU length: 7935 bytes
                            DSSS/CCK HT40
                    Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
                    Minimum RX AMPDU time spacing: 16 usec (0x07)
                    HT TX/RX MCS rate indexes supported: 0-15, 32
                    Bitrates (non-HT):
                            * 6.0 Mbps
                            * 9.0 Mbps
                            * 12.0 Mbps
                            * 18.0 Mbps
                            * 24.0 Mbps
                            * 36.0 Mbps
                            * 48.0 Mbps
                            * 54.0 Mbps
                    Frequencies:
                            * 5170 MHz [34] (disabled)
                            * 5180 MHz [36] (20.0 dBm) (no IR)
                            * 5190 MHz [38] (20.0 dBm) (no IR)
                            * 5200 MHz [40] (20.0 dBm) (no IR)
                            * 5210 MHz [42] (20.0 dBm) (no IR)
                            * 5220 MHz [44] (20.0 dBm) (no IR)
                            * 5230 MHz [46] (20.0 dBm) (no IR)
                            * 5240 MHz [48] (20.0 dBm) (no IR)
                            * 5260 MHz [52] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5280 MHz [56] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5300 MHz [60] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5320 MHz [64] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5500 MHz [100] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5520 MHz [104] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5540 MHz [108] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5560 MHz [112] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5580 MHz [116] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5600 MHz [120] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5620 MHz [124] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5640 MHz [128] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5660 MHz [132] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5680 MHz [136] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5700 MHz [140] (20.0 dBm) (no IR, radar detection)
                              DFS state: usable (for 72399 sec)
                              DFS CAC time: 60000 ms
                            * 5745 MHz [149] (20.0 dBm) (no IR)
                            * 5765 MHz [153] (20.0 dBm)
                            * 5785 MHz [157] (20.0 dBm) (no IR)
                            * 5805 MHz [161] (20.0 dBm) (no IR)
                            * 5825 MHz [165] (20.0 dBm) (no IR)
                            * 5920 MHz [184] (disabled)
                            * 5940 MHz [188] (disabled)
                            * 5960 MHz [192] (disabled)
                            * 5980 MHz [196] (disabled)
                            * 6000 MHz [200] (disabled)
                            * 6020 MHz [204] (disabled)
                            * 6040 MHz [208] (disabled)
                            * 6060 MHz [212] (disabled)
                            * 6080 MHz [216] (disabled)
            Supported commands:
                     * new_interface
                     * set_interface
                     * new_key
                     * start_ap
                     * new_station
                     * set_bss
                     * join_ibss
                     * set_pmksa
                     * del_pmksa
                     * flush_pmksa
                     * remain_on_channel
                     * frame
                     * set_channel
                     * connect
                     * disconnect
            Supported TX frame types:
                     * IBSS: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                     * managed: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                     * AP: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                     * AP/VLAN: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                     * P2P-client: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
                     * P2P-GO: 0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80 0x90 0xa0 0xb0 0xc0 0xd0 0xe0 0xf0
            Supported RX frame types:
                     * IBSS: 0xd0
                     * managed: 0x40 0xd0
                     * AP: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                     * AP/VLAN: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
                     * P2P-client: 0x40 0xd0
                     * P2P-GO: 0x00 0x20 0x40 0xa0 0xb0 0xc0 0xd0
            software interface modes (can always be added):
                     * monitor
            interface combinations are not supported
            Device supports scan flush.
    Last edited by vasa1; May 16th, 2017 at 01:00 PM. Reason: quote tags to code tags

  10. #70
    Join Date
    Jan 2012
    Beans
    3

    Re: How to install Edimax EW-7811UTC AC600 Wireless USB with no internet (no ethernet

    I had a problem installing this module and noticed for some reason the Wifi worked if I used
    Code:
     sudo make install
    but if I manually copied the module into /lib/modules/<kernel>/extra then the module loaded but the Wifi repeatedly failed to authenticate.

Page 7 of 8 FirstFirst ... 5678 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
  •