Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: RTL8188CE Destination Host Unreachable

  1. #1
    Join Date
    Nov 2008
    Beans
    62

    RTL8188CE Destination Host Unreachable

    Ubuntu 12.10, RTL8188CE chipset, using rtl8192ce driver.

    My wifi works when I first connect, but then after about 5-7 minutes, it all of a sudden stops working.

    I try to load pages, they will just sit there loading, or eventually error out.

    I tried a different network also [with different encryption] and it did the same thing.

    after it stops working, iwconfig still says I'm connected and associated, and all that, ip route still shows my route, but if I, say, try to ping a server:

    Code:
    $ ping 208.67.222.222
    PING 208.67.222.222 (208.67.222.222) 56(84) bytes of data.
    From 192.168.1.14 icmp_seq=1 Destination Host Unreachable
    From 192.168.1.14 icmp_seq=2 Destination Host Unreachable
    From 192.168.1.14 icmp_seq=3 Destination Host Unreachable
    From 192.168.1.14 icmp_seq=4 Destination Host Unreachable
    So when this happens I just reconnect with NetworkManager and it usually reconnects and is up and working again.. but it's killing me, so much I started to use a external wifi. But the wifi is clunky [alfa] and that's a pain too.


    I tried to compile compat-wireless but then when I went to insmod rtl8192ce.ko, it said invalid parameters.
    [Asked ubuntu here: http://askubuntu.com/questions/23279...lid-parameters ]

    And here is iwconfig and ip route, while it is working:

    Code:
    $ iwconfig wlan3
    wlan3     IEEE 802.11bgn  ESSID:"Digital"  
              Mode:Managed  Frequency:2.412 GHz  Access Point: 00:7F:28:86:DE:13   
              Bit Rate=72.2 Mb/s   Tx-Power=20 dBm   
              Retry limit:30   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=54/70  Signal level=-56 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:51   Missed beacon:0
    
    $ ip route
    default via 192.168.1.1 dev wlan3  proto static 
    169.254.0.0/16 dev wlan3  scope link  metric 1000 
    192.168.1.0/24 dev wlan3  proto kernel  scope link  src 192.168.1.14  metric 9

  2. #2
    Join Date
    Dec 2012
    Location
    In my head.. I think?
    Beans
    113

    Re: RTL8188CE Destination Host Unreachable

    I have the exact same wireless network adapter in my HP Mini 110-3700 netbook. The driver I am using quite successfully I might add is rtl8192c. I use this driver for both ubuntu 12.04 LTS and Back Track 5 R3. This card/driver supports packet monitoring and even packet injection. I installed 12.04 about 2 months ago and the drivers were just there for me.

    Did you have to install the drivers yourself or were they just there when you installed ubuntu 12.10? I have taken interest in this and would like to see what I can do to help.

  3. #3
    Join Date
    Nov 2008
    Beans
    62

    Re: RTL8188CE Destination Host Unreachable

    First, rtl8192c or rtl8192ce?

    No I didn't have to install them they came with Ubuntu.

  4. #4
    Join Date
    Dec 2012
    Location
    In my head.. I think?
    Beans
    113

    Re: RTL8188CE Destination Host Unreachable

    My apologies; driver=rtl8192ce driverversion=3.2.0-35-generic-pae this is what my network card is using as its drivers.

    Code:
    sudo su
    then

    Code:
    lshw -C network
    This determines which drivers are in use.
    Last edited by TOMBSTONEV2; December 27th, 2012 at 08:12 PM.

  5. #5
    Join Date
    Nov 2008
    Beans
    62

    Re: RTL8188CE Destination Host Unreachable

    It seems mine is slightly older:

    Code:
    driver=rtl8192ce driverversion=3.5.0-21-generic firmware=N/A
    also is firmware supposed to be N/A?

  6. #6
    Join Date
    Dec 2012
    Location
    In my head.. I think?
    Beans
    113

    Re: RTL8188CE Destination Host Unreachable

    Well my firmware says N/A as well.

    It stands to reason that since quite a few are using this driver successfully (including me) try:

    Code:
    sudo modprobe rtl8192ce 3.2.0-35-generic-pae

  7. #7
    Join Date
    Nov 2008
    Beans
    62

    Re: RTL8188CE Destination Host Unreachable

    Quote Originally Posted by TOMBSTONEV2 View Post
    Well my firmware says N/A as well.

    It stands to reason that since quite a few are using this driver successfully (including me) try:

    Code:
    sudo modprobe rtl8192ce 3.2.0-35-generic-pae
    Code:
    # modprobe rtl8192ce 3.2.0-35-generic-pae
    FATAL: Error inserting rtl8192ce (/lib/modules/3.5.0-21-generic/kernel/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192ce.ko): Invalid argument
    also all my packages are up to date. how do you have kernel 3.5.0-35?

  8. #8
    Join Date
    Jul 2005
    Beans
    2,047

    Re: RTL8188CE Destination Host Unreachable

    Quote Originally Posted by mvmacd View Post
    [code]also all my packages are up to date. how do you have kernel 3.5.0-35?
    You mean 3.2.0-35 ? That's the latest kernel I have in Ubuntu 12.04 LTS, too.

    Ubuntu 12.04 LTS and 12.10 both seem to have issues with some of the Realtek chipsets. For my little mini WiFi dongles with the Realtek 8188/8192CU chipset, even though I can sort of get WiFi to work (sometimes) with the built-in drivers, they are almost unsable. Instead, I have had great luck download the latest drivers from Realtek - they have worked flawlessly for me.

    I get them from here:

    http://www.realtek.com.tw/downloads/

    But I don't have any experience installing the driver for your particular chipset, so I don't know how well the downloaded driver may work for you. (These Realtek chipsets have very similar names but may have different drivers.)

  9. #9
    Join Date
    Nov 2008
    Beans
    62

    Re: RTL8188CE Destination Host Unreachable

    Quote Originally Posted by ahallubuntu View Post
    You mean 3.2.0-35 ? That's the latest kernel I have in Ubuntu 12.04 LTS, too.

    Ubuntu 12.04 LTS and 12.10 both seem to have issues with some of the Realtek chipsets. For my little mini WiFi dongles with the Realtek 8188/8192CU chipset, even though I can sort of get WiFi to work (sometimes) with the built-in drivers, they are almost unsable. Instead, I have had great luck download the latest drivers from Realtek - they have worked flawlessly for me.

    I get them from here:

    http://www.realtek.com.tw/downloads/

    But I don't have any experience installing the driver for your particular chipset, so I don't know how well the downloaded driver may work for you. (These Realtek chipsets have very similar names but may have different drivers.)
    Oh I just realized that you have an OLDER kernel, not a newer one. [I was just paying attention to the last part] Yes I have downloaded the drivers from Realtek but when I try to insert the driver I get an error.

    I downloaded the rtl8192ce driver and typed `$ make` then `# make install`
    It had no errors. So then I `# modprobe rtl8192ce` and I get "Invalid argument"

    And from syslog, I get this long error message
    http://paste.ubuntu.com/1485784/

    edit: I just realized on the downloads page it says the driver is for 2.6.something to 3.2.x. I guess that explains why it works for you [3.2 kernel] but not for me [3.5 kernel]. I guess I'm stuck now.
    Last edited by mvmacd; January 1st, 2013 at 07:45 PM.

  10. #10
    Join Date
    Dec 2012
    Location
    In my head.. I think?
    Beans
    113

    Re: RTL8188CE Destination Host Unreachable

    So from what I understand here, I had better not update my kernal or I may have issues with my wireless? Thats scary O.o Tomorrow I am going to dedicate a significant amount of time to this to figure it out.

    Nevermind it seems I miss-read the post. For some reason my computer bonded with the t virus.. Er umm I mean 3.2.0-35 drivers quite nicely.
    Last edited by TOMBSTONEV2; January 2nd, 2013 at 06:17 PM.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •