Lenovo Ideapad G50 Wifi [SOLVED]

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
kukamuumuka

Lenovo Ideapad G50 Wifi [SOLVED]

Post by kukamuumuka »

In Lenovo Ideapad wlan is hard bloked, which reveals a command

Code: Select all

rfkill list
The solution is to make a /etc/rc.local file, whose contents is

Code: Select all

#!/bin/sh -e
# By default this script does nothing.
modprobe -r ideapad-laptop
exit 0
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Lenovo Ideapad G50 Wifi [SOLVED]

Post by JeremyB »

Is it just a G50 or a G50-30?

Code: Select all

sudo dmidecode | grep 'Product Name'
kukamuumuka

Re: Lenovo Ideapad G50 Wifi [SOLVED]

Post by kukamuumuka »

JeremyB wrote:Is it just a G50 or a G50-30?

Code: Select all

sudo dmidecode | grep 'Product Name'
It was not my laptop, but in its desk wrote G50.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Lenovo Ideapad G50 Wifi [SOLVED]

Post by JeremyB »

There is a fix in some of the newer kernels for the G50-30 being hard blocked without having to remove or blacklist ideapad-laptop, I know it is in the newer 3.19.0 kernels and was submitted to 3.16

Hanipouspilot has a PPA with the fix deb http://ppa.launchpad.net/hanipouspilot/ ... top/ubuntu trusty main
The package name is ideapad-laptop-dkms
Eseriani

Re: Lenovo Ideapad G50 Wifi [SOLVED]

Post by Eseriani »

Hello,

New on Linux, I have the same problem (no wifi) on Lenovo Ideapad 100, will your below solution work on my laptop? Thank you for your help :)
administrollaattori wrote:In Lenovo Ideapad wlan is hard bloked, which reveals a command

Code: Select all

rfkill list
The solution is to make a /etc/rc.local file, whose contents is

Code: Select all

#!/bin/sh -e
# By default this script does nothing.
modprobe -r ideapad-laptop
exit 0
Klang4

Re: Lenovo Ideapad G50 Wifi [SOLVED]

Post by Klang4 »

Need help,
how to run the script for Lenovo SL510??

WIFI is hard block, as rfkill list shows:

klang@12345 ~ $ rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Locked

Return to “Networking”