Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Realtek edup RTL8188su on lubuntu?

  1. #11
    Join Date
    Dec 2010
    Beans
    8

    Re: Realtek edup RTL8188su on lubuntu?

    duijn@ze4300:~$ dmesg | grep -i firm
    [ 27.634276] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
    [ 27.637664] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
    [ 27.817520] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
    [ 27.820555] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
    [ 28.015698] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
    [ 28.018168] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
    [ 28.199940] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
    [ 28.202966] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
    duijn@ze4300:~$ sudo dmesg | grep -i firm
    [sudo] password for duijn:
    [ 27.634276] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
    [ 27.637664] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
    [ 27.817520] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
    [ 27.820555] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
    [ 28.015698] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
    [ 28.018168] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a
    [ 28.199940] rtl819xU:FirmwareRequest92S(): failed with TCR-Status: a
    [ 28.202966] rtl819xU:FirmwareDownload92S(): failed with TCR-Status: a

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

    Re: Realtek edup RTL8188su on lubuntu?

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

  3. #13
    Join Date
    Nov 2010
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Realtek edup RTL8188su on lubuntu?

    okay do this...


    1)run this in a terminal, (it extracts the driver):
    Code:
    tar zxvf rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.201006 25.tar.gz
    2)go to the place where the driver was saved (probably the home folder)
    (so just type in this)
    Code:
    make

    3) run this... (this will run with root permissions don't worry)
    Code:
    sudo ./clean

    4) insert 8712 USB modules, with root access (by running this)...
    Code:
    sudo insmod 8712u.ko
    RESTART THE COMPUTER
    then you should be done hope it worked

Page 2 of 2 FirstFirst 12

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
  •