LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   KDE 3.1.4 problem with kernel 2.6.0-Test-1 (https://www.linuxquestions.org/questions/linux-general-1/kde-3-1-4-problem-with-kernel-2-6-0-test-1-a-121095/)

rwilson500 11-29-2003 06:59 PM

KDE 3.1.4 problem with kernel 2.6.0-Test-1
 
I just updated my kernel from 2.4.22 to 2.6-Test-1. It compiled fine but when I restarted my system XFree86 gave me:

FATAL SERVER ERROR:
FAILED TO LOAD DEFAULT FONT

Also my display manager wouldn't start up. I'm running Mandrake 9.2. Please help, right now I'm stuck using Win XP :(

teval 11-29-2003 07:06 PM

Try using test-11 instead.
There have been a lot of changes since test-1

ghostwalker 11-29-2003 07:14 PM

What is you video card?

rwilson500 11-30-2003 12:54 PM

Okay, this is bad. I just compiled the 2.6 test11 and installed it. Now my system hangs when booting the kernel. Luckily I still have Knoppix so I can get my files before I re-install. Could anyone just tell me how to build and install the kernel (I'm pretty sure I'm not doing it right.)

P.S. Ghostwalker
I've got an integrated sound, video, and ethernet card with an intel motherboard, But XFree86 worked fine with 2.4.22-10mdk.

ghostwalker 11-30-2003 02:31 PM

type lspci -v at the CLI and display here the results.

rwilson500 11-30-2003 03:29 PM

lspci -v gave me this:

00:01.0 VGA compatible controller: Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller] (rev 03) (prog-if 00 [VGA])
Subsystem: Intel Corp.: Unknown device 4332
Flags: bus master, 66Mhz, medium devsel, latency 0, IRQ 11
Memory at f8000000 (32-bit, prefetchable) [size=64M]
Memory at ffa80000 (32-bit, non-prefetchable) [size=512K]
Capabilities: [dc] Power Management version 1

I just reinstalled mandrake 9.2 and XFree86 is working again.

ghostwalker 11-30-2003 04:57 PM

For building the kernel

Take and read the following:

http://ftp.kernel.org/pub/linux/kern...loween-2.5.txt

You are using 810 video. So under devices | character devices | /dev/apgart | Intell 440.....
Also select Direct Rendering..... You don't need to select anything under that

make mrproper
make menuconfig
make
make modules_install
make install

Then modify you lilo.conf or grub.txt

make install installs vmlinuz into the boot directory along with System.map
I creates a symbolic link to you old vmlinuz -> vmlinuz.old and System.old

All you need to do is add entry for the old vmlinuz. I use lilo.conf

This is mine....

image=/boot/vmlinuz
label=Linux2.6
read-only

image=/boot/vmlinuz.old
vga=791
append="hdc=scsi hdd=scsi apm=power-off nomce"
label=Linux2.4
initrd=/boot/initrd.gz
read-only

Hope this helps. The more people use 2.6 the better.

rwilson500 01-01-2004 04:01 AM

I've got it to compile and install but when I boot it gives me

Kernel Panic: No Init found.

How do I set the kernel to use my current init script.


All times are GMT -5. The time now is 09:08 AM.