I'm new here. I'm sorry when I make a mistake. I have just installed UBUNTU 16.04 LTS/
I have problem with Wifi.
I can't enable wifi in my laptop. I have lenovo G50-70.
iwconfig
:
enp1s0 no wireless extensions.
lo no wireless extensions.
The output for sudo lshw -C network
is:
*-network
UNCLAIMED
network-manager is already the newest version (1.2.6-0ubuntu0.16.04.2).
It's showing me only bluetooth and nothing about wireless.
rfkill list all
:
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
I have Windows 8.1 on this computer too and wifi is working properly.
lspci -knn | grep Net -A3; rfkill list
libkmod: ERROR ../libkmod/libkmod-config.c:635 kmod_config_parse: /etc/modprobe.d/blacklist-ideapad.conf line 2: ignoring bad line starting with '“blacklist'
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Lenovo BCM43142 802.11b/g/n [17aa:0621]
Kernel modules: wl
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
sudo modprobe wl
:
modprobe: FATAL: Module wl not found in directory /lib/modules/4.13.0-39-generic
sudo rm /etc/modprobe.d/blacklist-ideapad.conf
and reboot. If wireless is not then working, edit your question to add the result of the terminal command:sudo modprobe wl
– chili555 May 06 '18 at 15:32sudo apt install --reinstall bcmwl-kernel-source
and reboot. – chili555 May 06 '18 at 15:54E: Failed to get lock / var / lib / dpkg / lock - open (11: Resources temporarily unavailable) E: The administrative directory could not be blocked (/ var / lib / dpkg /) or would another process use it?
– supermario May 06 '18 at 15:58│
│ UEFI Secure Boot is not compatible with the use of third-party drivers.
│
│ The system will assist you in toggling UEFI Secure Boot. To ensure ... – supermario May 06 '18 at 16:11