Fedora Linux Support Community & Resources Center
  #1  
Old 8th February 2013, 05:50 AM
kplonsky Offline
Registered User
 
Join Date: Feb 2013
Location: Missouri
Posts: 6
linuxfirefox
Lenovo P580 Wireless Drivers

I am having a hard time finding and installing the drivers needed for my wireless card. I have a really crappy usb stick that I am using for the time being but would like to fix this issue so I can use my laptop correctly. I am a hugeee noob at linux, I am taking a class in college right now. I am currently using Fedora 15 which is required for the class. Yes, I did search but I didnt have any luck. I see the Atheros for the ethernet adapter and Intel Corp for the wireless. I googled "Intel Corp Device 0891 (rev c4)" and it brought me to this file called "iwlwifi-2000-6.ucode". SO I mv the file to /lib/firmware and restarted my laptop... nothing happened.

Code:
[master@localhost ~]$ lspci
00:00.0 Host bridge: Intel Corporation Device 0154 (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Device 0166 (rev 09)
00:14.0 USB Controller: Intel Corporation Device 1e31 (rev 04)
00:16.0 Communication controller: Intel Corporation Device 1e3a (rev 04)
00:1a.0 USB Controller: Intel Corporation Device 1e2d (rev 04)
00:1b.0 Audio device: Intel Corporation Device 1e20 (rev 04)
00:1c.0 PCI bridge: Intel Corporation Device 1e10 (rev c4)
00:1c.1 PCI bridge: Intel Corporation Device 1e12 (rev c4)
00:1d.0 USB Controller: Intel Corporation Device 1e26 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Device 1e59 (rev 04)
00:1f.2 SATA controller: Intel Corporation Device 1e03 (rev 04)
00:1f.3 SMBus: Intel Corporation Device 1e22 (rev 04)
01:00.0 Ethernet controller: Atheros Communications Device 1091 (rev 08)
02:00.0 Network controller: Intel Corporation Device 0891 (rev c4)
Again, huge noob at linux.. Im not asking for someone to just DUMP the answer on my lap, I just need some help. Am I missing something? I have been messing with this for hours now lol.

---------- Post added at 05:50 AM ---------- Previous post was at 05:45 AM ----------

I am sorry, could this be moved to the "End of Life" Fedora section. My bad!
Reply With Quote
  #2  
Old 8th February 2013, 06:37 AM
Teddyk67 Offline
Registered User
 
Join Date: Jan 2013
Location: Central MD
Posts: 17
windows_7firefox
Re: Lenovo P580 Wireless Drivers

Your wireless networking card is supported in F17 & F18. You could download the source code and try to compile for F15 OR just upgrade to F17 or F18.

In case you're adventurous, look for linux-firmware-20121218-0.1.gitbda53ca.fc17.src.rpm on the website below:

http://rpmfind.net//linux/RPM/fedora...17.noarch.html
__________________
Dual Boot Win 7 & F18 | Cinnamon
Reply With Quote
  #3  
Old 8th February 2013, 01:27 PM
kplonsky Offline
Registered User
 
Join Date: Feb 2013
Location: Missouri
Posts: 6
linuxfirefox
Re: Lenovo P580 Wireless Drivers

So I should try following these steps: http://fedoraproject.org/wiki/Building_a_custom_kernel ?

Might just be better if I continue using this USB wireless stick until I am done with this class, then upgrade to the next version of Fedora after I finish this class. It wouldn't be so bad if my ethernet would atleast work, I could use the stick on the go.
Reply With Quote
  #4  
Old 8th February 2013, 09:24 PM
Teddyk67 Offline
Registered User
 
Join Date: Jan 2013
Location: Central MD
Posts: 17
linuxfirefox
Re: Lenovo P580 Wireless Drivers

You could try downloading the file from the website and entering the following command:

Code:
yum install iwl2000-firmware-18.168.6.1-10.fc17.noarch.rpm
and see what dependencies are needed.

If it doesn't work, stick to using F15 and your USB wireless stick.
__________________
Dual Boot Win 7 & F18 | Cinnamon
Reply With Quote
  #5  
Old 8th February 2013, 10:40 PM
kplonsky Offline
Registered User
 
Join Date: Feb 2013
Location: Missouri
Posts: 6
linuxchrome
Re: Lenovo P580 Wireless Drivers

I get this when I try that

Code:
[root@localhost master]# yum install iwl2000-firmware-18.168.6.1.fc17.noarch.rpm
Loaded plugins: langpacks, presto, refresh-packagekit
adobe-linux-i386                                         |  951 B     00:00     
google-chrome                                            |  951 B     00:00     
updates/metalink                                         |  17 kB     00:00     
Setting up Install Process
No package iwl2000-firmware-18.168.6.1.fc17.noarch.rpm available.
Error: Nothing to do
Reply With Quote
  #6  
Old 8th February 2013, 11:27 PM
Teddyk67 Offline
Registered User
 
Join Date: Jan 2013
Location: Central MD
Posts: 17
windows_7firefox
Re: Lenovo P580 Wireless Drivers

Did you download the file to your home directory? Load this link in your browser and you should receive a prompt to download the file to your home directory.

ftp://fr2.rpmfind.net/linux/fedora/l...c17.noarch.rpm

Once in your home directory, as root, enter the yum install iwl... command.

If you don't understand any of these commands, that's ok. Just perform the following:

1. Download the file from the above link into your home directory.
2. Become root user (su keeps you in your home directory).
3. Enter:

Code:
yum install iwl2000-firmware-18.168.6.1-10.fc17.noarch.rpm
4. What happens?
__________________
Dual Boot Win 7 & F18 | Cinnamon
Reply With Quote
  #7  
Old 8th February 2013, 11:34 PM
kplonsky Offline
Registered User
 
Join Date: Feb 2013
Location: Missouri
Posts: 6
linuxfirefox
Re: Lenovo P580 Wireless Drivers

I am starting to pick up on somethings but yeah.. I am a huge noob haha. Want to teamview into my system to see if you can help? I would love to see how to fix this as I am having no luck

Code:
[root@localhost master]# yum install iwl2000-firmware-18.168.6.1-10.fc17.noarch.rpm 
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Examining iwl2000-firmware-18.168.6.1-10.fc17.noarch.rpm: iwl2000-firmware-18.168.6.1-10.fc17.noarch
iwl2000-firmware-18.168.6.1-10.fc17.noarch.rpm: does not update installed package.
Error: Nothing to do
[root@localhost master]#
Reply With Quote
  #8  
Old 8th February 2013, 11:49 PM
Teddyk67 Offline
Registered User
 
Join Date: Jan 2013
Location: Central MD
Posts: 17
windows_7firefox
Re: Lenovo P580 Wireless Drivers

Try:

Code:
rpm -ivh iwl2000-firmware-18.168.6.1-10.fc17.noarch.rpm
If it installs without issues, you should have working wireless. If not, wait for F17.
__________________
Dual Boot Win 7 & F18 | Cinnamon

Last edited by Teddyk67; 8th February 2013 at 11:50 PM. Reason: Changed RPM command
Reply With Quote
  #9  
Old 9th February 2013, 02:17 AM
kplonsky Offline
Registered User
 
Join Date: Feb 2013
Location: Missouri
Posts: 6
windows_7chrome
Re: Lenovo P580 Wireless Drivers

Well I was installing some programs and it messed up my kernel. I will have to figure this out now. Thank you for your help, I will try that when I get my computer working again lol

---------- Post added 9th February 2013 at 02:17 AM ---------- Previous post was 8th February 2013 at 11:55 PM ----------

Code:
[root@localhost master]# rpm -ivh iwl2000-firmware-18.168.6.1-10.fc17.noarch.rpm 
warning: iwl2000-firmware-18.168.6.1-10.fc17.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 1aca3465: NOKEY
Preparing...                ########################################### [100%]
	package iwl2000-firmware-18.168.6.1-10.fc17.noarch is already installed
[root@localhost master]#
Thats what I get
Reply With Quote
  #10  
Old 9th February 2013, 03:41 AM
Teddyk67 Offline
Registered User
 
Join Date: Jan 2013
Location: Central MD
Posts: 17
windows_7firefox
Re: Lenovo P580 Wireless Drivers

Try rebooting. See if the wireless is recognized.
__________________
Dual Boot Win 7 & F18 | Cinnamon
Reply With Quote
  #11  
Old 9th February 2013, 04:02 AM
kplonsky Offline
Registered User
 
Join Date: Feb 2013
Location: Missouri
Posts: 6
linuxfirefox
Re: Lenovo P580 Wireless Drivers

Thank you so much!!!
Reply With Quote
  #12  
Old 9th February 2013, 05:17 AM
Teddyk67 Offline
Registered User
 
Join Date: Jan 2013
Location: Central MD
Posts: 17
windows_7firefox
Re: Lenovo P580 Wireless Drivers

Glad to be of assistance.

If it's working, mark the thread as Solved.
__________________
Dual Boot Win 7 & F18 | Cinnamon
Reply With Quote
Reply

Tags
drivers, lenovo, p580, wireless

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
Wireless driver for Lenovo laptops broken now? TheLQ F17 Development Forum 7 22nd May 2012 06:29 AM
Lenovo B575 Wireless Issue Ideon Hardware & Laptops 5 13th March 2012 10:38 PM
[SOLVED] Lenovo S10-3 Wireless Problem Jamwa Hardware & Laptops 4 28th June 2011 10:18 AM
F15 NetworkManager and Lenovo T61/Intel 4965AGN Wireless tkevans Hardware & Laptops 2 31st May 2011 09:33 PM
How to set up wireless on Lenovo G400 buit in BCM4311 ver 1.0 boyzzzz Hardware & Laptops 16 9th August 2009 08:52 PM


Current GMT-time: 22:49 (Friday, 24-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