Page 13 of 14 FirstFirst ... 311121314 LastLast
Results 121 to 130 of 132

Thread: problem realtek 8723 driver

  1. #121
    Join Date
    Mar 2013
    Beans
    10

    Re: problem realtek 8723 driver

    Hey, I still got the problem, but maybe this can bring us forward...
    If I'm in a wired network, sometimes it disconnects me as well.

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

    Re: problem realtek 8723 driver

    Quote Originally Posted by c.pfarher View Post
    Hello Chilli, I have a problem similar to others users in posts.... The wireless work fine when power on the PC the first one start, but when restarted it wasn´t work...
    This are the output of the commands you post in differents posts of this thread: http://pastebin.com/yDpERxQR
    I try to add the rfkill block 1 or unblock 1 in /etc/rc6.d ... the first time of reboot with rfkill block 1, wireless work, but after that, it isn´t working anymore... any idea how to solve this problem?
    my kernel is 3.5.0-26-generic in ubuntu 12.10 64 bits and the file compiled is rtl_92ce_92se_92de_8723ae_linux_mac80211_0007.0809 .2012.tar.gz => this file also have the drivers for bluetooth?
    thank you!...
    It looks pretty solid, actually. Please run and post:
    Code:
    rfkill list all
    sudo iwlist wlan0 scan
    We don't need all the scan results; just tell us either yes, it scans or no it produces this error and what, if any, the error is.

    Why did you need to block any part of the wireless?I may be confused.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #123
    Join Date
    Apr 2009
    Beans
    40

    Re: problem realtek 8723 driver

    christian@toshichri:~$ rfkill list all
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    christian@toshichri:~$ sudo iwlist wlan0 scan
    [sudo] password for christian:
    wlan0 No scan results


    I saw a post where said someting about put blok in rc6.d... but I removed it and put unblock...
    Thank you...

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

    Re: problem realtek 8723 driver

    Quote Originally Posted by c.pfarher View Post
    christian@toshichri:~$ rfkill list all
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    christian@toshichri:~$ sudo iwlist wlan0 scan
    [sudo] password for christian:
    wlan0 No scan results


    I saw a post where said someting about put blok in rc6.d... but I removed it and put unblock...
    Thank you...
    This is a long, complicated thread with many different posters. Please start your own new thread and include:
    Code:
    lspci -nn | grep 0280
    sudo modprobe rtl8723e
    modinfo rtl8723e | head -n5
    Leave the link here and I'll be happy to help.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #125
    Join Date
    Apr 2009
    Beans
    40

    Re: problem realtek 8723 driver

    I open a thread for my questions: http://ubuntuforums.org/showthread.p...6#post12575676

    Thank you.

  6. #126
    Join Date
    Jan 2013
    Beans
    4

    Re: problem realtek 8723 driver

    Thank you so much chili555, thank you very very much
    it worked at last
    but i think i need to modprobe it again and again, don't know why
    but it worked.

  7. #127
    Join Date
    Jan 2013
    Beans
    4

    Re: problem realtek 8723 driver

    https://dl.dropbox.com/u/58267392/rt...09.2012.tar.gz

    this one helped, provided by chili555 ubuntu is awesome now . . . enjoy and thanks chili555

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

    Re: problem realtek 8723 driver

    Quote Originally Posted by menonrudhin View Post
    but i think i need to modprobe it again and again, don't know why
    Did you get this solved? If not, please try:
    Code:
    sudo su
    echo rtl8723e >> /etc/modules
    exit
    If that doesn't solve it, post back and we'll get out the welder!
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #129
    Join Date
    Mar 2013
    Beans
    2

    Re: problem realtek 8723 driver

    Dear All,

    I've followed the below steps as it is suggested at the very beginning of this thread; however, I haven't solved this issue on a Satellite C485 with ubuntu 12.10 (64bits). Probably, by this time anyone of you have solve it successfully at some part of the 13 pages. I really appreciate any help you can provide.

    Yours...



    1. $ wget -O- http://dl.dropbox.com/u/57056576/DRI...14.2012.tar.gz | tar -xz
    2. $ sudo gedit base.c /* Commenting the line 320 as /* IEEE80211_HW_BEACON_FILTER | */
    3. $ sudo make

      THE LAST LINES OF THE TERMINAL OUTPUT ARE:
      1. Building modules, stage 2.
      2. MODPOST 1 modules
      3. CC /home/alex/Downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514 .2012/rtl8723e/rtl8723e.mod.o
      4. LD [M] /home/alex/Downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514 .2012/rtl8723e/rtl8723e.ko
      5. make[2]: Leaving directory `/usr/src/linux-headers-3.5.0-26-generic'
      6. make[1]: Leaving directory `/home/alex/Downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514 .2012/rtl8723e'
      7. alex@satelliteC845:~/Downloads/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514 .2012$


      /* THE COMPLETE TERMINAL OUTPUT IS AVAILABLE AT
    4. http://pastebin.com/wsvbZNnX
    Last edited by mapx; March 29th, 2013 at 08:31 PM.

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

    Re: problem realtek 8723 driver

    Quote Originally Posted by mapx View Post
    I suggest you try the newer version. Please see post #127 above.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 13 of 14 FirstFirst ... 311121314 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
  •