Results 1 to 5 of 5

Thread: Can't bring wlan up with rtl8723ae driver

  1. #1
    Join Date
    Mar 2006
    Location
    land of Port wine
    Beans
    20
    Distro
    Kubuntu

    Can't bring wlan up with rtl8723ae driver

    Hello !

    I have a wireless card from Realtek in my laptop. With Ubuntu version's 15.* I would already see the network going down now and then every couple hours, and to reenable it I would have to remove and insert the kernel module again, using modprobe.

    Now with version 16.04 (kernel 4.4) and 16.10 (kernel 4.8) the problem became more serious. Two thirds of the times after I boot the laptop, there is no wifi, meaning, the wlan1 interface is down. The rtl8723ae module is loaded, the hardware is detected, and it works now and then, and works in windows too so it's not a hardware problem. No matter what I try, I can't bring the interface up and scan for networks.

    Code:
    $ sudo ifconfig -v wlan1 up
    $ nmcli d s
    DEVICE  TYPE      STATE         CONNECTION
    eth1    ethernet  connected     Wired connection 1
    wlan1   wifi      disconnected  --
    lo      loopback  unmanaged     --
    $ sudo iwlist scan
    lo        Interface doesn't support scanning.
    wlan1     No scan results
    eth1      Interface doesn't support scanning.
    Full output of the wireless_script, can't see anything interesting.
    wireless-info.txt.gz

    Thank you so much for your time and help

  2. #2
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: Can't bring wlan up with rtl8723ae driver

    Hi please post the output of..
    Code:
    grep [[:alnum:]] /sys/module/rtl8723ae/parameters/*
    thanks
    Craving anchovy, herring and squid pizza.....with clam sauce

  3. #3
    Join Date
    Mar 2006
    Location
    land of Port wine
    Beans
    20
    Distro
    Kubuntu

    Re: Can't bring wlan up with rtl8723ae driver

    Howdy

    Code:
    $ grep '[[:alnum:]]' /sys/module/rtl8723ae/parameters/*
    /sys/module/rtl8723ae/parameters/debug:5
    /sys/module/rtl8723ae/parameters/disable_watchdog:N
    /sys/module/rtl8723ae/parameters/fwlps:Y
    /sys/module/rtl8723ae/parameters/ips:Y
    /sys/module/rtl8723ae/parameters/msi:N
    /sys/module/rtl8723ae/parameters/swenc:N
    /sys/module/rtl8723ae/parameters/swlps:N
    And now wifi is working again... grrr... seems like some race condition perhaps during boot ? I tried booting with upstart, the computer didn't go anywhere.

  4. #4
    Join Date
    Mar 2006
    Location
    land of Port wine
    Beans
    20
    Distro
    Kubuntu

    Re: Can't bring wlan up with rtl8723ae driver

    I also tried the driver from https://github.com/lwfinger/rtlwifi_new Same result, so it might be something with the firmware blob.

  5. #5
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: Can't bring wlan up with rtl8723ae driver

    Hi, give this a go..
    This will insure the rtl8723ae module is loaded on boot.
    Code:
    echo rtl8723ae | sudo tee -a /etc/modules
    Let's massage some of the parameters
    Code:
    echo "options rtl8723ae swenc=1 fwlps=0 ips=0 msi=1" | sudo tee -a /etc/modprobe.d/rtl8723ae.conf
    boot and test
    thanks.
    Last edited by Hadaka; November 10th, 2016 at 05:43 PM.
    Craving anchovy, herring and squid pizza.....with clam sauce

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
  •