LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-19-2014, 08:10 AM   #1
akamikeym
Member
 
Registered: May 2008
Posts: 112

Rep: Reputation: 21
Wifi disabled on the Lenovo Yoga 2 13"


Hello,

I've installed Fedora 20 on a new Lenovo Yoga 2 13" and I'm having some difficulty getting the Wifi to enabled.

I've read around the subject a bit and some people appear to have been having problems with 'rfkill' setting soft or hard block to 'yes'.

This thread indicated that the latest Fedora kernels should have eliminated this issue. So I managed to download the latest kernel and install the package on the machine (without an internet connection). I also installed rfkill at this point. So I was only able to run rfkill after updating the kernel.

'rfkill list' showed that I was soft blocked on wifi. So I ran 'rfkill unblock wifi' and it now shows as 'no' for all blocks with 'rfkill list'.

I have noticed that I can enable or disable the softblock by pressing the airplane mode key on the keyboard as well.

Unfortunately none of this has actually enabled my Wifi.

I found this thread which explains how to diagnose and compile a kernel module to fix this problem.

And running the command given:

Code:
cat /sys/kernel/debug/ideapad/status
Tells me that "Radio status:" and "Wifi status:" are "off(0)" even when all rfkill blocks are unblocked.

I tried compiling the source provided for a kernel module on the target machine unfortunately I get "Exec format error" when trying to load it with 'modprobe'. I guess its makefile is compiling it for the wrong architecture - I'm on 64 bit.

Any help and suggestions would be greatly appreciated...

Last edited by akamikeym; 08-19-2014 at 08:57 AM. Reason: typos!
 
Old 08-19-2014, 01:07 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
you have told us nothing about your setup, not even which distro you're running.

even if it's not crunchbang, please follow these instructions.
 
Old 08-19-2014, 01:53 PM   #3
akamikeym
Member
 
Registered: May 2008
Posts: 112

Original Poster
Rep: Reputation: 21
Hi ondoho,

Yep, could probably do with more info. As I said I've installed Fedora 20 on it.

I converted the scripts as best I could to the Fedora equivalent commands:

(see attachment for syslog - actually the result of "journalctl -b --no-pager | grep -Ei 'net|wpa|dhc'")

Here is the rest:

Code:
3.15.10-200.fc20.x86_64 #1 SMP Thu Aug 14 15:39:24 UTC 2014
01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:b723]
	Subsystem: Lenovo Device [17aa:b736]
	Kernel driver in use: rtl8723be
[    0.152797] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[   15.788106] sdhci: Secure Digital Host Controller Interface driver
[   15.788109] sdhci: Copyright(c) Pierre Ossman
[   16.016874] rtl8723be: Using firmware rtlwifi/rtl8723befw.bin
[   16.018396] rtlwifi: Firmware rtlwifi/rtl8723befw.bin not available
0: ideapad_wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: ideapad_bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
Attached Files
File Type: txt messages.txt (16.6 KB, 23 views)
 
Old 08-19-2014, 02:20 PM   #4
akamikeym
Member
 
Registered: May 2008
Posts: 112

Original Poster
Rep: Reputation: 21
Ah ha!

Thanks that pointed me in the correct direction and I now have some form of Wifi connection.

Code:
[   16.018396] rtlwifi: Firmware rtlwifi/rtl8723befw.bin not available
I needed an up-to-date linux-firmware package. So I downloaded it on my virtual machine I setup for downloading Fedora 20 packages on my desktop which can connect to the internet, and then transferred the package across to the Fedora machine and updated it. So in the end I had updated the packages:

Code:
kernel
rfkill
linux-firmware
An interesting experience trying to get a machine running that has absolutely no working networking.
 
Old 08-26-2014, 12:51 PM   #5
gadfly
Member
 
Registered: Oct 2002
Location: ~ohio
Distribution: Debian
Posts: 36

Rep: Reputation: 16
Quote:
Originally Posted by akamikeym View Post
Ah ha!

Thanks that pointed me in the correct direction and I now have some form of Wifi connection.

Code:
[   16.018396] rtlwifi: Firmware rtlwifi/rtl8723befw.bin not available
I needed an up-to-date linux-firmware package. So I downloaded it on my virtual machine I setup for downloading Fedora 20 packages on my desktop which can connect to the internet, and then transferred the package across to the Fedora machine and updated it. So in the end I had updated the packages:

Code:
kernel
rfkill
linux-firmware
An interesting experience trying to get a machine running that has absolutely no working networking.
Do you have any links to help someone new through this process? I have a brand new Yoga 2 11in that I'm trying to get Debian running on. Any assistance you can provide will be GREATLY appreciated.
 
Old 08-28-2014, 11:52 PM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
glad you solved it!
Quote:
Originally Posted by akamikeym View Post
An interesting experience trying to get a machine running that has absolutely no working networking.
...yet a very common one on a new install - the first hurdle.

@gadfly: have you tried the things that are in this thread already? what was the outcome? esp. post #2.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Brightness not working on Lenovo Yoga 11s ubergeek77 Linux - Laptop and Netbook 2 12-21-2013 01:28 PM
LXer: Arch Linux on a HiDPI Lenovo Yoga 2 Pro LXer Syndicated Linux News 0 11-12-2013 07:10 AM
problems on boot (brightness going to 0, wireless disabled) with Lenovo IdeaPad Y410p cgorac Slackware 4 10-16-2013 07:52 AM
How to make my linux laptop a deticated wifi "adapter" (send all lan to wifi) Master_CAPS Linux - Laptop and Netbook 4 03-19-2012 04:17 PM
<input type="button" disabled="true" > does not work in ns4.7 or 4.9 cybercop12us Programming 2 11-29-2002 08:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration