I bought an inspiron 5520 here in Thailand and the seller had installed windows. I only use my laptop for education so I have decided to go with Ubuntu. i noticed that the internal wifi card is not working. How can I fix the laptop and get the Wi-Fi working? Thanks. I am a newbee. ;)
08:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Dell Wireless 1704 802.11n + BT 4.0 [1028:0016]
Kernel driver in use: bcma-pci-bridge
lspci -knn | grep Net -A2
terminal command. This will help to fix the internal wireless adapter. Regarding other problems please ask separate questions. – Pilot6 Aug 03 '15 at 16:32sudo modprobe -r wl
to turn off andsudo modprobe wl
to turn on. – Pilot6 Aug 03 '15 at 17:37