Fedora Linux Support Community & Resources Center
  #1  
Old 2nd September 2012, 05:20 PM
j2rjadeja Offline
Registered User
 
Join Date: Sep 2012
Location: delhi
Posts: 5
linuxopera
Fedora 17 64 bit wifi hardware not detected

Hello

Wifi is not working after installing fedora 17 - 64 bit on lenovo e450 thinkpad.
Reply With Quote
  #2  
Old 2nd September 2012, 08:51 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Re: Fedora 17 64 bit wifi hardware not detected

Hello j2rjadeja

The same make of laptop can have several different wireless chipsets inside it.

It's the chipset that determines what action is needed to make it work in Linux.

If you run the command:

Code:
lspci
and post back the parts that relate to "network", "ethernet" or "wireless" that should identify the chipset and someone may be able to help.

If that doesn't identify two devices then possibly one of them is a usb device soldered to the main board. The command:

Code:
lsusb
will probably reveal what we need to know in that case.
Reply With Quote
  #3  
Old 3rd September 2012, 05:51 AM
j2rjadeja Offline
Registered User
 
Join Date: Sep 2012
Location: delhi
Posts: 5
linuxopera
Re: Fedora 17 64 bit wifi hardware not detected

Thank you for your responce

Here is the list
Quote:
00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Device 0166 (rev 09)
00:14.0 USB Controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 4 (rev c4)
00:1d.0 USB Controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5229 (rev 01)
03:00.0 Network controller: Intel Corporation Device 0888 (rev c4)
0c:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 07)
Reply With Quote
  #4  
Old 3rd September 2012, 08:38 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxfirefox
Re: Fedora 17 64 bit wifi hardware not detected

Hello j2rjadeja

This:

Quote:
03:00.0 Network controller: Intel Corporation Device 0888 (rev c4)
appears to be your wireless device.

Unfortunately the simple form of the "lspci" command doesn't reveal enough about it to see what other people are doing with it.

Try running:

Code:
lspci -vnn | grep Network
and post back what that gives us.
Reply With Quote
  #5  
Old 3rd September 2012, 10:45 AM
j2rjadeja Offline
Registered User
 
Join Date: Sep 2012
Location: delhi
Posts: 5
linuxopera
Re: Fedora 17 64 bit wifi hardware not detected

Thanks for reply.
The output of lspci -vnn | grep Network is

Quote:
03:00.0 Network controller [0280]: Intel Corporation Device [8086:0888] (rev c4)
Reply With Quote
  #6  
Old 3rd September 2012, 11:43 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Re: Fedora 17 64 bit wifi hardware not detected

Hello j2rjadeja

Searching on Google for:

Quote:
8086:0888 Linux
doesn't bring up much information except reports of intermittent connectivity. The implication being that it can be made to work at least partly.

Can we try:

Code:
lspci -k | grep Network
and see if a driver is claiming the card.

If it is, then there are several Intel firmware packages available that don't get installed by default - at least from the liveCD.

It might be worth installing them, they certainly won't harm the system.

Code:
yum install iwl105-firmware.noarch iwl135-firmware.noarch iwl2000-firmware.noarch iwl2030-firmware.noarch
will do it. See if NetworkManager recognises the card then.
Reply With Quote
  #7  
Old 3rd September 2012, 12:19 PM
j2rjadeja Offline
Registered User
 
Join Date: Sep 2012
Location: delhi
Posts: 5
linuxopera
Re: Fedora 17 64 bit wifi hardware not detected

run this command
lspci -k | grep Network

and the output is
Quote:
03:00.0 Network controller: Intel Corporation Device 0888 (rev c4)


---------- Post added at 11:19 AM ---------- Previous post was at 10:50 AM ----------

Thanks bfuller
Quote:
yum install iwl105-firmware.noarch iwl135-firmware.noarch iwl2000-firmware.noarch iwl2030-firmware.noarch
Run this command and then restart and my wifi has start working.
Thanks for quick reply.
Reply With Quote
  #8  
Old 3rd September 2012, 12:21 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Re: Fedora 17 64 bit wifi hardware not detected

Hello j2rjadeja

Apologies, I've just tried to make the "lspci -k" command work with grep and it didn't.

What I was looking for was something like the output for my card, quoted below:

Quote:
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
Subsystem: Intel Corporation Device 1021
Kernel driver in use: iwl3945
Try just:

Code:
lspci -k
and see what you get for your card.


Ah, I see you've just posted at the same time as I did. Pleased to see you have success. Just remember what I said about people reporting performance as intermittent. It appeared to be a kernel bug and was being talked about sometime in the second quarter of this year.

Last edited by bbfuller; 3rd September 2012 at 12:23 PM.
Reply With Quote
  #9  
Old 3rd September 2012, 02:11 PM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfirefox
Re: Fedora 17 64 bit wifi hardware not detected

Yeah - wow this is painful to watch. Both of you please read ...
http://forums.fedoraforum.org/showthread.php?t=282819
for next time.

"lspci -nnk" is the best command to use since it shows the vendor/device ID AND any driver installed. If you need to prune the output then try "lspci -nnk | grep Network -A5".

The device 8086:0888 is an Intel Wireless-N 2230 (BGN).
It should use the iwlwifi driver (default in any kernel)
The firmware needed is in the package "iwl2030-firmware" and the file is
/lib/firmware/iwlwifi-2030-6.ucode


With the firmware installed reboot.
Do the "lspci -nnk" or else "lsmod | grep iwlwifi" to see if the driver was installed.
Find the interface and some basic interface commands
ip link # shows the interfaces, might be called 'wlan0'
iwconfig # should show the interfaces and the wifi settings

If you don't see the driver or can't get a response from iwconfig, then look through this command for an error
dmesg | less

NetworkManager (icon on non-taskbar) is the best way to manage wifi.
There are sometimes problems that require disabling A to get N wifi bands. Unlikely but be aware.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #10  
Old 3rd September 2012, 02:22 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxfirefox
Re: Fedora 17 64 bit wifi hardware not detected

Hello stevea

Thanks for the encouragement.

I'm' sure no one forced you to read the thread.
Reply With Quote
  #11  
Old 12th September 2012, 09:43 PM
Magickman's Avatar
Magickman Offline
Registered User
 
Join Date: Oct 2008
Posts: 326
unknownfirefox
Re: Fedora 17 64 bit wifi hardware not detected

I had this same problem on my wife's Toshiba Satellite. The workaround I found was this:
Get into Bios and disable the Ethernet. Then reboot, and and the Wifi will then work. All I needed was to download broadcom-wl, and it works every time.
Reply With Quote
  #12  
Old 13th September 2012, 05:06 AM
j2rjadeja Offline
Registered User
 
Join Date: Sep 2012
Location: delhi
Posts: 5
linuxopera
Re: Fedora 17 64 bit wifi hardware not detected

What i did was just downloaded intel wifi driver and restart. wifi start working.. :-)
Reply With Quote
Reply

Tags
bit, detected, fedora, hardware, wifi

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WIFI drivers not detected in fedora 13 pradeepsegu Hardware & Laptops 2 21st January 2011 05:23 PM
WiFi card not detected in new installation of Fedora 14 chris62 Servers & Networking 31 23rd December 2010 08:59 AM
wifi not detected iwan248f1 Hardware & Laptops 1 3rd February 2010 05:50 AM
help wifi not detected erok60 Servers & Networking 2 25th January 2009 05:04 PM


Current GMT-time: 20:43 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat