Debian :: Kernel That Works, I.e., The 2.6.27 Kernel?

Jun 18, 2010

I'd be interested in your views on this. Background: After many hours of trying to configure a particularly recalcitrant graphics card as posted here, I eventually resorted to trying Mandriva 2009, which, with the 2.6.27-desktop 586-0.rc8.2mnb kernel, solved the terrible problem of slow, hit-and-miss booting with Debian and also random freezes with Ubuntu.However, when updating to Mandriva 2010, the problems with booting, and also a wrong screen resolution were back so, for the time being, I settled for the 2009 release.

My question is: Having found out that the Mandriva kernel worked, does anyone know if would it be possible to finally bring this laptop to heel with Debian + a 2.6.27 kernel and following the time-honoured adage of "if it ain't broke, don't fix it" leave such a kernel in place without updating to a newer one?

View 1 Replies


ADVERTISEMENT

General :: Debian 686 Kernel Total Networking Failure On IbmX60 But 486 Kernel Works

Feb 11, 2011

The 486 kernel works just fine, and while I have only 1GB of RAM at the moment I hope to have 2GB someday and would like to take advantage of the dual core CPU, so I would like to configure grub to run the 686 kernel by default. For whatever reason, it runs the 486 right now and the 686 fails in a major way: there is no network connectivity at all. It could be plugged into my cable modem router and it shows no wired connections. The fact that one works and the other doesn't puzzles me since I haven't touched either since the install and a few rounds of upgrades.

I should mention I'm newbie but getting better; I managed to install debian on this x60, yet while preserving the factory install rescue & recovery partition and preserving the factory install MBR so that ibm-specific hardware functions (thinkvantage button, etc.) still work. This required me to use dd to copy the first 512 bytes of my debian partition to a file in the windows partition, etc., and modifying the windows bootloader. (I wish I had learned dd long ago--it rocks). I did this because if I ever resell the X60, the fact is most people use MS Windows and having that partition adds a perception of value to some potential buyers; not to mention I paid $ for it (I was young & stupid) so why should I delete it. I also backed up the recovery partition on another drive using dd over NFS in case the hd ever heads south.

Anyway, I've never been comfy with messing with the kernel. I did once recompile a module for ALSA because it had a bug in it for an old Yamaha integrated sound card on an old PIII and the newer version worked [alsa fails on this x60 too but I think I found a post on here that has a solution I will try later]. But I'm clueless as to networking modules, not to mention the correct module is installed already from Intel for this chipset. So what is there to do?

Here's a clue: the ifconfig output is radically different from the 686 and 486 kernels. Looks like hardware is not being detected since eth0 fails to show:

I would show the diff output below if it weren't so long--and not allowed--upon 2 text files, the first holding the output of modprobe -l under the 486 kernel and the second under the 686 kernel.

View 14 Replies View Related

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 :: Kernel 2.6.38.11 - Kernel 2.6.38.10 / Crashed (2.6.35-30 Works )

Sep 1, 2011

i just updated my mainboard, because of a failure in the grafic chip. Now I have a icore 7-2600K CPU with 16GB memory.The system will not boot with the latest kernel version Kernel 2.6.38.11 - Kernel 2.6.38.10 . It crashed and resets the system.

But when I am using Kernel 2.6.35.30, then it works, as you can see. As well the kubuntu 64bit CDROM does not work. Crashed as well.

View 5 Replies View Related

Debian :: Upgrade Debian 3 Kernel 2.4.18 To Kernel 2.6 Or Bigmem-kernel?

Nov 11, 2010

We have a Dell 1850 with Debian with 2.4.18 kernel running some critical applications, now the issue is we need to upgrade the memory to 8 GB but the memory is detected by the bios itself, Operating system is not able to detect it, it is showing 3096MB of memory,

After a lot of googling and the artical in linux.com/archive/articles/119287 :: Got more than a gig of RAM and 32-bit Linux? Here's how to use it i came to know the solution i.e

1)I need to install the Bigmem-kernel to detect the ram more than 4Gb,

2) or change some kernel parameters in configuration file and rebuild the kernel

Is there any another solution for this to update operating system to detect the more RAM

View 1 Replies View Related

Debian :: How To Upgrade The Debian 3 Kernel 2.4.18 To Kernel 2.6 Or Bigmem-kernel

Nov 9, 2010

We have a Dell 1850 with Debian 3.0 (woody) with 2.4.18 kernel running some critical applications, now the issue is we need to upgrade the memory to 8 GB but the memory is detected by the bios itself, Operating system is not able to detect it, it is showing 3096MB of memory. i came to know the solution i.e I need to install the Bigmem-kernel to detect the ram more than 4Gb, Any another solution for this to update operating system to detect the more RAM.

View 6 Replies View Related

Debian Configuration :: Is It 64bit Kernel Or 32bit Kernel Optimized For Amd64 Architecture?

Jan 24, 2010

I recently installed debian squeeze 32bit on a second partition of my amd athlon 64 X2 dual core machine.Currently it is using linux-image-2.6.32-trunk-686 kernel.But linux-image-2.6.32-trunk-amd64 is available.on the repository.Is it a 64bit kernel or 32bit kernel optimized for amd64 architecture?

View 12 Replies View Related

Debian :: Automatic Removal Of Kernel Headers Package When Kernel Packages Are Removed

Dec 28, 2008

As a follow-on to something Telemachos said in another post:

Quote:

Originally Posted by Telemachos

You can see what kernels you have installed - to check if you have a virtual kernel and to clean up - by running this command:

Code:

If you've been installing kernel-headers along with the kernels (say to build modules for graphics or wireless), you should remove those when you remove the corresponding kernel. The command to search for those is parallel:

Code:

I would have thought that removing a given kernel package would trigger the removal of the older kernel headers. Can someone confirm that is, or is not, the behavior? I ask this because it seemed to me that the older kernel header packages were indeed removed when I removed some older kernel packages.

For example, the linux kernels I have installed are:

Code:

Also, the linux-headers packages I have installed are:

Code:

So, when I get around to removing the linux-image-2.6.25-2-amd64 package like this:

Code:

I would expect apt-get to automatically also remove linux-headers-2.6.25-2-amd64 and linux-headers-2.6.25-2-common. Is that what will happen, or do I need to explicitly state all three packages on the apt-get remove command?

View 3 Replies View Related

Debian Configuration :: Update My Kernel From 2.6.32 To 2.6.38 - Error - Unable To Boot Into The Kernel

May 13, 2011

I am using DEBIAN 6.0 and I wannna update my kernel from 2.6.32 to 2.6.38. Every time, I do it but after the installation & rebooting into the new kernel it gives me error "UNABLE TO BOOT INTO THE KERNEL".

View 1 Replies View Related

Debian Configuration :: Nvidia Kernel Module With Custom Kernel

Jan 24, 2010

I have a problem with my custom kernel when I want to create the Nvidia kernel module.After this finished I installed the image and headers and created the Nvidia kernel module. Everything worked fine.However, if I remove the linux-source from my home directory then I can't create the kernel module.Even though I have the headers for the kernel installed.

View 2 Replies View Related

Debian Installation :: Kernel Liquorix And Nvidia Driver / Error Doesn't Found The Kernel Source Tree?

Oct 1, 2010

I installed the latest kernel liquorix (2.6.35) but when i want to install the Nvidia driver downloaded on the Nvidia website (256.53), i have an error message because Nvidia doesn't found the kernel source tree.

I install linux-image-2.6.35-6.dmz.2-liquorix-686_2.6.35-16_i386.deb, linux-headers-2.6.35-6.dmz.2-liquorix-686_2.6.35-16_i386.deb and build-essential. I don't understand why the installation doesn't works.

View 1 Replies View Related

Debian :: Installing Kernel 2.6.32 Kernel On Lenny?

May 24, 2010

I would like to update my kernel to version 2.6.32 to see if it solves my tv-tuner card issues (not being recognized by the kernel Lenny uses 2.6.26-2 x64). What steps should I follow to accomplish this upgrade?

View 4 Replies View Related

Slackware :: 64 13.0 And Realtime Kernel Works, But Cannot Set Priorities?

Jan 25, 2010

I succeeded with the 2.6.31.12-rt20 on the Slackware 64 13.0.Kernel config seems fine, i use PAM.I can launch jackd as user with the realtime flag, BUT...Using top and htop, i can see that /etc/security/limits.conf or /etc/security/limits.d/limits.conf or wherever i put this file, priorities and nice are not set.Of course i added this to this file :

@audio - rtprio 99
@audio - nice -10
@audio - memlock 500000

[code]....

View 2 Replies View Related

CentOS 5 :: VMWare Workstation No Longer Works Since Kernel 2.6.18-164.11.1.el5?

Feb 1, 2010

I have an Intel i7 with CentOS x64 installed, with the intention of using it as the host O/S with VMWare Workstation to run a number of virtual machines. I had this all working until the kernel was updated to 2.6.18-164.11.1.el5, Now I can no longer start any VMs. I have tried reinstalling CentOS, updating it first, then installing VMWare Workstation - no different. I have tried running as root - no different.

Is anyone else aware of this problem? Does anyone else run VMWare on CentOS x64?

View 19 Replies View Related

Ubuntu :: Custom Kernel Hangs With No Error - Ctrl-alt-del Works

Nov 28, 2010

It hangs after mounting my root partition, and switching to framebuffer. And ctrl-alt-del causes a normal shutdown - everything gets told to exit.

This where it hangs:

[URL]

This is my config:

[URL]

lspci output:

[URL]

Based on the mainline defaults. I made sure ext4 is compiled in, SCSI, SATA and PATA support... sda1 is my root partition. sdb1 is a data drive. The drives are SATA.I need to rebuild from source to test some stuff for wayland.

View 5 Replies View Related

Ubuntu :: 11.04 Hangs On Boot - Start With Older Kernel Works?

Sep 1, 2011

I've recently upgraded to Natty (11.04).The problem that is now occurring, and reoccurring, is like this:- Computer boots, but hangs on a purple screen (nothing on it). Nothing happens, after 15 minutes or so I give up waiting and hard reset.- Boot via Grub (holding shift) into recovery-mode: works fine, but I want the GUI, so I reboot.- After reboot the system hangs again, as mentioned before.- Hard reset again, and booting a previous kernel (2.6.32.8 ): works fine!- Restart again, boots in most recent kernel (2.6.38.10): works fine now.- Try to shutdown/restart again, problem re-occurs every time. So I use the workaround with the extra startup with the older kernel again.and finally typing this.

View 1 Replies View Related

Fedora Hardware :: NVidia FX5200 Only Works With An Old Kernel Xxxx.i586?

Feb 1, 2010

I was helping my cousin move to the GNU Linux world and I was faced with the following problem: He has a MSI nVidia GeForce FX5200 PCIe (128MB vRam) Graphics card. I followed a couple of instructions here in getting that card to work, but the drivers that I was able to load up to his 23 bit system refused to load after system boot up (white flashing letters would come up, X server refusing to load). I was only able to load the system with full 3D hardware accelerated support when I loaded the old xxxxx.i586 based kernel from the GRUB list, while the current kernel that was being used was xxxx.i686 based one.

Currently there was two kernels in the list, so I manually edited the GRUB file to change the boot identifier number from 1 (xxxx.i686) to 0 (xxxx.i586) so every time that the computer would be powered on, it would load that kernel up automatically without having to reselect it manually each time.

Yesterday, my cousin picked up his computer, he was fine and happy with his fedora core (version 11, because Version 12 had major problems with this graphics card, its on the "test" list still, and the developers of fedora, or the developers of that other 3rd party software source seems to be in the middle of testing it for FC12 compatibility)

He told me today that after he ran the "updates" for fedora and installed them, when he rebooted the system, he would see that same while characters in the top left section of the screen flashing and it would get stuck there, he told me that he was able to solve the problem by rebooting and selecting the xxxxxx.i586 kernel from the list. He also told me that he saw three kernels from the list.

For what I see here, this driver will only load with the i586 based kernel, and I also am seeing that each time that he updates his system he may have to go thru this again. My question is this: Will fedora 11 change his default kernel each time that he runs Fedora Updates? If so, what can I do to prevent that change from occurring.

Also, is there a limit on the kernels that appears on the GRUB list, if each updates brings a new kernel entry on the GRUB list, will the list get very large one day? or will Fedora remove one or more kernels, in other words, what is the maximum number of Kernels Fedora keeps on the GRUB list? and will there be a point that Fedora updates will delete that working i586 kernel leaving him with a non booting system? Or will that nvidia driver "magically" start working with some future update after the developers fix/improves what ever is keeping that nVidia driver from loading with the latest updates?

View 4 Replies View Related

Ubuntu Multimedia :: Sound Kernel Module Is Loaded, But Doesn't Works ?

Mar 30, 2010

I've Ubuntu 9.10 with 2.6.31-20 kernel.Sound kernel module is loaded, but doesn't works ;((. I have not got any errors and all programs (e.g. mplayer) thinks that sound driver is present and works OK but I can't hear a sound...A part from lspci -vvnn

Code:
01:00.1 Audio device [0403]: nVidia Corporation Device [10de:0be3] (rev a1)
Subsystem: Sony Corporation Device [104d:9067]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-[code]....

View 3 Replies View Related

Ubuntu :: Update Last Week (with Kernel) & Reboot Sound No Longer Works?

Jun 14, 2010

been running Lucid & Karmic for a while now, after an update last week (with kernel) & reboot sound no longer works.Results of 'sudo aplay -l':

Code:
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog]

[code]....

View 3 Replies View Related

Fedora :: Change Kernel From Kernel-PAE To Kernel?

Jan 18, 2010

My laptop has only 2GB of RAM so I don't think I need the PAE kernel, also there are some drivers that I want to install, they were built for non-PAE kernel.

So far I read that I have to change the :

/etc/sysconfig/kernel
---------
# UPDATEDEFAULT specifies if new-kernel-pkg should make
# new kernels the default
UPDATEDEFAULT=yes

[Code]....

View 3 Replies View Related

Fedora :: Nvidia 8600m Gt Driver Fc12 - Kernel Automatically Will Change To Be A Pae Kernel?

Jul 4, 2010

my problem is on installing nvidia driver on fc12 32bit but, first of all, as i understood the pae kernel requires more than 4gb of ram,i have a 2.2 ghz cpu with 2 gb ram,but when i run command:uname -r it answers: 2.6.31.5-127.PAE [i have fc12 32 bit] when we try to download linux we have a 32bit edition or 64bit edition,do we have an edition which is only for pae? or when we install for example the 32bit edition on a computer with more than 4gb of ram then the kernel automatically will change to be a pae kernel??

View 10 Replies View Related

OpenSUSE :: Virtualbox Problems (Error Kernel Headers For Kernel 2.6.34-12-desktop Cannot Be Found At)?

Jan 2, 2011

I'm just installed OpenSuse 11.3 (64) on a 30gb SSD, hoping to get virtualbox 4.0 running to virtualize an instance of Windows 7.I went through some pain with my Nvidia video card and actually getting vb to install, but through lots of searching and tinkering got here.I created a vm in the vb control panel, but when I go to start it I get:

Code:
Failed to open a session for the virtual machine Win7Main.
The virtual machine 'Win7Main' has terminated unexpectedly during startup with exit code 1.

[code]....

View 9 Replies View Related

OpenSUSE Install :: 11.2 From DVD - Load Kernel Operation Hangs At 97% (using Both Normal And Safe Kernel)

Feb 23, 2010

I am an experienced Linux admin and have been using SuSE for many years. My development machine has had every version of SuSE since '02 and although it is a little old, is in good working order. (AMD
2400, 2 gig RAM, 160 Gig IDE disks - SuSE on disk 2) (OpenSuSE 11.1 with the latest kernel works perfectly. This install is on a spare HDD prior to doing a full install on my usual HDD.)

When I try to install SuSE 11.2 from DVD, the load kernel operation hangs at 97% (using both normal and safe kernel), however, I can install from live CD without any problem. I have tried the same DVD on a few "older" machines and had the same problem. I initially thought it was the actual DVD but re-burning has the same problem. I have also tried another DVD writer - same problem.

View 1 Replies View Related

Red Hat :: Install Ethernet Adapter Driver - Not Finding Kernel-devel Or Kernel-headers

Aug 30, 2010

I'm attempting to install the driver for my atheros AR8131 PCI-E Gigabit Ethernet adapter (in my Lenovo laptop) on my newly installed RHEL5 system (it's not currently being recognized).

I tried using: 'make install' but hit an error "Makefile:61: *** Linux kernel source not found."

After this, I tried: 'sudo yum install kernel-devel kernel-headers'

To rectify this, but hit this error "No package kernel-devel available" (and the same for the headers). What should I do?

View 5 Replies View Related

Fedora :: 0 Byte Initrd File In Kernel Kernel-2.6.27.25-170.2.72.fc10.x86_64

Jul 13, 2009

I'm I seeing this wrong or is the initrd file in kernel-2.6.27.25-170.2.72.fc10.x86_64 a zero byte file and that's why I can't boot with it( get this "kernel panic not syncing VFS unable to mount root fs on known -block (0,0)" message)

View 2 Replies View Related

Fedora Installation :: Errors For VirtualBox / Kernel Source For Kernel 2.6.32.11-99.fc Cannot Be Found?

Apr 21, 2010

Trying to install virtualbox in F12 but fails when recompiling kernel module. Output of vbox-install log is:

Attempting to install using DKMS
removing old DKMS module vboxdrv version 3.1.6
Deleting module version: 3.1.6
completely from the DKMS tree.
Creating symlink /var/lib/dkms/vboxdrv/3.1.6/source ->
/usr/src/vboxdrv-3.1.6

DKMS: add Completed.

Error! Your kernel source for kernel 2.6.32.11-99.fc12.i686.PAE cannot be found
at
/lib/modules/2.6.32.11-99.fc12.i686.PAE/build or /lib/modules/2.6.32.11-99.fc12.
code....

View 6 Replies View Related

Fedora :: Find Kernel.spec File For Compile Vanilla Kernel?

Nov 29, 2010

i want to compile the vanilla kernel 2.6.37-rc3, but i want to obtain a .rpm file. I found this guide long time ago (i used it many times) but it use src.rpm package and the contained kernel.spec file have many lines for adding patches. Someone know where can i download a kernel.spec for vanilla kernel or a guide to obtain an rpm file

View 4 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

General :: Extracting Kernel Config From Kernel Image -- Extract-ikconfig

Jan 22, 2010

I'm trying to run extract-ikconfig because I've mistakenly deleted an old kernel config that I'd like to recover. However, when running the script from the latest (2.6.32.5) tree I run into this error:

Quote:

ERROR: Unable to extract kernel configuration information.

This kernel image may not have the config info.

Coincidentally, this happens with all of my kernel images. Is it a fixable problem? I should really set CONFIG_IKCONFIG_PROC next time..

View 1 Replies View Related

General :: Kernel Panic In 64bit Arch Linux After Kernel Recompile - 2.6.35-rc3

Jun 15, 2010

I have recompiled a few kernels, but all on 32bit systems so not sure if that has anything to do with it.

Running Arch Linux 64bit, most recent version.

Kernel Output:

Code:

My first thoughts was that it might be my grub bootloader configuration, so had a big play around with that but it didn't fix it. Also made sure support was built for filesystems. However almost all that Fstab mounts are ext3 anyway, and certainly the root and /boot are. Now thinking it may be a memory error so will run a check when I shutdown.

View 3 Replies View Related







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