Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-28-2005, 11:42 AM
|
#1
|
Member
Registered: Apr 2004
Distribution: Debian
Posts: 54
Rep:
|
Kernel 2.6.11.6 make modules_install returns error
When I try to install the 2.6.11.6 kernel everything runs fine, until I run "make modules_install".
This is the output:
INSTALL drivers/acpi/ibm_acpi.ko
INSTALL drivers/acpi/video.ko
INSTALL drivers/base/firmware_class.ko
INSTALL drivers/char/agp/intel-mch-agp.ko
INSTALL drivers/char/drm/tdfx.ko
INSTALL drivers/i2c/algos/i2c-algo-bit.ko
INSTALL drivers/i2c/i2c-core.ko
INSTALL drivers/input/joystick/a3d.ko
INSTALL drivers/input/joystick/adi.ko
INSTALL drivers/input/joystick/analog.ko
INSTALL drivers/input/joystick/cobra.ko
INSTALL drivers/input/joystick/db9.ko
INSTALL drivers/input/joystick/gamecon.ko
INSTALL drivers/input/joystick/gf2k.ko
INSTALL drivers/input/joystick/grip.ko
INSTALL drivers/input/joystick/grip_mp.ko
INSTALL drivers/input/joystick/guillemot.ko
INSTALL drivers/input/joystick/iforce/iforce.ko
INSTALL drivers/input/joystick/interact.ko
INSTALL drivers/input/joystick/joydump.ko
INSTALL drivers/input/joystick/magellan.ko
INSTALL drivers/input/joystick/sidewinder.ko
INSTALL drivers/input/joystick/spaceball.ko
INSTALL drivers/input/joystick/spaceorb.ko
INSTALL drivers/input/joystick/stinger.ko
INSTALL drivers/input/joystick/tmdc.ko
INSTALL drivers/input/joystick/turbografx.ko
INSTALL drivers/input/joystick/warrior.ko
INSTALL drivers/net/3c501.ko
INSTALL drivers/net/3c503.ko
INSTALL drivers/net/3c505.ko
INSTALL drivers/net/3c507.ko
INSTALL drivers/net/3c509.ko
INSTALL drivers/net/3c515.ko
INSTALL drivers/net/3c59x.ko
INSTALL drivers/net/8139cp.ko
INSTALL drivers/net/8390.ko
INSTALL drivers/net/dummy.ko
INSTALL drivers/net/typhoon.ko
INSTALL drivers/net/wireless/airo.ko
INSTALL drivers/net/wireless/arlan.ko
INSTALL drivers/net/wireless/atmel.ko
INSTALL drivers/net/wireless/atmel_pci.ko
INSTALL drivers/net/wireless/hermes.ko
INSTALL drivers/net/wireless/orinoco.ko
INSTALL drivers/net/wireless/orinoco_pci.ko
INSTALL drivers/net/wireless/orinoco_plx.ko
INSTALL drivers/net/wireless/orinoco_tmd.ko
INSTALL drivers/net/wireless/prism54/prism54.ko
INSTALL drivers/net/wireless/strip.ko
INSTALL drivers/net/wireless/wavelan.ko
INSTALL drivers/pci/hotplug/pci_hotplug.ko
INSTALL drivers/scsi/dpt_i2o.ko
INSTALL drivers/scsi/ipr.ko
INSTALL drivers/scsi/sata_sis.ko
INSTALL drivers/scsi/sata_sx4.ko
INSTALL drivers/usb/input/touchkitusb.ko
INSTALL drivers/usb/misc/cytherm.ko
INSTALL drivers/usb/misc/phidgetservo.ko
INSTALL drivers/video/aty/aty128fb.ko
INSTALL drivers/video/aty/atyfb.ko
INSTALL drivers/video/cirrusfb.ko
INSTALL drivers/video/console/bitblit.ko
INSTALL drivers/video/console/fbcon.ko
INSTALL drivers/video/console/font.ko
INSTALL drivers/video/cyber2000fb.ko
INSTALL drivers/video/hgafb.ko
INSTALL drivers/video/i810/i810fb.ko
INSTALL drivers/video/intelfb/intelfb.ko
INSTALL drivers/video/kyro/kyrofb.ko
INSTALL drivers/video/matrox/g450_pll.ko
INSTALL drivers/video/matrox/i2c-matroxfb.ko
INSTALL drivers/video/matrox/matroxfb_DAC1064.ko
INSTALL drivers/video/matrox/matroxfb_Ti3026.ko
INSTALL drivers/video/matrox/matroxfb_accel.ko
INSTALL drivers/video/matrox/matroxfb_base.ko
INSTALL drivers/video/matrox/matroxfb_crtc2.ko
INSTALL drivers/video/matrox/matroxfb_g450.ko
INSTALL drivers/video/matrox/matroxfb_maven.ko
INSTALL drivers/video/matrox/matroxfb_misc.ko
INSTALL drivers/video/neofb.ko
INSTALL drivers/video/pm2fb.ko
INSTALL drivers/video/radeonfb.ko
INSTALL drivers/video/riva/rivafb.ko
INSTALL drivers/video/savage/savagefb-i2c.ko
INSTALL drivers/video/savage/savagefb.ko
INSTALL drivers/video/savage/savagefb_accel.ko
INSTALL drivers/video/sis/sisfb.ko
INSTALL drivers/video/sstfb.ko
INSTALL drivers/video/tdfxfb.ko
INSTALL drivers/video/tridentfb.ko
INSTALL drivers/video/vfb.ko
INSTALL drivers/video/vga16fb.ko
INSTALL drivers/video/vgastate.ko
INSTALL fs/autofs/autofs.ko
INSTALL fs/reiserfs/reiserfs.ko
INSTALL fs/xfs/xfs.ko
INSTALL lib/libcrc32c.ko
INSTALL net/8021q/8021q.ko
INSTALL net/ipv4/netfilter/ipt_NOTRACK.ko
INSTALL net/ipv4/netfilter/iptable_raw.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.11.6; fi
WARNING: /lib/modules/2.6.11.6/kernel/drivers/video/console/fbcon.ko needs unknown symbol fb_register_client
What should I do?
I have Slackware 10.1
|
|
|
03-28-2005, 11:50 AM
|
#2
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
do you need that module (fbcon)?
|
|
|
03-28-2005, 12:30 PM
|
#3
|
Member
Registered: Apr 2004
Distribution: Debian
Posts: 54
Original Poster
Rep:
|
I don't know. I don't even know what it does. I only change things I know, and leave the rest.
|
|
|
03-28-2005, 12:50 PM
|
#4
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
framebuffer console support module. if you don't use a framebuffer console ( if you use lilo with the "normal" display, not one like 800x600x 64k colors) then it's ok. otherwise, if you want the framebuffer console, you'll need to resolve the symbol ( find out where it is supposed to come from, probably another module) first.
|
|
|
03-28-2005, 12:56 PM
|
#5
|
Member
Registered: Apr 2004
Distribution: Debian
Posts: 54
Original Poster
Rep:
|
So now I need to know which additional module I need to install, since I use the framebuffer console...
And all this trouble just to get a lilo bootsplash working
First I tried just to recompile the 2.4.29-kernel after applying a patch to it (that was for the wrong kernel, but the website said to choose the closest match). This resulted in errors when compiling modules, as I expected. Then I tried with the 2.6.11.9 kernel, and the closest matching patch, which also resulted in errors (as expected), but then I tried to compile the 2.6 kernel without the patch (deleted the folder and extracted from .bz2 again) and no errors when running "make modules" but then this happened when running "make modules_install"...
This is my first kernel compilation, because I always thought it was too much trouble recompiling a kernel, and apparently, I was right...
Anyone know a simple way to get Lilo Bootsplash working on slackware 10.1, with the 2.4.29 or 2.6.11.9 kernel?
Last edited by Ac1db0rN; 03-28-2005 at 01:10 PM.
|
|
|
03-28-2005, 01:05 PM
|
#6
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
personally, I'd would just compile it in instead of compiling it as a module
|
|
|
03-28-2005, 01:11 PM
|
#7
|
Member
Registered: Apr 2004
Distribution: Debian
Posts: 54
Original Poster
Rep:
|
I need to try that...
|
|
|
03-28-2005, 01:21 PM
|
#8
|
Member
Registered: Apr 2004
Distribution: Debian
Posts: 54
Original Poster
Rep:
|
Ok, changed some settings, and after re-running make, make install I ran make modules_install again and this is the last lines:
.....
....
INSTALL net/8021q/8021q.ko
INSTALL net/ipv4/netfilter/ipt_NOTRACK.ko
INSTALL net/ipv4/netfilter/iptable_raw.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.11.6; fi
|
|
|
03-28-2005, 01:56 PM
|
#9
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
Quote:
Originally posted by Ac1db0rN
.....
....
INSTALL net/8021q/8021q.ko
INSTALL net/ipv4/netfilter/ipt_NOTRACK.ko
INSTALL net/ipv4/netfilter/iptable_raw.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.11.6; fi
|
looks good, no errors. the error you had earlier is ok if you don't need the modules the error is occuring in, if you see those errors and know you don't need the modules you can just ignore it.
|
|
|
03-29-2005, 12:36 AM
|
#10
|
Member
Registered: Apr 2004
Distribution: Debian
Posts: 54
Original Poster
Rep:
|
I still can't boot the new kernel, I must have put some bat choises, and now not even the 2.4.29 kernel work :S It stops at activatng hotplug, after saying there is some problem with agpgart..
Kernel 2.6 stops with kernel panik: can't mount root filesystem. This is pretty bad. I think I'll have to reinstall the 2.4 kernel, but I don't know how to do that without a slackware reinstall... I have a working knoppix cdrom, so it should be bossible. I'll just have to try something...
|
|
|
03-29-2005, 12:45 AM
|
#11
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
kernel panic: Unable to mount root filesystem - this usually means either your bootloader configuration is wrong or ( more likely, it's easy to overlook -->) you either didn't compile support for your filesystem or compiled it as a module and are not using an initrd. (if you are not using an initrd your filesystem will have to be compiled directly into the kernel, because the boot routine has not had a chance to load any modules before it mounts your root filesystem).
for rebooting your old install, recompiling a new kernel shouldn't have any impact on your 2.4.29 kernel. if you want to turn hotplug off to do some troubleshooting, repair:
install your slack cd ( the 1st cd) and boot off of it, don't boot your install just hit enter like you are going to install
next go into the setup and configure the target to match your installed system, then go down to configure system and say no to hotplug being enabled at boot. whenever you get your system fixed, run pkgtool to undo the change and have hotplug start at boot again.
|
|
|
03-29-2005, 01:30 AM
|
#12
|
Member
Registered: Apr 2004
Distribution: Debian
Posts: 54
Original Poster
Rep:
|
I ust copyed the lilo configuration for the 2.4 kernel and changed it. Since I'm at school now can't paste my lilo.conf here right now.
I know I compiled reiserfs into the kernel, not as a module, so that should'nt be a problem
|
|
|
03-29-2005, 02:09 AM
|
#13
|
Senior Member
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Rep:
|
On the side note:
I am sick of all this micro kernel releases.
How is PV taking it? Doesn't it give him a headache to choose which kernel to use in Slackware 11?
|
|
|
03-29-2005, 10:16 AM
|
#14
|
Member
Registered: Apr 2004
Distribution: Debian
Posts: 54
Original Poster
Rep:
|
OK, removed the 2.6 kernel, reinstalled the 2.4 kernel and recompiled after copying the .config from the slackware cdrom, and now slack works again. I couldn't copy the config before, 'cause I installed from a cuple of RWs (alredy had the 10.0 on R-cd) that I had erased (and didn't keep the ISOs), but I redownloaded the ISOs (was prepared for a complete reinstall) and now it seems to work. I'll have to try to get the splash thing working now.
Thanks for your help.
|
|
|
All times are GMT -5. The time now is 04:06 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|