Page 9 of 16 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 155

Thread: RealTek RTL-8188CUs working well-how to

  1. #81
    Join Date
    Feb 2007
    Location
    Norway
    Beans
    386
    Distro
    Ubuntu Development Release

    Re: RealTek RTL-8188CUs working well-how to

    Quote Originally Posted by praseodym View Post
    Check:
    Code:
    sudo apt-get install linux-headers-$(uname -r) build-essential dkms
    Outputs:
    Code:
    lsmod
    rfkill list
    sudo iwlist scan
    iwlist chan
    cat /etc/resolv.conf
    lsmod
    Module Size Used by
    snd_hda_codec_hdmi 40516 4
    snd_hda_codec_analog 75523 1
    rfcomm 53664 0
    bnep 18893 2
    bluetooth 323534 10 bnep,rfcomm
    binfmt_misc 13140 1
    joydev 17097 0
    coretemp 13195 0
    kvm_intel 128218 0
    kvm 364766 1 kvm_intel
    hid_logitech_dj 18165 0
    gpio_ich 13229 0
    dell_wmi 12665 0
    sparse_keymap 13708 1 dell_wmi
    ppdev 17391 0
    dcdbas 14383 0
    usbhid 47361 0
    hid 86953 4 usbhid,hid_logitech_dj
    snd_hda_intel 42658 5
    snd_hda_codec 164003 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_ana log
    snd_hwdep 13272 1 snd_hda_codec
    snd_pcm 89488 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 14230 2 snd_pcm,snd_hda_intel
    snd_seq_midi 13132 0
    snd_seq_midi_event 14475 1 snd_seq_midi
    snd_rawmidi 25094 1 snd_seq_midi
    microcode 18830 0
    snd_seq 55383 2 snd_seq_midi_event,snd_seq_midi
    snd_seq_device 14137 3 snd_seq,snd_rawmidi,snd_seq_midi
    snd_timer 24447 2 snd_pcm,snd_seq
    psmouse 90642 0
    snd 60790 21 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd _seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_s eq_device,snd_hda_codec_analog,snd_seq_midi
    serio_raw 13189 0
    lpc_ich 16864 0
    nvidia 8511866 39
    i7core_edac 23458 0
    drm 242354 2 nvidia
    edac_core 51256 2 i7core_edac
    wmi 18590 1 dell_wmi
    soundcore 12600 1 snd
    parport_pc 31981 1
    mac_hid 13037 0
    lp 13299 0
    parport 40795 3 lp,ppdev,parport_pc
    tg3 152066 0
    ahci 25579 1
    libahci 26554 1 ahci
    ptp 18156 1 tg3
    pps_core 18546 1 ptp

    rfkill gives no output

    sudo iwlist scan
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.

    iwlist chan
    lo no frequency information.

    eth0 no frequency information.

    cat /etc/resolv.conf
    # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
    # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
    nameserver 127.0.1.1

  2. #82
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: RealTek RTL-8188CUs working well-how to

    Load the driver by hand:
    Code:
    sudo modprobe -v 8192cu
    echo 8192cu | sudo tee -a /etc/modules

  3. #83
    Join Date
    Feb 2007
    Location
    Norway
    Beans
    386
    Distro
    Ubuntu Development Release

    Re: RealTek RTL-8188CUs working well-how to

    Oups! Seems that the deb won't install correctly. Didn't se that earliger when I did it through the software cener, but terminal gave me an error

    sudo dpkg -i rtl8192cu-tjp-dkms_1.6_all.deb
    [sudo] password for olav:
    (Leser database ... 208858 filer og kataloger er for øyeblikket installerte.)
    Gjør klar til å bytte ut rtl8192cu-tjp-dkms 1.6 (ved bruk av rtl8192cu-tjp-dkms_1.6_all.deb) ...

    ------------------------------
    Deleting module version: 1.6
    completely from the DKMS tree.
    ------------------------------
    Done.
    Pakker ut erstatningen rtl8192cu-tjp-dkms ...
    Setter opp rtl8192cu-tjp-dkms (1.6) ...
    Loading new rtl8192cu-tjp-1.6 DKMS files...
    First Installation: checking all kernels...
    Building only for 3.11.0-9-generic
    Building for architecture i686
    Building initial module for 3.11.0-9-generic
    Error! Bad return status for module build on kernel: 3.11.0-9-generic (i686)
    Consult /var/lib/dkms/rtl8192cu-tjp/1.6/build/make.log for more information.

    EDIT: Log attached
    Attached Files Attached Files
    Last edited by olavjunior; September 29th, 2013 at 07:45 PM.

  4. #84
    Join Date
    Feb 2007
    Location
    Norway
    Beans
    386
    Distro
    Ubuntu Development Release

    Re: RealTek RTL-8188CUs working well-how to

    I got it to work by a github from some guy over at peppermint

    sudo apt-get install build-essential linux-headers-generic git

    then:
    Code:
    mkdir ~/RTL8188EU

    then:
    Code:
    cd ~/RTL8188EU

    then:
    Code:
    git clone git://github.com/lwfinger/rtl8188eu.git

    then:
    Code:
    cd ~/RTL8188EU/rtl8188eu

    then:
    Code:
    make

    then:
    Code:
    sudo make install
    Restarted and everything works now like a charm. I didn't even do the last part of the guide:

    Code:
    sudo depmod -a

    then:
    Code:
    sudo update-initramfs -u

    then:
    Code:
    sudo modprobe 8188eu
    EDIT: My only problem is that I have NO IDEA of what that github code did. So if the source disappears I'm lost. Or maybe I can just recompile after new kernels?
    Last edited by olavjunior; September 30th, 2013 at 07:13 AM.

  5. #85
    Join Date
    Oct 2013
    Beans
    1

    Re: RealTek RTL-8188CUs working well-how to

    Hola! Para todos aquellos que estén buscando la solución a esto, a mi me sirvió este artículo.
    (Tengo actualmente KUbuntu 13.04 con kernel 3.9.0-030900-generic, y un adaptador TP-LINK WN822N)

    http://zauwn.blogspot.com.ar/2013/08/edup-realtek-semicondutor-corp.html


    Puntualmente, la parte donde dice:

    git clone https://github.com/dz0ny/rt8192cu.git
    cd rt8192cu
    make
    sudo make install

    Para que arranque la placa wifi sin necesidad de reiniciar, como ultimo paso hice un:

    sudo modprobe 8192cu


    Saludos!
    Gabriel

  6. #86
    Join Date
    Aug 2013
    Beans
    1

    Re: RealTek RTL-8188CUs working well-how to

    Thanksolavjunior, that worked for me TP-LINK's Mini Wireless N USB Adapter (TL-WN723N v2) on Ubuntu 13.04.

  7. #87
    Join Date
    Aug 2008
    Location
    NYC
    Beans
    544
    Distro
    Ubuntu 14.04 Trusty Tahr

    Angry Re: RealTek RTL-8188CUs working well-how to

    the methods used in this thread no longer work for me when using ubuntu13
    10

    I've read ever new post. tried the new and the old solutions with no positive results.
    Intel i5 Ivy Bridge 2.8Ghz (3.4Ghz Turbo), 64bit user, AMD GPU 7700 series

  8. #88

    Re: RealTek RTL-8188CUs working well-how to

    Quote Originally Posted by tjeremiah View Post
    the methods used in this thread no longer work for me when using ubuntu13
    10

    I've read ever new post. tried the new and the old solutions with no positive results.
    I happens the same as you

    I think it's because we are using the 64bit version

  9. #89
    Join Date
    Oct 2013
    Beans
    2

    Re: RealTek RTL-8188CUs working well-how to

    Hello guys I've just installed ubuntu 13.10 and have issues with WN725N TP-LINK Wifi stick. Can someone help me and walk through the installation of this stick-dirver?

    Code:
    uname -a
    Linux crow 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:12:00 UTC 2013 i686 i686 i686 GNU/Linux
    What I did:
    1. Run this commands
    Code:
    sudo apt-get install linux-headers-$(uname -r) build-essential dkms
    2.
    Code:
    lsmod
    rfkill list
    sudo iwlist scan
    iwlist chan
    cat /etc/resolv.conf
    3. Dowloaded this one
    Code:
    http://code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304/downloads/detail?name=rtl8192cu-tjp-dkms_1.6_all.deb&can=2&q=
    and installed it.

    4. Run this one and it's result.
    Code:
    sudo modprobe -v 8192cu
    FATAL: Module 8192cu not found.

    EDITED: I have model TP-LINK TL-WN725N v2.0

    WBR
    Last edited by PY8xX4T; October 23rd, 2013 at 07:58 PM.

  10. #90
    Join Date
    Sep 2011
    Location
    Pennsylvania, U.S.A.
    Beans
    3,068
    Distro
    Ubuntu Development Release

    Re: RealTek RTL-8188CUs working well-how to

    Quote Originally Posted by PY8xX4T View Post
    Hello guys I've just installed ubuntu 13.10 and have issues with WN725N TP-LINK Wifi stick. Can someone help me and walk through the installation of this stick-dirver?

    Code:
    uname -a
    Linux crow 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:12:00 UTC 2013 i686 i686 i686 GNU/Linux
    What I did:
    1. Run this commands
    Code:
    sudo apt-get install linux-headers-$(uname -r) build-essential dkms
    2.
    Code:
    lsmod
    rfkill list
    sudo iwlist scan
    iwlist chan
    cat /etc/resolv.conf
    3. Dowloaded this one
    Code:
    http://code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304/downloads/detail?name=rtl8192cu-tjp-dkms_1.6_all.deb&can=2&q=
    and installed it.

    4. Run this one and it's result.
    Code:
    sudo modprobe -v 8192cu
    FATAL: Module 8192cu not found.

    EDITED: I have model TP-LINK TL-WN725N v2.0

    WBR
    Yes, Tim Patterson's .deb file only works with 13.04 (and perhaps earlier?) It will not work in 13.10. Have you tried just plugging in your adapter? Mine will sorta work, it'll work for several minutes then stop responding. I've had decent luck stopping wifi via the applet, pause a couple seconds then starting it again. It seems to be dependent on the machine and the wireless access point/router. I also get prompts to re-authenticate periodically. So far I'm having better success with an RTL8192CU device using the native driver.

Page 9 of 16 FirstFirst ... 7891011 ... 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
  •