LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 03-25-2015, 05:33 AM   #1
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Rep: Reputation: Disabled
Lenovo X121e wifi & 3G problem


Hi,

I just installed in my laptop Ubuntu 14.04 operating system, I am beginner for Linux system and I am not get working wifi & 3G.
My laptop have Ericsson F5521gw wireless card

I am made all updating and trying find firmware for wireless but ubuntu is not find it.

All help is welcome,

Best regards,

-Pekkis-
 
Old 03-25-2015, 03:21 PM   #2
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Command...

The command "lspci" in a terminal should tell you which controller chip your wireless card uses. Look further on the Internet using that information and also post back with what the command returns for wireless.

Last edited by thorkelljarl; 03-25-2015 at 03:23 PM.
 
Old 03-25-2015, 10:52 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi: Pekkis69 & Welcome to Linux Questions!

Your chip set like thorkelljarl said should be in the output of lspci so post that output when you have the time.

From that information you should be able to find a driver see links below.

Is this your machine?
http://www.cnet.com/products/lenovo-...-series/specs/


Drivers on these pages-
https://wireless.wiki.kernel.org/en/users/drivers
http://linuxwireless.org/en/users/Drivers/

Last edited by Ztcoracat; 03-25-2015 at 11:07 PM.
 
Old 03-26-2015, 01:34 AM   #4
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
Hi,

Thanks for answers, here is result for "lspci"
If I understant well this wireless card is turned off, my laptop have only shortcuts "Fn+F5" to turnig on 3G, wifi and Bluetooth but I cant do that.
All other shortcuts for mute, volume - and + work well, also display brightness buttons work well

Code:
pekkis@pekkis-ThinkPad-X121e:~$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b4)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 [Condor Peak]
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
08:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)

Last edited by Pekkis69; 03-27-2015 at 12:51 PM.
 
Old 03-26-2015, 06:13 AM   #5
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Supported...

Your wireless is the Intel Corporation Centrino Wireless-N 1000 [Condor Peak] and the Internet has many posts on getting it to work.

Connecting to a wireless signal has several stages, and your wireless might be configured but not connecting. Use the command "lsmod" to see what modules are loaded for the devices in your system and post back. Look for "iwlwifi".

Are you sure that your BIOS has the wi-fi function activated?

You mention 3G as well as wireless, but 3G refers to mobile broadband and doesn't connect with this type of device.

I assume you have connected to your router with Windows 7. The function button you tried probably does nothing under linux, but leave the wireless function turned on when you try with linux.

Also, connect to your router with Windows 7, then reboot to Ubuntu while connected. Some systems require the wi-fi to be activated in Windows first.

When you post, use the "Go Advanced" tab at the bottom to change the window and click the # at the top. Put your results within the code marks; this makes it easier to read and understand.

Last edited by thorkelljarl; 03-26-2015 at 07:49 AM.
 
Old 03-26-2015, 09:13 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
The driver for your Intel Wireless N 1000 is on this page if you need it.
http://www.intel.com/support/wireles.../CS-034398.htm
 
Old 03-27-2015, 02:11 AM   #7
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
Thanks a lot for help, now Wifi work well.
Next problem is how get working 3G mobile network

Last edited by Pekkis69; 03-27-2015 at 02:49 AM.
 
Old 03-27-2015, 05:27 AM   #8
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
3G...

If your mobile broadband is a usb modem, plug it in and use the command "lsusb". You should see the modem on the list with a double set of numbers in the form "xxxx:xxxx". The first is the ID code number for the maker and the second is the ID for the model of the chip used.

Search the Internet for linux support using this set of numbers.

Last edited by thorkelljarl; 03-27-2015 at 06:23 AM.
 
Old 03-27-2015, 11:30 AM   #9
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
Thanks a lot for tip,
I got once 3G working (same time bluetooth icom come on top of desktop)
next I reboot my laptop and 3G & Bluetooth work still well.
Third reboot I remove battery and starting my linux everythings is return to normal (no 3G mobile network and bluetooth icon is move off)

I write in terminal rfkill list

Code:
pekkis@pekkis-ThinkPad-X121e:~$ rfkill list
1: tpacpi_bluetooth_sw: Bluetooth
	Soft blocked: no
	Hard blocked: yes
2: tpacpi_wwan_sw: Wireless WAN
	Soft blocked: no
	Hard blocked: yes
3: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
I need find how I can turn on Bluetooh and Wireless WAN

Best regards,

-Pekkis-

Last edited by Pekkis69; 03-27-2015 at 12:48 PM.
 
Old 03-27-2015, 07:13 PM   #10
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Hard blocked...

Check your BIOS to be sure all these services controlled by Fn+F5 are set as activated. They probably are.

Try booting Windows and using the Fn+F5 combination to activate the missing functions. Then, while they are active, close Windows and boot linux. Hopefully, everything works even if Fn+F5 doesn't do anything in linux

My guess is that your BIOS or some system circuitry may require these functions to be active as Windows shuts down, otherwise they're not active when you boot another operating system.

Removing the battery without the power supply connected shuts everything down and requires you to go back and activate again while in Windows.

You could look for a newer version of your BIOS to install, but if this is how the system is acting, it's likely that's how it's designed, and a new BIOS might not help.

Post back if or when you solve this with how you did it. It's an interesting problem and a posted solution will be useful for others with the same problem. Community

Last edited by thorkelljarl; 03-27-2015 at 07:26 PM.
 
Old 03-28-2015, 05:47 AM   #11
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
Hi,

I checked bios, it is lastest:

Code:
wmic bios get smbiosbiosversion
SMBIOSBIOSVersion
8QET58WW (1.19 )

Information from Lenovo web site:

Package  BIOS  (BIOS ID)   ECP   (ECP ID)      Rev.  Issue Date
  -------  ----------------  ----------------    ----  ----------
  1.19     1.19  (8QET58WW)  1.10  (8QHT22WW)    01    2013/08/26
I started Windows and turning ON WIfi, Mobile network and Bluetooth by key combination "Fn+F5".
After that turning off Windows and changing Linux hard disc (keepin battery all the time connected in computer)
Turning on Linux and everythings work well " Wifi, Mobile network and Bluetooth"

Result for lspci:

Code:
pekkis@pekkis-ThinkPad-X121e:~$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b4)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 [Condor Peak]
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
08:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
pekkis@pekkis-ThinkPad-X121e:~$
And result's for rfkill list:

Code:
pekkis@pekkis-ThinkPad-X121e:~$ rfkill list
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: tpacpi_bluetooth_sw: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: tpacpi_wwan_sw: Wireless WAN
	Soft blocked: no
	Hard blocked: no
3: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
pekkis@pekkis-ThinkPad-X121e:~$
I know problem is not solved yet because if I remove battery then mobile network and bluetoot turnin off and I can't use combination "Fn+F5" like Windows, please if some one know how turn this Mobile network and bluetoot on by Linux then this is great operating system for me

Thanking,

-Pekkis-
 
Old 03-28-2015, 09:50 AM   #12
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Don't think it's linux...

There might well be no solution. This may be the way the laptop is built; it is known that some are.

While the battery is in place, if you use Fn+F5 in Windows, then boot Linux, everything works? This is true both with and without the power supply plugged in? Boot linux under the same conditions but without the battery and things don't work?

While running Windows with Fn+F5 on, if you remove the laptop battery and run on your power supply, then shut Windows, can you boot linux with everything working?

Then try removing the battery while the power supply is connected, but after you shut Windows and turn the laptop off. Boot linux again to see what's working.

Can you turn the hardware on and off in Windows with Fn+F5 using just the battery, or just the power supply, or only with both the battery and the power supply connected?

If your problem is the result of a hardware limitation, there may be no way to activate the switch with Fn+F5 in linux, but some combination of power sources and connection/disconnection sequences might allow you to remove your battery and still have the hardware turned on.

Last edited by thorkelljarl; 03-28-2015 at 03:21 PM.
 
Old 03-28-2015, 12:37 PM   #13
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
That Fn+F5...

There is information about how Fn key combinations are managed in linux, but I've never had occasion to go that deep into the linux kernel and my linux installation doesn't have that acpi module installed.

https://www.kernel.org/doc/Documenta...nkpad-acpi.txt

This may refer to an older version of the driver, but could be of interest.

http://ibm-acpi.sourceforge.net/

You can at least go into your /proc/acpi/ folder and look around for a reference to the combination Fn+F5

Last edited by thorkelljarl; 03-28-2015 at 01:31 PM.
 
Old 03-31-2015, 11:41 AM   #14
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
Thanks a lot thorkelljarl, I am so sorry for my English and skills for Linux, I can't understant for these link how is possible install driver's

Fn+F5 will work when system is first started in Windows and switched 3G on, after that change hard disk with battery all the time connected.
This work only time when laptop is powered, if I close computer and remove battery everything will return and 3G doesn't work anymore and Fn+F5 combiation not work anymore

Do anyone know is possible start 3G from grub menu when Linux start?

Best regards,

-Pekkis-

Last edited by Pekkis69; 03-31-2015 at 12:21 PM.
 
Old 04-01-2015, 10:35 AM   #15
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by goodcheap gaming laptops View Post
I am a fresher who just begin to learn to use linux, and I still no have met the same problems you mentioned above. Thanks for sharing the experience.
Hi,

Nice to hear, do you have same Ericsson-F5521gw 3G mobile network card in your laptop?
 
  


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
fedora 20 lenovo T410 wifi issue iceman81 Linux - Newbie 3 09-17-2014 12:35 PM
Wifi disabled on the Lenovo Yoga 2 13" akamikeym Linux - Hardware 5 08-28-2014 11:52 PM
WiFi issues on a Lenovo IdeaPad S10e borepstein Linux - Laptop and Netbook 6 01-17-2012 10:44 AM
Lenovo Y550 Wifi Problems linuxlychallenged Linux - Laptop and Netbook 0 01-20-2010 07:55 PM
Lenovo s10 WiFi in Puppy 4.31 TheHimself Puppy 8 01-11-2010 06:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:49 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