Results 1 to 7 of 7

Thread: Ubuntu 11.04 and RTL8188CE Wifi

  1. #1
    Join Date
    Jul 2008
    Location
    New York
    Beans
    820
    Distro
    Ubuntu Development Release

    Ubuntu 11.04 and RTL8188CE Wifi

    Hi! I'm using a (newly custom built ) computer with an ASUS PCE-N15 Wifi card, which according to lspci uses the RTL8188CE chipset. Now, after buying this card I read a lot of bad things about this chipset on the internet when it comes to Linux. However, I'd like to give it a sporting chance before I send it back from whence it came. . .

    My problem is this. The card worked out of the box when I installed Ubuntu 11.04 64 bit, but I began to notice that the card only works every other minute. Seriously, I opened up System Monitor, and the card will work for exactly one minute, then for another minute it won't send or receive anything. The connection isn't dropped, but no packets are sent or received. And when the card is working, it's slow. iwconfig shows that my connection is 57 Mbps, and this is an 802.11N card that's advertised to run at 300Mbps.

    lspci -v tells me that it's using the rtl8192ce module as a driver, and lsmod is showing several other modules like cfg80211, mac80211, and rtlwifi on which it is dependent. I've read about the Realtek proprietary drivers online, and it would seem that the linux drivers are crap.

    My question is this. . . Does anyone own a Realtek wifi card and have it working reliably at a satisfactory speed?

    Thanks in advance!
    If it jams, force it. If it breaks, it needed replacing anyway. . .
    I like Unity.

  2. #2
    Join Date
    Jan 2007
    Beans
    15

    Re: Ubuntu 11.04 and RTL8188CE Wifi

    Realtek has released a new set of rtl8188ce drivers for Kernel 2.6.35 and later (released on 26 July 2011).

    Follow the steps mentioned in the "readme" file. Hope that works for you.

    Also, you may need to do this prior to running the above steps

    1. Open a console
    2. Type sudo apt-get install build-essential linux-headers-`uname -r`

    You may not need this when there is a new kernel update in Ubuntu 11.04. But if it works now, and then doesn't work in the new kernel update, then you'd have to reinstall the drivers again. Possibly it'll be resolved in 11.10.

  3. #3
    Join Date
    Jul 2008
    Location
    New York
    Beans
    820
    Distro
    Ubuntu Development Release

    Re: Ubuntu 11.04 and RTL8188CE Wifi

    Quote Originally Posted by marquivon View Post
    Realtek has released a new set of rtl8188ce drivers for Kernel 2.6.35 and later (released on 26 July 2011).

    Follow the steps mentioned in the "readme" file. Hope that works for you.

    Also, you may need to do this prior to running the above steps

    1. Open a console
    2. Type sudo apt-get install build-essential linux-headers-`uname -r`

    You may not need this when there is a new kernel update in Ubuntu 11.04. But if it works now, and then doesn't work in the new kernel update, then you'd have to reinstall the drivers again. Possibly it'll be resolved in 11.10.
    I'll give those a try and report back. I tried the version on their product page but the performance was no different.
    If it jams, force it. If it breaks, it needed replacing anyway. . .
    I like Unity.

  4. #4
    Join Date
    Dec 2005
    Location
    Sverige / Sweden
    Beans
    104
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Ubuntu 11.04 and RTL8188CE Wifi

    Hi,
    I have now myself the same issue on Ubuntu 11.10 under kernel 3.xx.
    So this is not solved yet in the main kernel stream.
    I am going to try installing the Realtek drivers as well.
    Thanks for the tips here.
    Salutacions / Atentamente / Kind Regards / Amicalement / Med vänliga hälsningar / Cumprimentos / Mit freundlichen Grüßen
    ___________________

    Carlos Blanquer-Bogacz

  5. #5
    Join Date
    Feb 2011
    Beans
    7

    Re: Ubuntu 11.04 and RTL8188CE Wifi

    Not to necro-post or anything, but same exact issue here. Tried compiling and installing the RTL8188CE drivers from scratch and installing them. No bloody dice. I really don't want to have to send them back, since they were cheap, I'm on a budget, and I'll get saddled with shipping... but I do need working wireless cards. Can anybody advise me on this? I'm pretty capable with code and linux hacking, so I'm game for anything you'd like me to try in the name of science. I just need a response soon before I send these back (probably this upcoming Monday).

  6. #6
    Join Date
    Nov 2009
    Beans
    10

    Re: Ubuntu 11.04 and RTL8188CE Wifi

    If you got slow connexion, difficult connexion, slow speed etc.
    Here is the command to fix it.

    My card was : Intel Corporation Centrino Wireless-N 1030
    My Distro : Ubuntu 11.04
    Kernel : 2.6.38-13-generic x86_64

    So how to fix ?

    first test if its work :
    sudo rmmod -f iwlagn
    sudo modprobe iwlagn 11n_disable=1
    sudo iwconfig wlan0 power off


    It’s work? Then how to make it permanent?
    gksudo gedit /etc/modprobe.d/iwlagn.conf
    Add this to the file :
    Code:
    options iwlagn 11n_disable=1
    Save & Close Gedit
    Then :
    gksudo gedit /etc/pm/power.d/wireless
    Add this to the file :
    Code:
    #!/bin/sh
    iwconfig wlan0 power off
    Save and quit gedit
    You need to make the script executable :
    sudo chmod +x /etc/pm/power.d/wireless

    Hope it’s help. It’s helped me a lot my Wifi working fine now.

  7. #7
    Join Date
    May 2008
    Location
    /home
    Beans
    506
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu 11.04 and RTL8188CE Wifi

    I had similar Realtek card. Blacklisting the default Ubuntu driver was key:

    http://fleamour.wordpress.com/2012/0...-chip-usb-nic/
    Vintage IBM ThinkPad T21 laptop 1GHz PIII [T22 heatsink] ~ Silicon Heaven [RIP]
    AMD64 Lenovo ThinkPad Edge325 ~ openSUSE 12.3 KDE [Tumbleweed repos]
    PC C2D Tower ~ 32-bit 7 Ultimate/64-bit Ubuntu Precise 12.04 GNOME fallback [LTS]

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
  •