Wifi not working after hibernate

Asked by Jan

Since the beginning Ubuntu is working very bad with my RTL8723 Wifi Chip. Bluetooth never worked correctly and Wifi always was much slower than under windows, but what is the major problem: after waking up from Hibernate, the Wifi is not able to connect to networks anymore, which is - in case of a notebook - making the system rather useless :-)

I tried some experimental drivers from GitHub (rtlwifi_new) but they discontinued Ubuntu Support because of Ubuntu changing the linux kernel(??). (Realtek support also told me to try those drivers)

Any ideas how to make this running?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jan
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo lshw -C network; lsb_release -a; uname -a

Thanks

Revision history for this message
Jan (jan2015) said :
#2

  *-network
       Beschreibung: Ethernet interface
       Produkt: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       Hersteller: Realtek Semiconductor Co., Ltd.
       Physische ID: 0
       Bus-Informationen: pci@0000:08:00.0
       Logischer Name: eth0
       Version: 10
       Seriennummer: 38:36:bb:6f:1b:b0
       Größe: 10Mbit/s
       Kapazität: 1Gbit/s
       Breite: 64 bits
       Takt: 33MHz
       Fähigkeiten: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       Konfiguration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       Ressourcen: irq:63 ioport:4000(Größe=256) memory:c0504000-c0504fff memory:c0500000-c0503fff
  *-network
       Beschreibung: Kabellose Verbindung
       Produkt: RTL8723BE PCIe Wireless Network Adapter
       Hersteller: Realtek Semiconductor Co., Ltd.
       Physische ID: 0
       Bus-Informationen: pci@0000:09:00.0
       Logischer Name: wlan0
       Version: 00
       Seriennummer: 38:1b:db:a5:96:7d
       Breite: 64 bits
       Takt: 33MHz
       Fähigkeiten: pm msi pciexpress bus_master cap_list ethernet physical wireless
       Konfiguration: broadcast=yes driver=rtl8723be driverversion=3.16.0-41-generic firmware=N/A ip=192.168.178.31 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
       Ressourcen: irq:19 ioport:3000(Größe=256) memory:c0400000-c0403fff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
Linux ProBook 3.16.0-41-generic #57~14.04.1-Ubuntu SMP Thu Jun 18 18:01:13 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Jan (jan2015) said :
#4

Hey folks, any ideas? Someone? :-/

Revision history for this message
Manfred Hampl (m-hampl) said :
#5
Revision history for this message
Jan (jan2015) said :
#6

Thanks for the link, it seems to work now, gonna test it for some days.... thanks!