Jarvis, John on Thu, 23 Aug 2001 16:50:11 +0200 |
LeRoy, If I use the old .config file from my previous kernel version how will it handle new options that were not in the old one? It sounds like a good idea though and I will give it a try. Yeah, I do the make modules / make modules_install to get all those module installed.. I still would like away to tell if I am using the same module versions for both 2.2.19 and 2.4.7.. I am guessing just copying the 3c509.o to the 2.4.7 module tree would result make bad things happen :) (I am also trying to get sound working in 2.4.7.. its tasking but I am still trying) Can you tell me what the "build" link is used for in the module tree? Is that important? (i am noticing that 2.2.19 points to /usr/src/linux which may not always be a link to the 2.2.19 source tree) John /lib/modules/ |-- 2.2.19 | |-- build -> /usr/src/linux | |-- misc | | |-- sb.o | | |-- sound.o | | |-- soundcore.o | | `-- uart401.o | |-- modules.dep | |-- modules.generic_string | |-- modules.isapnpmap | |-- modules.parportmap | |-- modules.pcimap | |-- modules.usbmap | `-- net | |-- 3c509.o | |-- dummy.o | `-- rtl8139.o -- 2.4.7 | |-- build -> /usr/src/kernel-source-2.4.7 | |-- kernel | | `-- drivers | | |-- net | | | |-- 3c509.o | | | |-- 8139too.o | | | |-- dummy.o | | | `-- tulip | | | `-- tulip.o | | `-- sound | | |-- ac97.o | | |-- ac97_codec.o | | |-- aci.o | | |-- ad1848.o | | |-- adlib_card.o | | |-- awe_wave.o | | |-- cs4232.o | | |-- gus.o | |-- mad16.o | | |-- maui.o | | |-- mpu401.o | | |-- nm256_audio.o | | |-- opl3.o | | |-- opl3sa.o | | |-- opl3sa2.o | | |-- pas2.o | | |-- pss.o | | |-- sb.o | | |-- sb_lib.o | | |-- sgalaxy.o | | |-- sound.o | | |-- sscape.o | | |-- trix.o | | |-- uart401.o | | |-- uart6850.o | | |-- v_midi.o | | |-- wavefront.o | | `-- ymfpci.o | |-- modules.dep | |-- modules.generic_string | |-- modules.isapnpmap | |-- modules.parportmap | |-- modules.pcimap | |-- modules.usbmap | `-- pcmcia -----Original Message----- From: LeRoy Cressy [mailto:lcressy@telocity.com] Sent: Wednesday, August 22, 2001 8:22 PM To: plug@lists.phillylinux.org Subject: Re: [PLUG] Hey Modual versions When compiling the kernel and you run make modules and finally run make modules_install the modules will end up in /lib/modules/2.?.? Also when compiling a kernel make sure that you use the same .config that you used for the old kernel. I like to save .configs up one level from the kernel source like hostname-version.config. This way when I make any changes to a kernel I have a previous copy if something goes wrong. Finally, there is some flakeness with the 2.4 series. 2.4.3 worked fine on one older box, but all of the later versions would not even boot unless you added append="nomce" even though the box has an ancient P75 chip. Alan Cox told me that there are problems when he added bluesmoke.c to the kernel with older pentiums. BTW this list was origonally created for linux discussion, questions and information just like you are asking. > -----Original Message----- > From: Heeten [mailto:azari.geo@yahoo.com] > Sent: Tuesday, August 21, 2001 10:25 AM > To: plug@lists.phillylinux.org > Subject: [PLUG] Hey > > Hey people > My names Heeten Choxi and I'll be moving to Philly > this september to attend Drexel University. Just > throught I'd say hi and introduce myself, and see what > the list is like. > > Peace, > Heeten > > __________________________________________________ > Do You Yahoo!? > Make international calls for as low as $.04/minute with Yahoo! Messenger > http://phonecard.yahoo.com/ > > ______________________________________________________________________ > Philadelphia Linux Users Group - http://www.phillylinux.org > Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce > General Discussion - http://lists.phillylinux.org/mail/listinfo/plug > > ______________________________________________________________________ > Philadelphia Linux Users Group - http://www.phillylinux.org > Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce > General Discussion - http://lists.phillylinux.org/mail/listinfo/plug -- Rev. LeRoy D. Cressy mailto:lcressy@telocity.com /\_/\ http://www.netaxs.com/~ldc ( o.o ) Phone: 215-535-4037 > ^ < Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me. (John 14:6) ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|