LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernel 2.4.31 recompile problem (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-2-4-31-recompile-problem-397761/)

teufelhund 12-29-2005 10:34 PM

Kernel 2.4.31 recompile problem
 
Didn't used to be a newbie...I've been away from Linux long enough that I qualify as one yet again. :(

Using Slackware 10.2. Recompiling kernel, and I get the following error after the kernel fails to load, well, anything. It happens immediately after detecting the basic devices (HDD, CD drives, etc.).

ds: no socket drivers installed (or maybe it's loaded)

When I try to boot with the old vmlinuz, my sound no longer works. I tried the following sequence:

make mrproper
(copy old config file from /root where I saved it into /usr/src/linux/)
make xconfig (to test, I only changed the processor type from Pentium IV to AMD Duron/Athlon/K7...it still crashes)
make dep && make clean
make bzImage
(cp the bzImage and System.map into /boot and redirect the links to the new files)
make modules && make modules_install
(edit /etc/lilo.conf)
lilo
reboot
utter various curses when it doesn't work

I'm running on an AMD Duron-850. It's a multi-boot computer with Win2k (with plenty of HD space). I have an nVIDIA GeForce Ti 200, onboard sound, Linksys USB wireless, standard monitor, onboard NIC.

At least windoze still works after installing Slack...

I'd appreciate any help anyone can give. Let me know if you need more info...

Thanks,

Matt

comprookie2000 12-30-2005 05:35 PM

This may help;
ftp://slackware.oregonstate.edu/pub/.../README.initrd

amosf 12-30-2005 07:28 PM

You may have missed compiling something into the kernel and have it as a module. Using an initrd may help you figure out if that is the case... Check all the config options carefully.

teufelhund 01-01-2006 07:13 PM

Thanks, I'll try the above suggestions and post my results.

Matt

teufelhund 01-11-2006 06:38 PM

I ended up completely reinstalling Slack 10.2 (I had done a full install and made no major changes.) When I compiled a new 2.6 kernel I followed all of the suggestions and added a lot of modules I know weren't necessary just to make sure I didn't break anything. It works beautifully.

Now I just have to go through and remove things one-by-one until it breaks :cry:

Matt

bosewicht 01-11-2006 06:45 PM

can't you just look and see what modules are being used?

Oliv' 01-12-2006 08:39 AM

Hello,

Quote:

ds: no socket drivers installed (or maybe it's loaded)
that's a PCMCIA module, so if you don't have pcmcia interface the error is normal ;)

Oliv'


All times are GMT -5. The time now is 04:02 AM.