On Wednesday, November 8, 2017 at 8:42:12 PM UTC, ludwig jaffe wrote: > Hi, I bought a new cheap laptop, Lenovo 110 that uses an SOC with i3. > The wifi is > 00:01.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821AE > 802.11ac PCIe Wireless Network Adapter > > After a while of using wifi, it just stops to work and sometimes reconnecting > the wifi works sometimes one need to reboot the net-vm and sometimes this > also does not help and one needs to reboot the whole machine in order to get > wifi working again. > I saw such flaws once with kali but never investigated too much on it. > > Any ideas on this problem?
Here's the keybind "qvm-run sys-net 'bash wifi-resume' " Add it in Qubes menu --> Systems Tools --> Keyboard --> Application Shortcuts. Then in your wifi-resume script, throw it in your sys-net home folder. Write something akin to in the script, albeit with your own wifi hardware module names. sudo rmmod iwlmvm sudo rmmod iwlwifi sudo modprobe iwlwifi sudo modprobe iwlmvm But try the blacklisting first before making a keybind, since the automatic process is easier than a keybind, and it may be sufficient. The keybind is just for extra control or in situations it was not caused by suspend/hibernate. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/307be2f6-a2c9-4b49-b503-8451ff137b92%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
