Carlos Konstanski on 31 May 2005 15:11:52 -0000 |
Here's an easy approach: - Boot up under a knoppix CD into a 2.6 kernel. - See what knoppix writes in its /etc/modules-2.6 file. - Use that as a start for your own /etc/modules file. Since knoppix has everything built as a module, you'll get the kitchen sink. This technique will highlight the modules that have, for whatever reason, changed names from their 2.4 counterparts. You can cd to /lib/modules/2.6/ and do a find for "<whatever_module>.*" to see if the module you seek exists in your 2.6 kernel under the name specified. Also, module-init-tools does need to be upgraded. Carlos On Tue, 31 May 2005, Tobias DiPasquale wrote: > Date: Tue, 31 May 2005 10:57:21 -0400 > From: Tobias DiPasquale <toby@cbcg.net> > Reply-To: Philadelphia Linux User's Group Discussion List > <plug@lists.phillylinux.org> > To: Philadelphia Linux User's Group Discussion List > <plug@lists.phillylinux.org> > Subject: Re: [PLUG] Module loading logs > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On May 31, 2005, at 10:50 AM, Ben Dugan wrote: >> I'm running debian on a laptop with a 2.4 kernel. I built a 2.6 kernel to >> try out on it. It does run, but there are problems with loading modules. >> I assume this is related to module-init-tools, since this is widely >> reported as being one of the bigger differences between 2.4 and 2.6, but I >> haven't tracked it down yet. >> >> During boot there's a list of 10 or so "FATAL - module.o blah blah blah" >> messages that fly past too quick for me to read. I can't find these >> messages in /var/log by doing a grep. Any suggestions where I should look >> for them? > > Right after boot, check out the dmesg command. That will show you the > kernel's ring buffer for log messages. They should still be in there until > other stuff moves them out. > > - -- > Tobias DiPasquale > 7A79 308C 0354 EA9C 7807 ED83 03C9 9E01 148E 7D01 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.5 (Darwin) > > iD8DBQFCnHtTA8meARSOfQERAmU8AJ4+cNpi33qwyn31Q2rcfpEYy5x+XwCeKfXp > WdH1KUyh7QM22fqAFM1WqKs= > =u6uD > -----END PGP SIGNATURE----- > ___________________________________________________________________________ > Philadelphia Linux Users Group -- http://www.phillylinux.org > Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce > General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug > ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|