LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-25-2004, 10:07 AM   #1
bbska
LQ Newbie
 
Registered: Feb 2004
Location: Rensselaer, IN
Distribution: Slackware 9.x
Posts: 9

Rep: Reputation: 0
Cant run X/KDM after new kernel build, even on old kernel


I am running Slack 9.1 on a Dell Inspiron 1100 laptop. The out of the box kernel didnt seem to have ACPI built into the kernel, so I decided to build a custom kernel. The old kernel is 2.4.24 as is the new kernel.

I built the new kernel using the guide here, but when I went to use it , i couldnt get X to start. I figured i'd go back to the old one, read up on the problem and then try again, but the old kernel now has the same problem... X / KDM wont start... it flickers a few times then drops back to command line.

any ideas?

this is my first kernel build, so maybe i did something i shouldnt have?
 
Old 02-25-2004, 10:18 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
well this almost definitely has something to do with your screen's/graphics card's driver or module...did you check that you enabled/build into the kernel the module that's needed (if there was one) for your graphics card? I mean, for example nvidia cards need a certain module to work, so it must be either in the kernel or compiled as module (which will then have to be modprobed).

another thing is, that if you need a software driver for the gfx card you have, you must install it after kernel update. if you do need one, and compile a new kernel, your X won't work on either the old nor on the new kernel...

check out the module thingie and the driver, if you happen to need one (my nvidia needs nvidia's driver).

modules available can be listed like this:

modprobe -l | less

or to find something specific:

modprobe -l | grep <keyword>

where <keyword> is something you could identify the module from...like in module "usb-uhci" the keyword could be "usb" (without quotes) so that grep would print only the lines with usb -letters in it...so from the module list you get, see if there's something you might need (which isn't already in the kernel; type "lsmod" without quotes to see loaded modules)

when/if you find something, try it:

modprobe <modulename>

where modulename is the filename of the module, but without path or file specification...like /path/to/modules/usb-uhci.x would be loaded via "modprobe usb-uhci" (w/o quotes, again)

looooong explanation...might not work, though.... :P but try.

EDIT: if you missed something in the kernel, and have not deleted the sources, just cd into the source directory and do again

make menuconfig

(or whatever config you used) and check out what you might need, recompile, reboot and enjoy if you did delete the sources, just unpack them again, run the configuration from the beginning, compile & boot....but you must know (at least somehow) what you might need in kernel.

Last edited by b0uncer; 02-25-2004 at 10:20 AM.
 
Old 02-25-2004, 10:23 AM   #3
bbska
LQ Newbie
 
Registered: Feb 2004
Location: Rensselaer, IN
Distribution: Slackware 9.x
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks for the reply,
the Inspiron 1100 i have is using an Intel I810 graphics. I made sure to compile support for that into the kernel.

I had to downlaod a patch that allocates more than 1 meg of video memory , i wonder if maybe i need to re-run that patch...
 
  


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
10.1 install kernel and kernel-source different - build fails Feebles Mandriva 2 06-10-2005 06:58 PM
Build kernel moduls for kernel version 2.6 universum Linux - General 0 02-19-2005 08:45 AM
kernel-source-2.6.5-7.src.rpm requires kernel-dummy to build!? fizzdandantilus SUSE / openSUSE 5 12-02-2004 12:48 PM
New FAQ topic: Should I edit my kernel configuration?/Should I build a custom kernel? chort *BSD 10 09-10-2004 11:15 PM
Unable to build NVIDIA kernel module / determin kernel version Night Ink Fedora 2 05-31-2004 04:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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