PDA

View Full Version : pci-Wifi unable to find networks after update



elidd1
2016-12-16, 12:53
I recently did an update and upgrade on my rolling kali.. I run this on a dual boot machine, and want to start by saying that when i boot to windows the same wireless card works fine and it used to work fine on the kali boot until the update/upgrade. Since the update the wireless card appears to be up and running but it doesn't see any networks and won't connect to the saved network. My usb Wireless cards all see the networks fine

i have run the following with the following results..


root@atreyu:~# dmesg | tail
[ 20.880620] userif-2: sent link up event.
[ 21.435258] userif-2: sent link down event.
[ 21.435262] userif-2: sent link up event.
[ 22.141810] systemd[1]: apt-daily.timer: Adding 2h 14min 55.497205s random time.
[ 22.346490] systemd[1]: apt-daily.timer: Adding 4h 22min 42.321910s random time.
[ 31.187616] uvcvideo: Failed to query (GET_DEF) UVC control 8 on unit 1: -32 (exp. 1).
[ 31.234877] uvcvideo: Failed to query (GET_DEF) UVC control 8 on unit 1: -32 (exp. 1).
[ 345.526505] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 662.782110] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 980.041271] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
root@atreyu:~# lspci -nn | grep -i network
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
root@atreyu:~#

I have also noticed that something (not sure if its related) is going wrong doing start up, where it says the following during startup


Warning:Failed to connect to lvmetad. Falling back to device scanning.

attaching a picture of boot screen as it happens so fast :
2051

If anyone can help me trouble shoot this, i would be so grateful. I am currently very frustrated.

elidd1
2016-12-16, 13:23
Ok so i had changed my default grub after trying to solve a different iissue..

commenting out my change, and adding back the original value in /etc/default/grub fixed my wireless card

#GRUB_CMDLINE_LINUX_DEFAULT="acpi=noirq quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"

I had made this change because suddenly out of no where , every time i shutdown my box it would automatically reboot. I had read in another forum to make the change i had above but that caused the issue.