LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-08-2016, 06:04 PM   #1
moinsobhan
LQ Newbie
 
Registered: May 2016
Posts: 5

Rep: Reputation: Disabled
Cannot find kernel firmware 2.6.32-537.7.1.e16


Hello,

I'm trying to update OS kernel. Here is my OS and kernel information:

Red Hat Enterprise Linux Server Release 6.7
Linux 2.6.32-573.e16.x86_64

Trying to upgrade the kernel to:
2.6.32-573.7.1.el6.x86_64 &
2.6.32-573.22.1.el6.x86_64

When I'm trying to upgrade to 2.6.32-573.7.1.el6.x86_64, I'm getting this error:

# rpm -ivh kernel-2.6.32-573.7.1.el6.x86_64.rpm
warning: kernel-2.6.32-573.7.1.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
error: Failed dependencies:
kernel-firmware >= 2.6.32-573.7.1.el6 is needed by kernel-2.6.32-573.7.1.el6.x86_64

I've configured yum repository and Googled but cannot find any kernel firmware which is 2.6.32-573.7.1.el6 or older.

Can anyone point me a direction so that I can download the required firmware from?

Thank you.
+Moin
 
Old 05-09-2016, 06:37 AM   #2
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
If you are using RH then you should have a support contract that gives you access via yum and not rpm. The rpm command is only for local package use - yum will download the given rpm package, and identify dependencies and download them as well.

If you got RH as an evaluation, you won't find it.
 
Old 05-09-2016, 07:23 AM   #3
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
If your using Red Hat and have an active subscription, you should be using the following command to upgrade a kernel:

Code:
yum clean all 

yum install 2.6.32-573.7.1.el6.x86_64
Its my understanding that rpm are legacy commands that are still hanging around.


It also looks like you need to install kernel-firmware in order to get this go, what happens when you run the following command:

Code:
yum check-update
 
Old 05-10-2016, 01:46 AM   #4
moinsobhan
LQ Newbie
 
Registered: May 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks Guys.

I don't have any support contract with RHEL. Doing the following actually worked with charm:

1. yum install kernel_firmware
2. rpm -ivh kernel_new_kernel

For this we need to make sure the yum repository if created correctly.
I had several reboot and DVD got unmounted which took some time to figure out.

Useful article:
Configuring Yum and Yum Repositories
https://access.redhat.com/documentat...ositories.html

Thank you all again.
+Moin
 
Old 05-10-2016, 05:33 AM   #5
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
I would recommend to have an active subscription with Red Hat, otherwise you are opening yourself up with a whole world of problems.
 
Old 05-10-2016, 08:10 PM   #6
moinsobhan
LQ Newbie
 
Registered: May 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
@jpollard - thanks.
RHEL subscription is too expensive. I only use it for testing purpose. But I will seriously consider this.

Thanks again,
+Moin
 
Old 05-10-2016, 08:50 PM   #7
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Quote:
Originally Posted by moinsobhan View Post
@jpollard - thanks.
RHEL subscription is too expensive. I only use it for testing purpose. But I will seriously consider this.

Thanks again,
+Moin
Then your better choice would be to use CentOS. At least there you can get updates/patches.

They might be a few weeks later than RH, but they will be available.
 
Old 05-10-2016, 09:02 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
TOO expensive??????
there is a single desktop SELF support for $49 USD
the standard one year desktop is $299 per year

and the standard SERVER contract is $799 per year

so $800 is too much for your BUSINESSES SAFETY!!!!

well have fun

but PLEASE KEEP this off the internet and help keep the world safe from hacked NOT updated machines


or

install the FREE CentOS 6.7 or 7.2 !!!!!

Last edited by John VV; 05-10-2016 at 09:03 PM.
 
Old 05-10-2016, 09:43 PM   #9
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
It can depend on the country he is in - getting suitable contracts can/may involve a lot more than the base price.
 
  


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
initramfs getting courrpt in kernel version "2.6.32-279.39.1.e16.x86_64" ashish23 Linux - Kernel 0 03-20-2016 08:44 AM
[SOLVED] Suggestion: install kernel firmware into /lib/firmware/$(uname -r) qweasd Slackware 7 08-08-2012 02:12 PM
Failure to find E100 firmware even though present in /lib/firmware afhartman Linux - Networking 2 07-27-2009 07:31 AM
Intel 537 modem, not working after new kernel update (2.6.10-1.770_FC3) suro Linux - Hardware 69 06-24-2005 07:56 PM
Driver for Ambient Intel 537 modem for kernel 2.6?? nostromo Linux - Hardware 0 02-21-2004 04:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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