General :: How To Change The Kernel Version

Jan 3, 2011

I want to change my kernel to an older version my current kernel is (2.6.35-24 generic i686 GNU/Linux) I want kernel 2.6.21 or 2.6.31 how can I do it?

View 2 Replies


ADVERTISEMENT

Debian :: Compiling Kernel - 2.6.26 Version Of Kernel Doesn't Longer Exist In Kernel.org Website

Sep 16, 2010

i'm using this guide videos - howto: debian linux kernel compilation, part 1 and the author says i need kernel 2.6.26 this version of kernel doesnt longer exist in kernel.org website and the only 2.6.26 i found is a patch here. should i use the patch? or download another version of kernel?

View 2 Replies View Related

Ubuntu Installation :: Update For An Older Version Kernel When Using A New Version?

Sep 29, 2010

What happens if you get an update for an older version kernel when you are using a new version?

View 3 Replies View Related

Debian :: Difference Between Kernel Version And Backport Version

Mar 8, 2011

Sometimes a kernel image seems to have the same version as the backported kernel image, for example:
linux-image-2.6.32-bpo.5-amd64
linux-image-2.6.32-5-amd64

What are the differences between the two?

View 5 Replies View Related

Red Hat / Fedora :: Can Upgrade Kernel To Version 2.6 And Glibc To Version 2.5?

Feb 5, 2010

I have a server running Reh Hat Linux 7.3 with kernel 2.4.18. Can i upgrade kernel to version 2.6 and glibc to version 2.5?

View 6 Replies View Related

General :: CentOS 5.3 - Updating To Next Kernel Version

Feb 7, 2010

I have just downloaded CentOS 5.3. The kernel version is 2.6.18.xx However, when I updated the kernel version has not changed. Still 2.6.18. Unless something went wrong with the updates. The most up to date kernel is 2.6.31.xx I was thinking shouldn't it update to this new kernel? On my Fedora 12 I have 2.6.31. However, I thought the kernel of 2.6.18 would have been updated as least a little.

View 4 Replies View Related

General :: /boot Directory And Kernel Version ?

Feb 2, 2011

I have a SuSe 10 sp2 box to administer. explain the significance of the /Boot and how to use the different kernel versions, any best practices and any good to know 'How to's'

View 3 Replies View Related

General :: How To Get Kernel Version From Image File?

Mar 25, 2011

I know that it is possible to get the kernel version from a running system using "uname" command.I have a kernel image file in linux/arch/arm/boot/uImage.Is it possible to get similar information from this image file? and how?

View 6 Replies View Related

General :: Version - Reference To A Kernel Info ?

Feb 4, 2011

I am looking to get some information on the version of Linux we are running. I was advised that it was 2.6.18-194.17.4.el5. When I did a search on this and it keeps telling me that is reference to a kernel info. Is this the Linux version or kernel info?

View 6 Replies View Related

General :: Change Password Plugins For Version?

May 18, 2010

I am using squirrelmail version 1.4.3a-5. i need change password plugins for this version.

View 2 Replies View Related

General :: Using Much Higher Kernel Version Than Installed Headers

Jul 18, 2010

Many here know I distribute alot of live stuff and thus many say I should try to putout as high a kernel version as possible for wireless, netbooks, etc.my questions are about using a much higher kernel version than the installed headers for instance; I use kernel 2.6.34-ZEN in my arch/slackware builds but the slackware version contains headers 2.6.33.4 from slackware and so is that a problem or no?I built the kernel from source using headers 2.6.33.4 in slackware and headers 2.6.34 in arch...now, I may be upgrading those kernels to meerkats 2.6.35-r5 and need to know if having headers 2.6.33.4 is an issue?also, after compiling kernel does it install a new set of headers when you do make modules_install?

View 4 Replies View Related

General :: Cannot Find Kernel Version In /usr/src/linux-2.6.21.5 - Is It Configured

Dec 21, 2010

I'm currently trying to get my wireless card to work with ndiswrapper after installing backtrack4 today, BUT.When I try and use the make command it tells me that some or another file is missing. I've checked and the output is right, There is no file of that name but there is neither a folder of that name.

Code:

root@bt:/usr/src/ndiswrapper-1.56/ndiswrapper-1.56# make
make -C driver
make[1]: Entering directory `/usr/src/ndiswrapper-1.56/ndiswrapper-1.56/driver'

[code]....

View 5 Replies View Related

General :: Installing Ndiswrapper As The Kernel Version Cannot Be Located

Jul 4, 2010

I am trying to install ndiswrapper, and have gotten as far as extracting the .gz file. However, when I type in the "make" command, it returns the error message:

Cannot find kernel version in /usr/src/linux-2.6.21.5, is it configured? Stop.

I do not have anything in the folder /usr/src, so I don't know where it might be. I'd like to install this, so it will make my switch to Linux easier.

View 6 Replies View Related

General :: Installing Ndiswrapper - Cannot Find Kernel Version?

Mar 17, 2010

im trying to install ndiswrapper to get my belkin wireless g pci network card working, but have an error

makefile:34 Cannot find kernel version in /lib/modules/2.6.28-18-generic/build, is it configured?

i have apt-get installed build-essential linux-headers-server

this is on ubuntu server 9.04 32bit version.

View 4 Replies View Related

General :: Running Older Kernel Version - Yum Sees No New One ?

Jun 26, 2010

I'm running a Xen VDS from a hosting company.

I'm trying to update the kernel, because the one that is running is rather "old":

Code:

I try to update the kernel with yum, but fail :

Code:

No Packages marked for Update

Code:

No Packages marked for Update

Code:

So where to get a more up to date kernel?

View 11 Replies View Related

General :: Change Required Depen Version For .deb Without Recompiling?

Jan 7, 2010

I was wondering how/if it was possible to edit the min. version number of a depen for a .deb package. For example lets say my package says it needs libc6 2.7.1 or higher but I want it to be 2.5.1 or higher instead. Can I make this change with out having to recompile the .deb package?

View 1 Replies View Related

General :: Build A Glibc Version For Target Machine's Kernel?

Jan 8, 2010

AFAIK, in addition to implementing the standard C library, glibc provides wrappers for system calls, threading support, and basic application facilities. So because of that, glibc that will be used on my target system should be built based on the kernel version running on my target, right?

Based on the above, I am trying to build a glibc version for my target machine's kernel. However, I don't know to to build a glibc library for a target system and also where on the target's filesystem should be put? In which location Linux will start looking for the libraries required for a program to run (should I create an /etc/ld.so.conf file)?

View 12 Replies View Related

General :: Find And Display The Kernel Version Booted Into, With The KDE 4.3.5 Desktop?

Mar 22, 2010

With Mandriva 2010 and KDE 4.3.5 it updated to kernel; 2.6.31.12-1mnb and I want to find out if it boots to this new kernel, or the previous one. In the Ubuntu gnome desktop I do know how to find that easy, so what tool or terminal command will display the current running kernel version ?

View 6 Replies View Related

General :: Fedora 14 - Kernel Not Compatible With Latest Version Of VBox

Jan 21, 2011

I have install windows XP and Fedora-14-X86_64 on dual boot, I want to run other OS on fedora by using Virtual machine. I have download and installed VirtaulBox-4.0.0 successfully but I cannot able to start it. I got error about Vbox driver not installed [error code:1908]. I have also installed DKMS package, but also didn't work.

Finally I found the actual problem was kernel not compatible with latest version of vbox and I need to update my kernel-headers. I also meet that solution by using command: yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel and its work fine, this command download and install the kernel compatible VirtualBox-3.2.* and now its works fine.

But problem is that when I booting my PC, it shows 3 options for entering OS rather then 2.
1. Fedora-14 (2.6.35.10.74.X86_64) [which is new one/updated after using that command]
2. Fedora-14 (2.6.35.6.45fc14.X86_64) [which is new one/updated after using that command]
3. Other [windows XP]
How can i delete that old version- No.2?

View 8 Replies View Related

General :: What Is Kernel Version Required For Installing NFS4 (RHEL)

May 5, 2011

What is the kernel version required for installing NFS4 (RHEL) ??

View 1 Replies View Related

General :: Why After Updating Ubuntu 10.04 Version Kernel Vspace Is Not Working

Apr 23, 2011

i am posting my question in this forum . I was installed Ubuntu 10.04 and installed Vspace software and its working fine but yesterday its collected updates and installed in this after this its saying that this version of kernel is unable to support Vspace

View 1 Replies View Related

General :: Gentoo+urxvt+terminus: How To Change Font Version

Jun 27, 2011

In my Debian installation I can type extended ASCII characters such as åäö by default using the terminus font, however in Gentoo I can't get it to work so far. Nothing happens when I hit those keys, like in this thread:Missing glyphs in Terminus font, how to setup a fallback font ? But in this case I know terminus supports those characters in at least some of its versions, since it's works in Debian. So what I want is to find out how to see and choose which of the many different terminus font files is being used. I set the font in the same way on both Debian and Gentoo, using URxvt*font: xft:terminus:size=xx in .Xdefaults. Both systems use en_US.UTF-8 as default locale.

View 1 Replies View Related

General :: Time To Change - Installed Newer Version Of Python 2.6

Apr 18, 2011

I installed a newer version of python in /usr/local/bin/python2.6. Now I want to use that python and only that one. When I type "Which python", I want to see /usr/local/bin/python2.6, NOT /usr/bin/python, which is old one (2.4). Also, I want to see the same even after I reboot. How do I do that?

View 2 Replies View Related

Ubuntu Installation :: Kernel Headers For Target Kernel Version Could Not Be Found

Oct 20, 2010

I get the following error message trying to install dazuko on xubuntu 10.04: "headers for target kernel version could not be found" But when I run sudo apt-get install linux-headers-$(uname -r), I get the message that I already installed the headers. My current kernel is 2.6.34-020634-generic

How can I install dazuko withouth having this problem??

View 1 Replies View Related

Red Hat :: RHEL 4 - Make Initrd For Kernel Version Different Fromthe Base Kernel?

Mar 12, 2009

The RHEL 4 update 7 installation CD installs the kernel with version 2.6.9-78.EL and therefore must contain corresponding vmlinuz and initrd.img. However I would like to have an all modules initrd that is used during installation but for a different version (2.6.9-78.0.13.EL). Is there a way in which I could obtain/make such an initrd?

View 3 Replies View Related

General :: Which Vanilla Kernel Version Provide Support For QM57 Chipset

Dec 13, 2010

which vanilla kernel version provide support for QM57 chipset?

View 1 Replies View Related

Ubuntu :: Update For A New Kernel, But Kernel Version Hasn't Changed

Jan 7, 2010

At the moment I am using kernel 2.6.31-14-generic. I'm not one of those people who needs to have the latest and greatest kernel to be happy, I just rely on the update manager. I swore that I saw an update for a new kernel, but my kernel version hasn't changed. I'm just curious if there was a new kernel that was released or if that was just an update to the kernel listed above.

View 2 Replies View Related

Fedora Installation :: Kernel-devel Package With Version Between The Fedora And Update Repo Version

Sep 11, 2009

I have a fedora 11 with kernel package: kernel-PAE-2.6.29.6-217.2.3.fc11.i686

I would like to install the devel package for this kernel version, but I can't find it, because in the fedora repo there is only the original kernel (2.6.29.4....) and in the updates repo there is only the newest kernel package (2.6.30....)

Where can I find the packages which are between the fedora and update repos' versions?

View 2 Replies View Related

General :: How To Change Kernel Parameter

Oct 11, 2010

i m using following kernal.

Code:

# uname -r
2.6.18-128.2.1.4.9.el5xen

According to security manual i need to incorporate following changes into kernal parameter but i m not sure when and how these changes will be implemented.

Code:

net.ipv4.conf.all.accept_source_route must be set to "0"
net.ipv4.ip_forward must be set to "0" (zero)
icmp_echo_ignore_broadcasts must be set to "1"
net.ipv4.tcp_syncookies must be set to "1"

[code].....

View 9 Replies View Related

General :: GRUB Command To Change Kernel?

Feb 19, 2011

I just got a laptop (DELL PP06S) from a friend set up on kubuntu. He told me to download and run the updates packages if I had time. So so did I and now the computer stops on an error at boot and I can't log in at all to type any command. The error message coming up is:

ata1.00: exeption Emask 0x0 SAct 0x0 action 0x6
ata1.00: BMDMA stat 0x24
ata1.00: failed command: WRITE DMA

[code]....

And it seems to try that action over and over but I never get to log in and type any command. I got told to check the drive cables connections, which I did but it made no difference. I also got told that I could try to start with an older kernel, I tried all the different kernels available in the GNU GRUB but no success. The different options availables are:

Ubuntu, with Linux 2.6.32-26-generic
Ubuntu, with Linux 2.6.32-26-generic (recovery mode)
Ubuntu, with Linux 2.6.32-25-generic

[code]....

From my understanding these are the new and older kernels, is that right? I had to do the updates in 3 times so I guess the kernel from before then isn't in the list anymore. Every one of them shows the same error message and no way to get a console. So I can't type any command. Though, I found out that I can type commands in the GRUB, is there any way to change the kernel from the GRUB? If so what would be the commands?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved