Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 38

Thread: Driver for rtl8811cu?

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

    Re: Driver for rtl8811cu?

    Please paste your usb_intf.c after you modified it: http://paste.ubuntu.com and give me the link.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #12
    Join Date
    Sep 2014
    Location
    milky way
    Beans
    76
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Driver for rtl8811cu?

    wait! IT APPEARS TO BE WORKING

  3. #13
    Join Date
    Sep 2014
    Location
    milky way
    Beans
    76
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Driver for rtl8811cu?

    never mind, the device is detected, but it does not pick up any signals

  4. #14
    Join Date
    Sep 2014
    Location
    milky way
    Beans
    76
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Driver for rtl8811cu?


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

    Re: Driver for rtl8811cu?

    Quote Originally Posted by ariel8 View Post
    never mind, the device is detected, but it does not pick up any signals
    Any clues in the log?
    Code:
    rfkill list all
    dmesg | grep 881
    dmesg | grep -i rtl
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #16
    Join Date
    Sep 2014
    Location
    milky way
    Beans
    76
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Driver for rtl8811cu?


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

    Re: Driver for rtl8811cu?

    rtl8812au_hal_init: Download Firmware
    Does modinfo say anything about firmware?

    Is an interface created?
    Code:
    iwconfig
    Does it scan?
    Code:
    nmcli dev wifi list
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #18
    Join Date
    Sep 2014
    Location
    milky way
    Beans
    76
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Driver for rtl8811cu?

    Code:
    enx00e04c1c4abb  unassociated  Nickname:"<WIFI@REALTEK>"          Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated   
              Sensitivity:0/0  
              Retry:off   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality:0  Signal level:0  Noise level:0
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    doesnt scan

  9. #19
    Join Date
    Sep 2014
    Location
    milky way
    Beans
    76
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Driver for rtl8811cu?

    anyone have any ideas?

  10. #20
    Join Date
    May 2018
    Beans
    1

    Re: Driver for rtl8811cu?

    Hi guys,

    I'm just struggling on a USB WIFI dongle with the same device id 0xC811 from realtek on raspberry pi with tinycore linux.
    After searching for a longtime on google, I found this project on Github: https://github.com/zebulon2/rtl8812au-driver-5.2.20 which include the support for this device id. But it seems that the driver needs some modification to support raspberry pi platform and it's out of my capability to do that. Hope someone can give it a fix.

Page 2 of 4 FirstFirst 1234 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
  •